I did read on aircrack-ng that the rt2870 is not a stable driver.
Have you tried to go to ralinktech.com and compile the driver yourself?
Hello!
I'm running BT4 from a persistent usb on a hp laptop with a intel wifi 5100 integrated + i have a wireless usb adapter with a rt2870 chipset. When i Check the Hardware list in systems i find it there (GN-WB31N 802.11n USB WLAN Card), and same when i check lsusb:
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 0root@bt:~# ifconfig ra0
ra0: error fetching interface information: Device not found
root@bt:~# 08 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 002: ID 03f0:1e1d Hewlett-Packard
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 002: ID 03f0:171d Hewlett-Packard Wireless (Bluetooth + WLAN) Interface [Integrated Module]
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 005: ID 1044:800c Chu Yuen Enterprise Co., Ltd GN-WB31N 802.11n USB WLAN Card
Bus 002 Device 004: ID 046d:09b8 Logitech, Inc.
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 003: ID 0781:5530 SanDisk Corp.
Bus 002 Device 002: ID 05e3:0608 Genesys Logic, Inc. USB-2.0 4-Port HUB [Hama]
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
-------------------------------------------------------------------------------------------------------
I've installed and updated the drivers in different ways quite a few times.
But I can't seem to get the card up and running.
--------------------------------------------------------------------
root@bt:~# airmon-ng
Interface Chipset Driver
wlan0 Intel 4965/5xxx iwlagn - [phy0]
root@bt:~#
-------------------------------------------------------------------
root@bt:~# ifconfig ra0
ra0: error fetching interface information: Device not found
root@bt:~#
-----------------------------------------------------------------
root@bt:~# ifconfig
eth0 Link encap:Ethernet HWaddr 00:1e:ec:8a:f8:75
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Interrupt:32 Base address:0x4000
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:102 errors:0 dropped:0 overruns:0 frame:0
TX packets:102 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:5100 (5.1 KB) TX bytes:5100 (5.1 KB)
wlan0 Link encap:Ethernet HWaddr 00:16:ea:7b:75:b0
inet addr:10.0.0.47 Bcast:10.0.0.255 Mask:255.255.255.0
inet6 addr: fe80::216:eaff:fe7b:75b0/64 Scope:Link
UP BROADCAST RUNNING MTU:1500 Metric:1
RX packets:4048 errors:0 dropped:0 overruns:0 frame:0
TX packets:3635 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:3870460 (3.8 MB) TX bytes:530254 (530.2 KB)
wmaster0 Link encap:UNSPEC HWaddr 00-16-EA-7B-75-B0-35-62-00-00-00-00-00-00-00-00
UP RUNNING MTU:0 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
-------------------------------------------------------------------------------------------------------
Ive been at this for quite a few days now, after reading that it's possible to run 2 wireless cards, and can't seem to google my way to it, So if you have any directions for getting my wireless usb adapter up and running, I'd really appreciate it!
Thanks for having a look!
Last edited by Ankkh; 04-20-2010 at 07:29 PM.
I did read on aircrack-ng that the rt2870 is not a stable driver.
Have you tried to go to ralinktech.com and compile the driver yourself?
Hello Flaming!
Yes, Ive tried before and i re-tried again now after finding newer drivers, but i get an error message:
------------------------------------------------------------------------------------
root@bt:~/RT2870_LinuxSTA_V2.3.0.0# make
make -C tools
make[1]: Entering directory `/root/RT2870_LinuxSTA_V2.3.0.0/tools'
gcc -g bin2h.c -o bin2h
make[1]: Leaving directory `/root/RT2870_LinuxSTA_V2.3.0.0/tools'
/root/RT2870_LinuxSTA_V2.3.0.0/tools/bin2h
cp -f os/linux/Makefile.6 /root/RT2870_LinuxSTA_V2.3.0.0/os/linux/Makefile
make -C /lib/modules/2.6.30.9/build SUBDIRS=/root/RT2870_LinuxSTA_V2.3.0.0/os/linux modules
make: *** /lib/modules/2.6.30.9/build: No such file or directory. Stop.
make: *** [LINUX] Error 2
root@bt:~/RT2870_LinuxSTA_V2.3.0.0#
---------------------------------------------------------------------------------------------
Ive tried the below but with the same outcome...
root@bt:~ ln -s /usr/src/linux /lib/modules/2.6.30.9/build
__________________________________________________ ____________
Still very open to suggestions!
Thanks for having a look!
Bringing some more info to the thread and confirming that i have the rt2870 drivers installed:
Can't find the interface Ra0 tho..
[BOOK]root@bt:~# cat /etc/network/interfaces | grep -v ^#
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp
auto eth1
iface eth1 inet dhcp
auto eth2
iface eth2 inet dhcp
auto ath0
iface ath0 inet dhcp
auto wlan0
iface wlan0 inet dhcp
root@bt:~# [/BOOK]
[BOOK] root@bt:~# lsmod
Module Size Used by
ipv6 239348 14
sbs 10940 0
sbshc 4500 1 sbs
acpi_cpufreq 7808 0
cpufreq_performance 1300 0
cpufreq_conservative 7048 0
cpufreq_ondemand 7080 2
cpufreq_powersave 1268 0
cpufreq_stats 4728 0
freq_table 3476 3 acpi_cpufreq,cpufreq_ondemand,cpufreq_stats
iptable_filter 2324 0
ip_tables 10916 1 iptable_filter
x_tables 13592 1 ip_tables
parport_pc 24292 0
lp 9412 0
parport 30572 2 parport_pc,lp
snd_hda_codec_idt 55764 1
joydev 9728 0
arc4 1588 2
ecb 2484 2
uvcvideo 58016 0
snd_hda_intel 24712 4
snd_hda_codec 57204 2 snd_hda_codec_idt,snd_hda_intel
videodev 37056 1 uvcvideo
v4l1_compat 13336 2 uvcvideo,videodev
iwlagn 166328 0
iwlcore 161336 1 iwlagn
snd_hwdep 6776 1 snd_hda_codec
snd_pcm_oss 37728 0
snd_mixer_oss 14324 1 snd_pcm_oss
rfkill 9328 2 iwlcore
lib80211 5176 1 iwlcore
mac80211 204728 2 iwlagn,iwlcore
snd_pcm 67704 4 snd_hda_intel,snd_hda_codec,snd_pcm_oss
sdhci_pci 6900 0
psmouse 41732 0
serio_raw 5016 0
cfg80211 61268 3 iwlagn,iwlcore,mac80211
sdhci 15864 1 sdhci_pci
mmc_core 46704 1 sdhci
snd_seq_dummy 2424 0
sierra 9372 0
led_class 3608 2 iwlcore,sdhci
btusb 11592 0
usbserial 30120 1 sierra
bluetooth 54148 1 btusb
iTCO_wdt 10584 0
iTCO_vendor_support 2840 1 iTCO_wdt
snd_seq_oss 27328 0
snd_seq_midi 5952 0
snd_rawmidi 19488 1 snd_seq_midi
snd_seq_midi_event 5972 2 snd_seq_oss,snd_seq_midi
snd_seq 47568 6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_m
idi_event
snd_timer 19068 3 snd_pcm,snd_seq
snd_seq_device 6048 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmi
di,snd_seq
video 18024 0
rtc_cmos 10156 0
rtc_core 15792 1 rtc_cmos
rtc_lib 2388 1 rtc_core
output 2388 1 video
snd 50468 18 snd_hda_codec_idt,snd_hda_intel,snd_hda_codec,s
nd_hwdep,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq _oss,snd_rawmidi,snd_seq,snd_t
imer,snd_seq_device
soundcore 5856 1 snd
snd_page_alloc 7836 2 snd_hda_intel,snd_pcm
wmi 5960 0
shpchp 31560 0
intel_agp 26108 0
agpgart 29356 1 intel_agp
evdev 9120 13
sg 25064 0
sha256_generic 12084 0
fuse 53104 1
xts 2804 1
gf128mul 7252 1 xts
aes_i586 7892 2
aes_generic 26836 1 aes_i586
root@bt:~# [/BOOK]
[BOOK] root@bt:~# modinfo /lib/modules/`uname -r`/kernel/drivers/net/wireless/rt2870sta
.ko
filename: /lib/modules/2.6.30.9/kernel/drivers/net/wireless/rt2870sta.ko
version: 2.2.0.0
license: GPL
description: RT2870 Wireless Lan Linux Driver
author: Paul Lin <paul_lin@ralinktech.com>
srcversion: FC3DC979BFDB82D40B53250
alias: usb:v0DB0p6899d*dc*dsc*dp*ic*isc*ip*
alias: usb:v100Dp9031d*dc*dsc*dp*ic*isc*ip*
alias: usb:v050Dp815Cd*dc*dsc*dp*ic*isc*ip*
alias: usb:v0411p00E8d*dc*dsc*dp*ic*isc*ip*
alias: usb:v1737p0071d*dc*dsc*dp*ic*isc*ip*
alias: usb:v1737p0070d*dc*dsc*dp*ic*isc*ip*
alias: usb:v7392p7717d*dc*dsc*dp*ic*isc*ip*
alias: usb:v7392p7718d*dc*dsc*dp*ic*isc*ip*
alias: usb:v5A57p0282d*dc*dsc*dp*ic*isc*ip*
alias: usb:v5A57p0280d*dc*dsc*dp*ic*isc*ip*
alias: usb:v1690p0740d*dc*dsc*dp*ic*isc*ip*
alias: usb:v04E8p2018d*dc*dsc*dp*ic*isc*ip*
alias: usb:v14B2p3C09d*dc*dsc*dp*ic*isc*ip*
alias: usb:v1482p3C09d*dc*dsc*dp*ic*isc*ip*
alias: usb:v050Dp815Cd*dc*dsc*dp*ic*isc*ip*
alias: usb:v050Dp805Cd*dc*dsc*dp*ic*isc*ip*
alias: usb:v157Ep300Ed*dc*dsc*dp*ic*isc*ip*
alias: usb:v129Bp1828d*dc*dsc*dp*ic*isc*ip*
alias: usb:v0E66p0003d*dc*dsc*dp*ic*isc*ip*
alias: usb:v0E66p0001d*dc*dsc*dp*ic*isc*ip*
alias: usb:v15C5p0008d*dc*dsc*dp*ic*isc*ip*
alias: usb:v083Ap6618d*dc*dsc*dp*ic*isc*ip*
alias: usb:v13D3p3247d*dc*dsc*dp*ic*isc*ip*
alias: usb:v14B2p3C25d*dc*dsc*dp*ic*isc*ip*
alias: usb:v0471p200Fd*dc*dsc*dp*ic*isc*ip*
alias: usb:v1740p9702d*dc*dsc*dp*ic*isc*ip*
alias: usb:v1740p9701d*dc*dsc*dp*ic*isc*ip*
alias: usb:v0CDEp0025d*dc*dsc*dp*ic*isc*ip*
alias: usb:v0586p3416d*dc*dsc*dp*ic*isc*ip*
alias: usb:v0CDEp0022d*dc*dsc*dp*ic*isc*ip*
alias: usb:v083Ap7522d*dc*dsc*dp*ic*isc*ip*
alias: usb:v083Ap8522d*dc*dsc*dp*ic*isc*ip*
alias: usb:v083ApA618d*dc*dsc*dp*ic*isc*ip*
alias: usb:v083ApB522d*dc*dsc*dp*ic*isc*ip*
alias: usb:v15A9p0006d*dc*dsc*dp*ic*isc*ip*
alias: usb:v1044p800Bd*dc*dsc*dp*ic*isc*ip*
alias: usb:v07AAp003Fd*dc*dsc*dp*ic*isc*ip*
alias: usb:v07AAp003Cd*dc*dsc*dp*ic*isc*ip*
alias: usb:v07AAp002Fd*dc*dsc*dp*ic*isc*ip*
alias: usb:v14B2p3C27d*dc*dsc*dp*ic*isc*ip*
alias: usb:v14B2p3C23d*dc*dsc*dp*ic*isc*ip*
alias: usb:v050Dp8053d*dc*dsc*dp*ic*isc*ip*
alias: usb:v14B2p3C07d*dc*dsc*dp*ic*isc*ip*
alias: usb:v07D1p3C11d*dc*dsc*dp*ic*isc*ip*
alias: usb:v07D1p3C09d*dc*dsc*dp*ic*isc*ip*
alias: usb:v2019pED06d*dc*dsc*dp*ic*isc*ip*
alias: usb:v14B2p3C28d*dc*dsc*dp*ic*isc*ip*
alias: usb:v14B2p3C06d*dc*dsc*dp*ic*isc*ip*
alias: usb:v0DF6p002Dd*dc*dsc*dp*ic*isc*ip*
alias: usb:v0DF6p002Cd*dc*dsc*dp*ic*isc*ip*
alias: usb:v0DF6p002Bd*dc*dsc*dp*ic*isc*ip*
alias: usb:v0DF6p0017d*dc*dsc*dp*ic*isc*ip*
alias: usb:v0B05p1742d*dc*dsc*dp*ic*isc*ip*
alias: usb:v0B05p1732d*dc*dsc*dp*ic*isc*ip*
alias: usb:v0B05p1731d*dc*dsc*dp*ic*isc*ip*
alias: usb:v177Fp0302d*dc*dsc*dp*ic*isc*ip*
alias: usb:v0789p0164d*dc*dsc*dp*ic*isc*ip*
alias: usb:v0789p0163d*dc*dsc*dp*ic*isc*ip*
alias: usb:v0789p0162d*dc*dsc*dp*ic*isc*ip*
alias: usb:v083Ap7512d*dc*dsc*dp*ic*isc*ip*
alias: usb:v0DF6p003Fd*dc*dsc*dp*ic*isc*ip*
alias: usb:v0DF6p0039d*dc*dsc*dp*ic*isc*ip*
alias: usb:v07B8p2770d*dc*dsc*dp*ic*isc*ip*
alias: usb:v07B8p2870d*dc*dsc*dp*ic*isc*ip*
alias: usb:v148Fp2870d*dc*dsc*dp*ic*isc*ip*
alias: usb:v148Fp2770d*dc*dsc*dp*ic*isc*ip*
depends:
vermagic: 2.6.30.9 SMP mod_unload 686
parm: mac:rt28xx: wireless mac addr (charp)
root@bt:~# [/BOOK]
Thanks for having a look!
Last edited by Archangel-Amael; 04-21-2010 at 06:56 PM.