• 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] noch nie linux - verwirrt wegen wlan

Hallo,
ich hab zum ersten mal linux installiert. opensuse11.


Hier das was das script ausgegeben hat.
Code:
collectNWData.sh V0.6

--- Which type of your network connection should be tested?
--- (1) Wired connection
--- (2) Wireless connection (WLAN)
--- Please answer with 1-2:2

--- What's the type of networktopology?
--- (1) WLAN access point <---> LinuxClient
--- (2) WLAN HW router <---> LinuxClient
--- (3) WLAN access point <---> LinuxRouter <---> LinuxClient
--- (4) WLAN HW router <---> LinuxRouter <---> LinuxClient
--- Please answer with 1-4:2
--- Collecting networkconfiguration data ...
--- Analyzing the collected data for common errors...                        
!!! CND0100E: No network card for the selected connection type was found on the system.
--- 1 errors detected.
--- Go to http://www.linux-tips-and-tricks.de/CND to get more detailed instructions about the error/warning messages and how to fix the problems.
--- If you still don't have success then post the contents of file /tmp/fraps/collectNWData.txt in your favorite Linux forum or post contents on phpfi.com and then post the link to phpfi.com in your favorite forum.

Aber mit ifconfig sehe ich meine wlan-karte (IEEE 802.11g PCI Wireless Network Adapter).
Vielen Dank für Die Hilfe
 
A

Anonymous

Gast
sad billy schrieb:
Aber mit ifconfig sehe ich meine wlan-karte (IEEE 802.11g PCI Wireless Network Adapter).

Schön, wir sehen hier nur dummerweise gar nichts davon.

(Und das von Dir ausgeführte Netzwerkscript erzeugt auch eine Ausgabedatei mit der Dateiendung "out", die Du unbedingt posten möchtest.)
 
ok ifconfig gibt:

Code:
wlan0     Link encap:Ethernet  HWaddr 00:0F:A3:46:4A:8B  
          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 txqueuelen:1000 
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)


ein .out file gibt es nicht aber ein .txt file:

Code:
collectNWData.sh V0.6
--- Which type of your network connection should be tested?
--- (2) Wireless connection (WLAN)
--- What's the type of networktopology?
--- (2) WLAN HW router <---> LinuxClient
--- On which host is the script executed?
--- (1) LinuxClient
!!! CND0100E: No network card for the selected connection type was found on the system.
==================================================================================================
==================================================================================================
*** uname -a
Linux linux-8xbz 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/SuSE-release
openSUSE 11.0 (X86-64)
VERSION = 11.0
==================================================================================================
*** cat /etc/resolv.conf | /usr/bin/grep -v "^#" | /usr/bin/grep -v "^$"
search site
==================================================================================================
*** cat /etc/hosts | grep -v "^#" | /usr/bin/grep -v "^$" | /usr/bin/grep -v "::"
127.0.0.1       localhost
127.0.0.2       linux-8xbz.site linux-8xbz
==================================================================================================
*** cat /proc/sys/net/ipv4/ip_forward
0
==================================================================================================
*** /usr/sbin/iptables -t nat -L
Chain PREROUTING (policy ACCEPT)
target     prot opt source               destination

Chain POSTROUTING (policy ACCEPT)
target     prot opt source               destination

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination
==================================================================================================
*** /sbin/route -n
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
127.0.0.0       0.0.0.0         255.0.0.0       U     0      0        0 lo
==================================================================================================
*** /sbin/arp -n
==================================================================================================
*** /sbin/ifconfig
lo        Link encap:Local Loopback
"collectNWData.txt" 272L, 12621C                                                                                                                 6,1           Top




