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

[gelöst] Kompletter Anfänger sucht Hilfe - Amilo 1705

Hallo zusammen. Bin neu hier und hab seit heute eine aktuelle Suse-Linux-Version auf meinem Amilo 1705. Es ist mein erstes Linux, komme aus der Windoof-Ecke und will endlich auch ein anständiges Betriebssystem...

Diese Live-CD hat eigentlich wunderbar gekplappt. Hatte ne Fehlermeldung (Warnung), was Netzwerk betrifft bei der Installation.

Ich will mit diesem Laptop nur ins Internet. Dort sollte er surfen können, mehr nicht.

Es scheitert am Netzwerk. Wie packe ich das an, wie bringe ich das drahtlose Netzwerk zum laufen? Netzwerk hab ich nicht, sagt Linux. Dass ich aber eins hab, beweist mein Beitrag hier unter Windoof. Ich denke, es wird mein Drahtlosnetzwerk-Adapter nicht erkannt?

Grüße und Danke im Voraus!

PS: Kompletter Newbie, bitte um milde, geduldige Antwort. *schäm*
 

Rainer Juhser

Moderator
Teammitglied
Hallo,

lies dir das hier mal bitte durch, geh auf die dort verlinkte Seite und stell das Ergebnis von dem Skript hier herein. Wenn du Verständnisprobleme hast, lies dir die unten in meiner Signatur verlinkten Seiten mal durch. Wenn du wirklich von Windows auf Linux umsteigen willst, wirst du im Anfang nicht darum herumkommen, dir einige Informationen anzulesen. Das liegt aber nicht daran, dass Linux komplizierter ist als Windows. Es ist einfach nur anders, und in die Unterschiede musst du dich hereinfinden. ;)

Ach so, noch etwas: Beim nächsten mal such dir bitte das passende Unterforum (wäre hier "WLAN") und schreibe deinen Beitrag dort hinein.
[edit]Das hat sich inzwischen durch Verschieben seitens eines freundlichen Moderators erledigt.[/edit]
 
Dank Dir, ich gelobe Besserung! Muss mich hier erst etwas orientieren. Danke für das Verständnis und die Hilfe.

Tja, das alles hat mich schon vor richtige Aufgaben gestellt, aber ich habs geschafft (Mein Drahtlosheimnetzwerkname wird auch korrekt angezeigt):

Code:
[code]
collectNWData.sh V0.6.1.9-1 (Rev: 1.144)
--- Welcher Netzwerkverbindungtyp soll getestet werden?
--- (2) Kabellose Verbindung (WLAN)
--- Welche Netzwerktopologie liegt vor?
--- (2) WLAN HW router <---> LinuxClient
--- Auf welchem Rechner wird das Script ausgeführt?
--- (1) LinuxClient

!!! CND0330E: Es existierern Schlüsselprobleme am Interface wlan0
!!! CND0230W: IPV6 ist eingeschaltet
!!! CND0240E: Knetworkmanager wird für die Netzwerkkonfiguration benutzt aber die Netzwerkkartenkonfiguration für wlan0,eth0 existiert
--- Netzwerkkonfigurationsinformationen werden in Datei collectNWData.txt geschrieben ...
--- 2 Fehler gefunden
--- 1 Warnungen gefunden
--- Gehe zu http://www.linux-tips-and-tricks.de/CND um detailiertere Hinweise zu den Fehlermeldungen/Warnungen zu bekommen und wie die Fehler beseitigt werden könnenF

