ich habe einen FitPC2i, der einen eingebauten Ralink rt3070 USB Wlan Adapter hat.
Code: Alles auswählen
Bus 001 Device 004: ID 148f:3070 Ralink Technology, Corp. RT2870/RT3070 Wireless Adapter
Was ich gemacht habe: Den Treiber direkt von Ralink (2.5.0.1) geommen, nötige Anpassungen vorgenommen, kompiliert:
Und zwar in ./os/linux/config.mk folgendes auf y gesetzt
Code: Alles auswählen
HAS_WPA_SUPPLICANT=y
HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=y
Code: Alles auswählen
blacklist rt2x00lib
blacklist rt2800usb
blacklist rt2x00usb
Code: Alles auswählen
RT3070STA -> RT2870STA
RT3070STA.dat -> RT2870STA.dat
Code: Alles auswählen
`--# iwlist ra0 scan
ra0 No scan results
`--# ifconfig ra0
ra0 Link encap:Ethernet Hardware Adresse 00:0d:f0:63:99:ce
UP BROADCAST RUNNING MULTICAST MTU:1500 Metrik:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
Kollisionen:0 Sendewarteschlangenlänge:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
`--# iwconfig ra0
ra0 Ralink STA ESSID:"11n-AP" Nickname:"RT2870STA"
Mode:Auto Frequency=2.412 GHz Access Point: Not-Associated
Bit Rate:1 Mb/s
RTS thr:off Fragment thr:off
Encryption key:off
Link Quality=10/100 Signal level:0 dBm Noise level:0 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
Im Kernelringpuffer finde ich
Code: Alles auswählen
[17437.220465] RTMP_TimerListAdd: add timer obj f91c0000!
[17437.220481] RTMP_TimerListAdd: add timer obj f91c0044!
[17437.220492] RTMP_TimerListAdd: add timer obj f91c0088!
[17437.220503] RTMP_TimerListAdd: add timer obj f91bffbc!
[17437.220516] RTMP_TimerListAdd: add timer obj f91bfef0!
[17437.220526] RTMP_TimerListAdd: add timer obj f91bff34!
[17437.220536] RTMP_TimerListAdd: add timer obj f918aad8!
[17437.220546] RTMP_TimerListAdd: add timer obj f9179ecc!
[17437.220556] RTMP_TimerListAdd: add timer obj f9179f18!
[17437.220566] RTMP_TimerListAdd: add timer obj f918abb8!
[17437.220578] RTMP_TimerListAdd: add timer obj f918aa50!
[17437.220591] RTMP_TimerListAdd: add timer obj f918ab70!
[17437.223793] -->RTUSBVenderReset
[17437.223913] <--RTUSBVenderReset
[17437.512559] Key1Str is Invalid key length(0) or Type(0)
[17437.512635] Key2Str is Invalid key length(0) or Type(0)
[17437.512708] Key3Str is Invalid key length(0) or Type(0)
[17437.512781] Key4Str is Invalid key length(0) or Type(0)
[17437.514055] 1. Phy Mode = 5
[17437.514064] 2. Phy Mode = 5
[17437.514075] NVM is Efuse and its size =2d[2d0-2fc]
[17437.565064] phy mode> Error! The chip does not support 5G band 5!
[17437.565508] RTMPSetPhyMode: channel is out of range, use first channel=1
[17437.569434] (Efuse for 3062/3562/3572) Size=0x2d [2d0-2fc]
[17437.591187] 3. Phy Mode = 9
[17437.649943] MCS Set = ff 00 00 00 01
[17437.660527] <==== rt28xx_init, Status=0
[17437.662068] 0x1300 = 00064300
Code: Alles auswählen
`--# lsmod |grep rt
rt3070sta 456094 1
parport_pc 15799 0
parport 22554 3 parport_pc,ppdev,lp
exportfs 2618 1 nfsd
usbcore 98453 7 rt3070sta,usbhid,pl2303,usbserial,uhci_hcd,ehci_hcd
Mein simples netbook mit einem eingebauten Atheros-Chip kann das schließlich alles und zusätzliche Treiber! Also gibt es einen (günstigen) USB Wlan-Stick nennen, der das auch kann?
Danke im voraus,
Kermit