(Gelöst) WLAN mit ifup in OpenSuse 11.1 einrichten (rt73 legacy Treiber)

Status
Für weitere Antworten geschlossen.

ebiwat

New Member
Hallo,

habe gerade von 10.3 zu 11.1 gewechselt und kaempfe seit zwei Tagen mit WLAN. Unter 10.3 ging es, nachdem ich die Anleitung in
http://www.pc-forum24.de/linux-howtos/8565-wpa-2-mit-wpa_supplicant-und-den-ralink-legacy-treibern-rt73-rt61-opensuse-10-x.html#post23252
gefolgt hatte. Ich hab's erst mal mit den eingebauten Treiber versucht und es hat nicht funktioniert, also habe ich wieder mit ifup wie unter 10.3 probiert aber komme nicht weiter.

Derzeit sieht es so aus:

Code:
# uname -r
2.6.27.21-0.1-pae
Code:
# cat /etc/SuSE-release
openSUSE 11.1 (i586)
VERSION = 11.1
Code:
# lsusb
Bus 004 Device 002: ID 03f0:1204 Hewlett-Packard DeskJet 930c
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 002: ID 04b8:011d Seiko Epson Corp. Perfection 1260 Photo
Bus 002 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 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 005: ID 05e3:070b Genesys Logic, Inc. DMHS1B Rev 3 DFU Adapter
Bus 001 Device 003: ID 07d1:3c03 D-Link System DWL-G122 802.11g Adapter [ralink rt73]
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Code:
# ls -l /lib/firmware
total 48
drwxr-xr-x 14 root root 4096 2009-04-18 13:19 2.6.27.21-0.1-pae
-rw-r--r--  1 root root 2142 2009-03-16 07:34 LICENSE.ralink-firmware.txt
-rw-r--r--  1 root root 8192 2009-03-16 07:34 rt2561.bin
-rw-r--r--  1 root root 8192 2009-03-16 07:34 rt2561s.bin
-rw-r--r--  1 root root 8192 2009-03-16 07:34 rt2661.bin
-rw-r--r--  1 root root 8192 2009-03-16 07:34 rt2860.bin
-rw-r--r--  1 root root 4096 2009-03-16 07:34 rt2870.bin
-rw-r--r--  1 root root 2048 2009-03-16 07:34 rt73.bin
Code:
# dmesg|grep -i firmware
intel_rng: Firmware space is locked read-only. If you can't or
intel_rng: don't want to disable this in firmware setup, and if
firmware: requesting rt73.bin
firmware: requesting intel-ucode/0f-02-09
firmware: requesting intel-ucode/0f-02-09
Code:
# /usr/sbin/rcsmpppd status
Checking for SMPPPD:                                                 running
Code:
# rpm -qa|egrep 'rt73|wpa'
rt73-cvs-kmp-pae-2009030304_2.6.27.21_0.1-13.1
wpa_supplicant-0.6.9-1.2
Code:
# hwinfo --wlan
18: USB 00.0: 0282 WLAN controller
  [Created at usb.122]
  UDI: /org/freedesktop/Hal/devices/usb_device_7d1_3c03_noserial_if0
  Unique ID: wkjR.Pj1JuB68U+F
  Parent ID: k4bc.9T1GDCLyFd9
  SysFS ID: /devices/pci0000:00/0000:00:1d.7/usb1/1-5/1-5:1.0
  SysFS BusID: 1-5:1.0
  Hardware Class: network
  Model: "D-Link 802.11 bg WLAN"
  Hotplug: USB
  Vendor: usb 0x07d1 "D-Link System"
  Device: usb 0x3c03 "802.11 bg WLAN"
  Revision: "0.01"
  Driver: "rt73"
  Driver Modules: "rt73"
  Device File: wlan0
  Features: WLAN
  Speed: 480 Mbps
  HW Address: 00:21:91:55:7b:e9
  Link detected: yes
  WLAN channels: 1 2 3 4 5 6 7 8 9 10 11 12 13
  WLAN frequencies: 2.412 2.417 2.422 2.427 2.432 2.437 2.442 2.447 2.452 2.457 2.462 2.467 2.472
  WLAN bitrates: 1 2 5.5 11 9 18 36 54
  WLAN encryption modes: WEP40 WEP104
  WLAN authentication modes: open sharedkey
  Module Alias: "usb:v07D1p3C03d0001dc00dsc00dp00icFFiscFFipFF"
  Driver Info #0:
    Driver Status: rt73 is active
    Driver Activation Cmd: "modprobe rt73"
  Driver Info #1:
    Driver Status: rt73usb is not active
    Driver Activation Cmd: "modprobe rt73usb"
  Config Status: cfg=no, avail=yes, need=no, active=unknown
  Attached to: #15 (Hub)
