You are not logged in.

#1 2010-09-24 22:50:07

slackcub
Member
Registered: 2009-03-14
Posts: 144

rt3070 Chipset issues

I recently picked up an Intellinet 150N USB wireless adapter.  It has the rt3070 chipset.   It works fine in Windows, but when I try to use it in Arch, I have some issues.  I have blacklisted all the rt* modules I had read to, and I was able to assign an ESSID and key to wlan0.  However, when I run dhcpcd, it times out.  I have a feeling I'm missing something silly, but I can't figure it out.  Anyone have any suggestions?  Thanks in advance.

david
slackcub@gmail.com

Offline

#2 2011-04-13 06:44:20

JMO
Member
From: Argentina
Registered: 2006-04-08
Posts: 98

Re: rt3070 Chipset issues

I'm having the same issue here, with same chipset. Did you get to something with it?

Offline

#3 2011-04-13 08:19:43

student975
Member
From: Russian Federation
Registered: 2011-03-05
Posts: 613

Re: rt3070 Chipset issues

I have rt2870 adapter. Probably it  wiil be the same for rt3070. Starting with 2.6.38 I have switch from (self-compiled) rt2870sta module to default rt-modules (blacklisting staging rt2870sta driver):

$ sudo lsmod | grep rt2
rt2800usb              10933  0 
rt2800lib              30637  1 rt2800usb
crc_ccitt               1355  1 rt2800lib
rt2x00usb               8155  1 rt2800usb
rt2x00lib              29848  3 rt2800usb,rt2800lib,rt2x00usb
mac80211              203397  3 rt2800lib,rt2x00usb,rt2x00lib
cfg80211              142631  2 rt2x00lib,mac80211
usbcore               134996  6 rt2800usb,rt2x00usb,usbhid,uhci_hcd,ehci_hcd

For me they do work at N mode now.

Last edited by student975 (2011-04-13 08:20:37)


"I exist" is the best myth I know..

Offline

#4 2011-04-16 16:45:21

JMO
Member
From: Argentina
Registered: 2006-04-08
Posts: 98

Re: rt3070 Chipset issues

[chariabidis@rorschach ~]$ lsmod | grep rt2
ext2                   62258  1 
btusb                  11153  0 
bluetooth              55705  1 btusb
rt2800usb              10901  0 
rt2800lib              30733  1 rt2800usb
crc_ccitt               1355  1 rt2800lib
rt2x00usb               8251  1 rt2800usb
rt2x00lib              30008  3 rt2800usb,rt2800lib,rt2x00usb
uvcvideo               60799  0 
videodev               65175  1 uvcvideo
v4l2_compat_ioctl32     6716  1 videodev
--
thermal                 7631  0 
video                  10996  0 
sp5100_tco              4264  0 
usbcore               134891  7 btusb,rt2800usb,rt2x00usb,uvcvideo,ohci_hcd,ehci_hcd
shpchp                 25537  0 
pci_hotplug            24640  1 shpchp
psmouse                52944  0 
brcm80211             684778  0 
mac80211              208200  4 rt2800lib,rt2x00usb,rt2x00lib,brcm80211
cfg80211              144199  3 rt2x00lib,brcm80211,mac80211
rfkill                 14810  3 bluetooth,hp_wmi,cfg80211
wmi                     8083  1 hp_wmi
snd_hda_intel          21738  0 

The same modules. Yet, I'm unable to obtain an IP with this chipset. I've tried switching from dhcpc to dhclient, but it's the same history.

I'll try to debug this and bring it here.-

Offline

#5 2011-07-29 08:47:59

chancho
Member
From: Hong Kong
Registered: 2006-07-14
Posts: 114

Re: rt3070 Chipset issues

i downloaded the latest driver 2.5.0.2, add MODE = STA and TARGET = LINUX in Makefile. add MODULE_LICENSE("GPL") in os/linux/usb_main_dev.c
sed -i /"tftpboot"/d Makefile
make
make install

remove the rt2870sta from /lib/modules/....../drivers/staging/rt2870/rt2870sta....
blacklist all rt2xxxxx related modules
it is now working ok.

Offline

#6 2011-09-29 22:20:34

melw
Member
Registered: 2011-04-09
Posts: 95

Re: rt3070 Chipset issues

chancho wrote:

i downloaded the latest driver 2.5.0.2, add MODE = STA and TARGET = LINUX in Makefile. add MODULE_LICENSE("GPL") in os/linux/usb_main_dev.c
sed -i /"tftpboot"/d Makefile
make
make install

remove the rt2870sta from /lib/modules/....../drivers/staging/rt2870/rt2870sta....
blacklist all rt2xxxxx related modules
it is now working ok.


I'm trying to get my RT3070 chip to work aswell, But when i try to extract the drivers (v 2.5.0.2) all i end upp with is one big file. How did you extract the files?

EDIT:
bunzip2 didn't extract this right. Used the following line to extract.

tar -xvaf 2011_0407_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO.bz2

Last edited by melw (2011-10-10 21:01:58)


I know I'm paranoid, but am I paranoid enought....

Offline

Board footer

Powered by FluxBB