• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

802.11n WLAN wird nicht erkannt

Werko1

Member
Hallo Leute
mit meiner Linux-Version 11.0 wird mein WLAN nicht erkannt.
Es wurde eine 802.11n von Ralink verwendet. Wie kann ich meinen Laptop dazu bewegen, mir den WLAN-zugriff zu verschaffen??
 

whois

Ultimate Guru
Zu Ralink gibt es im Wiki einige Einträge.

http://www.linupedia.org/opensuse/WLAN

Ansonsten.

http://www.linux-club.de/viewtopic.php?f=19&t=93338
 
OP
W

Werko1

Member
Bei WiKi scheitert es schon bei der Frage nach dem Chipsatz meiner Karte (wie bekomme ich diese Info heraus ? ) und beim anderen Tipp ist der Text in englisch nicht mein Ding.
Hatte aber auch schon vorher diese Infoseiten aufgerufen - vielen Dank für den Tipp trotzdem.
 

whois

Ultimate Guru
Guck mal ob du damit was raus bekommst.

Code:
hwinfo --wlan
Code:
lspci -nn

Das Script solltest du trotzdem mal laufen lassen und das Ergebnis hier rein stellen.
 
OP
W

Werko1

Member
hwinfo -wlan Ergebnis: keine Info
lspci --nn Ergebnis: u.a.Networkcontroller RaLink usw. und Ethernetcontroller Realtek usw.

Diese Ergnisse bringen mich in Bezug auf WLAN noch nicht weiter.
Mit der LAN-Verbindung funktioniert die Verbindung fehlerfrei.
 
OP
W

Werko1

Member
Zur Vervollständigung meiner Situation ist hier mein aktuelles skript:

Code:
collectNWData.sh V0.6.1.9 (Rev: 1.145)
--- Welcher Netzwerkverbindungtyp soll getestet werden?
--- (2) Kabellose Verbindung (WLAN)
--- Welche Netzwerktopologie liegt vor?
--- (3) WLAN access point <---> LinuxRouter <---> LinuxClient
--- Auf welchem Rechner wird das Script ausgeführt?
--- (1) LinuxClient

