LinuxQuestions.org
Visit Jeremy's Blog.
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 01-29-2010, 12:03 PM   #1
tfrei
Member
 
Registered: Dec 2004
Location: Fargo
Distribution: slackware 14.2
Posts: 103

Rep: Reputation: 18
usb wireless linksys wusb54gcv3 in slack 13


The linksys wusb54gcv3 usb wireless device appears to have either the ralink 2070 or the ralink 3070 chip. Has anybody got this to work in Slackware 13? I searched this forum and haven't found any current solutions. Nor can I find a current slackbuild for this device's chip.

Here is the output of dmesg | tail for the device:

usb 2-1: USB disconnect, address 2
usb 2-2: new full speed USB device using uhci_hcd and address 3
usb 2-2: New USB device found, idVendor=1737, idProduct=0077
usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
usb 2-2: Product: 802.11 g WLAN
usb 2-2: Manufacturer: Ralink
usb 2-2: SerialNumber: 1.0
usb 2-2: configuration #1 chosen from 1 choice

No modules loaded for the device, however.

Last edited by tfrei; 01-29-2010 at 12:25 PM.
 
Old 01-29-2010, 04:33 PM   #2
devwatchdog
Member
 
Registered: Jan 2010
Posts: 202

Rep: Reputation: 47
Let's try to figure out what we are dealing with in a bit more detail.

First, let's identify it:

jcwx@haley:~$ lsusb
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 006: ID 046d:c50e Logitech, Inc. MX-1000 Cordless Mouse Receiver
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 003: ID 0d49:7000 Maxtor OneTouch
Bus 001 Device 002: ID 148f:2573 Ralink Technology, Corp. RT2501USB Wireless Adapter
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
jcwx@haley:~$

As you can see, I've got a Ralink wireless device there. Let's do this now, where we take the bus and device numbers from the Ralink NIC, put them into a request for a detailed list from lsusb:

jcwx@haley:~$ lsusb -vvv -s 001:002

Bus 001 Device 002: ID 148f:2573 Ralink Technology, Corp. RT2501USB Wireless Adapter
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 2.00
bDeviceClass 0 (Defined at Interface level)
bDeviceSubClass 0
bDeviceProtocol 0
bMaxPacketSize0 64
idVendor 0x148f Ralink Technology, Corp.
idProduct 0x2573 RT2501USB Wireless Adapter
bcdDevice 0.01
iManufacturer 1 Ralink
iProduct 2 802.11 bg WLAN
iSerial 0
bNumConfigurations 1
Configuration Descriptor:
bLength 9

(snippo)

bDeviceSubClass 0
bDeviceProtocol 0
bMaxPacketSize0 64
bNumConfigurations 1
Device Status: 0x0000
(Bus Powered)
jcwx@haley:~$

Also, why don't you run these commands as well:

'lsmod|grep rt'
'iwconfig'
'ifconfig'

That should catch any Ralink drivers installed, and possibly provide some further information.

I found a blog entry that looks like it could help you:

http://josthalen.wordpress.com/2009/...c-v3-on-linux/

It's fairly recent and applies directly to your issue.

Last edited by devwatchdog; 01-29-2010 at 04:44 PM. Reason: 'cause it is Friday
 
Old 01-29-2010, 05:52 PM   #3
tfrei
Member
 
Registered: Dec 2004
Location: Fargo
Distribution: slackware 14.2
Posts: 103

Original Poster
Rep: Reputation: 18
Thanks devwatchdog!

Here is some of my output. The link you gave me looks good. I will also consult that and post here any progress I have. It looks I'll have to compile the Ralink driver.
Quote:
bash-3.1$ /sbin/lsusb
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 002: ID 1737:0077 Linksys
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
bash-3.1$
and

lsusb -vvv -s 002:002 produces:

Quote:
Bus 002 Device 002: ID 1737:0077 Linksys
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 2.00
bDeviceClass 0 (Defined at Interface level)
bDeviceSubClass 0
bDeviceProtocol 0
bMaxPacketSize0 64
idVendor 0x1737 Linksys
idProduct 0x0077
bcdDevice 1.01
iManufacturer 1 Ralink
iProduct 2 802.11 g WLAN
iSerial 3 1.0
bNumConfigurations 1
Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength 67
bNumInterfaces 1
bConfigurationValue 1
iConfiguration 0
bmAttributes 0x80
(Bus Powered)