==================================================================================================================
==================================================================================================================
*** uname -a
Linux linux-2z8y 2.6.27.7-9-default #1 SMP 2008-12-04 18:10:04 +0100 i686 i686 i386 GNU/Linux
==================================================================================================================
*** cat /etc/*-release
openSUSE 11.1 (i586)
VERSION = 11.1
==================================================================================================================
*** cat /etc/resolv | grep -vi "search"
==================================================================================================================
*** cat /etc/hosts
127.0.0.1       localhost
127.0.0.2       linux-2z8y.site linux-2z8y
==================================================================================================================
*** cat /etc/HOSTNAME
linux-2z8y.site
==================================================================================================================
*** 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:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 Sendewarteschlangenlänge:1000
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
          Interrupt:23 Basisadresse:0x4800
lo        Link encap:Lokale Schleife
          inet Adresse:127.0.0.1  Maske:255.0.0.0
          inet6 Adresse: ::1/128 Gültigkeitsbereich:Maschine
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:256 errors:0 dropped:0 overruns:0 frame:0
          TX packets:256 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 Sendewarteschlangenlänge:0
          RX bytes:18448 (18.0 Kb)  TX bytes:18448 (18.0 Kb)
wlan0     Link encap:Ethernet  Hardware Adresse ##:##:##:##:##:#2
          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 Sendewarteschlangenlänge:1000
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
wmaster0  Link encap:UNSPEC  Hardware Adresse 00-C0-A8-EB-D4-36-00-00-00-00-00-00-00-00-00-00
          UP BROADCAST RUNNING 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 Sendewarteschlangenlänge:1000
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
==================================================================================================================
*** 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
wlan0: No DHCP server detected
==================================================================================================================
*** lspci
00:12.0 Ethernet controller [0200]: VIA Technologies, Inc. VT6102 [Rhine-II] [1106:3065] (rev 7c)
05:01.0 Ethernet controller [0200]: Atheros Communications Inc. AR2413 802.11bg NIC [168c:001a] (rev 01)
==================================================================================================================
*** lsusb
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 003: ID 046d:c521 Logitech, Inc. MX620 Laser Cordless Mouse
Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
==================================================================================================================
*** hwinfo --netcard; # (filtered)
26: PCI 12.0: 0200 Ethernet controller
  Model: "VIA VT6102 [Rhine-II]"
  Vendor: pci 0x1106 "VIA Technologies, Inc."
  Device: pci 0x3065 "VT6102 [Rhine-II]"
  SubVendor: pci 0x1734 "Fujitsu Siemens Computers"
  SubDevice: pci 0x10f7
  Driver: "via-rhine"
  Driver Modules: "via_rhine"
  Device File: eth0
  Link detected: no
    Driver Status: via-rhine is active
    Driver Activation Cmd: "modprobe via-rhine"
31: PCI 501.0: 0282 WLAN controller
  Model: "Atheros Compex Wireless 802.11 b/g  MiniPCI Adapter, Rev A1 [WLM54G]"
  Vendor: pci 0x168c "Atheros Communications Inc."
  Device: pci 0x001a "AR2413 802.11bg NIC"
  SubVendor: pci 0x168c "Atheros Communications Inc."
  SubDevice: pci 0x2052 "Compex Wireless 802.11 b/g  MiniPCI Adapter, Rev A1 [WLM54G]"
  Driver: "ath5k_pci"
  Driver Modules: "ath5k"
  Device File: wlan0
  Link detected: yes
    Driver Status: ath5k is active
    Driver Activation Cmd: "modprobe ath5k"
==================================================================================================================
*** List of loaded modules
| ac                      | acpi_cpufreq            | af_packet               | agpgart                  |
| arc4                    | ata_generic             | ath5k                   | battery                  |
| binfmt_misc             | button                  | cdrom                   | cfg80211                 |
| cpufreq_conservative    | cpufreq_powersave       | cpufreq_userspace       | crc_t10dif               |
| crypto_blkcipher        | dm_mod                  | dock                    | ecb                      |
| edd                     | ehci_hcd                | ext3                    | fan                      |
| ff_memless              | fuse                    | hid                     | hwmon                    |
| i2c_core                | i2c_viapro              | ide_core                | ide_pci_generic          |
| ip6table_filter         | ip6table_mangle         | ip6table_raw            | ip6_tables               |
| ip6t_LOG                | ip6t_REJECT             | iptable_filter          | iptable_raw              |
| ip_tables               | ipt_LOG                 | ipt_REJECT              | ipv6                     |
| jbd                     | joydev                  | led_class               | libata                   |
| loop                    | mac80211                | mbcache                 | mii                      |
| nf_conntrack            | nf_conntrack_ipv4       | nf_conntrack_ipv6       | nf_conntrack_netbios_ns  |
| output                  | pata_via                | pci_hotplug             | pcspkr                   |
| processor               | rtc_cmos                | rtc_core                | rtc_lib                  |
| sata_via                | scsi_mod                | sd_mod                  | serio_raw                |
| sg                      | shpchp                  | 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               | speedstep_lib           | sr_mod                  | thermal                  |
| thermal_sys             | uhci_hcd                | usbcore                 | usbhid                   |
| via82cxxx               | via_agp                 | via_rhine               | video                    |
| x_tables                | xt_limit                | xt_NOTRACK              | xt_pkttype               |
| xt_state                | xt_tcpudp               |
==================================================================================================================
*** cat /etc/sysconfig/network/ifcfg-[earwd]* | egrep -v ".*=''"
==================================================================================================================
*** cat /etc/sysconfig/network/ifcfg-eth0
BOOTPROTO='dhcp'
STARTMODE='auto'
==================================================================================================================
*** cat /etc/sysconfig/network/ifcfg-wlan0
BOOTPROTO='dhcp'
NAME='AR2413 802.11bg NIC'
STARTMODE='auto'
USERCONTROL='yes'
WIRELESS_AUTH_MODE='open'
WIRELESS_BITRATE='auto'
WIRELESS_DEFAULT_KEY='@@@@@@'
WIRELESS_KEY_LENGTH='@@@@@@'
WIRELESS_MODE='Managed'
WIRELESS_POWER='yes'
==================================================================================================================
*** iwconfig
lo        no wireless extensions.
eth0      no wireless extensions.
wmaster0  no wireless extensions.
wlan0     IEEE 802.11bg  ESSID:""
          Mode:Managed  Frequency:2.412 GHz  Access Point: Not-Associated
          Tx-Power=27 dBm
          Retry min limit:7   RTS thr:off   Fragment thr=2352 B
          Encryption key:off
          Power Management:off
          Link Quality:0  Signal level:0  Noise level:0
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0
==================================================================================================================
*** Actual date for bias of following greps
21:46:04 2009-04-06
==================================================================================================================
*** tail -n 300 /var/log/messages* | grep -i -A 5 'firmware'
==================================================================================================================
*** 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
==================================================================================================================
*** ls -ls /lib/firmware
insgesamt 6636
  4 drwxr-xr-x 14 root root   4096 10. Dez 08:00 2.6.27.7-9-default
  4 -rw-r--r--  1 root root    137  3. Dez 07:00 3CCFEM556.cis
  4 -rw-r--r--  1 root root    134  3. Dez 07:00 3CXEM556.cis
 24 -rw-r--r--  1 root root  22622  3. Dez 05:53 aic94xx-seq.fw
  4 -rw-r--r--  1 root root   3408  3. Dez 06:10 aica_firmware.bin
  4 drwxr-xr-x  2 root root   4096 10. Dez 08:01 asihpi
 32 -rw-r--r--  1 root root  30348  3. Dez 06:02 atmel_at76c502_3com.bin
 36 -rw-r--r--  1 root root  35184  3. Dez 06:02 atmel_at76c502_3com-wpa.bin
 32 -rw-r--r--  1 root root  31764  3. Dez 06:02 atmel_at76c502.bin
 32 -rw-r--r--  1 root root  31764  3. Dez 06:02 atmel_at76c502d.bin
 36 -rw-r--r--  1 root root  35276  3. Dez 06:02 atmel_at76c502d-wpa.bin
 32 -rw-r--r--  1 root root  31776  3. Dez 06:02 atmel_at76c502e.bin
 36 -rw-r--r--  1 root root  35272  3. Dez 06:02 atmel_at76c502e-wpa.bin
 36 -rw-r--r--  1 root root  35276  3. Dez 06:02 atmel_at76c502-wpa.bin
 28 -rw-r--r--  1 root root  28164  3. Dez 06:02 atmel_at76c503-i3861.bin
 28 -rw-r--r--  1 root root  28040  3. Dez 06:02 atmel_at76c503-i3863.bin
 36 -rw-r--r--  1 root root  35372  3. Dez 06:02 atmel_at76c503-rfmd-0.90.2-140.bin
 40 -rw-r--r--  1 root root  37804  3. Dez 06:02 atmel_at76c503-rfmd-acc.bin
 40 -rw-r--r--  1 root root  37964  3. Dez 06:02 atmel_at76c503-rfmd.bin
 36 -rw-r--r--  1 root root  35180  3. Dez 06:02 atmel_at76c504_2958-wpa.bin
 40 -rw-r--r--  1 root root  39928  3. Dez 06:02 atmel_at76c504a_2958-wpa.bin
 32 -rw-r--r--  1 root root  31748  3. Dez 06:02 atmel_at76c504.bin
 36 -rw-r--r--  1 root root  35196  3. Dez 06:02 atmel_at76c504c-wpa.bin
 40 -rw-r--r--  1 root root  37009  3. Dez 06:02 atmel_at76c505a-rfmd2958.bin
 40 -rw-r--r--  1 root root  37000  3. Dez 06:02 atmel_at76c505-rfmd2958.bin
 36 -rw-r--r--  1 root root  35532  3. Dez 06:02 atmel_at76c505-rfmd.bin
 32 -rw-r--r--  1 root root  31824  3. Dez 06:02 atmel_at76c506.bin
 36 -rw-r--r--  1 root root  35228  3. Dez 06:02 atmel_at76c506-wpa.bin
116 -rw-r--r--  1 root root 114688  3. Dez 06:09 BCM2033-FW.bin
  4 -rw-r--r--  1 root root   3245  3. Dez 06:09 BCM2033-MD.hex
416 -rw-r--r--  1 root root 418352  3. Dez 06:09 bfubase.frm
  4 -rw-r--r--  1 root root    109  3. Dez 07:00 COMpad2.cis
  4 -rw-r--r--  1 root root     76  3. Dez 07:00 COMpad4.cis
100 -rw-r--r--  1 root root  97652  3. Dez 06:10 digiface_firmware.bin
100 -rw-r--r--  1 root root  97652  3. Dez 06:10 digiface_firmware_rev11.bin
  4 -rw-r--r--  1 root root    136  3. Dez 07:00 DP83903.cis
  0 lrwxrwxrwx  1 root root     20  5. Apr 21:11 dvb-ttpci-01.fw -> dvb-ttpci-01.fw-2622
240 -rw-r--r--  1 root root 239956  3. Dez 08:51 dvb-ttpci-01.fw-2622
  4 drwxr-xr-x  2 root root   4096 10. Dez 08:01 ea
  4 -rw-r--r--  1 root root     53  3. Dez 07:00 E-CARD.cis
  4 drwxr-xr-x  2 root root   4096 10. Dez 08:01 emagic
  4 drwxr-xr-x  2 root root   4096 10. Dez 08:01 emu
  4 drwxr-xr-x  2 root root   4096 10. Dez 08:01 ess
212 -rw-r--r--  1 root root 209190  3. Dez 05:57 ipw2100-1.3.fw
204 -rw-r--r--  1 root root 201138  3. Dez 05:57 ipw2100-1.3-i.fw
196 -rw-r--r--  1 root root 196458  3. Dez 05:57 ipw2100-1.3-p.fw
192 -rw-r--r--  1 root root 191142  3. Dez 05:57 ipw2200-bss.fw
188 -rw-r--r--  1 root root 185660  3. Dez 05:57 ipw2200-ibss.fw
188 -rw-r--r--  1 root root 187836  3. Dez 05:57 ipw2200-sniffer.fw
  8 -rw-r--r--  1 root root   6472  3. Dez 05:57 ipw-2.2-boot.fw
168 -rw-r--r--  1 root root 166960  3. Dez 05:57 ipw-2.2-bss.fw
 16 -rw-r--r--  1 root root  16334  3. Dez 05:57 ipw-2.2-bss_ucode.fw
164 -rw-r--r--  1 root root 161568  3. Dez 05:57 ipw-2.2-ibss.fw
 16 -rw-r--r--  1 root root  16312  3. Dez 05:57 ipw-2.2-ibss_ucode.fw
  8 -rw-r--r--  1 root root   6472  3. Dez 05:57 ipw-2.3-boot.fw
168 -rw-r--r--  1 root root 166960  3. Dez 05:57 ipw-2.3-bss.fw
 16 -rw-r--r--  1 root root  16334  3. Dez 05:57 ipw-2.3-bss_ucode.fw
164 -rw-r--r--  1 root root 161568  3. Dez 05:57 ipw-2.3-ibss.fw
 16 -rw-r--r--  1 root root  16312  3. Dez 05:57 ipw-2.3-ibss_ucode.fw
168 -rw-r--r--  1 root root 165028  3. Dez 05:57 ipw-2.3-sniffer.fw
 16 -rw-r--r--  1 root root  16344  3. Dez 05:57 ipw-2.3-sniffer_ucode.fw
  8 -rw-r--r--  1 root root   6472  3. Dez 05:57 ipw-2.4-boot.fw
172 -rw-r--r--  1 root root 168344  3. Dez 05:57 ipw-2.4-bss.fw
 16 -rw-r--r--  1 root root  16334  3. Dez 05:57 ipw-2.4-bss_ucode.fw
164 -rw-r--r--  1 root root 162884  3. Dez 05:57 ipw-2.4-ibss.fw
 16 -rw-r--r--  1 root root  16312  3. Dez 05:57 ipw-2.4-ibss_ucode.fw
172 -rw-r--r--  1 root root 168344  3. Dez 05:57 ipw-2.4-sniffer.fw
 16 -rw-r--r--  1 root root  16344  3. Dez 05:57 ipw-2.4-sniffer_ucode.fw
152 -rw-r--r--  1 root root 149816  3. Dez 06:05 iwlwifi-3945-1.ucode
188 -rw-r--r--  1 root root 187608  3. Dez 06:03 iwlwifi-4965-1.ucode
188 -rw-r--r--  1 root root 187672  3. Dez 06:03 iwlwifi-4965-2.ucode
344 -rw-r--r--  1 root root 345008  3. Dez 06:09 iwlwifi-5000-1.ucode
  4 drwxr-xr-x  2 root root   4096 10. Dez 08:01 korg
  4 -rw-r--r--  1 root root    253  3. Dez 07:00 LA-PCM.cis
 12 -rw-r--r--  1 root root  12007  3. Dez 05:57 LICENSE.ipw2200-fw
 12 -rw-r--r--  1 root root  11880  3. Dez 05:57 LICENSE.ipw2x00
  4 -rw-r--r--  1 root root   2114  3. Dez 06:05 LICENSE.iwlwifi-3945-ucode
  4 -rw-r--r--  1 root root   2109  3. Dez 06:03 LICENSE.iwlwifi-4965-ucode
  4 -rw-r--r--  1 root root   2114  3. Dez 06:09 LICENSE.iwlwifi-5000-ucode
  4 -rw-r--r--  1 root root   2142  3. Dez 06:59 LICENSE.ralink-firmware.txt
  4 drwxr-xr-x  2 root root   4096 10. Dez 08:01 mixart
  4 -rw-r--r--  1 root root    107  3. Dez 07:00 MT5634ZLX.cis
100 -rw-r--r--  1 root root  97652  3. Dez 06:10 multiface_firmware.bin
100 -rw-r--r--  1 root root  97652  3. Dez 06:10 multiface_firmware_rev11.bin
  4 -rw-r--r--  1 root root     54  3. Dez 07:00 NE2K.cis
  4 -rw-r--r--  1 root root    210  3. Dez 07:00 PCMLM28.cis
  4 drwxr-xr-x  2 root root   4096 10. Dez 08:01 pcxhr
  4 -rw-r--r--  1 root root     68  3. Dez 07:00 PE-200.cis
  4 -rw-r--r--  1 root root     74  3. Dez 07:00 PE520.cis
 80 -rw-r--r--  1 root root  76802  3. Dez 06:01 ql2100_fw.bin
 88 -rw-r--r--  1 root root  84566  3. Dez 06:01 ql2200_fw.bin
128 -rw-r--r--  1 root root 125088  3. Dez 06:01 ql2300_fw.bin
140 -rw-r--r--  1 root root 135896  3. Dez 06:01 ql2322_fw.bin
240 -rw-r--r--  1 root root 239052  3. Dez 06:01 ql2400_fw.bin
220 -rw-r--r--  1 root root 219924  3. Dez 06:01 ql2500_fw.bin
  8 -rw-r--r--  1 root root   5821  3. Dez 06:05 README.iwlwifi-3945-ucode
  8 -rw-r--r--  1 root root   5083  3. Dez 06:03 README.iwlwifi-4965-ucode
  8 -rw-r--r--  1 root root   5099  3. Dez 06:09 README.iwlwifi-5000-ucode
  4 -rw-r--r--  1 root root     86  3. Dez 07:00 RS-COM-2P.cis
  8 -rw-r--r--  1 root root   8192  3. Dez 06:59 rt2561.bin
  8 -rw-r--r--  1 root root   8192  3. Dez 06:59 rt2561s.bin
  8 -rw-r--r--  1 root root   8192  3. Dez 06:59 rt2661.bin
  4 -rw-r--r--  1 root root   2048  3. Dez 06:59 rt73.bin
  4 drwxr-xr-x  2 root root   4096 10. Dez 08:01 sb16
  8 -rw-r--r--  1 root root   4588  3. Dez 06:09 STLC2500_R4_00_03.ptc
  4 -rw-r--r--  1 root root    281  3. Dez 06:09 STLC2500_R4_00_06.ssf
  4 -rw-r--r--  1 root root    292  3. Dez 06:09 STLC2500_R4_02_02_WLAN.ssf
  4 -rw-r--r--  1 root root    508  3. Dez 06:09 STLC2500_R4_02_04.ptc
  4 -rw-r--r--  1 root root     85  3. Dez 07:00 tamarack.cis
  4 drwxr-xr-x  2 root root   4096 10. Dez 08:01 vx
  4 drwxr-xr-x  2 root root   4096 10. Dez 08:01 yamaha
  4 drwxr-xr-x  2 root root   4096 10. Dez 08:01 zd1211
==================================================================================================================
*** ndiswrapper -l
No ndiswrapper module loaded
==================================================================================================================
*** Active processes
wpa_supplicant:YES knetworkmanager:YES 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}=="##:##:##:##:##:#2", ATTR{type}=="1", KERNEL=="wlan*", NAME="wlan0"
/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
                    ESSID:"§§§§§§§§1"
                    Channel:6
                    Quality=46/100  Signal level:-63 dBm  Noise level=-93 dBm
                    Encryption key:on
==================================================================================================================
*** NWEliza states
IF:eth0  IM:1
IF:wlan0  IM:2
DI:2 dI:1 NIC:1 cNiC:2:1 NI:2 cNI:2 NIW:wlan0-2 NIWLA:0 IP6:1 KM:1 WLW: 0 AP:1
[/code]
 

Rainer Juhser

Moderator
Teammitglied
erdbeerschorsch schrieb:
Tja, das alles hat mich schon vor richtige Aufgaben gestellt, aber ich habs geschafft
Läuft denn wirklich alles sauber bei deinem WLAN? Das würde mich wundern, denn das Skript zeigt 2 Fehler (und eine Warnung) an:
erdbeerschorsch schrieb:
Code:
!!! CND0330E: Es existierern Schlüsselprobleme am Interface wlan0
!!! CND0230W: IPV6 ist eingeschaltet
!!! CND0240E: Knetworkmanager wird für die Netzwerkkonfiguration benutzt aber die Netzwerkkartenkonfiguration für wlan0,eth0 existiert
--- Netzwerkkonfigurationsinformationen werden in Datei collectNWData.txt geschrieben ...
--- 2 Fehler gefunden
--- 1 Warnungen gefunden
Wenn du noch Probleme hast, mach das mal:
--- Gehe zu http://www.linux-tips-and-tricks.de/CND um detailiertere Hinweise zu den Fehlermeldungen/Warnungen zu bekommen und wie die Fehler beseitigt werden können
 
Ups, da hab ich mich falsch ausgedrückt, tut mir leid. Natürlich läuft noch nix. Ich war froh, die txt-Datei hier präsentieren zu können und hoffte auf weitere Hilfe.

EDIT: Also bei dem Zitat von Dir hab ich mal auf der verlinkten Seite geschaut. Aha - kapier nix. Was muss ich da machen? Ich fühle mich echt doof. Tut mir leid, das ist alles so neu für mich...
 
Code:
!!! CND0230W: IPV6 ist eingeschaltet
Yast => Netzwerkgeräte => Netzwerkeinstellungen => Reiter „Globale Optionen“ im Kästchen vor IPv6 aktivieren das Kreuzchen entfernen.

Code:
CND0240E: Knetworkmanager wird für die Netzwerkkonfiguration benutzt aber die Netzwerkkartenkonfiguration für wlan0,eth0 existiert
Yast => Netzwerkgeräte => Netzwerkeinstellungen => Reiter „Übersicht“ dann wlan0 markieren und auf Button Löschen klicken (nur die Konfiguration von wlan0 wird gelöscht), das gleiche mit eth0 machen dann auf Button Beenden klicken um die Änderungen zu speichern. Jetzt die Schnittstelle wlan0 mit Knetworkmanager konfigurieren.
 
Danke, der erste Teil hat geklappt, leider mit der Meldung "Fehler, wird irgendwas von etwas anderem verwaltet".
Beim zweiten Teil kann ich wlan0 nicht markieren, alles grau.

Danke für die Hilfe, bin gespannt, wie es weiter geht.
 
OK, Hürde überwunden, ich machs jetzt klassisch.

Hab kinternet nachinstalliert und den Dienst "smpppd" über YaST => System => Runlevel-Editor aktiviert.

Kein Internet, sondern das ist dabei rausgekommen:

Wo fehlts noch? Danke schon mal. Ich musste die Ausgabe teilen, wonst mag das Forum hier das nicht.

Kommt gleich...
 
Code:
[code]
collectNWData.sh V0.6.1.9-1 (Rev: 1.144)
--- Welcher Netzwerkverbindungtyp soll getestet werden?
--- (2) Kabellose Verbindung (WLAN)
--- Welche Netzwerktopologie liegt vor?
--- (2) WLAN HW router <---> LinuxClient
--- Auf welchem Rechner wird das Script ausgeführt?
--- (1) LinuxClient

!!! CND0300E: Keinen dhcp Server am Interface wlan0 gefunden
!!! CND0310W: Klassische Netzwerkkonfiguration mit ifup wurde entdeckt. Die Konfiguration mit knetworkmanager ist wesentlich einfacher
--- Netzwerkkonfigurationsinformationen werden in Datei collectNWData.txt geschrieben ...
--- 1 Fehler gefunden
--- 1 Warnungen gefunden
--- Gehe zu http://www.linux-tips-and-tricks.de/CND um detailiertere Hinweise zu den Fehlermeldungen/Warnungen zu bekommen und wie die Fehler beseitigt werden könnenF

==================================================================================================================
==================================================================================================================
*** uname -a
Linux linux-2z8y 2.6.27.7-9-default #1 SMP 2008-12-04 18:10:04 +0100 i686 i686 i386 GNU/Linux
==================================================================================================================
*** cat /etc/*-release
openSUSE 11.1 (i586)
VERSION = 11.1
==================================================================================================================
*** cat /etc/resolv | grep -vi "search"
==================================================================================================================
*** cat /etc/hosts
127.0.0.1       localhost
127.0.0.2       linux-2z8y.site linux-2z8y
192.168.0.26    Linux Linux
==================================================================================================================
*** cat /etc/HOSTNAME
linux-2z8y.site
==================================================================================================================
*** 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
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:302 errors:0 dropped:0 overruns:0 frame:0
          TX packets:302 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 Sendewarteschlangenlänge:0
          RX bytes:23596 (23.0 Kb)  TX bytes:23596 (23.0 Kb)
wlan0     Link encap:Ethernet  Hardware Adresse ##:##:##:##:##:#1
          UP BROADCAST RUNNING MULTICAST  MTU:1492  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:113 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 Sendewarteschlangenlänge:1000
          RX bytes:0 (0.0 b)  TX bytes:40683 (39.7 Kb)
wmaster0  Link encap:UNSPEC  Hardware Adresse 00-C0-A8-EB-D4-36-00-00-00-00-00-00-00-00-00-00
          UP BROADCAST RUNNING 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 Sendewarteschlangenlänge:1000
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
==================================================================================================================
*** 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
wlan0: No DHCP server detected
==================================================================================================================
*** lspci
00:12.0 Ethernet controller [0200]: VIA Technologies, Inc. VT6102 [Rhine-II] [1106:3065] (rev 7c)
05:01.0 Ethernet controller [0200]: Atheros Communications Inc. AR2413 802.11bg NIC [168c:001a] (rev 01)
==================================================================================================================
*** lsusb
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 002: ID 046d:c521 Logitech, Inc. MX620 Laser Cordless Mouse
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 003: ID 08ec:0008 M-Systems Flash Disk Pioneers TravelDrive 2C
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
==================================================================================================================
*** hwinfo --netcard; # (filtered)
26: PCI 12.0: 0200 Ethernet controller
  Model: "VIA VT6102 [Rhine-II]"
  Vendor: pci 0x1106 "VIA Technologies, Inc."
  Device: pci 0x3065 "VT6102 [Rhine-II]"
  SubVendor: pci 0x1734 "Fujitsu Siemens Computers"
  SubDevice: pci 0x10f7
  Driver: "via-rhine"
  Driver Modules: "via_rhine"
  Device File: eth0
  Link detected: no
    Driver Status: via-rhine is active
    Driver Activation Cmd: "modprobe via-rhine"
31: PCI 501.0: 0282 WLAN controller
  Model: "Atheros Compex Wireless 802.11 b/g  MiniPCI Adapter, Rev A1 [WLM54G]"
  Vendor: pci 0x168c "Atheros Communications Inc."
  Device: pci 0x001a "AR2413 802.11bg NIC"
  SubVendor: pci 0x168c "Atheros Communications Inc."
  SubDevice: pci 0x2052 "Compex Wireless 802.11 b/g  MiniPCI Adapter, Rev A1 [WLM54G]"
  Driver: "ath5k_pci"
  Driver Modules: "ath5k"
  Device File: wlan0
  Link detected: yes
    Driver Status: ath5k is active
    Driver Activation Cmd: "modprobe ath5k"
==================================================================================================================
*** List of loaded modules
| ac                      | acpi_cpufreq            | af_packet               | agpgart                  |
| arc4                    | ata_generic             | ath5k                   | battery                  |
| binfmt_misc             | button                  | cdrom                   | cfg80211                 |
| cpufreq_conservative    | cpufreq_powersave       | cpufreq_userspace       | crc_t10dif               |
| crypto_blkcipher        | dm_mod                  | dock                    | ecb                      |
| edd                     | ehci_hcd                | ext3                    | fan                      |
| ff_memless              | fuse                    | hid                     | hwmon                    |
| i2c_core                | i2c_viapro              | ide_core                | ide_pci_generic          |
| jbd                     | joydev                  | led_class               | libata                   |
| loop                    | mac80211                | mbcache                 | mii                      |
| output                  | pata_via                | pci_hotplug             | pcspkr                   |
| processor               | rtc_cmos                | rtc_core                | rtc_lib                  |
| sata_via                | scsi_mod                | sd_mod                  | serio_raw                |
| sg                      | shpchp                  | 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               | speedstep_lib           | sr_mod                  | thermal                  |
| thermal_sys             | uhci_hcd                | usbcore                 | usbhid                   |
| usb_storage             | via82cxxx               | via_agp                 | via_rhine                |
| video                   |
==================================================================================================================
*** cat /etc/sysconfig/network/ifcfg-[earwd]* | egrep -v ".*=''"
==================================================================================================================
*** cat /etc/sysconfig/network/ifcfg-wlan0
BOOTPROTO='dhcp'
MTU='1492'
NAME='AR2413 802.11bg NIC'
STARTMODE='auto'
USERCONTROL='no'
WIRELESS_AUTH_MODE='open'
WIRELESS_BITRATE='auto'
WIRELESS_CHANNEL='6'
WIRELESS_DEFAULT_KEY='@@@@@@'
WIRELESS_ESSID='§§§§§§§§1'
WIRELESS_KEY_0='@@@@@@'
WIRELESS_KEY_LENGTH='@@@@@@'
WIRELESS_MODE='Master'
WIRELESS_POWER='yes'
PREFIXLEN='24'
==================================================================================================================
*** iwconfig
lo        no wireless extensions.
eth0      no wireless extensions.
wmaster0  no wireless extensions.
wlan0     IEEE 802.11bg  ESSID:"§§§§§§§§1"
          Mode:Managed  Frequency:2.437 GHz  Access Point: ##:##:##:##:##:#2
          Bit Rate=54 Mb/s   Tx-Power=27 dBm
          Retry min limit:7   RTS thr:off   Fragment thr=2352 B
          Encryption key:@@ @@@-@@@@-@@@@-@@@@-@@@@-@@@@@@@   Security mode:open
          Power Management:off
          Link Quality=64/100  Signal level:-55 dBm  Noise level=-96 dBm
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0
==================================================================================================================
*** Actual date for bias of following greps
23:27:30 2009-04-09
==================================================================================================================
*** tail -n 300 /var/log/messages* | grep -i -A 5 'firmware'
==================================================================================================================
*** 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
==================================================================================================================
*** ls -ls /lib/firmware
insgesamt 6636
  4 drwxr-xr-x 14 root root   4096 10. Dez 08:00 2.6.27.7-9-default
  4 -rw-r--r--  1 root root    137  3. Dez 07:00 3CCFEM556.cis
  4 -rw-r--r--  1 root root    134  3. Dez 07:00 3CXEM556.cis
 24 -rw-r--r--  1 root root  22622  3. Dez 05:53 aic94xx-seq.fw
  4 -rw-r--r--  1 root root   3408  3. Dez 06:10 aica_firmware.bin
  4 drwxr-xr-x  2 root root   4096 10. Dez 08:01 asihpi
 32 -rw-r--r--  1 root root  30348  3. Dez 06:02 atmel_at76c502_3com.bin
 36 -rw-r--r--  1 root root  35184  3. Dez 06:02 atmel_at76c502_3com-wpa.bin
 32 -rw-r--r--  1 root root  31764  3. Dez 06:02 atmel_at76c502.bin
 32 -rw-r--r--  1 root root  31764  3. Dez 06:02 atmel_at76c502d.bin
 36 -rw-r--r--  1 root root  35276  3. Dez 06:02 atmel_at76c502d-wpa.bin
 32 -rw-r--r--  1 root root  31776  3. Dez 06:02 atmel_at76c502e.bin
 36 -rw-r--r--  1 root root  35272  3. Dez 06:02 atmel_at76c502e-wpa.bin
 36 -rw-r--r--  1 root root  35276  3. Dez 06:02 atmel_at76c502-wpa.bin
 28 -rw-r--r--  1 root root  28164  3. Dez 06:02 atmel_at76c503-i3861.bin
 28 -rw-r--r--  1 root root  28040  3. Dez 06:02 atmel_at76c503-i3863.bin
 36 -rw-r--r--  1 root root  35372  3. Dez 06:02 atmel_at76c503-rfmd-0.90.2-140.bin
 40 -rw-r--r--  1 root root  37804  3. Dez 06:02 atmel_at76c503-rfmd-acc.bin
 40 -rw-r--r--  1 root root  37964  3. Dez 06:02 atmel_at76c503-rfmd.bin
 36 -rw-r--r--  1 root root  35180  3. Dez 06:02 atmel_at76c504_2958-wpa.bin
 40 -rw-r--r--  1 root root  39928  3. Dez 06:02 atmel_at76c504a_2958-wpa.bin
 32 -rw-r--r--  1 root root  31748  3. Dez 06:02 atmel_at76c504.bin
 36 -rw-r--r--  1 root root  35196  3. Dez 06:02 atmel_at76c504c-wpa.bin
 40 -rw-r--r--  1 root root  37009  3. Dez 06:02 atmel_at76c505a-rfmd2958.bin
 40 -rw-r--r--  1 root root  37000  3. Dez 06:02 atmel_at76c505-rfmd2958.bin
 36 -rw-r--r--  1 root root  35532  3. Dez 06:02 atmel_at76c505-rfmd.bin
 32 -rw-r--r--  1 root root  31824  3. Dez 06:02 atmel_at76c506.bin
 36 -rw-r--r--  1 root root  35228  3. Dez 06:02 atmel_at76c506-wpa.bin
116 -rw-r--r--  1 root root 114688  3. Dez 06:09 BCM2033-FW.bin
  4 -rw-r--r--  1 root root   3245  3. Dez 06:09 BCM2033-MD.hex
416 -rw-r--r--  1 root root 418352  3. Dez 06:09 bfubase.frm
  4 -rw-r--r--  1 root root    109  3. Dez 07:00 COMpad2.cis
  4 -rw-r--r--  1 root root     76  3. Dez 07:00 COMpad4.cis
100 -rw-r--r--  1 root root  97652  3. Dez 06:10 digiface_firmware.bin
100 -rw-r--r--  1 root root  97652  3. Dez 06:10 digiface_firmware_rev11.bin
  4 -rw-r--r--  1 root root    136  3. Dez 07:00 DP83903.cis
  0 lrwxrwxrwx  1 root root     20  5. Apr 21:11 dvb-ttpci-01.fw -> dvb-ttpci-01.fw-2622
240 -rw-r--r--  1 root root 239956  3. Dez 08:51 dvb-ttpci-01.fw-2622
  4 drwxr-xr-x  2 root root   4096 10. Dez 08:01 ea
  4 -rw-r--r--  1 root root     53  3. Dez 07:00 E-CARD.cis
  4 drwxr-xr-x  2 root root   4096 10. Dez 08:01 emagic
  4 drwxr-xr-x  2 root root   4096 10. Dez 08:01 emu
  4 drwxr-xr-x  2 root root   4096 10. Dez 08:01 ess
212 -rw-r--r--  1 root root 209190  3. Dez 05:57 ipw2100-1.3.fw
204 -rw-r--r--  1 root root 201138  3. Dez 05:57 ipw2100-1.3-i.fw
196 -rw-r--r--  1 root root 196458  3. Dez 05:57 ipw2100-1.3-p.fw
192 -rw-r--r--  1 root root 191142  3. Dez 05:57 ipw2200-bss.fw
188 -rw-r--r--  1 root root 185660  3. Dez 05:57 ipw2200-ibss.fw
188 -rw-r--r--  1 root root 187836  3. Dez 05:57 ipw2200-sniffer.fw
  8 -rw-r--r--  1 root root   6472  3. Dez 05:57 ipw-2.2-boot.fw
168 -rw-r--r--  1 root root 166960  3. Dez 05:57 ipw-2.2-bss.fw
 16 -rw-r--r--  1 root root  16334  3. Dez 05:57 ipw-2.2-bss_ucode.fw
164 -rw-r--r--  1 root root 161568  3. Dez 05:57 ipw-2.2-ibss.fw
 16 -rw-r--r--  1 root root  16312  3. Dez 05:57 ipw-2.2-ibss_ucode.fw
  8 -rw-r--r--  1 root root   6472  3. Dez 05:57 ipw-2.3-boot.fw
168 -rw-r--r--  1 root root 166960  3. Dez 05:57 ipw-2.3-bss.fw
 16 -rw-r--r--  1 root root  16334  3. Dez 05:57 ipw-2.3-bss_ucode.fw
164 -rw-r--r--  1 root root 161568  3. Dez 05:57 ipw-2.3-ibss.fw
 16 -rw-r--r--  1 root root  16312  3. Dez 05:57 ipw-2.3-ibss_ucode.fw
168 -rw-r--r--  1 root root 165028  3. Dez 05:57 ipw-2.3-sniffer.fw
 16 -rw-r--r--  1 root root  16344  3. Dez 05:57 ipw-2.3-sniffer_ucode.fw
  8 -rw-r--r--  1 root root   6472  3. Dez 05:57 ipw-2.4-boot.fw
172 -rw-r--r--  1 root root 168344  3. Dez 05:57 ipw-2.4-bss.fw
 16 -rw-r--r--  1 root root  16334  3. Dez 05:57 ipw-2.4-bss_ucode.fw
164 -rw-r--r--  1 root root 162884  3. Dez 05:57 ipw-2.4-ibss.fw
 16 -rw-r--r--  1 root root  16312  3. Dez 05:57 ipw-2.4-ibss_ucode.fw
172 -rw-r--r--  1 root root 168344  3. Dez 05:57 ipw-2.4-sniffer.fw
 16 -rw-r--r--  1 root root  16344  3. Dez 05:57 ipw-2.4-sniffer_ucode.fw
152 -rw-r--r--  1 root root 149816  3. Dez 06:05 iwlwifi-3945-1.ucode
188 -rw-r--r--  1 root root 187608  3. Dez 06:03 iwlwifi-4965-1.ucode
188 -rw-r--r--  1 root root 187672  3. Dez 06:03 iwlwifi-4965-2.ucode
344 -rw-r--r--  1 root root 345008  3. Dez 06:09 iwlwifi-5000-1.ucode
  4 drwxr-xr-x  2 root root   4096 10. Dez 08:01 korg
  4 -rw-r--r--  1 root root    253  3. Dez 07:00 LA-PCM.cis
 12 -rw-r--r--  1 root root  12007  3. Dez 05:57 LICENSE.ipw2200-fw
 12 -rw-r--r--  1 root root  11880  3. Dez 05:57 LICENSE.ipw2x00
  4 -rw-r--r--  1 root root   2114  3. Dez 06:05 LICENSE.iwlwifi-3945-ucode
  4 -rw-r--r--  1 root root   2109  3. Dez 06:03 LICENSE.iwlwifi-4965-ucode
  4 -rw-r--r--  1 root root   2114  3. Dez 06:09 LICENSE.iwlwifi-5000-ucode
  4 -rw-r--r--  1 root root   2142  3. Dez 06:59 LICENSE.ralink-firmware.txt
  4 drwxr-xr-x  2 root root   4096 10. Dez 08:01 mixart
  4 -rw-r--r--  1 root root    107  3. Dez 07:00 MT5634ZLX.cis
100 -rw-r--r--  1 root root  97652  3. Dez 06:10 multiface_firmware.bin
100 -rw-r--r--  1 root root  97652  3. Dez 06:10 multiface_firmware_rev11.bin
  4 -rw-r--r--  1 root root     54  3. Dez 07:00 NE2K.cis
  4 -rw-r--r--  1 root root    210  3. Dez 07:00 PCMLM28.cis
  4 drwxr-xr-x  2 root root   4096 10. Dez 08:01 pcxhr
  4 -rw-r--r--  1 root root     68  3. Dez 07:00 PE-200.cis
  4 -rw-r--r--  1 root root     74  3. Dez 07:00 PE520.cis
 80 -rw-r--r--  1 root root  76802  3. Dez 06:01 ql2100_fw.bin
 88 -rw-r--r--  1 root root  84566  3. Dez 06:01 ql2200_fw.bin
128 -rw-r--r--  1 root root 125088  3. Dez 06:01 ql2300_fw.bin
140 -rw-r--r--  1 root root 135896  3. Dez 06:01 ql2322_fw.bin
240 -rw-r--r--  1 root root 239052  3. Dez 06:01 ql2400_fw.bin
220 -rw-r--r--  1 root root 219924  3. Dez 06:01 ql2500_fw.bin
  8 -rw-r--r--  1 root root   5821  3. Dez 06:05 README.iwlwifi-3945-ucode
  8 -rw-r--r--  1 root root   5083  3. Dez 06:03 README.iwlwifi-4965-ucode
  8 -rw-r--r--  1 root root   5099  3. Dez 06:09 README.iwlwifi-5000-ucode
  4 -rw-r--r--  1 root root     86  3. Dez 07:00 RS-COM-2P.cis
  8 -rw-r--r--  1 root root   8192  3. Dez 06:59 rt2561.bin
  8 -rw-r--r--  1 root root   8192  3. Dez 06:59 rt2561s.bin
  8 -rw-r--r--  1 root root   8192  3. Dez 06:59 rt2661.bin
  4 -rw-r--r--  1 root root   2048  3. Dez 06:59 rt73.bin
  4 drwxr-xr-x  2 root root   4096 10. Dez 08:01 sb16
  8 -rw-r--r--  1 root root   4588  3. Dez 06:09 STLC2500_R4_00_03.ptc
  4 -rw-r--r--  1 root root    281  3. Dez 06:09 STLC2500_R4_00_06.ssf
  4 -rw-r--r--  1 root root    292  3. Dez 06:09 STLC2500_R4_02_02_WLAN.ssf
  4 -rw-r--r--  1 root root    508  3. Dez 06:09 STLC2500_R4_02_04.ptc
  4 -rw-r--r--  1 root root     85  3. Dez 07:00 tamarack.cis
  4 drwxr-xr-x  2 root root   4096 10. Dez 08:01 vx
  4 drwxr-xr-x  2 root root   4096 10. Dez 08:01 yamaha
  4 drwxr-xr-x  2 root root   4096 10. Dez 08:01 zd1211
==================================================================================================================
*** ndiswrapper -l
No ndiswrapper module loaded
==================================================================================================================
*** Active processes
wpa_supplicant:NO knetworkmanager:NO nm-applet:NO
==================================================================================================================
*** grep NETWORKMANAGER /etc/sysconfig/network/config
NETWORKMANAGER="no"
==================================================================================================================
*** 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=="wlan*", NAME="wlan0"
/etc/udev/rules.d/70-persistent-net.rules:SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="##:##:##:##:##:#3", 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
                    ESSID:"§§§§§§§§1"
                    Channel:6
                    Quality=45/100  Signal level:-66 dBm  Noise level=-95 dBm
                    Encryption key:on
==================================================================================================================
*** NWEliza states
IF:wlan0  IM:2
DI:1 dI:1 NIC:1 cNiC:1:1 NI:2 cNI:2 NIW:wlan0-0 DHCP:2 IP6:0 KM:0 WLW: 0 AP:1
[/code]
 

Grothesk

Ultimate Guru
Code:
wpa_supplicant:NO
Würde ich mal nachinstallieren, braucht man für WPA-Verbindungen.

Und ich würde die Karte ja nicht als AP im Mastermodus laufen lassen.
Code:
WIRELESS_MODE='Master'
Als client funktioniert das ganze irgendwie wesentlich besser...

So ganz am Rande würde ich diesen Hinweis beherzigen:
Code:
!!! CND0310W: Klassische Netzwerkkonfiguration mit ifup wurde entdeckt. Die Konfiguration mit knetworkmanager ist wesentlich einfacher
 
Oben