Results 1 to 10 of 21
Hello,
I'm using Fedora 11 on a desktop and I've just gotten a wireless wusb100 adapter.
I read some of the articles entitled "wireless -> start here". These were sort ...
- 12-28-2009 #1Just Joined!
- Join Date
- Dec 2009
- Posts
- 43
assistance for wireless wusb100, v2
Hello,
I'm using Fedora 11 on a desktop and I've just gotten a wireless wusb100 adapter.
I read some of the articles entitled "wireless -> start here". These were sort of old.
So, I'm looking for new information regarding the correct driver to use, where to
obtain it, and the installation instructions.
thx.,
pete.
- 01-01-2010 #2Just Joined!
- Join Date
- Dec 2009
- Posts
- 43
assistance w/ wusb100, v2
Pls find the requested data regarding the desktop for the wusb100, v2. I've segmented it
into sections for each item. Let me know if you need any kind of other info.
thanks,
pete.
- 01-01-2010 #3
Thank you for the info.
So then, this is the wireless device:
There is no driver loading for this device, that I can see. When I searched the internet concerning this ID number, I came across info suggesting that this has a Ralink chipset.Code:Bus 001 Device 003: ID 1737:0078 Linksys
WUSB100 v2 (Linksys Updated Drivers)
Your best bet is to install the driver that Ralink provides. You will want the RT2870USB driver. It can be installed by first enabling the RPM Fusion repository.
You then should be able to install the driver.Code:su -c 'rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm'
This should also install a kernel module for your current kernel. It will have the kernel version in the title (i.e.: kmod-rt2870-2.6.29.4-167.fc11.i586). If there is any problem, it may be that it doesn't have a module for your kernel. A system update should then first be done.Code:yum install rt2870 kmod-rt2870
After installing the driver, reboot. Then open the "Network" program, and configure the wireless device by highlighting it and selecting "Edit". Tell it to use NetworkManager and DHCP for the connection.Last edited by waterhead; 01-01-2010 at 02:42 PM.
Paul
Please do not send Private Messages to me with requests for help. I will not reply.
- 01-05-2010 #4Just Joined!
- Join Date
- Dec 2009
- Posts
- 43
additional info
I did the first part and apparently the driver installed ok.
Could you pls send more specific instructions about configuring the device.
I couldn't find the new driver or the device listed.
- 01-06-2010 #5
Try the How-To found here:
Manage Network Devices in Fedora
It is not wireless specific, but it gives details. make sure that you check the box to allow NetworkManager to control the device. You also want to use DHCP, not a static address.
Here's another one:
Fedora Wireless SetupLast edited by waterhead; 01-06-2010 at 10:15 AM.
Paul
Please do not send Private Messages to me with requests for help. I will not reply.
- 01-14-2010 #6Just Joined!
- Join Date
- Dec 2009
- Posts
- 43
According to the two sites you listed, the NetworkManager should have listed
the new device. However, my device was not listed. I'll just say that.
Hopefully, you can make heads or tails of it.
- 01-14-2010 #7
Usually, if the wireless doesn't show up in the configuration section, then the driver is not the correct one. I just checked, and your wireless is not listed as a supported device. Sorry about leading you wrong.

I still don't know what the correct driver is for this. You will most likely have to use NDISwrapper to make this wireless work. NDISwrapper uses the WinXP driver to make a card work in Linux. You should be able to install it using YUM.
The WinXP driver can be downloaded with this link:Code:su -c 'yum install ndiswrapper'
http://downloads.linksysbycisco.com/...KXP_v1.4.6.zip
After unzipping the driver file, you will want NDISwrapper to use the rt2870.inf file.
So, I see that I was correct. This is a rt2870 device! I wonder why the Linux driver doesn't have it added to it?
Installing the driver using NDISwrapper is done using terminal commands. If the terminal isn't "in" the folder with the driver, include the full path to the driver. You need to first gain root privileges using the su command.
Enter the root password, it will remain hidden as you type it. Then hit the enter key. Then install the driver.Code:su <enter> Password:
Check to see that it did indeed install:Code:ndiswrapper -i /path/to/driver/rt2870.inf
If it is listed as being installed, then run these commands, one at a time. Run them with root privileges too.Code:ndiswrapper -l
Code:ndiswrapper -m
Code:ndiswrapper -ma
Reboot, and go back into the Netork configuration program. There now should be an entry for the wireless.Code:ndiswrapper -mi
Paul
Please do not send Private Messages to me with requests for help. I will not reply.
- 01-20-2010 #8Just Joined!
- Join Date
- Dec 2009
- Posts
- 43
I followed the previous instructions exactly but for some reason the device did not show up
within NetworkManager's list. How would you suggest we pinpoint the problem?
- 01-21-2010 #9
You would still need to first configure it in the 'Network' program.
Does the driver show as being installed when you run this command?
Is the ndiswrapper module loading? Check for it in the output of this command.Code:ndiswrapper -l
Code:lsmod
Paul
Please do not send Private Messages to me with requests for help. I will not reply.
- 01-22-2010 #10Just Joined!
- Join Date
- Dec 2009
- Posts
- 43
I do see rt2870 installed as the driver, and ndiswrapper module is loaded.


Reply With Quote