[snip]

Device Qualifier (for other device speed):
bLength 10
bDescriptorType 6
bcdUSB 2.00
bDeviceClass 0 (Defined at Interface level)
bDeviceSubClass 0
bDeviceProtocol 0
bMaxPacketSize0 64
bNumConfigurations 1
Device Status: 0x0000
(Bus Powered)
and

Quote:
bash-3.1# lsmod|grep rt
parport_pc 24036 1
agpgart 29256 2 drm,intel_agp
parport 30700 3 lp,ppdev,parport_pc
rtc_cmos 10124 0
rtc_core 15992 1 rtc_cmos
rtc_lib 2332 1 rtc_core
No listing for the device on iwconfig or ifconfig either.
 
Old 05-20-2010, 11:32 PM   #4
warpman999
LQ Newbie
 
Registered: Apr 2010
Posts: 10

Rep: Reputation: 0
If you can get answer for this I would like to have it as well. I have the same issue. Same USB wireless nic. Any info would be appreciated.
 
Old 05-21-2010, 06:24 AM   #5
tfrei
Member
 
Registered: Dec 2004
Location: Fargo
Distribution: slackware 14.2
Posts: 103

Original Poster
Rep: Reputation: 18
I'm going to look at this again after I install 13.1. I'll post here again with my results.
 
Old 05-25-2010, 09:53 PM   #6
warpman999
LQ Newbie
 
Registered: Apr 2010
Posts: 10

Rep: Reputation: 0
Great! Thanks!
 
Old 05-26-2010, 10:40 PM   #7
warpman999
LQ Newbie
 
Registered: Apr 2010
Posts: 10

Rep: Reputation: 0
I have tried the link that devwatchdog mention but I'm stuck on step #3. I have no idea where to put this line. Any help would be appreciated. I think that should get the USB wireless working.
 
Old 05-27-2010, 11:15 PM   #8
warpman999
LQ Newbie
 
Registered: Apr 2010
Posts: 10

Rep: Reputation: 0
On this link: http://josthalen.wordpress.com/2009/...c-v3-on-linux/ he recommends the following steps:
1. Download the RT3070USB module from the Ralink Linux support page
2. Extract the archive and open os/linux/usb_main_dev.c
3. In this file, add an entry for the USB ID of the new Linksys adapter:

{USB_DEVICE(0x1737,0x0077)}, /* Linksys WUSB54GCv3 */

4. Save the file and compile the module according to the instructions found in the README of the archive:

make
make install

5. The ‘make install’ also takes care of copying files to /etc/Wireless/ (See README file)

Well, I tried to update the usb_main_dev.c file with the following line {USB_DEVICE(0x1737,0x0077)}, /* Linksys WUSB54GCv3 */
but I have no idea where to put it. So, if you guys could possibly give me a hand I would really appreciated.
 
Old 06-02-2010, 06:21 PM   #9
BCarey
Senior Member
 
Registered: Oct 2005
Location: New Mexico
Distribution: Slackware
Posts: 1,639

Rep: Reputation: Disabled
I just got this to work on Slack64 13.1. The instructions below worked with one caveat.

I could not get the source from Ralink to compile properly. I found a patch at http://lists.rpmfusion.org/pipermail...st/005943.html which allowed me to complete the compilation.

warpmann99, if you open the file usb_main_dev.c and scroll down a bit you will see a whole lot of lines which look similar to the line {USB_DEVICE(0x1737,0x0077)}, /* Linksys WUSB54GCv3 */. Add it to the end of the list.

Brian
 
Old 06-05-2010, 04:39 PM   #10
warpman999
LQ Newbie
 
Registered: Apr 2010
Posts: 10

Rep: Reputation: 0
BCarey, would it be possible for you to send me or post the file usb_main_dev.c? I would really appreciated.
I'm trying to get this to work but either I'm not reading the instructions properly and I'm not following the instructions properly but so far no luck. I'll give it another shot. Wish me good luck. Thanks.

WM
 
  


Reply



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
Linksys Wireless USB install RLH1919 Fedora 20 03-18-2009 07:35 AM
LinkSys wireless USB I can't get on the internet rbniel Linux - Wireless Networking 8 04-15-2007 09:37 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 Wireless USB Problem mambrosia Linux - Wireless Networking 0 10-01-2003 10:28 PM

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

All times are GMT -5. The time now is 11:28 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