--- Netzwerkkonfigurationsinformationen werden in Datei collectNWData.txt geschrieben ...
--- Keine offensichtlichen Konfigurationsfehler/-warnungen gefunden. Die Datei collectNWData.txt im bevorzugten Linux Forum posten. Alternativ dazu http://www.linux-tips-and-tricks.de/CND_UPL lesen.
==================================================================================================================
==================================================================================================================
*** uname -a
Linux linux-Laptop2 2.6.25.5-1.1-default #1 SMP 2008-06-07 01:55:22 +0200 x86_64 x86_64 x86_64 GNU/Linux
==================================================================================================================
*** cat /etc/*-release
openSUSE 11.0 (X86-64)
VERSION = 11.0
==================================================================================================================
*** cat /etc/resolv | grep -vi "search"
==================================================================================================================
*** cat /etc/hosts
127.0.0.1       localhost
127.0.0.2       linux-Laptop2.Internet linux-Laptop2
==================================================================================================================
*** cat /etc/HOSTNAME
linux-Laptop2.Internet
==================================================================================================================
*** route
Kernel IP Routentabelle
Ziel            Router          Genmask         Flags Metric Ref    Use Iface
127.0.0.0       0.0.0.0         255.0.0.0       U     0      0        0 lo
==================================================================================================================
*** ifconfig
eth0      Link encap:Ethernet  Hardware Adresse ##:##:##:##:##:#1  
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:769 errors:0 dropped:151971472902 overruns:0 frame:0
          TX packets:864 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 Sendewarteschlangenlänge:1000 
          RX bytes:608320 (594.0 Kb)  TX bytes:175694 (171.5 Kb)
          Interrupt:248 Basisadresse:0x4000 
lo        Link encap:Lokale Schleife  
          inet Adresse:127.0.0.1  Maske:255.0.0.0
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:98 errors:0 dropped:0 overruns:0 frame:0
          TX packets:98 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 Sendewarteschlangenlänge:0 
          RX bytes:6108 (5.9 Kb)  TX bytes:6108 (5.9 Kb)
==================================================================================================================
*** ping tests
connect: Network is unreachable
Ping of 195.135.220.3 failed
ping: unknown host www.suse.de
Ping of www.suse.de failed
==================================================================================================================
*** dhcpcd-test
==================================================================================================================
*** lspci
02:00.0 Network controller [0280]: RaLink Device [1814:0781]
03:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller [10ec:8168] (rev 02)
==================================================================================================================
*** lsusb
Bus 007 Device 002: ID 04d9:0499 Holtek Semiconductor, Inc. 
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 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 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 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 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 003: ID 0bda:0158 Realtek Semiconductor Corp. Mass Stroage Device
Bus 001 Device 002: ID 5986:0102 Acer, Inc Crystal Eye webcam
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
==================================================================================================================
*** hwinfo --netcard; # (filtered)
08: PCI 300.0: 0200 Ethernet controller
  Model: "Realtek RTL8111/8168B PCI Express Gigabit Ethernet controller"
  Vendor: pci 0x10ec "Realtek Semiconductor Co., Ltd."
  Device: pci 0x8168 "RTL8111/8168B PCI Express Gigabit Ethernet controller"
  SubVendor: pci 0x17c0 "Wistron Corp."
  SubDevice: pci 0x10c0 
  Driver: "r8169"
  Driver Modules: "r8169"
  Device File: eth0
  Link detected: no
    Driver Status: r8169 is active
    Driver Activation Cmd: "modprobe r8169"
09: PCI 200.0: 0280 Network controller
  Model: "RaLink Network controller"
  Vendor: pci 0x1814 "RaLink"
  Device: pci 0x0781 
  SubVendor: pci 0x1814 "RaLink"
  SubDevice: pci 0x2790 
==================================================================================================================
*** List of loaded modules
| ac                      | acpi_cpufreq            | af_packet               | ahci                     |
| battery                 | binfmt_misc             | button                  | cdrom                    |
| compat_ioctl32          | cpufreq_conservative    | cpufreq_powersave       | cpufreq_userspace        |
| dm_mod                  | dock                    | edd                     | ehci_hcd                 |
| ext3                    | fan                     | fat                     | ff_memless               |
| firmware_class          | fuse                    | hid                     | i2c_core                 |
| i2c_i801                | ide_cd_mod              | ide_core                | ide_disk                 |
| intel_agp               | jbd                     | joydev                  | libata                   |
| loop                    | lp                      | mbcache                 | microcode                |
| nls_cp437               | nls_iso8859_1           | output                  | parport                  |
| parport_pc              | ppdev                   | processor               | r8169                    |
| rtc_cmos                | rtc_core                | rtc_lib                 | scsi_mod                 |
| sd_mod                  | serio_raw               | sg                      | snd                      |
| snd_hda_intel           | snd_hwdep               | snd_mixer_oss           | snd_page_alloc           |
| snd_pcm                 | snd_pcm_oss             | snd_seq                 | snd_seq_device           |
| snd_timer               | soundcore               | sr_mod                  | st                       |
| thermal                 | uhci_hcd                | usbcore                 | usbhid                   |
| usb_storage             | uvcvideo                | v4l1_compat             | vfat                     |
| video                   | videodev                | wmi                     |
==================================================================================================================
*** cat /etc/sysconfig/network/ifcfg-[earwd]* | egrep -v ".*=''"
==================================================================================================================
*** iwconfig
lo        no wireless extensions.
eth0      no wireless extensions.
==================================================================================================================
*** Actual date for bias of following greps
14:58:01 2009-03-22
==================================================================================================================
*** tail -n 300 /var/log/messages* | grep -i -A 5 'firmware'
Mar 22 10:03:21 linux-Laptop2 firmware.sh[2036]: Cannot find  firmware file 'intel-ucode/06-17-0a'
Mar 22 10:03:21 linux-Laptop2 firmware.sh[2079]: Cannot find  firmware file 'intel-ucode/06-17-0a'
Mar 22 10:03:21 linux-Laptop2 network: Starting the NetworkManager
Mar 22 10:03:22 linux-Laptop2 nm-system-settings: Loaded plugin ifcfg-suse: (C) 2008 Novell, Inc.  To report bugs please use the NetworkManager mailing list.
Mar 22 10:03:22 linux-Laptop2 nm-system-settings: Loaded plugin keyfile: (c) 2007 - 2008 Red Hat, Inc.  To report bugs please use the NetworkManager mailing list.
---------------------------------------------------------------------------
==================================================================================================================
*** grep -i radio /var/log/boot.msg | tail -n 5
==================================================================================================================
*** dmesg | grep -i radio | tail -n 5
==================================================================================================================
*** tail -n 300 /var/log/messages* | /usr/bin/grep -i firmware | tail -n 5
Mar 22 10:03:21 linux-Laptop2 firmware.sh[2036]: Cannot find  firmware file 'intel-ucode/06-17-0a'
Mar 22 10:03:21 linux-Laptop2 firmware.sh[2079]: Cannot find  firmware file 'intel-ucode/06-17-0a'
==================================================================================================================
*** ls -ls /lib/firmware
insgesamt 3120
  4 -rw-r--r-- 1 root root    137  6. Jun 2008  3CCFEM556.cis
  4 -rw-r--r-- 1 root root    134  6. Jun 2008  3CXEM556.cis
  4 -rw-r--r-- 1 root root    109  6. Jun 2008  COMpad2.cis
  4 -rw-r--r-- 1 root root     76  6. Jun 2008  COMpad4.cis
  4 -rw-r--r-- 1 root root    136  6. Jun 2008  DP83903.cis
  4 -rw-r--r-- 1 root root     53  6. Jun 2008  E-CARD.cis
212 -rw-r--r-- 1 root root 209190  6. Jun 2008  ipw2100-1.3.fw
204 -rw-r--r-- 1 root root 201138  6. Jun 2008  ipw2100-1.3-i.fw
196 -rw-r--r-- 1 root root 196458  6. Jun 2008  ipw2100-1.3-p.fw
192 -rw-r--r-- 1 root root 191142  6. Jun 2008  ipw2200-bss.fw
188 -rw-r--r-- 1 root root 185660  6. Jun 2008  ipw2200-ibss.fw
188 -rw-r--r-- 1 root root 187836  6. Jun 2008  ipw2200-sniffer.fw
  8 -rw-r--r-- 1 root root   6472  6. Jun 2008  ipw-2.2-boot.fw
168 -rw-r--r-- 1 root root 166960  6. Jun 2008  ipw-2.2-bss.fw
 16 -rw-r--r-- 1 root root  16334  6. Jun 2008  ipw-2.2-bss_ucode.fw
164 -rw-r--r-- 1 root root 161568  6. Jun 2008  ipw-2.2-ibss.fw
 16 -rw-r--r-- 1 root root  16312  6. Jun 2008  ipw-2.2-ibss_ucode.fw
  8 -rw-r--r-- 1 root root   6472  6. Jun 2008  ipw-2.3-boot.fw
168 -rw-r--r-- 1 root root 166960  6. Jun 2008  ipw-2.3-bss.fw
 16 -rw-r--r-- 1 root root  16334  6. Jun 2008  ipw-2.3-bss_ucode.fw
164 -rw-r--r-- 1 root root 161568  6. Jun 2008  ipw-2.3-ibss.fw
 16 -rw-r--r-- 1 root root  16312  6. Jun 2008  ipw-2.3-ibss_ucode.fw
168 -rw-r--r-- 1 root root 165028  6. Jun 2008  ipw-2.3-sniffer.fw
 16 -rw-r--r-- 1 root root  16344  6. Jun 2008  ipw-2.3-sniffer_ucode.fw
  8 -rw-r--r-- 1 root root   6472  6. Jun 2008  ipw-2.4-boot.fw
172 -rw-r--r-- 1 root root 168344  6. Jun 2008  ipw-2.4-bss.fw
 16 -rw-r--r-- 1 root root  16334  6. Jun 2008  ipw-2.4-bss_ucode.fw
164 -rw-r--r-- 1 root root 162884  6. Jun 2008  ipw-2.4-ibss.fw
 16 -rw-r--r-- 1 root root  16312  6. Jun 2008  ipw-2.4-ibss_ucode.fw
172 -rw-r--r-- 1 root root 168344  6. Jun 2008  ipw-2.4-sniffer.fw
 16 -rw-r--r-- 1 root root  16344  6. Jun 2008  ipw-2.4-sniffer_ucode.fw
152 -rw-r--r-- 1 root root 149652  6. Jun 2008  iwlwifi-3945-1.ucode
188 -rw-r--r-- 1 root root 185764  6. Jun 2008  iwlwifi-4965-1.ucode
  4 -rw-r--r-- 1 root root    253  6. Jun 2008  LA-PCM.cis
 12 -rw-r--r-- 1 root root  12007  6. Jun 2008  LICENSE.ipw2200-fw
 12 -rw-r--r-- 1 root root  11880  6. Jun 2008  LICENSE.ipw2x00
  4 -rw-r--r-- 1 root root   2109  6. Jun 2008  LICENSE.iwlwifi-3945-ucode
  4 -rw-r--r-- 1 root root   2109  6. Jun 2008  LICENSE.iwlwifi-4965-ucode
  4 -rw-r--r-- 1 root root    107  6. Jun 2008  MT5634ZLX.cis
  4 -rw-r--r-- 1 root root     54  6. Jun 2008  NE2K.cis
  4 -rw-r--r-- 1 root root    210  6. Jun 2008  PCMLM28.cis
  4 -rw-r--r-- 1 root root     68  6. Jun 2008  PE-200.cis
  4 -rw-r--r-- 1 root root     74  6. Jun 2008  PE520.cis
  8 -rwxr-xr-x 1 root root   5660  6. Jun 2008  README.iwlwifi-3945-ucode
  8 -rw-r--r-- 1 root root   5083  6. Jun 2008  README.iwlwifi-4965-ucode
  4 -rw-r--r-- 1 root root     86  6. Jun 2008  RS-COM-2P.cis
  4 -rw-r--r-- 1 root root     85  6. Jun 2008  tamarack.cis
  4 drwxr-xr-x 2 root root   4096  8. Mär 13:23 zd1211
==================================================================================================================
*** ndiswrapper -l
No ndiswrapper module loaded
==================================================================================================================
*** Active processes
wpa_supplicant:YES knetworkmanager:NO nm-applet:NO
==================================================================================================================
*** grep NETWORKMANAGER /etc/sysconfig/network/config
NETWORKMANAGER="yes"
==================================================================================================================
*** grep -i persistent /etc/sysconfig/network/config
==================================================================================================================
*** grep 'eth|ath|wlan|ra' /etc/udev/rules.d/*net_persistent* /etc/udev/rules.d/70-persistent-net
/usr/bin/egrep: /etc/udev/rules.d/*net_persistent*: Datei oder Verzeichnis nicht gefunden
/etc/udev/rules.d/70-persistent-net.rules:SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="##:##:##:##:##:#1", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"
==================================================================================================================
*** grep -r 'eth[0-10]|ath[0-10]|wlan[0-10]|ra[0-10]' /etc/modprobe.*
/etc/modprobe.conf:install eth0             /bin/true
/etc/modprobe.conf:install eth1             /bin/true
==================================================================================================================
*** iwlist scanning
==================================================================================================================
*** NWEliza states
IF:eth0  IM:1
DI:1 dI:0 NI:1 cNI:1 NDIS:0 NIWL:0 IP6:0 KM:0 WLW: 0 AP:0
 
Oben