Dies habe ich aus einem 10.3 Laptop (Karte laeuft gut drauf) in das 11.1 System kopiert. Der Grund: YAST hat nur WEP als Verschluesselung angeboten. Ich bekommen keine Fehlermeldungen, aber bei hwinfo sehe ich ja nur WEP... vielleicht ist dies mein Problem? YAST bietet jetzt aber auch WPA-PSK.

Code:
BOOTPROTO='dhcp'
BROADCAST=''
ETHTOOL_OPTIONS=''
IFPLUGD_PRIORITY='10'
IPADDR=''
MTU=''
NAME=''
NETMASK=''
NETWORK=''
REMOTE_IPADDR=''
STARTMODE='ifplugd'
USERCONTROL='yes'
WIRELESS_AP=''
WIRELESS_AUTH_MODE='psk'
WIRELESS_BITRATE='auto'
WIRELESS_CA_CERT=''
WIRELESS_CHANNEL=''
WIRELESS_CLIENT_CERT=''
WIRELESS_CLIENT_KEY=''
WIRELESS_CLIENT_KEY_PASSWORD=''
WIRELESS_DEFAULT_KEY='0'
WIRELESS_EAP_AUTH=''
WIRELESS_EAP_MODE=''
WIRELESS_ESSID='My-WLAN'
WIRELESS_FREQUENCY=''
WIRELESS_KEY=''
WIRELESS_KEY_0=''
WIRELESS_KEY_1=''
WIRELESS_KEY_2=''
WIRELESS_KEY_3=''
WIRELESS_KEY_LENGTH='128'
WIRELESS_MODE='Managed'
WIRELESS_NICK=''
WIRELESS_NWID=''
WIRELESS_PEAP_VERSION=''
WIRELESS_POWER='yes'
WIRELESS_WPA_ANONID=''
WIRELESS_WPA_IDENTITY=''
WIRELESS_WPA_PASSWORD=''
WIRELESS_WPA_PSK='psswrd'
Code:
# iwconfig
lo        no wireless extensions.

wlan0     RT73 WLAN  ESSID:""  Nickname:"linux-1prh"
          Mode:Managed  Frequency=2.472 GHz  Bit Rate=54 Mb/s
          RTS thr:off   Fragment thr:off
          Encryption key:off
          Link Quality=77/100  Signal level:-62 dBm  Noise level:-115 dBm
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0

eth0      no wireless extensions.

eth1      no wireless extensions.
Nach ifdown wlan0 und ifup wlan0 sieht es so aus:

Code:
# sudo tail -f /var/log/messages  

