[driverloader] Problem with Linksys WUSB11 Wireless USB adapter

Linuxant support (Jonathan) support at linuxant.com
Wed Nov 16 10:05:46 EST 2005


Hi,

you have a wireless device with USB ID 1915:2233 and you have uploaded 
the right Windows XP driver for this device. The problem is that this 
device is not in the list of supported devices by DriverLoader 2.30. 
However, according to the uploaded Windows XP driver, the wireless 
device is based on the PRISM chipset which is already supported by 
DriverLoader, so it is quite possible that a trivial change to 
DriverLoader will add support this the wireless device.

To do this trivial change, please edit the file 
'/usr/lib/driverloader/modules/dldrusb.c' and after the line:

---
         { USB_DEVICE(0x09AA, 0x1000) }, // Generic?
---

please add the line:

---
         { USB_DEVICE(0x09AA, 0x1000) }, /* Linksys Wireless-B USB 
Network Adapter ver.2.8 */
---

Finally, please re-compile and re-load the DriverLoader module with the 
following commands in a root shell:

---
dldrstop
dldrconfig -k
dldrconfig -i
---

If it's working, please report it so we could add this wireless device 
in a future release of DriverLoader. Otherwise, please send at 
support at linuxant.com a new 'dumpdiag'.

Regards,


Jonathan
Technical specialist / Linuxant
www.linuxant.com
support at linuxant.com



Rohan Shrivastava wrote:
> Hi there,
> 
> Recently I came to know about Driverloader,
> I used it to make use of LinkSys USB wireless adapter
> in SuSE 9.0 Linux.
> 
> First I installed Driverloader through 
> # sh dldrinstall.run -- --tty 
> command
> and then when I tried to configure the driver through browser
> it gave me an error page.
> 
> After this I generated a report by
> # dldrconfig --dumpdiag
> command.
> 
> I am attaching the generated file.
> 
> Please tell me what could be the error in this process.
> 
> Any help will be highly appreciated
> 
> Thanks
> -Rohan
> 
> _______________________________________________
> driverloader mailing list
> driverloader at lists.linuxant.com
> https://www.linuxant.com/mailman/listinfo/driverloader


More information about the driverloader mailing list