[code]
collectNWData.sh V0.6
--- Which type of your network connection should be tested?
--- (2) Wireless connection (WLAN)
--- What's the type of networktopology?
--- (2) WLAN HW router <---> LinuxClient
--- On which host is the script executed?
--- (1) LinuxClient
!!! CND0100E: No network card for the selected connection type was found on the system.
==================================================================================================
==================================================================================================
*** uname -a
Linux linux-8xbz 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/SuSE-release
openSUSE 11.0 (X86-64)
VERSION = 11.0
==================================================================================================
*** cat /etc/resolv.conf | /usr/bin/grep -v "^#" | /usr/bin/grep -v "^$"
search site
==================================================================================================
*** cat /etc/hosts | grep -v "^#" | /usr/bin/grep -v "^$" | /usr/bin/grep -v "::"
127.0.0.1       localhost
127.0.0.2       linux-8xbz.site linux-8xbz
==================================================================================================
*** cat /proc/sys/net/ipv4/ip_forward
0
==================================================================================================
*** /usr/sbin/iptables -t nat -L
Chain PREROUTING (policy ACCEPT)
target     prot opt source               destination

Chain POSTROUTING (policy ACCEPT)
target     prot opt source               destination

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination
==================================================================================================
*** /sbin/route -n
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
127.0.0.0       0.0.0.0         255.0.0.0       U     0      0        0 lo
==================================================================================================
*** /sbin/arp -n
==================================================================================================
*** /sbin/ifconfig
lo        Link encap:Local Loopback
"collectNWData.txt" 272L, 12621C                                                                                                                 6,1           Top
 
A

Anonymous

Gast
Und jetzt das _gesamte_ File und nicht nur ein Bruchteil.
 
so jetzt aber:

Code:
collectNWData.sh V0.6
--- Which type of your network connection should be tested?
--- (2) Wireless connection (WLAN)
--- What's the type of networktopology?
--- (2) WLAN HW router <---> LinuxClient
--- On which host is the script executed?
--- (1) LinuxClient
!!! CND0100E: No network card for the selected connection type was found on the system.
==================================================================================================
==================================================================================================
*** uname -a
Linux linux-8xbz 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/SuSE-release
openSUSE 11.0 (X86-64)
VERSION = 11.0
==================================================================================================
*** cat /etc/resolv.conf | /usr/bin/grep -v "^#" | /usr/bin/grep -v "^$"
search site
==================================================================================================
*** cat /etc/hosts | grep -v "^#" | /usr/bin/grep -v "^$" | /usr/bin/grep -v "::"
127.0.0.1       localhost
127.0.0.2       linux-8xbz.site linux-8xbz
==================================================================================================
*** cat /proc/sys/net/ipv4/ip_forward
0
==================================================================================================
*** /usr/sbin/iptables -t nat -L
Chain PREROUTING (policy ACCEPT)
target     prot opt source               destination

Chain POSTROUTING (policy ACCEPT)
target     prot opt source               destination

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination
==================================================================================================
*** /sbin/route -n
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
127.0.0.0       0.0.0.0         255.0.0.0       U     0      0        0 lo
==================================================================================================
*** /sbin/arp -n
==================================================================================================
*** /sbin/ifconfig
lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:44 errors:0 dropped:0 overruns:0 frame:0
          TX packets:44 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:3100 (3.0 Kb)  TX bytes:3100 (3.0 Kb)

wlan0     Link encap:Ethernet  HWaddr 00:0F:A3:46:4A:8B
          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 txqueuelen:1000
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

wmaster0  Link encap:UNSPEC  HWaddr 00-0F-A3-46-4A-8B-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 txqueuelen:1000
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

