You are not logged in.
Pages: 1
hello,
ive installed rt2870sta driver from AUR.
Blacklisted rt2800, rt2x00usb, rt2xoolib.
when i run iwconfig wlan0 is not being created.
[root@myhost modprobe.d]# iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
eth1 no wireless extensions.
[root@myhost modprobe.d]# lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 002: ID 148f:3070 Ralink Technology, Corp. RT2870/RT3070 Wireless Adapter
Bus 001 Device 004: ID 08ec:0016 M-Systems Flash Disk Pioneers Kingston DataTraveler U3
Bus 001 Device 005: ID 0b05:1784 ASUSTek Computer, Inc. USB-N13 802.11n Network Adapter [Ralink RT3072]
Bus 001 Device 006: ID 04b8:0122 Seiko Epson Corp. Perfection 3590 scanner
Bus 002 Device 002: ID 1532:0015 Razer USA, Ltd
[root@myhost ~]# lsmod | grep rt2
rt2870sta 611390 0
usbcore 142576 7 rt2870sta,usb_storage,uas,usbhid,ohci_hcd,ehci_hcd
can someone help plz
Offline
The rt2800usb driver now actually supports these devices, have you tried that?
Offline
i did. dhcpcd wlan0 times out. all tho once i succeded to connect with awus36nh. but after restart i cudnt do it again.
i very new to linux. so i must do something wrong.
my steps are:
1. iwconfig wlan1 mode ad-hoc
2. iwconfig wlan1 channel auto
3. ip link set wlan1 up
4. a) with static wep sec : iwconfig wlan1 essid home key bbbb11111
b)without security : iwconfig wlan1 essid home
5. to check that interface is working
[aidas@myhost ~]$ sudo iwlist wlan1 scan
Password:
wlan1 Scan completed :
Cell 01 - Address: 40:4A:03:B6:54:EF
Channel:11
Frequency:2.462 GHz (Channel 11)
Quality=41/70 Signal level=-69 dBm
Encryption key:off
ESSID:"Home"
Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 6 Mb/s; 9 Mb/s
11 Mb/s; 12 Mb/s; 18 Mb/s
Bit Rates:24 Mb/s; 36 Mb/s; 48 Mb/s; 54 Mb/s
Mode:Master
Extra:tsf=0000000017062f12
Extra: Last beacon: 523ms ago
IE: Unknown: 0004486F6D65
IE: Unknown: 010882848B0C12961824
IE: Unknown: 03010B
IE: Unknown: 0706474220010D14
IE: Unknown: 200100
IE: Unknown: 2A0100
IE: Unknown: 32043048606C
Cell 02 - Address: B2:88:0F:18:80:F3
Channel:1
Frequency:2.412 GHz (Channel 1)
Quality=70/70 Signal level=0 dBm
Encryption key:on
ESSID:"home"
Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 6 Mb/s
9 Mb/s; 12 Mb/s; 18 Mb/s
Bit Rates:24 Mb/s; 36 Mb/s; 48 Mb/s; 54 Mb/s
Mode:Ad-Hoc
Extra:tsf=0000000000000000
Extra: Last beacon: 366883ms ago
IE: Unknown: 0004686F6D65
IE: Unknown: 010882040B160C121824
IE: Unknown: 030101
IE: Unknown: 06020000
IE: Unknown: 32043048606C
IE: Unknown: DD070050F202000100
6) dhcpcd wlan1
[aidas@myhost ~]$ sudo dhcpcd wlan1
dhcpcd[1158]: version 5.2.12 starting
dhcpcd[1158]: wlan1: broadcasting for a lease
^[[Adhcpcd[1158]: timed out
Offline
I've found ad-hoc networks work better if you explicitly set a channel on both sides. Also, I note "Home" and "home" as network names, that's not right, case matters in ssid name. And have you tried other kinds of connections, like connecting to an AP?
Offline
how do i connect to AP?
Offline
hello,
ive installed rt2870sta driver from AUR.
Blacklisted rt2800, rt2x00usb, rt2xoolib.
when i run iwconfig wlan0 is not being created.
[root@myhost modprobe.d]# iwconfig
lo no wireless extensions.eth0 no wireless extensions.
eth1 no wireless extensions.
[root@myhost modprobe.d]# lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 002: ID 148f:3070 Ralink Technology, Corp. RT2870/RT3070 Wireless Adapter
Bus 001 Device 004: ID 08ec:0016 M-Systems Flash Disk Pioneers Kingston DataTraveler U3
Bus 001 Device 005: ID 0b05:1784 ASUSTek Computer, Inc. USB-N13 802.11n Network Adapter [Ralink RT3072]
Bus 001 Device 006: ID 04b8:0122 Seiko Epson Corp. Perfection 3590 scanner
Bus 002 Device 002: ID 1532:0015 Razer USA, Ltd[root@myhost ~]# lsmod | grep rt2
rt2870sta 611390 0
usbcore 142576 7 rt2870sta,usb_storage,uas,usbhid,ohci_hcd,ehci_hcdcan someone help plz
Hi, there is a better solution that poor kernel drivers and Aur drivers are too old.
First Download the latest drivers RT8070 /RT3070 /RT3370 /RT5370 /RT5372 http://www.ralinktech.com/en/04_support … hp?sn=5016
then uncompress and if you have 64bits system( if not, you haven't change anything) search on $dirinstal/os/linux/config.mk this:
ifeq ($(PLATFORM),PC)
ifneq (,$(findstring 2.4,$(LINUX_SRC)))
# Linux 2.4
CFLAGS := -D__KERNEL__ -I$(LINUX_SRC)/include -I$(RT28xx_DIR)/include -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=i686 -DMODULE -DMODVERSIONS -include $(LINUX_SRC)/include/linux/modversions.h $(WFLAGS)
Change mpreferred-stack-boundary=2 to 4
And change this flag with your cpu flag, see all list of all cpu supported http://gcc.gnu.org/onlinedocs/gcc/i386- … tions.html
If you use any networkmanager you must change on same file
# Support Wpa_Supplicant
HAS_WPA_SUPPLICANT=n
# Support Native WpaSupplicant for Network Maganger
HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=n
all to y.
And now, compile and install
sudo su
make
make install
and then add to /etc/rc.conf this blacklist modules and force the right module
MODULES=(!rt2800usb !rt2x00usb !rt2800lib !rt2x00lib !rt2870sta rt5370sta)
And reboot and enjoy your full 300 mbits usb on latest kernel 3.1 (if you have dual band router)
Last edited by Sharker (2011-11-18 20:01:29)
Offline
I'd just like to echo what Sharker said for anyone else who's using this device - save yourself a headache and use the Ralink drivers.
They work very well and at long last I can use kernel 3 with this device!
Offline
Hi,
Anything change on from 3.2.2, new kernels that i cannot compiling drivers. I think that limited headers or remove for make driver working. Now i ignored on pacman new kernel for works full speed wifi.
Offline
Drivers don't compile/install on all recent kernels (3.2.4 and 3.2.6*) but are fine on 3.2.5.
* probably down to moved depmod; will try later.
EDIT added symlink per this thread and can now install .ko under 3.2.6.
https://bbs.archlinux.org/viewtopic.php?id=135937
Last edited by Bazzaah (2012-02-17 14:36:32)
Offline
Drivers don't compile/install on all recent kernels (3.2.4 and 3.2.6*) but are fine on 3.2.5.
* probably down to moved depmod; will try later.
EDIT added symlink per this thread and can now install .ko under 3.2.6.
I've compiled on 3.2.6-1 again i think that all fix again
See
uname -a
Linux Esteso 3.2.6-1-ARCH #1 SMP PREEMPT Tue Feb 14 09:11:26 CET 2012 x86_64 Intel(R) Core(TM)2 Quad CPU Q9400 @ 2.66GHz GenuineIntel GNU/Linux
lsmod | grep rt5370sta
rt5370sta 780712 1
iwconfig
ra0 Ralink STA ESSID:"DUMBIFYOURREAD" Nickname:"RT2870STA"
Mode:Managed Frequency=2.412 GHz Access Point: E0:69:95:53:0F:FD
Bit Rate=104 Mb/s
RTS thr:off Fragment thr:off
Encryption key:XXXX-XXX-XXX-XXX Security mode:open
Link Quality=98/100 Signal level:-35 dBm Noise level:-57 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
My bitrate is slow because there are too wifis on my street and all channels have occupy :S , i'm thinking to buy a plc heheh
Offline
glad you're sorted out!
Offline
Pages: 1