LinuxQuestions.org
Support LQ: Use code LQ3 and save $3 on Domain Registration
Go Back   LinuxQuestions.org > HCL > Network Cards > Linksys
User Name
Password

Notices

Search · Register · Submit New Product ·
 

Linksys WUSB11 v2.8
Reviews Views Date of last review
10 46703 02-23-2009
spacer
Recommended By Average Price Average Rating
80% of reviewers $39.50 7.6



Description: Very good throughput.
Fairly painless installation for RH FC2 (2.6.6-1.435 kernel).
Here it is:

1. Download the CVS snapshot from: http://cvs.berlios.de/cvstarballs/at...cvsroot.tar.gz
2. Uncompress and untar the file. This gives a directory called at76c503a.
tar xzvf at76c503a-cvsroot.tar.gz
3. Rename the at76c503a directory. I chose “CVS_repos”.
mv at76c503a CVS_repos
4. Checkout the code. This also gives a directory called at76c503a (which is why we renamed the one above).
cvs -d `pwd`/CVS_repos co at76c503a
5. Become root
su
6. Compile the code.
cd at76c503a
make all
7. Install it.
make install
8. Add the following line to the /etc/modprobe.conf file.
alias wlan0 Linksys-USB11
9. Use the GUI tool (System Setting->Network) to add a New device.
a)In the Devices tab click on “New”
b)Under Device Type select “Wireless connection”.
c)Click “Forward”.
d)Select “Linksys-WUSB11 (wlan0)”.
e)Click “Forward”.
f)Fill in the Configure Wireless Connection window appropriately. For example:
Mode: Managed
Network Name (SSID): Specified
g)Click “Forward”.
h)Fill in the Configure Network Settings window appropriately. For example:
Automatically obtain IP address settings using DHCP
Hostname (optional)
Automatically obtain DNS information from provider
i)Click “Forward”.
j)Review your information and use the back key to make corrections, or click “Apply” to accept it.
10. If you have an ethernet controller set to do networking on boot, but you want your wireless card to handle networking edit the following files:
a)/etc/sysconfig/networking/devices/ifcfg-eth0
change the onboot line to be “ONBOOT=no”.
b)/etc/sysconfig/networking/devices/ifcfg-wlan0
change the onboot line to be “ONBOOT=yes”.
11. You should be up and running.
Keywords: wireless wusb11 v2.8
Chipset: Atmel AT76C503A
Connection Type: USB


Author
Post A Reply 
Old 12-01-2004, 07:48 PM   #1
Rªdical_£D
 
Registered: Oct 2004
Distribution: SuSE 10.0
Posts: 69

Rep: Reputation:
Would you recommend the product? no | Price you paid? (in USD): None indicated | Rating: 0

Kernel (uname -r):
Distribution: SuSE 9.1 Personal



I'm trying to install this but I'm fairly new at this. What RPMs do I need. I already installed make, gcc, glibc-devel, and cvs. Also, how does "make all" compile the code. When I enter that, it says it doesn't know what "all" is.
 
Old 12-07-2004, 11:43 AM   #2
 
Registered: Dec 1969
Posts: 0

Rep: Reputation: Reputation:
Would you recommend the product? yes | Price you paid? (in USD): $39.00 | Rating: 10

Kernel (uname -r): 2.6.10-rc3
Distribution: Fedora Core 3


Instead of using make all, try just using make. I didn't have any problems with the install after altering that step.

Additionally, this web site might be of use to you.

http://at76c503a.berlios.de/

Good luck and I hope you get it up and running. I know mine works like a dream.

~VS
 
Old 12-15-2004, 10:46 PM   #3
Unregistered
Guest
 
Posts: n/a
Would you recommend the product? no | Price you paid? (in USD): None indicated | Rating: 0

Kernel (uname -r):
Distribution:


