I 'vesame on dapper with zd1211b driver

and the system was crashing

display defect ,connected via DVI cable

my smc wusb-g will only work on feisty herd 4
with the following packages
kernel 2.6.20-8-generic
linux-headers
linux-source

instructions
unpack kernel source cd to driver/net/wireless/zd1211rw
edit zd_usb.c and add following USB ID 's to it

in same directory execute
make -C /lib/modules/`uname -r`/build M=`pwd` modules

please add those id to feisty

 { USB_DEVICE(0x079b, 0x0062), .driver_info = DEVICE_ZD1211B },
{ USB_DEVICE(0x1582, 0x6003), .driver_info = DEVICE_ZD1211B },
{ USB_DEVICE(0x050d, 0x705c), .driver_info = DEVICE_ZD1211B },
+ { USB_DEVICE(0x083a, 0x4505), .driver_info = DEVICE_ZD1211B },
+ { USB_DEVICE(0x0471, 0x1236), .driver_info = DEVICE_ZD1211B },
+ { USB_DEVICE(0x13b1, 0x0024), .driver_info = DEVICE_ZD1211B },
+ { USB_DEVICE(0x0586, 0x340f), .driver_info = DEVICE_ZD1211B }, 


thnx

-- 
Edgy crashes when USB are plugged on my DELL C600
https://launchpad.net/bugs/76964

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to