==================================================================================================
*** /sbin/lspci -nn | /usr/bin/egrep '(Ethernet|Network).*controller'
02:07.0 Ethernet controller [0200]: Atheros Communications Inc. AR5212/AR5213 Multiprotocol MAC/baseband processor [168c:0013] (rev 01)
02:0d.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL-8169 Gigabit Ethernet [10ec:8169] (rev 10)
==================================================================================================
*** /usr/sbin/lsusb
Bus 003 Device 002: ID 0204:6025 Chipsbank Microelectronics Co., Ltd CBM2080 Flash drive controller
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 046d:c505 Logitech, Inc. Cordless Mouse+Keyboard Receiver
Bus 001 Device 002: ID 09da:0006 A4 Tech Co., Ltd Optical Mouse WOP-35 / Trust 450L Optical Mouse
Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
==================================================================================================
*** /sbin/lsmod | /usr/bin/sort
Module                  Size  Used by
ac97_bus               19072  1 snd_ac97_codec
af_packet              42624  0
arc4                   19072  2
ath5k                 119044  0
binfmt_misc            30220  1
button                 27040  0
cdrom                  53416  1 sr_mod
cfg80211               39568  1 mac80211
cpufreq_conservative    26248  0
cpufreq_powersave      18816  0
cpufreq_userspace      23556  0
crypto_blkcipher       38788  1 ecb
dm_mod                 88600  0
dock                   29344  1 libata
ecb                    20992  2
edd                    28176  0
ehci_hcd               56204  0
ext3                  170768  1
fan                    23944  0
fat                    74168  1 vfat
ff_memless             23176  1 usbhid
floppy                 83048  0
forcedeth              72588  0
fuse                   72256  3
hid                    59296  1 usbhid
i2c_core               45344  1 i2c_nforce2
i2c_nforce2            24192  0
ieee1394              122216  1 ohci1394
ip6_tables             40720  1 ip6table_filter
ip6table_filter        20608  0
ip_tables              39056  2 iptable_nat,iptable_filter
iptable_filter         20736  0
iptable_nat            24976  0
ipv6                  331544  12
jbd                    82240  1 ext3
k8temp                 23040  0
libata                194976  2 pata_amd,sata_nv
loop                   37508  0
mac80211              220436  1 ath5k
mbcache                27396  1 ext3
nf_conntrack           91536  3 iptable_nat,nf_nat,nf_conntrack_ipv4
nf_conntrack_ipv4      29576  3 iptable_nat,nf_nat
nf_nat                 39576  1 iptable_nat
nls_cp437              23936  1
nls_iso8859_1          22144  1
ohci1394               50868  0
ohci_hcd               42500  0
parport                60448  2 ppdev,parport_pc
parport_pc             59592  0
pata_amd               33284  0
pci_hotplug            49720  1 shpchp
powernow_k8            32772  0
ppdev                  26504  0
ppp_generic            47784  0
processor              72668  2 powernow_k8,thermal
r8169                  51204  0
rtc_cmos               28728  0
rtc_core               41012  1 rtc_cmos
rtc_lib                20224  1 rtc_core
sata_nv                46860  2
scsi_mod              194904  5 sr_mod,sg,usb_storage,sd_mod,libata
sd_mod                 47280  5
serio_raw              24708  0
sg                     56912  0
shpchp                 53660  0
slhc                   23040  1 ppp_generic
snd                    96248  14 snd_pcm_oss,snd_mixer_oss,snd_seq,snd_seq_device,snd_intel8x0,snd_ac97_codec,snd_pcm,snd_timer
snd_ac97_codec        143048  1 snd_intel8x0
snd_intel8x0           56744  3
snd_mixer_oss          35584  1 snd_pcm_oss
snd_page_alloc         28688  2 snd_intel8x0,snd_pcm
snd_pcm               115208  3 snd_pcm_oss,snd_intel8x0,snd_ac97_codec
snd_pcm_oss            68992  0
snd_seq                83600  0
snd_seq_device         26516  1 snd_seq
snd_timer              45072  2 snd_seq,snd_pcm
soundcore              26000  1 snd
sr_mod                 35636  0
thermal                43040  0
usb_storage           112672  1
usbcore               188248  5 usb_storage,usbhid,ehci_hcd,ohci_hcd
usbhid                 65488  0
vfat                   30848  1
x_tables               43144  3 iptable_nat,ip_tables,ip6_tables
==================================================================================================
*** catMyConfig
==================================================================================================
*** cat /etc/sysconfig/network/ifcfg-dsl0
BOOTPROTO='none'
DEVICE='wlan0'
MODEM_IP='10.0.0.138'
NAME='DSL-Verbindung'
PPPD_OPTIONS=''
PPPMODE='pppoe'
PROVIDER='provider0'
STARTMODE='auto'
UDI=''
USERCONTROL='yes'
VPIVCI=''
==================================================================================================
*** cat /etc/sysconfig/network/ifcfg-wlan0
BOOTPROTO='dhcp'
BROADCAST=''
ETHTOOL_OPTIONS=''
IPADDR=''
MTU=''
NAME='AR5212/AR5213 Multiprotocol MAC/baseband processor'
NETMASK=''
NETWORK=''
REMOTE_IPADDR=''
STARTMODE='auto'
USERCONTROL='no'
WIRELESS_AP=''
WIRELESS_AUTH_MODE='sharedkey'
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='wgdeppen'
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=''
==================================================================================================
*** /usr/sbin/iwconfig | /usr/bin/sed "s/\(Encryption key:\)\([^o][^f][^f][^ ]*\)\(.*\)/\1@@ @@@-@@@@-@@@@-@@@@-@@@@-@@@@@@@\3/"
lo        no wireless extensions.

