Re: Problem with Linksys WUSB11 Wireless USB adapter

"Linuxant support (Jonathan)" <[email protected]>
Newsgroups gmane.linux.kernel.driver-loader
Message-ID <[email protected]>
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 
[email protected] a new 'dumpdiag'.

Regards,


Jonathan
Technical specialist / Linuxant
www.linuxant.com
[email protected]



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
> [email protected]
> https://www.linuxant.com/mailman/listinfo/driverloader
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.