Sunday, March 29, 2009

Easton Sv12 2009 Fastpitch Softball Bat Review

Zone wifi USB adapter on Linux Tele2 Telsey

I have long been turning Telsey adapter that came with a gift Tele2 router:
Telsey 802.11g Wireless USB2.0 Adapter

Specifications: Usb
id = 1413:5400 Manufacturer = Conexant
Product = Telsey 802.11g Wireless USB2.0 Adapter

 After I open it and search for information that is compatible with the driver   P54. 
 
The interior has to be something like this:
In my case the chip is marked: GW3887AIKZ

Finally I create a patch for the driver p54usb. (Specifically for 2.6.29-wl [git]):

 diff - git a/drivers/net/wireless/p54/p54usb.c B/drivers/net/wireless/p54/p54usb.c 

da6640a index .. 100644
ef0fc55 a/drivers/net/wireless/p54/p54usb.c
--- + + + b / drivers / net / wireless /
p54/p54usb.c -75.6 +75,7 @ @ @ @ static struct usb_device_id p54u_table [] = {
__devinitdata {USB_DEVICE (0x2001, 0x3704)}, / * DLink DWL-G122 rev A2 * / {USB_DEVICE
(0x413c, 0x8102)}, / * Spinnaker DUT * / {
USB_DEVICE (0x413c, 0x8104)}, / * Cohiba Proto board * / + {
USB_DEVICE (0x1413, 0x5400)}, / * Telsey 802.11g USB2.0 Adapter * /

{}};

confirm that this patch works, but I have only tested 2 minutes with an open AP.