Apr 18 16:32:39 linux-1prh ifdown:     wlan0
Apr 18 16:32:39 linux-1prh dhcpcd[19966]: wlan0: received SIGTERM, stopping
Apr 18 16:32:39 linux-1prh dhcpcd[19966]: wlan0: removing IP address 192.168.2.103/24
Apr 18 16:32:39 linux-1prh avahi-daemon[3702]: Withdrawing address record for 192.168.2.103 on wlan0.
Apr 18 16:32:39 linux-1prh avahi-daemon[3702]: Leaving mDNS multicast group on interface wlan0.IPv4 with address 192.168.2.103.
Apr 18 16:32:39 linux-1prh avahi-daemon[3702]: Interface wlan0.IPv4 no longer relevant for mDNS.
Apr 18 16:32:39 linux-1prh dhcpcd[19966]: wlan0: exiting
Apr 18 16:32:40 linux-1prh avahi-daemon[3702]: Withdrawing address record for fe80::221:91ff:fe55:7be9 on wlan0.
Apr 18 16:32:40 linux-1prh kernel: rt73: closed
Apr 18 16:32:43 linux-1prh ifup:     wlan0
Apr 18 16:32:43 linux-1prh ifup:     wlan0     is controlled by ifplugd
Apr 18 16:32:43 linux-1prh ifup:     wlan0
Apr 18 16:32:43 linux-1prh ifup-wireless:     wlan0     starting wpa_supplicant
Apr 18 16:32:43 linux-1prh kernel: rt73: driver version - 1.0.3.6 CVS
Apr 18 16:32:43 linux-1prh kernel: rt73: using net dev supplied MAC addr
Apr 18 16:32:43 linux-1prh kernel: rt73: Active MAC addr: 00:21:91:55:7b:e9
Apr 18 16:32:43 linux-1prh kernel: rt73: Local MAC = 00:21:91:55:7b:e9
Apr 18 16:32:44 linux-1prh ifup-dhcp: Starting DHCP4 client on wlan0
Apr 18 16:32:44 linux-1prh dhcpcd[20800]: wlan0: dhcpcd 3.2.3 starting
Apr 18 16:32:44 linux-1prh dhcpcd[20800]: wlan0: hardware address = 00:21:91:55:7b:e9
Apr 18 16:32:44 linux-1prh dhcpcd[20800]: wlan0: broadcasting for a lease
Apr 18 16:32:45 linux-1prh ifup-dhcp: .
Apr 18 16:32:45 linux-1prh avahi-daemon[3702]: Registering new address record for fe80::221:91ff:fe55:7be9 on wlan0.*.
Apr 18 16:32:47 linux-1prh ifup-dhcp: .
Apr 18 16:32:49 linux-1prh ifup-dhcp: .
Apr 18 16:32:51 linux-1prh ifup-dhcp: .
Apr 18 16:32:53 linux-1prh ifup-dhcp: .
Apr 18 16:32:54 linux-1prh kernel: wlan0: no IPv6 routers present
Apr 18 16:32:55 linux-1prh ifup-dhcp: .
Apr 18 16:32:57 linux-1prh ifup-dhcp: .
Apr 18 16:32:59 linux-1prh ifup-dhcp: .
Apr 18 16:33:01 linux-1prh ifup-dhcp:
Apr 18 16:33:01 linux-1prh ifup-dhcp:     wlan0     DHCP4 continues in background
Apr 18 16:33:04 linux-1prh dhcpcd[20800]: wlan0: timed out
Apr 18 16:33:04 linux-1prh dhcpcd[20800]: wlan0: trying to use old lease in `/var/lib/dhcpcd/dhcpcd-wlan0.info'
Apr 18 16:33:04 linux-1prh dhcpcd[20800]: wlan0: adding IP address 192.168.2.103/24
Apr 18 16:33:04 linux-1prh avahi-daemon[3702]: Joining mDNS multicast group on interface wlan0.IPv4 with address 192.168.2.103.
Apr 18 16:33:04 linux-1prh avahi-daemon[3702]: New relevant interface wlan0.IPv4 for mDNS.
Apr 18 16:33:04 linux-1prh avahi-daemon[3702]: Registering new address record for 192.168.2.103 on wlan0.IPv4.
Apr 18 16:33:04 linux-1prh dhcpcd[20800]: wlan0: adding default route via 192.168.2.1 metric 0
Apr 18 16:33:04 linux-1prh syslog-ng[2147]: Configuration reload request received, reloading configuration;
Apr 18 16:33:04 linux-1prh syslog-ng[2147]: New configuration initialized;
Apr 18 16:33:04 linux-1prh kernel: klogd 1.4.1, ---------- state change ----------
Apr 18 16:33:04 linux-1prh ifdown:     wlan0
Apr 18 16:33:04 linux-1prh ifup:     wlan0
Apr 18 16:33:05 linux-1prh SuSEfirewall2: Setting up rules from /etc/sysconfig/SuSEfirewall2 ...
Apr 18 16:33:05 linux-1prh SuSEfirewall2: using default zone 'ext' for interface eth0
Apr 18 16:33:05 linux-1prh SuSEfirewall2: batch committing...
Apr 18 16:33:05 linux-1prh SuSEfirewall2: Firewall rules successfully set
Apr 18 16:33:05 linux-1prh dhcpcd[20800]: wlan0: exiting
Die LED leuchten kurz auf und dann ist alles wieder finster.


Code:
# ping -c5 192.68.2.103
PING 192.68.2.103 (192.68.2.103) 56(84) bytes of data.

--- 192.68.2.103 ping statistics ---
5 packets transmitted, 0 received, 100% packet loss, time 4012ms
Code:
# iwlist scan
lo        Interface doesn't support scanning.

wlan0     No scan results

eth0      Interface doesn't support scanning.

eth1      Interface doesn't support scanning.

Vielleicht hat ja jemand Zeit und Lust, mir aus der Klemme zu helfen. :confused: Ich komme einfach nicht weiter.

Danke schoen!

Wasserman
 

ebiwat

New Member
AW: WLAN mit ifup in OpenSuse 11.1 einrichten (rt73 legacy Treiber)

das Problem hat sich inszwischen geloest. Es hatte nicht unbedingt mit dem Treiber/Frimware zu tun, sonder mit meinem WLAN Router. Ich hatte es bisher mit einem Speedport W700 V versucht. Ich habe mich aber wieder daran erinnert, dass die Konfiguration mit NetworkManager auf meinem Laptop mit manchen Router geklappt hat und bei anderen nicht. Also habe ich den DSL Router gewechselt zu einem Speedport W 503V. Hier klappt's mit der NetworkManager-Methode.

Schoenes WE.
 
Status
Für weitere Antworten geschlossen.
Oben