Welcome to Linux Forums! With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.
Find the answer to your Linux question:
New to Linux Forums? Register here for free!
    Linux Forums > GNU Linux Zone > Wireless Internet > WUSB100 help please

Forgot Password?
 Wireless Internet   Anything related to getting wireless set up in Linux. WLAN, WiFi, etc.

Site Navigation
Linux Articles
Linux Forums
Linux Downloads
Linux Hosting
Free Magazines
Job Board
IRC Chat
RSS Feeds


Linux Forum Topics
Linux Forums
Your Distro
Linux Resources
GNU Linux Zone
The Community
Reply
 
Thread Tools Display Modes
Old 04-05-2008   #1 (permalink)
Just Joined!
 
Join Date: Aug 2007
Posts: 79
WUSB100 help please

hi i have a WUSB100 (a linksys wireless pen drive card thing...)
here is the link to it's info page: Linksys.com – Products/Wireless/Basic Networking/Adapters/RangePlus/WUSB100
so my problem is well... i'm not sure what the reason is, however network manager does not seem to be able to detect any wireless networks. i am using sabayon 3.4f on a x86 amd gateway. it seems like the card is being recognized. i think this because when i run "net-setup" it says i have the option of using the card. when i try to, ifconfig does now show any sign of it working. do i need to install a driver? if i do, how do i go about doing this?
jimlikessweets is offline  


Reply With Quote
Old 04-06-2008   #2 (permalink)
Trusted Penguin
 
waterhead's Avatar
 
Join Date: Jul 2004
Location: Franklin, Wisconsin
Posts: 3,954
Since it is difficult to determine the wireless chipset in a USB wireless, I am going to recommend using NDISwrapper. There may be a native driver loading for the wireless. This would need to be removed before using NDISwrapper. Please post the output of this command. (Or we may be able to configure it and not use NDISwrapper.)
Code:
lsmod
Some distros require the path to be in the command.
Code:
/sbin/lsmod
I'm not sure how Sabayon does it.
__________________
Paul

Please do not PM me with requests for help. I will not reply.
waterhead is offline   Reply With Quote
Old 04-07-2008   #3 (permalink)
Just Joined!
 
Join Date: Aug 2007
Posts: 79
Quote:
Originally Posted by waterhead View Post
Since it is difficult to determine the wireless chipset in a USB wireless, I am going to recommend using NDISwrapper. There may be a native driver loading for the wireless. This would need to be removed before using NDISwrapper. Please post the output of this command. (Or we may be able to configure it and not use NDISwrapper.)
Code:
lsmod
Some distros require the path to be in the command.
Code:
/sbin/lsmod
I'm not sure how Sabayon does it.
Module Size Used by
snd_seq_dummy 3876 0
snd_seq_oss 29600 0
snd_seq_midi_event 7008 1 snd_seq_oss
snd_seq 46448 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device 7884 3 snd_seq_dummy,snd_seq_oss,snd_seq
vboxdrv 39176 0
rc80211_simple 4320 1
forcedeth 44552 0
ohci_hcd 22212 0
ssb 31012 1 ohci_hcd
pcmcia 36756 1 ssb
pcspkr 3104 0
i2c_nforce2 5888 0
i2c_core 23840 1 i2c_nforce2
serio_raw 6852 0
rt73usb 23168 0
rt2x00usb 10432 1 rt73usb
rt2x00lib 16000 2 rt73usb,rt2x00usb
mac80211 142120 3 rc80211_simple,rt2x00usb,rt2x00lib
crc_itu_t 2240 1 rt2x00lib
snd_hda_intel 238776 0
tg3 100452 0
e1000 111680 0
scsi_wait_scan 1504 0
sl811_hcd 11808 0
uhci_hcd 22896 0
ehci_hcd 31276 0

i just installed the proper drivers from the cd that came with the device with ndiswrapper. it still does not work though.
jimlikessweets is offline   Reply With Quote
Old 04-07-2008   #4 (permalink)
Trusted Penguin
 
waterhead's Avatar
 
Join Date: Jul 2004
Location: Franklin, Wisconsin
Posts: 3,954
These modules are wireless drivers. They were loaded automatically when your wireless was detected:
Quote:
Originally Posted by jimlikessweets View Post
Module Size Used by

i2c_core 23840 1 i2c_nforce2
serio_raw 6852 0
rt73usb 23168 0
rt2x00usb 10432 1 rt73usb
rt2x00lib 16000 2 rt73usb,rt2x00usb
mac80211 142120 3 rc80211_simple,rt2x00usb,rt2x00lib

crc_itu_t 2240 1 rt2x00lib
snd_hda_intel 238776 0
If you want to use NDISwrapper, these would have to be removed first. (as root)
Code:
modprobe -r rt73usb
modprobe -r rt2x00usb
modprobe -r rt2x00lib
modprobe -r mac80211
Now you should be able to load the NDISwrapper module.
Code:
modprobe ndiswrapper
If this works out ok, then you will want to permanently keep them from automatically loading, by adding them to the blacklist file. This file is usually found in /etc/modprobe.d/blacklist. I am not positive that the mac80211 module needs to be blacklisted, as it may be needed by other processes.

If you would rather use the native Linux driver, it seems that all you may need is to install firmware for the wireless.
rt73usb - Linux Wireless (look at the bottom of the page)
Ralink Technology: Linux (for the firmware]
Main Page - Rt2x00Wiki Driver's web site

The firmware usually goes in the /lib/firmware folder. Sometimes it needs it's own folder (like /lib/firmware/rt71). If you look at the output of this command, it may actually tell you where to put the firmware.
Code:
dmesg
I haven't actually used the rt family of drivers, so I don't know if they are better or worse than NDISwrapper.
__________________
Paul

Please do not PM me with requests for help. I will not reply.
waterhead is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Free Magazines
Run Your Own Web Server Using Linux & Apache - Free 191 Page Preview
Learn about everything you'll need to build and maintain your Linux servers, and to deploy Web applications to them.
subscribe
Open Source Security Myths Dispelled
Dispel the five major myths surrounding Open Source Security and gain the tools necessary to make a truly informed decision for your IT organization
subscribe
InformationWeek
InformationWeek is the only newsweekly you'll need to stay on top of the latest developments in information technology.
subscribe



All times are GMT. The time now is 09:13 AM.






© 2000 - 2009 - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.3.0 RC2