LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 12-26-2011, 09:49 AM   #1
gmartin
Member
 
Registered: Mar 2003
Location: PA
Distribution: Slackware 13.37 Linux Reg # 341245
Posts: 285

Rep: Reputation: 40
Wireless USB Linksys AE1200 and Slack 13.37


Good morning - I hope you are all enjoying this holiday season.
I have this new wireless-N USB adapter and I'm trying to get it recognized as a network adapter. When I plug it in, I see the following in dmesg:
Code:
usb 2-1: new high speed USB device using ehci_hcd and address 5
usb 2-1: New USB device found, idVendor=13b1, idProduct=0039
usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
usb 2-1: Product: Linksys AE1200
usb 2-1: Manufacturer: Cisco
usb 2-1: SerialNumber: 000000000001
lsusb then adds this entry:
Code:
Bus 002 Device 006: ID 13b1:0039 Linksys
I have rebooted with the device in place and while the above are noted, no wireless adapter appears to be created. ifconfig still lists only lo0 and eth0

I've read through several LQ posts
on ralink adapters and
the rt2870 driver.
and took the following actions based on them:
Created /etc/modprobe.d/ralink-blacklist.conf containing
Code:
#gmartin from: http://www.linuxquestions.org/questions/slackware-14/rt2870sta-ko-driver-912689/
blacklist rt2800usb
blacklist rt2800lib
blacklist rt2800pci
blacklist rt2x00usb
blacklist rt2x00lib
blacklist rt2x00pci
and created the link
Code:
ln -L /lib/firmware/rt2870.bin /lib/firmware/rt3070.bin
and restarted the OS after the changes. I see no reference to rt3070 or rt2870 when I run lsmod


Can you recommend my next troubleshooting step? How can i tell what modprobe and the blacklist are doing?

Thanks
 
Old 12-26-2011, 10:07 AM   #2
Peacedog
LQ Guru
 
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296

Rep: Reputation: 168Reputation: 168
Hi gmartin, have you tried to load the module?

Code:
# modprobe rt2870sta
Good luck. ;-)
 
Old 12-26-2011, 12:53 PM   #3
gmartin
Member
 
Registered: Mar 2003
Location: PA
Distribution: Slackware 13.37 Linux Reg # 341245
Posts: 285

Original Poster
Rep: Reputation: 40
Thanks - modprobe -v rt2870sta gave me this output

Code:
rt2870sta             433234  0 
crc_ccitt               1347  1 rt2870sta
and in dmesg this:
Code:
rt2870sta: module is from the staging directory, the quality is unknown, you have been warned.
rtusb init --->
usbcore: registered new interface driver rt2870
Should I see a new interface when I run ifconfig? How do I know what interface it is registered as?
FWIW, I added modprobe rt2870sta and modprobe rt2870usb to rc.netdevice, chmod +x rc.netdevice and restarted the OS. The module loaded on restart according to dmesg, but I still don't see a new interface.

Last edited by gmartin; 12-26-2011 at 02:54 PM.
 
Old 12-26-2011, 08:12 PM   #4
Peacedog
LQ Guru
 
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296

Rep: Reputation: 168Reputation: 168
Now that the module is loaded let's take a look. Please post the result of the following.

Code:
# ifconfig -a
# iwconfig
Good luck. ;-)
 
Old 12-26-2011, 10:04 PM   #5
gmartin
Member
 
Registered: Mar 2003
Location: PA
Distribution: Slackware 13.37 Linux Reg # 341245
Posts: 285

Original Poster
Rep: Reputation: 40
Thanks for the help.

ifconfig -a
Code:
eth0      Link encap:Ethernet  HWaddr 00:23:ae:6c:80:e2  
          inet addr:192.168.1.108  Bcast:192.168.1.255  Mask:255.255.255.0
          inet6 addr: fe80::223:aeff:fe6c:80e2/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:227809 errors:0 dropped:33 overruns:0 frame:0
          TX packets:320735 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:38919339 (37.1 MiB)  TX bytes:354121864 (337.7 MiB)
          Interrupt:21 Memory:f7ae0000-f7b00000 

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:3012 errors:0 dropped:0 overruns:0 frame:0
          TX packets:3012 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:187217 (182.8 KiB)  TX bytes:187217 (182.8 KiB)
iwconfig
Code:
lo        no wireless extensions.

eth0      no wireless extensions.
 
Old 12-27-2011, 03:57 AM   #6
tobyl
Member
 
Registered: Apr 2003
Location: uk
Distribution: slackware current
Posts: 768

Rep: Reputation: 64
A little searching indicates to me that your wireless chip is a Broadcom BCM43235. There is limited info on this so I could be mistaken. If so, the drivers you have been trying to use will not work.

http://www.wikidevi.com/wiki/Linksys_AE1200


Support for BCM43235 is in the 'no promises' staging section of the kernel. It is called brcmfmac. I'm not sure which kernel first supported this chipset, but as with any driver in the staging section, later is usually better. So see if you can load this driver, and failing that, you could try compiling a recent kernel if you are happy doing that.

tobyl
 
Old 12-27-2011, 04:34 AM   #7
tobyl
Member
 
Registered: Apr 2003
Location: uk
Distribution: slackware current
Posts: 768

Rep: Reputation: 64
It appears that the driver I mentioned does not appear in the kernel that comes with 13.37. The nearest you will get to it is the staging driver brcm80211 (this is looking at 2.6.39.2 which is the oldest kernel I have lying around). The driver brcmfmac does not appear until a later kernel. I would definitely recommend a kernel upgrade if possible
tobyl

edit: is this a netbook or tablet??

Last edited by tobyl; 12-27-2011 at 04:37 AM.
 
Old 12-27-2011, 07:17 AM   #8
gmartin
Member
 
Registered: Mar 2003
Location: PA
Distribution: Slackware 13.37 Linux Reg # 341245
Posts: 285

Original Poster
Rep: Reputation: 40
It's a desktop that I want to add to the wireless network.
I followed the link you added above. It referenced a driver here. I downloaded and built the rt3572sta driver and ran modprobe. It inserted the driver, but I found no other change. Added the modprobe to rc.netdevices and restarted with no change in status.

I may try to update the kernel later today.

Last edited by gmartin; 12-27-2011 at 08:37 AM.
 
  


Reply

Tags
networking, usb, wireless



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
usb wireless linksys wusb54gcv3 in slack 13 tfrei Slackware 9 06-05-2010 04:39 PM
Linksys Wireless-G USB Adapter Anonymo Slackware 8 07-18-2006 01:00 AM
Slack 10.1 PC card Linksys Wireless setup help nerdism Linux - Wireless Networking 2 02-28-2005 06:56 AM
Wireless usb Linksys (WUSB54G) Help!!! kakajoon Linux - Wireless Networking 1 03-05-2004 10:37 PM
linksys usb wireless @%$# (Issues!) bluesun Linux - Wireless Networking 1 01-08-2002 02:32 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 11:10 AM.

Main Menu
Advertisement
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
Open Source Consulting | Domain Registration