eth0      no wireless extensions.

eth1      no wireless extensions.

wmaster0  no wireless extensions.

wlan0     IEEE 802.11g  ESSID:"wgdeppen"
          Mode:Managed  Frequency:2.412 GHz  Access Point: Invalid
          Tx-Power=27 dBm
          Retry min limit:7   RTS thr:off   Fragment thr=2352 B
          Encryption key:@@ @@@-@@@@-@@@@-@@@@-@@@@-@@@@@@@
          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

==================================================================================================
*** /usr/bin/grep -i radio /var/log/boot.msg | /usr/bin/tail -n 5
<6>ath5k phy0: RF2112A 2GHz radio found (0x56)
==================================================================================================
*** /usr/bin/grep -i firmware /var/log/messages* | /usr/bin/tail -n 5
==================================================================================================
*** ls -ls /lib/firmware
total 0
==================================================================================================
*** ps aux | /usr/bin/grep wpa_supplicant | /usr/bin/grep -v grep
==================================================================================================
*** /usr/bin/grep NETWORKMANAGER /etc/sysconfig/network/config | /usr/bin/grep -v "^#"
NETWORKMANAGER=no
==================================================================================================
*** /usr/bin/grep -i persistent /etc/sysconfig/network/config | /usr/bin/grep -v "^#" | /usr/bin/grep -v "^$"
==================================================================================================
*** /usr/bin/egrep 'eth|ath|wlan|ra' /etc/udev/rules.d/*net_persistent* /etc/udev/rules.d/70-persistent-net* | /usr/bin/grep -v ":#" | grep -v ":$"
/usr/bin/egrep: /etc/udev/rules.d/*net_persistent*: No such file or directory
/etc/udev/rules.d/70-persistent-net.rules:SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:0f:a3:46:4a:8b", ATTR{type}=="1", KERNEL=="wlan*", NAME="wlan0"
/etc/udev/rules.d/70-persistent-net.rules:SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:11:09:e7:cc:e7", ATTR{type}=="1", KERNEL=="eth*", NAME="eth1"
/etc/udev/rules.d/70-persistent-net.rules:SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:11:09:e7:cc:ec", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"
==================================================================================================
*** /usr/bin/egrep -r 'eth[0-10]|ath[0-10]|wlan[0-10]|ra[0-10]' /etc/modprobe.*|/usr/bin/egrep -v '#|blacklist'
/etc/modprobe.conf:install eth0             /bin/true
/etc/modprobe.conf:install eth1             /bin/true
==================================================================================================
*** detectFirmwareMessages
No firmware messages found
 
A

Anonymous

Gast
Code:
02:07.0 Ethernet controller [0200]: Atheros Communications Inc. AR5212/AR5213 Multiprotocol MAC/baseband processor [168c:0013] (rev 01)

Lesen:

http://www.pc-forum24.de/beta-forum/9635-suse11rc1-ath5k.html

http://www.pc-forum24.de/suse-mobile-hardware/9224-aktuelle-wlan-treiber-fuer-opensuse-10-3-und-11-0-a.html

Und auch die letzten paar Beiträge zum Thema Atheros 5213 in diesem Unterforum hier.

Dein Problem ist bekannt und wurde schon mehrfach in den letzten paar Tagen gelöst.
 
danke für die hilfe.

leider gibt es noch andere probleme, die es zu lösen gilt. ich weis also noch nicht obs funktioniert hat.
 
also jetzt hab ich opensuse 11 mit kde3.5 nochmal installiert. wir haben einen dsl anschluss mit einem wlan router. außer meiner wlan karte hab ich noch eine normale kabelverbindung über ethernet mit dem router hergestellt. es sollte also 2 netzwerkverbindungen geben.
wie im ersten link beschrieben hab ich das passende compact wireless rpm installiert und es sieht alles funktionierend aus.
wenn ich aber das kabel ausstecke, geht das internet nicht mehr.

das collectNWData script hab ich nochmal ausgeführt. es sagt, dass es keinen fehler findet. hier nochmal das outputfile:

Code:
collectNWData.sh V0.6
--- 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

==================================================================================================
==================================================================================================
*** uname -a 
Linux linux-yfqa 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/SuSE-release 
openSUSE 11.0 (X86-64)
VERSION = 11.0
==================================================================================================
*** cat /etc/resolv.conf | /usr/bin/grep -v "^#" | /usr/bin/grep -v "^$" 
domain site
nameserver 195.34.133.21
nameserver 192.168.0.1
==================================================================================================
*** cat /etc/hosts | grep -v "^#" | /usr/bin/grep -v "^$" | /usr/bin/grep -v "::" 
127.0.0.1       localhost
127.0.0.2       linux-yfqa.site linux-yfqa
==================================================================================================
*** cat /proc/sys/net/ipv4/ip_forward 
0
==================================================================================================
*** /usr/sbin/iptables -t nat -L 
Chain PREROUTING (policy ACCEPT)
target     prot opt source               destination         

Chain POSTROUTING (policy ACCEPT)
target     prot opt source               destination         

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination         
==================================================================================================
*** /sbin/route -n 
Kernel IP Routentabelle
Ziel            Router          Genmask         Flags Metric Ref    Use Iface
192.168.0.0     0.0.0.0         255.255.255.0   U     0      0        0 eth1
192.168.0.0     0.0.0.0         255.255.255.0   U     0      0        0 wlan0
169.254.0.0     0.0.0.0         255.255.0.0     U     0      0        0 eth1
127.0.0.0       0.0.0.0         255.0.0.0       U     0      0        0 lo
0.0.0.0         192.168.0.1     0.0.0.0         UG    0      0        0 eth1
==================================================================================================
*** /sbin/arp -n 
Address                  HWtype  HWaddress           Flags Mask            Iface
192.168.0.1              ether   00:13:46:5C:73:19   C                     eth1
==================================================================================================
*** /sbin/ifconfig 
eth0      Link encap:Ethernet  Hardware Adresse 00:11:09:E7:CC:EC  
          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:22 Basisadresse:0xe000 

eth1      Link encap:Ethernet  Hardware Adresse 00:11:09:E7:CC:E7  
          inet Adresse:192.168.0.190  Bcast:192.168.0.255  Maske:255.255.255.0
          inet6 Adresse: fe80::211:9ff:fee7:cce7/64 Gültigkeitsbereich:Verbindung
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:11476 errors:0 dropped:0 overruns:0 frame:0
          TX packets:8144 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 Sendewarteschlangenlänge:1000 
          RX bytes:9760636 (9.3 Mb)  TX bytes:903546 (882.3 Kb)
          Interrupt:16 Basisadresse:0x2000 

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:527 errors:0 dropped:0 overruns:0 frame:0
          TX packets:527 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 Sendewarteschlangenlänge:0 
          RX bytes:40207 (39.2 Kb)  TX bytes:40207 (39.2 Kb)

wlan0     Link encap:Ethernet  Hardware Adresse 00:0F:A3:46:4A:8B  
          inet Adresse:192.168.0.153  Bcast:192.168.0.255  Maske:255.255.255.0
          inet6 Adresse: fe80::20f:a3ff:fe46:4a8b/64 Gültigkeitsbereich:Verbindung
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:57 errors:0 dropped:0 overruns:0 frame:0
          TX packets:118 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 Sendewarteschlangenlänge:1000 
          RX bytes:9518 (9.2 Kb)  TX bytes:22276 (21.7 Kb)

wmaster0  Link encap:UNSPEC  Hardware Adresse 00-0F-A3-46-4A-8B-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)

==================================================================================================
*** /sbin/lspci -nn | /usr/bin/egrep '(Ethernet|Network).*controller' 
02:07.0 Ethernet controller [0200]: Atheros Communications Inc. AR5212/AR5213 Multiprotocol MAC/baseband processor [168c:0013] (rev 01)
02:0d.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL-8169 Gigabit Ethernet [10ec:8169] (rev 10)
==================================================================================================
*** /usr/bin/lsusb 
Bus 003 Device 002: ID 0738:3738 Mad Catz, Inc. 
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 046d:c505 Logitech, Inc. Cordless Mouse+Keyboard Receiver
Bus 001 Device 002: ID 09da:0006 A4 Tech Co., Ltd Optical Mouse WOP-35 / Trust 450L Optical Mouse
Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
==================================================================================================
*** /sbin/lsmod | /usr/bin/sort 
ac97_bus               19072  1 snd_ac97_codec
af_packet              42624  2 
arc4                   19072  2 
ath5k                 122112  0 
binfmt_misc            30220  1 
button                 27040  0 
cdrom                  53416  1 sr_mod
cfg80211               49296  2 ath5k,mac80211
cpufreq_conservative    26248  0 
cpufreq_powersave      18816  0 
cpufreq_userspace      23556  0 
crypto_blkcipher       38788  1 ecb
dm_mod                 88600  0 
dock                   29344  1 libata
ecb                    20992  2 
edd                    28176  0 
ehci_hcd               56204  0 
ext3                  170768  1 
fan                    23944  0 
fat                    74168  1 vfat
ff_memless             23176  1 usbhid
floppy                 83048  0 
forcedeth              72588  0 
fuse                   72256  1 
hid                    59296  1 usbhid
i2c_core               45344  1 i2c_nforce2
i2c_nforce2            24192  0 
ieee1394              122216  1 ohci1394
ip6table_filter        20608  1 
ip6table_mangle        20480  0 
ip6_tables             40720  3 ip6t_LOG,ip6table_mangle,ip6table_filter
ip6t_LOG               23940  7 
ip6t_REJECT            22272  3 
iptable_filter         20736  1 
iptable_mangle         20608  0 
iptable_nat            24976  0 
ip_tables              39056  3 iptable_mangle,iptable_nat,iptable_filter
ipt_LOG                23428  8 
ipt_REJECT             21120  3 
ipv6                  331544  17 ip6t_REJECT,nf_conntrack_ipv6,ip6table_mangle
jbd                    82240  1 ext3
joydev                 30848  0 
k8temp                 23040  0 
libata                194976  2 pata_amd,sata_nv
loop                   37508  0 
mac80211              270448  1 ath5k
mbcache                27396  1 ext3
Module                  Size  Used by
nf_conntrack           91536  6 nf_conntrack_ipv6,xt_state,iptable_nat,nf_nat,nf_conntrack_netbios_ns,nf_conntrack_ipv4
nf_conntrack_ipv4      29576  7 iptable_nat,nf_nat
nf_conntrack_ipv6      36168  4 
nf_conntrack_netbios_ns    19968  0 
nf_nat                 39576  1 iptable_nat
nls_cp437              23936  1 
nls_iso8859_1          22144  1 
ohci1394               50868  0 
ohci_hcd               42500  0 
parport                60448  2 ppdev,parport_pc
parport_pc             59592  0 
pata_amd               33284  0 
pci_hotplug            49720  1 shpchp
powernow_k8            32772  0 
ppdev                  26504  0 
processor              72668  2 powernow_k8,thermal
r8169                  51204  0 
rtc_cmos               28728  0 
rtc_core               41012  1 rtc_cmos
rtc_lib                20224  1 rtc_core
sata_nv                46860  2 
scsi_mod              194904  5 sr_mod,usb_storage,sg,sd_mod,libata
sd_mod                 47280  5 
serio_raw              24708  0 
sg                     56912  0 
shpchp                 53660  0 
snd                    96248  10 snd_pcm_oss,snd_mixer_oss,snd_seq,snd_seq_device,snd_intel8x0,snd_ac97_codec,snd_pcm,snd_timer
snd_ac97_codec        143048  1 snd_intel8x0
snd_intel8x0           56744  1 
snd_mixer_oss          35584  1 snd_pcm_oss
snd_page_alloc         28688  2 snd_intel8x0,snd_pcm
snd_pcm               115208  3 snd_pcm_oss,snd_intel8x0,snd_ac97_codec
snd_pcm_oss            68992  0 
snd_seq                83600  0 
snd_seq_device         26516  1 snd_seq
snd_timer              45072  2 snd_seq,snd_pcm
soundcore              26000  1 snd
sr_mod                 35636  0 
thermal                43040  0 
usbcore               188248  5 usbhid,usb_storage,ehci_hcd,ohci_hcd
usbhid                 65488  0 
usb_storage           112672  1 
vfat                   30848  1 
x_tables               43144  11 ip6t_LOG,xt_tcpudp,xt_pkttype,ipt_LOG,xt_limit,ip6t_REJECT,ipt_REJECT,xt_state,iptable_nat,ip_tables,ip6_tables
xt_limit               20356  15 
xt_pkttype             18944  3 
xt_state               19712  8 
xt_tcpudp              20480  2 
==================================================================================================
*** catMyConfig 
==================================================================================================
*** cat /etc/sysconfig/network/ifcfg-eth0
BOOTPROTO='dhcp'
BROADCAST=''
ETHTOOL_OPTIONS=''
IPADDR=''
MTU=''
NAME='CK8S Ethernet Controller'
NETMASK=''
NETWORK=''
REMOTE_IPADDR=''
STARTMODE='auto'
USERCONTROL='no'
==================================================================================================
*** cat /etc/sysconfig/network/ifcfg-eth1
BOOTPROTO='dhcp'
BROADCAST=''
ETHTOOL_OPTIONS=''
IPADDR=''
MTU=''
NAME='RTL-8169 Gigabit Ethernet'
NETMASK=''
NETWORK=''
REMOTE_IPADDR=''
STARTMODE='auto'
USERCONTROL='no'
==================================================================================================
*** cat /etc/sysconfig/network/ifcfg-wlan0
BOOTPROTO='dhcp'
BROADCAST=''
ETHTOOL_OPTIONS=''
IPADDR=''
MTU=''
NAME='AR5212/AR5213 Multiprotocol MAC/baseband processor'
NETMASK=''
NETWORK=''
REMOTE_IPADDR=''
STARTMODE='auto'
USERCONTROL='no'
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='wgdepp'
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='@@@@@@'
==================================================================================================
*** /usr/sbin/iwconfig | /usr/bin/sed "s/\(Encryption key:\)\([^o][^f][^f][^ ]*\)\(.*\)/\1@@ @@@-@@@@-@@@@-@@@@-@@@@-@@@@@@@\3/" 
lo        no wireless extensions.

eth0      no wireless extensions.

eth1      no wireless extensions.

wmaster0  no wireless extensions.

wlan0     IEEE 802.11  ESSID:"wgdepp"  
          Mode:Managed  Frequency:2.447 GHz  Access Point: 00:13:46:5C:73:19   
          Bit Rate=6 Mb/s   Tx-Power=27 dBm   
          Retry min limit:7   RTS thr:off   Fragment thr=2352 B   
          Encryption key:@@ @@@-@@@@-@@@@-@@@@-@@@@-@@@@@@@ [2]
          Link Quality=89/100  Signal level:-37 dBm  Noise level=-94 dBm
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0

==================================================================================================
*** /usr/bin/grep -i radio /var/log/boot.msg | /usr/bin/tail -n 5 
==================================================================================================
*** /usr/bin/grep -i firmware /var/log/messages* | /usr/bin/tail -n 5 
==================================================================================================
*** ls -ls /lib/firmware 
insgesamt 0
==================================================================================================
*** ps aux | /usr/bin/grep wpa_supplicant | /usr/bin/grep -v grep 
root     15692  0.0  0.1  16600  1072 ?        Ss   14:55   0:00 wpa_supplicant -iwlan0 -c/var/run/wpa_supplicant-wlan0.conf -Dwext -P/var/run/wpa_supplicant/wlan0.pid -B
==================================================================================================
*** /usr/bin/grep NETWORKMANAGER /etc/sysconfig/network/config | /usr/bin/grep -v "^#" 
NETWORKMANAGER=no
==================================================================================================
*** /usr/bin/grep -i persistent /etc/sysconfig/network/config | /usr/bin/grep -v "^#" | /usr/bin/grep -v "^$" 
==================================================================================================
*** /usr/bin/egrep 'eth|ath|wlan|ra' /etc/udev/rules.d/*net_persistent* /etc/udev/rules.d/70-persistent-net* | /usr/bin/grep -v ":#" | grep -v ":$" 
/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}=="00:0f:a3:46:4a:8b", ATTR{type}=="1", KERNEL=="wlan*", NAME="wlan0"
/etc/udev/rules.d/70-persistent-net.rules:SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:11:09:e7:cc:e7", ATTR{type}=="1", KERNEL=="eth*", NAME="eth1"
/etc/udev/rules.d/70-persistent-net.rules:SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:11:09:e7:cc:ec", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"
==================================================================================================
*** /usr/bin/egrep -r 'eth[0-10]|ath[0-10]|wlan[0-10]|ra[0-10]' /etc/modprobe.*|/usr/bin/egrep -v '#|blacklist' 
/etc/modprobe.conf:install eth0             /bin/true
/etc/modprobe.conf:install eth1             /bin/true
==================================================================================================
*** detectFirmwareMessages 
No firmware messages found



im yast unter netzwerkeinstellungen sieht alles in ordnung aus. insbesondere glaub ich dass zumindest irgendeine art von wireless verbindung zum router besteht, weil wenn ich zb den netzwerkschlüssel falsch eingebe heißts bei den netzwerkeinstellungen "nicht verbunden", wenn ich den schlüssel richtig eingebe aber nicht.

die lösung ist wahrlscheinlich blunzn einfach, aber ich checks nicht.
 
A

Anonymous

Gast
Ja, die Lösung heisst "Nicht zwei Karten gleichzeitig im selben Subnetz betreiben".

http://wiki.linux-club.de/opensuse/Probleme_bei_WLAN_mit_zweiter_Netzwerkkarte

Da sind zwei LAN-Karten konfiguriert obwohl nur eine vorhanden ist, die falsche löschen, am besten alle LAN-Verbindungen löschen und_richtig_ neu einrichten (siehe oben, besonders auf den Startmodus achten).

Was soll diese nutzlose DSL-Verbindung?

Weg damit, das macht Dein Router.

Und die Dublette in der 70-persistent-net.rules macht möglicherweise auch Ärger, also selbige Datei löschen und neu starten.

Der "drahtlose" Teil der WLAN-Verbindung (aka "mit dem AP verbinden") fuktioniert nämlich schon vorzüglich.

Code:
wlan0     IEEE 802.11  ESSID:"wgdepp"  
          Mode:Managed  Frequency:2.447 GHz  Access Point: 00:13:46:5C:73:19   
          Bit Rate=6 Mb/s   Tx-Power=27 dBm   
          Retry min limit:7   RTS thr:off   Fragment thr=2352 B   
          Encryption key:@@ @@@-@@@@-@@@@-@@@@-@@@@-@@@@@@@ [2]
          Link Quality=89/100  Signal level:-37 dBm  Noise level=-94 dBm
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0
 

framp

Moderator
Teammitglied
Fein. Hast Du schon Gelöst gelesen :wink: ?

<OT> Da dieser Fall häufiger vorkommt wird dieses im Script angefragt. Leider greift der Test nur wenn die IPs static sind :-(. Für den Fall dass beide IFs die IPs per DHCP erhalten muss ich mir noch einen Test einfallen lassen ... </OT>
 
Oben