It doesn't work. When I run make, it says:
mkdir -p .tmp_versions
cp /lib/modules/2.6.5-7.111.5-default/build/.tmp_versions/*.mod /home/Gene/Documents/at76c503a/.tmp_versions
cp: cannot stat `/lib/modules/2.6.5-7.111.5-default/build/.tmp_versions/*.mod': No such file or directory
make: [modules] Error 1 (ignored)
make -C /lib/modules/2.6.5-7.111.5-default/build SUBDIRS=/home/Gene/Documents/at76c503a MODVERDIR=/home/Gene/Documents/at76c503a/.tmp_versions \
EXTRA_CFLAGS=" -DCOMPILE_FIRMWARE_INTO_DRIVER" modules
make: *** /lib/modules/2.6.5-7.111.5-default/build: No such file or directory. Stop.
make: *** [modules] Error 2
  Edit/Delete Message
Old 01-13-2005, 10:25 PM   #4
dping
Guest
 
Registered: Dec 2004
Distribution: Kubuntu 9.04
Posts: 181

Rep: Reputation:
Would you recommend the product? yes | Price you paid? (in USD): None indicated | Rating: 7

Kernel (uname -r): 2.6.8.1-12mdk
Distribution: Mandrake 10.1


The steps above only work for someone who has their kernel source, which is another matter in itself. The errors in the previous post are due to lacking kernel source files.

Mandrake 10 worked with this adapter right out of the box (excellent).
Mandrake 10.1 has given me problems with driver loading, but that may not be a distribution issue.
  Edit/Delete Message
Old 05-24-2005, 11:41 AM   #5
dping
Guest
 
Registered: Dec 2004
Distribution: Kubuntu 9.04
Posts: 181

Rep: Reputation: Reputation:
Would you recommend the product? yes | Price you paid? (in USD): $40.00 | Rating: 9

Kernel (uname -r): 2.6.10
Distribution: MEPIS 3.3


Yes, this is me again.

Installed the adapter under Mepis relatively error-free. Mepis, however does not have the drivers installed by default yet (as of 3.3 and 3.3.1) and they must be installed manually. Though once the install is complete, the adapter works quite well.

I did lose connection once after a long period without a reboot and had to rmmod and modprobe the driver to get the connection back, but that is the only trouble I have had.

For info on how to install the drivers under Mepis, see the following thread.
http://www.linuxquestions.org/questions/showthread.php?s=&threadid=306829
^-- the thread is for WUSB11 v2.6, but for v2.8 simply modprobe the at76c505_rfmd2958 driver rather than the at76c505_rfmd or at76c505_i3861 .
  Edit/Delete Message
Old 05-09-2006, 12:08 PM   #6
Bobymc
Guest
 
Registered: Apr 2006
Distribution: SLAX,Damn S.L,Suse,Mandrake,Rd HAT62,72,73,90, Mandriva2k6, FEdora, SUNmicrosys.
Posts: 269

Rep: Reputation: Reputation: Reputation:
Would you recommend the product? yes | Price you paid? (in USD): None indicated | Rating: 5

Kernel (uname -r): FEDORA 4
Distribution: REDHAT


It works out well.
  Edit/Delete Message
Old 05-12-2006, 03:11 PM   #7
Wynd
Guest
 
Registered: Jul 2001
Distribution: Slackware 12
Posts: 511

Rep: Reputation: Reputation: Reputation: Reputation:
Would you recommend the product? yes | Price you paid? (in USD): None indicated | Rating: 7

Kernel (uname -r): 2.4.31
Distribution: Slackware 10.2


This product works fine with the at76c505-rfmd2958 module from the berlios site above. However, it seems a bit slow (though that could be due to my 802.11B network).
  Edit/Delete Message
Old 05-21-2006, 09:44 PM   #8
wantabee
Guest
 
Registered: Apr 2006
Posts: 25

Rep: Reputation: Reputation: Reputation: Reputation: Reputation:
Would you recommend the product? yes | Price you paid? (in USD): None indicated | Rating: 8

Kernel (uname -r): 2.6.11-1.1369_FC4
Distribution: Fedora Core 4 (FC4) by redhat


As a newbie, these instructions took me 6 attempts to perfect my understanding. At the end of the day, my Linksys wireless USB (v2.8) is working quite nicely.
Points to pass along: step 4 caused agony. Be sure to do a man on cvs and understand co stands for checkout AND be in the right directory when executing the cvs command. Secondly, if 'cd' doesn't seem to work in step 6, try 'su-' in step 5. Thanks to all the folks at linuxquestions that helped me.
  Edit/Delete Message
Old 01-01-2007, 03:40 AM   #9
Wynd
Guest
 
Registered: Jul 2001
Distribution: Slackware 12
Posts: 511

Rep: Reputation: Reputation: Reputation: Reputation: Reputation: Reputation:
Would you recommend the product? yes | Price you paid? (in USD): None indicated | Rating: 9

Kernel (uname -r): 2.4.33.3
Distribution: Slackware 11


I used the at76c505-rfmd2958 driver from the at76c503 package and it works fine with two exceptions.

1. It seems to cause kernel panics sometimes when transferring large amounts of data at once (e.g., uploading an MP3 file). No clue on this.

2. When using DHCP, there needs to be about a 5-second delay between configuring the adapter with iwconfig and calling dhcpcd. I did this by adding 'sleep 5' at the end of my wireless config script.
  Edit/Delete Message
Old 02-23-2009, 10:38 AM   #10
GotWick
Guest
 
Registered: Feb 2009
Posts: 1

Rep: Reputation: Reputation: Reputation: Reputation: Reputation: Reputation: Reputation:
Would you recommend the product? yes | Price you paid? (in USD): None indicated | Rating: 6

Kernel (uname -r): 2.6.27-7-generic
Distribution: Ubuntu 8.10


I am not sure if I even need to do all this, since there are no reviews for the last 2 years, but I can't get my Linksys WUSB-11 v. 2.8 to work. When I first installed Ubuntu, it showed up in my network devices, but wouldn't connect to the network. I think I deleted it from the list, and now I can't get it to show up again, also, when I try to reboot, it hangs at one of the bluetooth items when I have the wireless adapter plugged in to the usb port.

Anyhow, I tried all these instructions, but get stuck at #4, the cvs part. Where it says " 'pwd' ", am I supposed to type in a password? If so, what password would it be, the authorization one? (cuz I tried, but got nowhere)

This is what I get:

rsh: Could not resolve hostname pwd: Name or service not known
cvs [checkout aborted]: CVS_repos/CVSROOT: No such file or directory``````

Any suggestions would be greatly appreciated!

Doris Rush-Lopez
Got wick?
www.gotwick.com
Linux newborn newbie & DIY person
  Edit/Delete Message




  



All times are GMT -5. The time now is 06:16 PM.

Main Menu

My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration