[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

WLAN with RALINK 3070 not working



Squeeze
KDE 4.4.5

Hello,

 I tried to set up a WLAN-connection with either
 Sitecom WL-344 Wireless USB Adapter 300N X2
or
 D-Link System DWA-140 RangeBooster N Adapter.
Both seem to be working, but I cannot ping:
HOST UNREACHABLE
I don't have any idea, why not.
Thanks for helping!
Bernd

What I did so far:

blacklist rt2800usb

usb_main_dev.c
{USB_DEVICE(0x0DF6,0x0040)}, /* Sitecom WL-344 Wireless USB Adapter 300N X2*/
{USB_DEVICE(0x07D1,0x3c09)}, /* D-Link System DWA-140 RangeBooster N 
Adapter(rev.B1) [Ralink RT2870] */

no wpa_supplicant installed because:
config.mk
#ifdef WPA_SUPPLICANT_SUPPORT
# Support Wpa_Supplicant
HAS_WPA_SUPPLICANT=y
#endif // WPA_SUPPLICANT_SUPPORT //

#ifdef NATIVE_WPA_SUPPLICANT_SUPPORT
# Support Native WpaSupplicant for Network Maganger
HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=y
#endif // NATIVE_WPA_SUPPLICANT_SUPPORT //


RT2870STA.dat
CountryRegion=1                                                          
CountryRegionABand=1                                                     
CountryCode=DE                                                           
ChannelGeography=1 
SSID=2stonetest
NetworkType=Infra
WirelessMode=5
Channel=3
WmmCapable=1
AckPolicy=0;0;0;0
AuthMode=OPEN
EncrypType=NONE
WPAPSK=

make
make install
depmod -a
insmod 
/treiber/ralink3070/2009_1110_RT3070_Linux_STA_v2.1.2.0_mod/os/linux/rt3070sta.ko

lsmod | grep rt3070sta
rt3070sta             420152  0 
usbcore                98397  6 rt3070sta,usbhid,usb_storage,uhci_hcd,ehci_hcd


syslog
Sep 10 23:28:04 zeus kernel: [ 2973.870839] rtusb init --->
Sep 10 23:28:04 zeus kernel: [ 2973.870894] usbcore: registered new interface 
driver rt2870
Sep 10 23:29:51 zeus kernel: [ 3081.232042] usb 1-5: new high speed USB device 
using ehci_hcd and address 6
Sep 10 23:29:52 zeus kernel: [ 3081.381557] usb 1-5: New USB device found, 
idVendor=0df6, idProduct=0040
Sep 10 23:29:52 zeus kernel: [ 3081.381563] usb 1-5: New USB device strings: 
Mfr=1, Product=2, SerialNumber=3
Sep 10 23:29:52 zeus kernel: [ 3081.381566] usb 1-5: Product: 802.11 n WLAN
Sep 10 23:29:52 zeus kernel: [ 3081.381569] usb 1-5: Manufacturer: Ralink
Sep 10 23:29:52 zeus kernel: [ 3081.381571] usb 1-5: SerialNumber: 1.0
Sep 10 23:29:52 zeus kernel: [ 3081.382918] usb 1-5: configuration #1 chosen 
from 1 choice
Sep 10 23:29:52 zeus kernel: [ 3081.385192] 
Sep 10 23:29:52 zeus kernel: [ 3081.385194] 
Sep 10 23:29:52 zeus kernel: [ 3081.385195] === pAd = f85fd000, size = 471516 
===
Sep 10 23:29:52 zeus kernel: [ 3081.385196] 
Sep 10 23:29:52 zeus kernel: [ 3081.385200] <-- RTMPAllocAdapterBlock, 
Status=0

ifconfig
ra0       Link encap:Ethernet  Hardware Adresse 00:0c:f6:68:2d:53  
          inet Adresse:192.168.0.102  Bcast:192.168.0.255  Maske:255.255.255.0
          inet6-Adresse: fe80::20c:f6ff:fe68:2d53/64 
Gültigkeitsbereich:Verbindung
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metrik:1
          RX packets:86 errors:0 dropped:0 overruns:0 frame:0
          TX packets:104 errors:0 dropped:0 overruns:0 carrier:0
          Kollisionen:0 Sendewarteschlangenlänge:1000 
          RX bytes:19174 (18.7 KiB)  TX bytes:8820 (8.6 KiB)

iwlist scan
ra0       Scan completed :
          Cell 01 - Address: 00:1E:58:C6:FA:E3
                    Protocol:802.11b/g
                    ESSID:"2stonetest"
                    Mode:Managed
                    Channel:3
                    Quality:100/100  Signal level:-43 dBm  Noise level:-115 
dBm
                    Encryption key:off
                    Bit Rates:18 Mb/s

route add default gw 192.168.0.1
route add -host 192.168.0.101 dev ra0

ping 192.168.0.1
PING 192.168.0.1 (192.168.0.1) 56(84) bytes of data.
From 192.168.0.102 icmp_seq=1 Destination Host Unreachable


Reply to: