Results 1 to 7 of 7
I need drivers for linksys' WPC54GX4 Wireless card adapter thing
Are there, or is there any other way to get my Adapter thing working?...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 12-02-2006 #1Just Joined!
- Join Date
- Sep 2006
- Location
- New York
- Posts
- 30
Linksys drivers for Mandriva 07?
I need drivers for linksys' WPC54GX4 Wireless card adapter thing
Are there, or is there any other way to get my Adapter thing working?
- 12-02-2006 #2
You will need to find out what chipset your card uses. You can do this by doing
Once you find out the chipset you can determine whether there are Linux drivers for your card. If there are no Linux drivers, you can use your windows drivers but you will need a package called ndiswrapper installed.Code:$/sbin/lspci | grep -i net
- 12-02-2006 #3Just Joined!
- Join Date
- Sep 2006
- Location
- New York
- Posts
- 30
[ghosts@localhost Desktop]$ $/sbin/lspci | grep -i net
bash: $/sbin/lspci: No such file or directory
[ghosts@localhost Desktop]$ su
Password:
[root@localhost Desktop]# $/sbin/lspci | grep -i net
bash: $/sbin/lspci: No such file or directory
[root@localhost Desktop]#
- 12-02-2006 #4
You are not supposed to enter the dollar sign as part of the command. Its there to show you that you need to run the command as a normal user. If there is a hash (#) it means you should be root.
- 12-06-2006 #5Just Joined!
- Join Date
- Sep 2006
- Location
- New York
- Posts
- 30
Well, I just Moved back to my original distro, SuSE 10.1, I ran that command in terminal and it gave me this-
ghosts@Ghosts:~> /sbin/lspci | grep -i net
02:08.0 Ethernet controller: Intel Corporation 82562ET/EZ/GT/GZ - PRO/100 VE (LOM) Ethernet Controller Mobile (rev 03)
03:00.0 Ethernet controller: Airgo Networks Inc Unknown device 0002 (rev 01)
- 12-06-2006 #6Just Joined!
- Join Date
- Dec 2006
- Posts
- 62
Install ndiswrapper using package manager.
Download USB drivers from :
http://www.ralinktech.com/
You need rt73.inf, rt73.sys and rt73.bin
install as:
>ndiswrapper -i rt73.inf
Next see that it is listed:
>ndiswrapper -l
execute to find device id as "xxxx
xxx"
> lsusb
add it to the driver:
>ndiswrapper -a rt73 "xxxx
xxx".
Configure with gui tool.
Edited to add:
This worked for the Linksys WUSB54C USB-B/G stick.
- 12-07-2006 #7
Well, that card does not seems to have a ralink chipset so the instructions above may not work. You can follow the steps mentioned above, but use your Windows drivers with ndiswrapper instead of downloading the ones suggested above.


Reply With Quote
