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

Verbindungsaufbau bei LogiLink Wireless Lan USB Adapter

johesud

Member
Hallo

Ich betreibe einen LogiLink Wireless Lan USB 2.0 Adapter 54Mbps unter OpenSUSE 11.0.

Die Installation gestaltet sich PROBLEMLOS !

Versuche ich mit KNetworkManager eine Verbindung aufzubauen gelingt dies nicht.

Auch der Versuch das Programm "collectNWData.sh" zu starten scheitert, weil das Programm lsusb nicht vorhanden sei. :???:
Ich versuchte dieses über Yast nachzurüsten, aber Yast kennt lsusb nicht

Wie kann weiter vorgehen ?

LG Jörg
 

SUSEDJAlex

Advanced Hacker
Hallo Jörg,

hierfür musst du eine Konsole öffnen:
sudo lsusb
( Rootpasswort)

poste dann bitte hier was dabei rauskommt.....

LG SUSE_DJAlex
 

Grothesk

Ultimate Guru
lsusb sollte im Pakte usbutils enthalten sein. Das wird aber soweit ich weiß bei Suse 11 von vorneherein installiert.
lsusb kann man auch als user aufrufen, dazu muss man nicht root werden:
Code:
/usr/bin/lsusb
 
OP
J

johesud

Member
habe "sudo lsusb" augeführt :

Ergebnis : sudo: lsusb: command not found

:???: :???: :???:

LG Jörg
 
OP
J

johesud

Member
Habe "usbutils" mit Yast nachgerüstet.

Jetzt gehts !

Anbei den Output von "collectNWData.sh" :

Code:
collectNWData.sh V0.6e-1
--- Welcher Netzwerkverbindungtyp soll getestet werden?
--- (2) Kabellose Verbindung (WLAN)
--- Welche Netzwerktopologie liegt vor?
--- (1) WLAN access point <---> LinuxClient
--- Auf welchem Rechner wird das Script ausgeführt?
--- (1) LinuxClient
!!! CND0230W: IPV6 ist eingeschaltet.
--- 1 Warnungen gefunden
==================================================================================================
==================================================================================================
*** uname -a 
Linux linux-jl7i 2.6.25.11-0.1-default #1 SMP 2008-07-13 20:48:28 +0200 i686 i686 i386 GNU/Linux
==================================================================================================
*** cat /etc/SuSE-release 
openSUSE 11.0 (i586)
VERSION = 11.0
==================================================================================================
*** cat /etc/resolv.conf | /usr/bin/grep -v "^#" | /usr/bin/grep -v "^$" 
nameserver 192.168.178.1
==================================================================================================
*** cat /etc/hosts | grep -v "^#" | /usr/bin/grep -v "^$" | /usr/bin/grep -v "::" 
127.0.0.1       localhost
127.0.0.2       linux-jl7i.site linux-jl7i
==================================================================================================
*** 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.178.0   0.0.0.0         255.255.255.0   U     0      0        0 eth0
127.0.0.0       0.0.0.0         255.0.0.0       U     0      0        0 lo
0.0.0.0         192.168.178.1   0.0.0.0         UG    0      0        0 eth0
==================================================================================================
*** /sbin/arp -n 
Address                  HWtype  HWaddress           Flags Mask            Iface
192.168.178.1            ether   00:04:0E:E2:E7:41   C                     eth0
==================================================================================================
*** /sbin/ifconfig 
eth0      Link encap:Ethernet  Hardware Adresse 00:11:5B:6B:90:A3  
          inet Adresse:192.168.178.22  Bcast:192.168.178.255  Maske:255.255.255.0
          inet6 Adresse: fe80::211:5bff:fe6b:90a3/64 Gültigkeitsbereich:Verbindung
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:8970 errors:0 dropped:0 overruns:0 frame:0
          TX packets:7475 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 Sendewarteschlangenlänge:1000 
          RX bytes:6135387 (5.8 Mb)  TX bytes:1525479 (1.4 Mb)
          Interrupt:18 Basisadresse:0xc000 

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

wlan1     Link encap:Ethernet  Hardware Adresse 00:0E:2E:F7:E2:B7  
          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-0E-2E-F7-E2-B7-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)

==================================================================================================
*** pingTests 
Ping of 195.135.220.3 OK
Ping of http://www.suse.de OK
==================================================================================================
*** /sbin/lspci -nn | /usr/bin/egrep '(Ethernet|Network).*controller' 
00:0e.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ [10ec:8139] (rev 10)
==================================================================================================
*** /usr/bin/lsusb 
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 003: ID 1019:0c55 Elitegroup Computer Systems (ECS) USB Flash Reader, Desknote UCR-61S2B
Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 006: ID 0bda:8187 Realtek Semiconductor Corp. RTL8187 Wireless Adapter
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
==================================================================================================
*** /sbin/lsmod | /usr/bin/sort 
8139cp                 27392  0 
8139too                30592  0 
ac97_bus                6016  1 snd_ac97_codec
af_packet              26368  4 
agpgart                38580  1 sis_agp
arc4                    6144  2 
binfmt_misc            15752  1 
button                 13072  0 
cdrom                  38300  1 sr_mod
cfg80211               23432  1 mac80211
crypto_blkcipher       24068  1 ecb
dm_mod                 66388  0 
dock                   15248  1 libata
ecb                     7808  2 
edd                    14152  0 
eeprom_93cx6            6272  1 rtl8187
ehci_hcd               39436  0 
ext3                  143624  2 
fan                    10372  0 
fat                    54432  1 vfat
firmware_class         13696  1 microcode
fuse                   54044  1 
ip6table_filter         7424  1 
ip6table_mangle         7296  0 
ip6_tables             19088  3 ip6t_LOG,ip6table_mangle,ip6table_filter
ip6t_LOG               11140  7 
ip6t_REJECT             9088  3 
iptable_filter          7552  1 
iptable_mangle          7424  0 
iptable_nat            11400  0 
ip_tables              17936  3 iptable_mangle,iptable_nat,iptable_filter
ipt_LOG                10500  8 
ipt_REJECT              8064  3 
ipv6                  269160  17 ip6t_REJECT,nf_conntrack_ipv6,ip6table_mangle
jbd                    61216  1 ext3
joydev                 15936  0 
led_class               9476  0 
libata                164188  1 pata_sis
loop                   23044  0 
mac80211              178324  1 rtl8187
mbcache                13060  1 ext3
microcode              15888  0 
mii                     9600  2 8139cp,8139too
Module                  Size  Used by
nf_conntrack           66900  6 nf_conntrack_ipv6,xt_state,iptable_nat,nf_nat,nf_conntrack_netbios_ns,nf_conntrack_ipv4
nf_conntrack_ipv4      15364  7 iptable_nat,nf_nat
nf_conntrack_ipv6      21240  4 
nf_conntrack_netbios_ns     6912  0 
nf_nat                 23448  1 iptable_nat
nls_cp437               9856  1 
nls_iso8859_1           8192  1 
ohci_hcd               27396  0 
parport                40660  2 ppdev,parport_pc
parport_pc             42556  0 
pata_sis               17924  4 
pci_hotplug            33828  1 shpchp
ppdev                  13060  0 
processor              53552  1 thermal
rtc_cmos               14752  0 
rtc_core               24860  1 rtc_cmos
rtc_lib                 7040  1 rtc_core
rtl8187                37632  0 
scsi_mod              156020  5 sr_mod,usb_storage,sg,sd_mod,libata
sd_mod                 32920  5 
sg                     39732  0 
shpchp                 37908  0 
sis_agp                13952  1 
snd                    67256  16 snd_pcm_oss,snd_mixer_oss,snd_seq,snd_seq_device,snd_intel8x0,snd_ac97_codec,snd_pcm,snd_timer
snd_ac97_codec        108580  1 snd_intel8x0
snd_intel8x0           38172  4 
snd_mixer_oss          21120  1 snd_pcm_oss
snd_page_alloc         14984  2 snd_intel8x0,snd_pcm
snd_pcm                87812  3 snd_pcm_oss,snd_intel8x0,snd_ac97_codec
snd_pcm_oss            52096  0 
snd_seq                61376  0 
snd_seq_device         12812  1 snd_seq
snd_timer              28424  2 snd_seq,snd_pcm
soundcore              11976  1 snd
sr_mod                 21032  0 
thermal                28060  0 
usbcore               152140  5 rtl8187,usb_storage,ehci_hcd,ohci_hcd
usb_storage            88456  0 
vfat                   16512  1 
wmi                    12200  0 
x_tables               21380  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                6788  15 
xt_pkttype              6016  3 
xt_state                6656  8 
xt_tcpudp               7296  2 
==================================================================================================
*** catMyConfig 
==================================================================================================
*** cat /etc/sysconfig/network/ifcfg-eth0
BOOTPROTO='dhcp'
BROADCAST=''
ETHTOOL_OPTIONS=''
IPADDR=''
MTU=''
NAME='RTL-8139/8139C/8139C+'
NETMASK=''
NETWORK=''
REMOTE_IPADDR=''
STARTMODE='auto'
USERCONTROL='yes'
==================================================================================================
*** cat /etc/sysconfig/network/ifcfg-wlan1
BOOTPROTO='dhcp'
BROADCAST=''
ETHTOOL_OPTIONS=''
IPADDR=''
MTU=''
NAME='RTL8187B_WLAN_Adapter'
NETMASK=''
NETWORK=''
REMOTE_IPADDR=''
STARTMODE='hotplug'
USERCONTROL='yes'
WIRELESS_AP=''
WIRELESS_AUTH_MODE='psk'
WIRELESS_BITRATE='auto'
WIRELESS_CA_CERT=''
WIRELESS_CHANNEL=''
WIRELESS_CLIENT_CERT=''
WIRELESS_CLIENT_KEY=''
WIRELESS_CLIENT_KEY_PASSWORD=''
WIRELESS_DEFAULT_KEY='0'
WIRELESS_EAP_AUTH=''
WIRELESS_EAP_MODE=''
WIRELESS_ESSID='Weihnachtsmann'
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.

wmaster0  no wireless extensions.

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

==================================================================================================
*** /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 
Jul 22 23:05:57 linux-jl7i kernel: acx: firmware image 'tiacx111usbc1B' was not provided. Check your hotplug scripts
Jul 22 23:05:57 linux-jl7i firmware.sh[8418]: Cannot find  firmware file 'tiacx111usbc1B'
Jul 23 08:05:52 linux-jl7i firmware.sh[2189]: Cannot find  firmware file 'intel-ucode/0f-03-04'
Jul 23 09:18:52 linux-jl7i firmware.sh[2177]: Cannot find  firmware file 'intel-ucode/0f-03-04'
Jul 23 10:51:32 linux-jl7i firmware.sh[2155]: Cannot find  firmware file 'intel-ucode/0f-03-04'
==================================================================================================
*** ls -ls /lib/firmware 
insgesamt 5912
  4 -rw-r--r-- 1 root root    137  6. Jun 22:55 3CCFEM556.cis
  4 -rw-r--r-- 1 root root    134  6. Jun 22:55 3CXEM556.cis
 24 -rw-r--r-- 1 root root  22622  6. Jun 21:57 aic94xx-seq.fw
  4 -rw-r--r-- 1 root root   3408  6. Jun 22:18 aica_firmware.bin
  4 drwxr-xr-x 2 root root   4096 10. Jun 13:17 asihpi
 32 -rw-r--r-- 1 root root  30348  6. Jun 21:53 atmel_at76c502_3com.bin
 36 -rw-r--r-- 1 root root  35184  6. Jun 21:53 atmel_at76c502_3com-wpa.bin
 32 -rw-r--r-- 1 root root  31764  6. Jun 21:53 atmel_at76c502.bin
 32 -rw-r--r-- 1 root root  31764  6. Jun 21:53 atmel_at76c502d.bin
 36 -rw-r--r-- 1 root root  35276  6. Jun 21:53 atmel_at76c502d-wpa.bin
 32 -rw-r--r-- 1 root root  31776  6. Jun 21:53 atmel_at76c502e.bin
 36 -rw-r--r-- 1 root root  35272  6. Jun 21:53 atmel_at76c502e-wpa.bin
 36 -rw-r--r-- 1 root root  35276  6. Jun 21:53 atmel_at76c502-wpa.bin
 28 -rw-r--r-- 1 root root  28164  6. Jun 21:53 atmel_at76c503-i3861.bin
 28 -rw-r--r-- 1 root root  28040  6. Jun 21:53 atmel_at76c503-i3863.bin
 36 -rw-r--r-- 1 root root  35372  6. Jun 21:53 atmel_at76c503-rfmd-0.90.2-140.bin
 40 -rw-r--r-- 1 root root  37804  6. Jun 21:53 atmel_at76c503-rfmd-acc.bin
 40 -rw-r--r-- 1 root root  37964  6. Jun 21:53 atmel_at76c503-rfmd.bin
 36 -rw-r--r-- 1 root root  35180  6. Jun 21:53 atmel_at76c504_2958-wpa.bin
 40 -rw-r--r-- 1 root root  39928  6. Jun 21:53 atmel_at76c504a_2958-wpa.bin
 32 -rw-r--r-- 1 root root  31748  6. Jun 21:53 atmel_at76c504.bin
 36 -rw-r--r-- 1 root root  35196  6. Jun 21:53 atmel_at76c504c-wpa.bin
 40 -rw-r--r-- 1 root root  37009  6. Jun 21:53 atmel_at76c505a-rfmd2958.bin
 40 -rw-r--r-- 1 root root  37000  6. Jun 21:53 atmel_at76c505-rfmd2958.bin
 36 -rw-r--r-- 1 root root  35532  6. Jun 21:53 atmel_at76c505-rfmd.bin
 32 -rw-r--r-- 1 root root  31824  6. Jun 21:53 atmel_at76c506.bin
 36 -rw-r--r-- 1 root root  35228  6. Jun 21:53 atmel_at76c506-wpa.bin
116 -rw-r--r-- 1 root root 114688  6. Jun 22:18 BCM2033-FW.bin
  4 -rw-r--r-- 1 root root   3245  6. Jun 22:18 BCM2033-MD.hex
416 -rw-r--r-- 1 root root 418352  6. Jun 22:18 bfubase.frm
  4 -rw-r--r-- 1 root root    109  6. Jun 22:55 COMpad2.cis
  4 -rw-r--r-- 1 root root     76  6. Jun 22:55 COMpad4.cis
100 -rw-r--r-- 1 root root  97652  6. Jun 22:18 digiface_firmware.bin
100 -rw-r--r-- 1 root root  97652  6. Jun 22:18 digiface_firmware_rev11.bin
  4 -rw-r--r-- 1 root root    136  6. Jun 22:55 DP83903.cis
  0 lrwxrwxrwx 1 root root     20 17. Jul 20:37 dvb-ttpci-01.fw -> dvb-ttpci-01.fw-2622
240 -rw-r--r-- 1 root root 239956  6. Jun 22:06 dvb-ttpci-01.fw-2622
  4 drwxr-xr-x 2 root root   4096 10. Jun 13:17 ea
  4 -rw-r--r-- 1 root root     53  6. Jun 22:55 E-CARD.cis
  4 drwxr-xr-x 2 root root   4096 10. Jun 13:17 emagic
  4 drwxr-xr-x 2 root root   4096 10. Jun 13:17 emu
  4 drwxr-xr-x 2 root root   4096 10. Jun 13:17 ess
212 -rw-r--r-- 1 root root 209190  6. Jun 21:54 ipw2100-1.3.fw
204 -rw-r--r-- 1 root root 201138  6. Jun 21:54 ipw2100-1.3-i.fw
196 -rw-r--r-- 1 root root 196458  6. Jun 21:54 ipw2100-1.3-p.fw
192 -rw-r--r-- 1 root root 191142  6. Jun 21:54 ipw2200-bss.fw
188 -rw-r--r-- 1 root root 185660  6. Jun 21:54 ipw2200-ibss.fw
188 -rw-r--r-- 1 root root 187836  6. Jun 21:54 ipw2200-sniffer.fw
  8 -rw-r--r-- 1 root root   6472  6. Jun 21:54 ipw-2.2-boot.fw
168 -rw-r--r-- 1 root root 166960  6. Jun 21:54 ipw-2.2-bss.fw
 16 -rw-r--r-- 1 root root  16334  6. Jun 21:54 ipw-2.2-bss_ucode.fw
164 -rw-r--r-- 1 root root 161568  6. Jun 21:54 ipw-2.2-ibss.fw
 16 -rw-r--r-- 1 root root  16312  6. Jun 21:54 ipw-2.2-ibss_ucode.fw
  8 -rw-r--r-- 1 root root   6472  6. Jun 21:54 ipw-2.3-boot.fw
168 -rw-r--r-- 1 root root 166960  6. Jun 21:54 ipw-2.3-bss.fw
 16 -rw-r--r-- 1 root root  16334  6. Jun 21:54 ipw-2.3-bss_ucode.fw
164 -rw-r--r-- 1 root root 161568  6. Jun 21:54 ipw-2.3-ibss.fw
 16 -rw-r--r-- 1 root root  16312  6. Jun 21:54 ipw-2.3-ibss_ucode.fw
168 -rw-r--r-- 1 root root 165028  6. Jun 21:54 ipw-2.3-sniffer.fw
 16 -rw-r--r-- 1 root root  16344  6. Jun 21:54 ipw-2.3-sniffer_ucode.fw
  8 -rw-r--r-- 1 root root   6472  6. Jun 21:54 ipw-2.4-boot.fw
172 -rw-r--r-- 1 root root 168344  6. Jun 21:54 ipw-2.4-bss.fw
 16 -rw-r--r-- 1 root root  16334  6. Jun 21:54 ipw-2.4-bss_ucode.fw
164 -rw-r--r-- 1 root root 162884  6. Jun 21:54 ipw-2.4-ibss.fw
 16 -rw-r--r-- 1 root root  16312  6. Jun 21:54 ipw-2.4-ibss_ucode.fw
172 -rw-r--r-- 1 root root 168344  6. Jun 21:54 ipw-2.4-sniffer.fw
 16 -rw-r--r-- 1 root root  16344  6. Jun 21:54 ipw-2.4-sniffer_ucode.fw
152 -rw-r--r-- 1 root root 149652  6. Jun 21:53 iwlwifi-3945-1.ucode
188 -rw-r--r-- 1 root root 185764  6. Jun 22:02 iwlwifi-4965-1.ucode
  4 drwxr-xr-x 2 root root   4096 10. Jun 13:17 korg
  4 -rw-r--r-- 1 root root    253  6. Jun 22:55 LA-PCM.cis
 12 -rw-r--r-- 1 root root  12007  6. Jun 21:54 LICENSE.ipw2200-fw
 12 -rw-r--r-- 1 root root  11880  6. Jun 21:54 LICENSE.ipw2x00
  4 -rw-r--r-- 1 root root   2109  6. Jun 21:53 LICENSE.iwlwifi-3945-ucode
  4 -rw-r--r-- 1 root root   2109  6. Jun 22:02 LICENSE.iwlwifi-4965-ucode
  4 drwxr-xr-x 2 root root   4096 10. Jun 13:17 mixart
  4 -rw-r--r-- 1 root root    107  6. Jun 22:55 MT5634ZLX.cis
100 -rw-r--r-- 1 root root  97652  6. Jun 22:18 multiface_firmware.bin
100 -rw-r--r-- 1 root root  97652  6. Jun 22:18 multiface_firmware_rev11.bin
  4 -rw-r--r-- 1 root root     54  6. Jun 22:55 NE2K.cis
  4 -rw-r--r-- 1 root root    210  6. Jun 22:55 PCMLM28.cis
  4 drwxr-xr-x 2 root root   4096 10. Jun 13:17 pcxhr
  4 -rw-r--r-- 1 root root     68  6. Jun 22:55 PE-200.cis
  4 -rw-r--r-- 1 root root     74  6. Jun 22:55 PE520.cis
 80 -rw-r--r-- 1 root root  76802  6. Jun 22:04 ql2100_fw.bin
 88 -rw-r--r-- 1 root root  84566  6. Jun 22:04 ql2200_fw.bin
128 -rw-r--r-- 1 root root 123170  6. Jun 22:04 ql2300_fw.bin
136 -rw-r--r-- 1 root root 132978  6. Jun 22:04 ql2322_fw.bin
204 -rw-r--r-- 1 root root 201900  6. Jun 22:04 ql2400_fw.bin
116 -rw-r--r-- 1 root root 112494  6. Jun 22:04 ql6312_fw.bin
  8 -rwxr-xr-x 1 root root   5660  6. Jun 21:53 README.iwlwifi-3945-ucode
  8 -rw-r--r-- 1 root root   5083  6. Jun 22:02 README.iwlwifi-4965-ucode
  4 -rw-r--r-- 1 root root     86  6. Jun 22:55 RS-COM-2P.cis
  4 drwxr-xr-x 2 root root   4096 10. Jun 13:17 sb16
  8 -rw-r--r-- 1 root root   4588  6. Jun 22:18 STLC2500_R4_00_03.ptc
  4 -rw-r--r-- 1 root root    281  6. Jun 22:18 STLC2500_R4_00_06.ssf
  4 -rw-r--r-- 1 root root    292  6. Jun 22:18 STLC2500_R4_02_02_WLAN.ssf
  4 -rw-r--r-- 1 root root    508  6. Jun 22:18 STLC2500_R4_02_04.ptc
  4 -rw-r--r-- 1 root root     85  6. Jun 22:55 tamarack.cis
  4 drwxr-xr-x 2 root root   4096 10. Jun 13:17 vx
  4 drwxr-xr-x 2 root root   4096 10. Jun 13:17 yamaha
  4 drwxr-xr-x 2 root root   4096 10. Jun 13:17 zd1211
==================================================================================================
*** ps aux | /usr/bin/grep wpa_supplicant | /usr/bin/grep -v grep 
root      2230  0.0  0.3   3856  1652 ?        S    10:51   0:00 /usr/sbin/wpa_supplicant -c /etc/wpa_supplicant/wpa_supplicant.conf -u -f /var/log/wpa_supplicant.log
==================================================================================================
*** /usr/bin/grep NETWORKMANAGER /etc/sysconfig/network/config | /usr/bin/grep -v "^#" 
NETWORKMANAGER="yes"
==================================================================================================
*** /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:0e:2e:f7:e2:b7", ATTR{type}=="1", KERNEL=="wlan*", NAME="wlan1"
/etc/udev/rules.d/70-persistent-net.rules:SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:11:5b:6b:90:a3", 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 
Jul 23 10:51:32 linux-jl7i firmware.sh[2155]: Cannot find  firmware file 'intel-ucode/0f-03-04'
Jul 23 10:51:32 linux-jl7i kernel: IA-32 Microcode Update Driver: v1.14a <tigran@aivazian.fsnet.co.uk>
Jul 23 10:51:35 linux-jl7i network: Starting the NetworkManager
Jul 23 10:51:36 linux-jl7i nm-system-settings: Loaded plugin ifcfg-suse: (C) 2008 Novell, Inc.  To report bugs please use the NetworkManager mailing list.
Jul 23 10:51:36 linux-jl7i nm-system-settings: Loaded plugin keyfile: (c) 2007 - 2008 Red Hat, Inc.  To report bugs please use the NetworkManager mailing list.
---------------------------------------------------------------------------
==================================================================================================
*** detectAPs
 

Grothesk

Ultimate Guru
Code:
*** pingTests 
Ping of 195.135.220.3 OK
Ping of http://www.suse.de OK

Du bist doch im Netz.
Bitte Kabel abnehmen, bevor das skript ausgeführt wird.
 
OP
J

johesud

Member
Ich habe provisorisch noch ein 30m patchkabel angeschlossen, über das ich im Internet bin, aber mein Vermieter wird langsam nervös !

Zum Test habe ich es jetzt abgenommen, nochmal der neue Output :


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

--- Keine offensichtlichen Konfigurationsfehler/-warnungen gefunden. Die Datei collectNWData.txt oder aber einen Link zu phpfi.com, wo vorher die Datei hochgeladen wurde, im bevorzugten Linux Forum posten.
==================================================================================================
==================================================================================================
*** uname -a 
Linux linux-jl7i 2.6.25.11-0.1-default #1 SMP 2008-07-13 20:48:28 +0200 i686 i686 i386 GNU/Linux
==================================================================================================
*** cat /etc/SuSE-release 
openSUSE 11.0 (i586)
VERSION = 11.0
==================================================================================================
*** cat /etc/resolv.conf | /usr/bin/grep -v "^#" | /usr/bin/grep -v "^$" 
==================================================================================================
*** cat /etc/hosts | grep -v "^#" | /usr/bin/grep -v "^$" | /usr/bin/grep -v "::" 
127.0.0.1       localhost
127.0.0.2       linux-jl7i.site linux-jl7i
==================================================================================================
*** 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
127.0.0.0       0.0.0.0         255.0.0.0       U     0      0        0 lo
==================================================================================================
*** /sbin/arp -n 
==================================================================================================
*** /sbin/ifconfig 
eth0      Link encap:Ethernet  Hardware Adresse 00:11:5B:6B:90:A3  
          inet6 Adresse: fe80::211:5bff:fe6b:90a3/64 Gültigkeitsbereich:Verbindung
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:10092 errors:0 dropped:0 overruns:0 frame:0
          TX packets:8433 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 Sendewarteschlangenlänge:1000 
          RX bytes:6575713 (6.2 Mb)  TX bytes:1881386 (1.7 Mb)
          Interrupt:18 Basisadresse:0xc000 

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

wlan1     Link encap:Ethernet  Hardware Adresse 00:0E:2E:F7:E2:B7  
          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-0E-2E-F7-E2-B7-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)

==================================================================================================
*** pingTests 
connect: Network is unreachable
Ping of 195.135.220.3 failed
ping: unknown host http://www.suse.de
Ping of http://www.suse.de failed
==================================================================================================
*** /sbin/lspci -nn | /usr/bin/egrep '(Ethernet|Network).*controller' 
00:0e.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ [10ec:8139] (rev 10)
==================================================================================================
*** /usr/bin/lsusb 
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 003: ID 1019:0c55 Elitegroup Computer Systems (ECS) USB Flash Reader, Desknote UCR-61S2B
Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 006: ID 0bda:8187 Realtek Semiconductor Corp. RTL8187 Wireless Adapter
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
==================================================================================================
*** /sbin/lsmod | /usr/bin/sort 
8139cp                 27392  0 
8139too                30592  0 
ac97_bus                6016  1 snd_ac97_codec
af_packet              26368  2 
agpgart                38580  1 sis_agp
arc4                    6144  2 
binfmt_misc            15752  1 
button                 13072  0 
cdrom                  38300  1 sr_mod
cfg80211               23432  1 mac80211
crypto_blkcipher       24068  1 ecb
dm_mod                 66388  0 
dock                   15248  1 libata
ecb                     7808  2 
edd                    14152  0 
eeprom_93cx6            6272  1 rtl8187
ehci_hcd               39436  0 
ext3                  143624  2 
fan                    10372  0 
fat                    54432  1 vfat
firmware_class         13696  1 microcode
fuse                   54044  1 
ip6table_filter         7424  1 
ip6table_mangle         7296  0 
ip6_tables             19088  3 ip6t_LOG,ip6table_mangle,ip6table_filter
ip6t_LOG               11140  7 
ip6t_REJECT             9088  3 
iptable_filter          7552  1 
iptable_mangle          7424  0 
iptable_nat            11400  0 
ip_tables              17936  3 iptable_mangle,iptable_nat,iptable_filter
ipt_LOG                10500  8 
ipt_REJECT              8064  3 
ipv6                  269160  17 ip6t_REJECT,nf_conntrack_ipv6,ip6table_mangle
jbd                    61216  1 ext3
joydev                 15936  0 
led_class               9476  0 
libata                164188  1 pata_sis
loop                   23044  0 
mac80211              178324  1 rtl8187
mbcache                13060  1 ext3
microcode              15888  0 
mii                     9600  2 8139cp,8139too
Module                  Size  Used by
nf_conntrack           66900  6 nf_conntrack_ipv6,xt_state,iptable_nat,nf_nat,nf_conntrack_netbios_ns,nf_conntrack_ipv4
nf_conntrack_ipv4      15364  7 iptable_nat,nf_nat
nf_conntrack_ipv6      21240  4 
nf_conntrack_netbios_ns     6912  0 
nf_nat                 23448  1 iptable_nat
nls_cp437               9856  1 
nls_iso8859_1           8192  1 
ohci_hcd               27396  0 
parport                40660  2 ppdev,parport_pc
parport_pc             42556  0 
pata_sis               17924  4 
pci_hotplug            33828  1 shpchp
ppdev                  13060  0 
processor              53552  1 thermal
rtc_cmos               14752  0 
rtc_core               24860  1 rtc_cmos
rtc_lib                 7040  1 rtc_core
rtl8187                37632  0 
scsi_mod              156020  5 sr_mod,usb_storage,sg,sd_mod,libata
sd_mod                 32920  5 
sg                     39732  0 
shpchp                 37908  0 
sis_agp                13952  1 
snd                    67256  16 snd_pcm_oss,snd_mixer_oss,snd_seq,snd_seq_device,snd_intel8x0,snd_ac97_codec,snd_pcm,snd_timer
snd_ac97_codec        108580  1 snd_intel8x0
snd_intel8x0           38172  4 
snd_mixer_oss          21120  1 snd_pcm_oss
snd_page_alloc         14984  2 snd_intel8x0,snd_pcm
snd_pcm                87812  3 snd_pcm_oss,snd_intel8x0,snd_ac97_codec
snd_pcm_oss            52096  0 
snd_seq                61376  0 
snd_seq_device         12812  1 snd_seq
snd_timer              28424  2 snd_seq,snd_pcm
soundcore              11976  1 snd
sr_mod                 21032  0 
thermal                28060  0 
usbcore               152140  5 rtl8187,usb_storage,ehci_hcd,ohci_hcd
usb_storage            88456  0 
vfat                   16512  1 
wmi                    12200  0 
x_tables               21380  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                6788  15 
xt_pkttype              6016  3 
xt_state                6656  8 
xt_tcpudp               7296  2 
==================================================================================================
*** catMyConfig 
==================================================================================================
*** cat /etc/sysconfig/network/ifcfg-eth0
BOOTPROTO='dhcp'
BROADCAST=''
ETHTOOL_OPTIONS=''
IPADDR=''
MTU=''
NAME='RTL-8139/8139C/8139C+'
NETMASK=''
NETWORK=''
REMOTE_IPADDR=''
STARTMODE='auto'
USERCONTROL='yes'
==================================================================================================
*** cat /etc/sysconfig/network/ifcfg-wlan1
BOOTPROTO='dhcp'
BROADCAST=''
ETHTOOL_OPTIONS=''
IPADDR=''
MTU=''
NAME='RTL8187B_WLAN_Adapter'
NETMASK=''
NETWORK=''
REMOTE_IPADDR=''
STARTMODE='hotplug'
USERCONTROL='yes'
WIRELESS_AP=''
WIRELESS_AUTH_MODE='psk'
WIRELESS_BITRATE='auto'
WIRELESS_CA_CERT=''
WIRELESS_CHANNEL=''
WIRELESS_CLIENT_CERT=''
WIRELESS_CLIENT_KEY=''
WIRELESS_CLIENT_KEY_PASSWORD=''
WIRELESS_DEFAULT_KEY='0'
WIRELESS_EAP_AUTH=''
WIRELESS_EAP_MODE=''
WIRELESS_ESSID='Weihnachtsmann'
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.

wmaster0  no wireless extensions.

wlan1     IEEE 802.11g  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
          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 
==================================================================================================
*** /usr/bin/grep -i firmware /var/log/messages* | /usr/bin/tail -n 5 
Jul 22 23:05:57 linux-jl7i kernel: acx: firmware image 'tiacx111usbc1B' was not provided. Check your hotplug scripts
Jul 22 23:05:57 linux-jl7i firmware.sh[8418]: Cannot find  firmware file 'tiacx111usbc1B'
Jul 23 08:05:52 linux-jl7i firmware.sh[2189]: Cannot find  firmware file 'intel-ucode/0f-03-04'
Jul 23 09:18:52 linux-jl7i firmware.sh[2177]: Cannot find  firmware file 'intel-ucode/0f-03-04'
Jul 23 10:51:32 linux-jl7i firmware.sh[2155]: Cannot find  firmware file 'intel-ucode/0f-03-04'
==================================================================================================
*** ls -ls /lib/firmware 
insgesamt 5912
  4 -rw-r--r-- 1 root root    137  6. Jun 22:55 3CCFEM556.cis
  4 -rw-r--r-- 1 root root    134  6. Jun 22:55 3CXEM556.cis
 24 -rw-r--r-- 1 root root  22622  6. Jun 21:57 aic94xx-seq.fw
  4 -rw-r--r-- 1 root root   3408  6. Jun 22:18 aica_firmware.bin
  4 drwxr-xr-x 2 root root   4096 10. Jun 13:17 asihpi
 32 -rw-r--r-- 1 root root  30348  6. Jun 21:53 atmel_at76c502_3com.bin
 36 -rw-r--r-- 1 root root  35184  6. Jun 21:53 atmel_at76c502_3com-wpa.bin
 32 -rw-r--r-- 1 root root  31764  6. Jun 21:53 atmel_at76c502.bin
 32 -rw-r--r-- 1 root root  31764  6. Jun 21:53 atmel_at76c502d.bin
 36 -rw-r--r-- 1 root root  35276  6. Jun 21:53 atmel_at76c502d-wpa.bin
 32 -rw-r--r-- 1 root root  31776  6. Jun 21:53 atmel_at76c502e.bin
 36 -rw-r--r-- 1 root root  35272  6. Jun 21:53 atmel_at76c502e-wpa.bin
 36 -rw-r--r-- 1 root root  35276  6. Jun 21:53 atmel_at76c502-wpa.bin
 28 -rw-r--r-- 1 root root  28164  6. Jun 21:53 atmel_at76c503-i3861.bin
 28 -rw-r--r-- 1 root root  28040  6. Jun 21:53 atmel_at76c503-i3863.bin
 36 -rw-r--r-- 1 root root  35372  6. Jun 21:53 atmel_at76c503-rfmd-0.90.2-140.bin
 40 -rw-r--r-- 1 root root  37804  6. Jun 21:53 atmel_at76c503-rfmd-acc.bin
 40 -rw-r--r-- 1 root root  37964  6. Jun 21:53 atmel_at76c503-rfmd.bin
 36 -rw-r--r-- 1 root root  35180  6. Jun 21:53 atmel_at76c504_2958-wpa.bin
 40 -rw-r--r-- 1 root root  39928  6. Jun 21:53 atmel_at76c504a_2958-wpa.bin
 32 -rw-r--r-- 1 root root  31748  6. Jun 21:53 atmel_at76c504.bin
 36 -rw-r--r-- 1 root root  35196  6. Jun 21:53 atmel_at76c504c-wpa.bin
 40 -rw-r--r-- 1 root root  37009  6. Jun 21:53 atmel_at76c505a-rfmd2958.bin
 40 -rw-r--r-- 1 root root  37000  6. Jun 21:53 atmel_at76c505-rfmd2958.bin
 36 -rw-r--r-- 1 root root  35532  6. Jun 21:53 atmel_at76c505-rfmd.bin
 32 -rw-r--r-- 1 root root  31824  6. Jun 21:53 atmel_at76c506.bin
 36 -rw-r--r-- 1 root root  35228  6. Jun 21:53 atmel_at76c506-wpa.bin
116 -rw-r--r-- 1 root root 114688  6. Jun 22:18 BCM2033-FW.bin
  4 -rw-r--r-- 1 root root   3245  6. Jun 22:18 BCM2033-MD.hex
416 -rw-r--r-- 1 root root 418352  6. Jun 22:18 bfubase.frm
  4 -rw-r--r-- 1 root root    109  6. Jun 22:55 COMpad2.cis
  4 -rw-r--r-- 1 root root     76  6. Jun 22:55 COMpad4.cis
100 -rw-r--r-- 1 root root  97652  6. Jun 22:18 digiface_firmware.bin
100 -rw-r--r-- 1 root root  97652  6. Jun 22:18 digiface_firmware_rev11.bin
  4 -rw-r--r-- 1 root root    136  6. Jun 22:55 DP83903.cis
  0 lrwxrwxrwx 1 root root     20 17. Jul 20:37 dvb-ttpci-01.fw -> dvb-ttpci-01.fw-2622
240 -rw-r--r-- 1 root root 239956  6. Jun 22:06 dvb-ttpci-01.fw-2622
  4 drwxr-xr-x 2 root root   4096 10. Jun 13:17 ea
  4 -rw-r--r-- 1 root root     53  6. Jun 22:55 E-CARD.cis
  4 drwxr-xr-x 2 root root   4096 10. Jun 13:17 emagic
  4 drwxr-xr-x 2 root root   4096 10. Jun 13:17 emu
  4 drwxr-xr-x 2 root root   4096 10. Jun 13:17 ess
212 -rw-r--r-- 1 root root 209190  6. Jun 21:54 ipw2100-1.3.fw
204 -rw-r--r-- 1 root root 201138  6. Jun 21:54 ipw2100-1.3-i.fw
196 -rw-r--r-- 1 root root 196458  6. Jun 21:54 ipw2100-1.3-p.fw
192 -rw-r--r-- 1 root root 191142  6. Jun 21:54 ipw2200-bss.fw
188 -rw-r--r-- 1 root root 185660  6. Jun 21:54 ipw2200-ibss.fw
188 -rw-r--r-- 1 root root 187836  6. Jun 21:54 ipw2200-sniffer.fw
  8 -rw-r--r-- 1 root root   6472  6. Jun 21:54 ipw-2.2-boot.fw
168 -rw-r--r-- 1 root root 166960  6. Jun 21:54 ipw-2.2-bss.fw
 16 -rw-r--r-- 1 root root  16334  6. Jun 21:54 ipw-2.2-bss_ucode.fw
164 -rw-r--r-- 1 root root 161568  6. Jun 21:54 ipw-2.2-ibss.fw
 16 -rw-r--r-- 1 root root  16312  6. Jun 21:54 ipw-2.2-ibss_ucode.fw
  8 -rw-r--r-- 1 root root   6472  6. Jun 21:54 ipw-2.3-boot.fw
168 -rw-r--r-- 1 root root 166960  6. Jun 21:54 ipw-2.3-bss.fw
 16 -rw-r--r-- 1 root root  16334  6. Jun 21:54 ipw-2.3-bss_ucode.fw
164 -rw-r--r-- 1 root root 161568  6. Jun 21:54 ipw-2.3-ibss.fw
 16 -rw-r--r-- 1 root root  16312  6. Jun 21:54 ipw-2.3-ibss_ucode.fw
168 -rw-r--r-- 1 root root 165028  6. Jun 21:54 ipw-2.3-sniffer.fw
 16 -rw-r--r-- 1 root root  16344  6. Jun 21:54 ipw-2.3-sniffer_ucode.fw
  8 -rw-r--r-- 1 root root   6472  6. Jun 21:54 ipw-2.4-boot.fw
172 -rw-r--r-- 1 root root 168344  6. Jun 21:54 ipw-2.4-bss.fw
 16 -rw-r--r-- 1 root root  16334  6. Jun 21:54 ipw-2.4-bss_ucode.fw
164 -rw-r--r-- 1 root root 162884  6. Jun 21:54 ipw-2.4-ibss.fw
 16 -rw-r--r-- 1 root root  16312  6. Jun 21:54 ipw-2.4-ibss_ucode.fw
172 -rw-r--r-- 1 root root 168344  6. Jun 21:54 ipw-2.4-sniffer.fw
 16 -rw-r--r-- 1 root root  16344  6. Jun 21:54 ipw-2.4-sniffer_ucode.fw
152 -rw-r--r-- 1 root root 149652  6. Jun 21:53 iwlwifi-3945-1.ucode
188 -rw-r--r-- 1 root root 185764  6. Jun 22:02 iwlwifi-4965-1.ucode
  4 drwxr-xr-x 2 root root   4096 10. Jun 13:17 korg
  4 -rw-r--r-- 1 root root    253  6. Jun 22:55 LA-PCM.cis
 12 -rw-r--r-- 1 root root  12007  6. Jun 21:54 LICENSE.ipw2200-fw
 12 -rw-r--r-- 1 root root  11880  6. Jun 21:54 LICENSE.ipw2x00
  4 -rw-r--r-- 1 root root   2109  6. Jun 21:53 LICENSE.iwlwifi-3945-ucode
  4 -rw-r--r-- 1 root root   2109  6. Jun 22:02 LICENSE.iwlwifi-4965-ucode
  4 drwxr-xr-x 2 root root   4096 10. Jun 13:17 mixart
  4 -rw-r--r-- 1 root root    107  6. Jun 22:55 MT5634ZLX.cis
100 -rw-r--r-- 1 root root  97652  6. Jun 22:18 multiface_firmware.bin
100 -rw-r--r-- 1 root root  97652  6. Jun 22:18 multiface_firmware_rev11.bin
  4 -rw-r--r-- 1 root root     54  6. Jun 22:55 NE2K.cis
  4 -rw-r--r-- 1 root root    210  6. Jun 22:55 PCMLM28.cis
  4 drwxr-xr-x 2 root root   4096 10. Jun 13:17 pcxhr
  4 -rw-r--r-- 1 root root     68  6. Jun 22:55 PE-200.cis
  4 -rw-r--r-- 1 root root     74  6. Jun 22:55 PE520.cis
 80 -rw-r--r-- 1 root root  76802  6. Jun 22:04 ql2100_fw.bin
 88 -rw-r--r-- 1 root root  84566  6. Jun 22:04 ql2200_fw.bin
128 -rw-r--r-- 1 root root 123170  6. Jun 22:04 ql2300_fw.bin
136 -rw-r--r-- 1 root root 132978  6. Jun 22:04 ql2322_fw.bin
204 -rw-r--r-- 1 root root 201900  6. Jun 22:04 ql2400_fw.bin
116 -rw-r--r-- 1 root root 112494  6. Jun 22:04 ql6312_fw.bin
  8 -rwxr-xr-x 1 root root   5660  6. Jun 21:53 README.iwlwifi-3945-ucode
  8 -rw-r--r-- 1 root root   5083  6. Jun 22:02 README.iwlwifi-4965-ucode
  4 -rw-r--r-- 1 root root     86  6. Jun 22:55 RS-COM-2P.cis
  4 drwxr-xr-x 2 root root   4096 10. Jun 13:17 sb16
  8 -rw-r--r-- 1 root root   4588  6. Jun 22:18 STLC2500_R4_00_03.ptc
  4 -rw-r--r-- 1 root root    281  6. Jun 22:18 STLC2500_R4_00_06.ssf
  4 -rw-r--r-- 1 root root    292  6. Jun 22:18 STLC2500_R4_02_02_WLAN.ssf
  4 -rw-r--r-- 1 root root    508  6. Jun 22:18 STLC2500_R4_02_04.ptc
  4 -rw-r--r-- 1 root root     85  6. Jun 22:55 tamarack.cis
  4 drwxr-xr-x 2 root root   4096 10. Jun 13:17 vx
  4 drwxr-xr-x 2 root root   4096 10. Jun 13:17 yamaha
  4 drwxr-xr-x 2 root root   4096 10. Jun 13:17 zd1211
==================================================================================================
*** ps aux | /usr/bin/grep wpa_supplicant | /usr/bin/grep -v grep 
root      2230  0.0  0.3   3856  1652 ?        S    10:51   0:00 /usr/sbin/wpa_supplicant -c /etc/wpa_supplicant/wpa_supplicant.conf -u -f /var/log/wpa_supplicant.log
==================================================================================================
*** /usr/bin/grep NETWORKMANAGER /etc/sysconfig/network/config | /usr/bin/grep -v "^#" 
NETWORKMANAGER="yes"
==================================================================================================
*** /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:0e:2e:f7:e2:b7", ATTR{type}=="1", KERNEL=="wlan*", NAME="wlan1"
/etc/udev/rules.d/70-persistent-net.rules:SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:11:5b:6b:90:a3", 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 
Jul 23 10:51:32 linux-jl7i firmware.sh[2155]: Cannot find  firmware file 'intel-ucode/0f-03-04'
Jul 23 10:51:32 linux-jl7i kernel: IA-32 Microcode Update Driver: v1.14a <tigran@aivazian.fsnet.co.uk>
Jul 23 10:51:35 linux-jl7i network: Starting the NetworkManager
Jul 23 10:51:36 linux-jl7i nm-system-settings: Loaded plugin ifcfg-suse: (C) 2008 Novell, Inc.  To report bugs please use the NetworkManager mailing list.
Jul 23 10:51:36 linux-jl7i nm-system-settings: Loaded plugin keyfile: (c) 2007 - 2008 Red Hat, Inc.  To report bugs please use the NetworkManager mailing list.
---------------------------------------------------------------------------
==================================================================================================
*** detectAPs


LG Jörg
 

Grothesk

Ultimate Guru
Eigentlich alles da.
Im yast Einstellungen getätigt und dann versucht über den NetworkManager zu gehen?
Lesen:
http://www.linux-club.de/viewtopic.php?f=19&t=95352
 
OP
J

johesud

Member
Genau so hab ich es gemacht, und trotzdem wird meine FritzBox im passenden Menü nicht angezeigt.

Und wenn ich es manuell mache geht es auch nicht. :???:

LG Jörg
 

Grothesk

Ultimate Guru
Aus der obigen Ausgabe sehe ich aber, dass da von Hand in yast gefummelt wurde.
Das mal alles rückgängig machen.

Und in der Datei /etc/udev/rules.d/70-persistent-net.rules mal aus dem wlan1 ein wlan0 machen könnte man auch mal versuchen.
 
OP
J

johesud

Member
Hallo, ich habe nochmal alles von Neuem eingegeben mit dem selben Ergebnis.

Lediglich im syslog habe ich einen Hinweis gefunden :

Jul 23 20:52:34 linux-jl7i kernel: usb 2-2: USB disconnect, address 9
Jul 23 20:52:34 linux-jl7i ifdown: Network interface is managed from NetworkManager
Jul 23 20:52:34 linux-jl7i ifdown: NetworkManager cannot be advised to take down an interface.
Jul 23 20:52:34 linux-jl7i ifdown: Set up another interface instead.
Jul 23 20:52:34 linux-jl7i ifdown: wmaster0
Jul 23 20:52:34 linux-jl7i ifdown: Interface not available and no configuration found.
Jul 23 20:52:36 linux-jl7i kernel: usb 2-2: new high speed USB device using ehci_hcd and address 10
Jul 23 20:52:36 linux-jl7i kernel: usb 2-2: configuration #1 chosen from 1 choice
Jul 23 20:52:37 linux-jl7i kernel: phy7: Selected rate control algorithm 'pid'
Jul 23 20:52:37 linux-jl7i kernel: phy7: hwaddr 00:0e:2e:f7:e2:b7, rtl8187 V0 + rtl8225
Jul 23 20:52:37 linux-jl7i kernel: usb 2-2: New USB device found, idVendor=0bda, idProduct=8187
Jul 23 20:52:37 linux-jl7i kernel: usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Jul 23 20:52:37 linux-jl7i kernel: usb 2-2: Product: RTL8187B_WLAN_Adapter
Jul 23 20:52:37 linux-jl7i kernel: usb 2-2: Manufacturer: Manufacturer_Realtek
Jul 23 20:52:37 linux-jl7i kernel: usb 2-2: SerialNumber: 00e04c000001
Jul 23 20:52:37 linux-jl7i ifup: interface 'wmaster0' is a wlan helper interface. Exiting.
Jul 23 20:52:37 linux-jl7i ifup: Network interface is managed from NetworkManager
Jul 23 20:52:37 linux-jl7i ifup: NetworkManager will be advised to set up wlan0
Jul 23 20:52:37 linux-jl7i ifup: but it cannot be assured from here.
Jul 23 20:52:37 linux-jl7i nm-system-settings: Invalid or missing ssid
Jul 23 20:52:43 linux-jl7i kernel: phy7: RF Calibration Failed! 0
Jul 23 20:52:52 linux-jl7i kernel: ADDRCONF(NETDEV_UP): wlan0: link is not ready


Jul 23 21:02:21 linux-jl7i avahi-daemon[2297]: Withdrawing address record for fe80::211:5bff:fe6b:90a3 on eth0.
Jul 23 21:02:21 linux-jl7i avahi-daemon[2297]: Withdrawing address record for 192.168.178.22 on eth0.
Jul 23 21:02:21 linux-jl7i dhclient: receive_packet failed on eth0: Network is down
Jul 23 21:02:21 linux-jl7i dhclient: caught deadly SIGTERM
Jul 23 21:02:21 linux-jl7i dhclient: could not restore resolv.conf: No such file or directory
Jul 23 21:02:22 linux-jl7i network: Checking for the NetworkManager:
Jul 23 21:02:22 linux-jl7i nm-dispatcher.action: Script '/etc/NetworkManager/dispatcher.d/autofs' exited with error status 1.
Jul 23 21:02:22 linux-jl7i network: Shutting down the NetworkManager
Jul 23 21:02:22 linux-jl7i ifdown: eth0 device: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
Jul 23 21:02:23 linux-jl7i ifdown: wlan0
Jul 23 21:02:23 linux-jl7i network: Starting the NetworkManager
Jul 23 21:02:24 linux-jl7i SuSEfirewall2: batch committing...
Jul 23 21:02:24 linux-jl7i SuSEfirewall2: Firewall rules unloaded.
Jul 23 21:02:24 linux-jl7i SuSEfirewall2: Setting up rules from /etc/sysconfig/SuSEfirewall2 ...
Jul 23 21:02:24 linux-jl7i SuSEfirewall2: using default zone 'ext' for interface wlan0
Jul 23 21:02:24 linux-jl7i SuSEfirewall2: using default zone 'ext' for interface wmaster0
Jul 23 21:02:24 linux-jl7i SuSEfirewall2: batch committing...
Jul 23 21:02:24 linux-jl7i SuSEfirewall2: Firewall rules successfully set
Jul 23 21:02:24 linux-jl7i network: Checking for the NetworkManager:
Jul 23 21:02:24 linux-jl7i network: Shutting down the NetworkManager
Jul 23 21:02:25 linux-jl7i ifdown: eth0 device: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
Jul 23 21:02:25 linux-jl7i ifdown: wlan0
Jul 23 21:02:26 linux-jl7i network: Starting the NetworkManager
Jul 23 21:02:30 linux-jl7i kernel: eth0: link up, 100Mbps, full-duplex, lpa 0x41E1
Jul 23 21:02:31 linux-jl7i avahi-daemon[2297]: Registering new address record for fe80::211:5bff:fe6b:90a3 on eth0.*.
Jul 23 21:02:32 linux-jl7i kernel: phy7: RF Calibration Failed! 0
Jul 23 21:02:40 linux-jl7i kernel: eth0: no IPv6 routers present
Jul 23 21:02:41 linux-jl7i kernel: ADDRCONF(NETDEV_UP): wlan0: link is not ready
Jul 23 21:02:41 linux-jl7i dhclient: Internet Systems Consortium DHCP Client V3.0.6
Jul 23 21:02:41 linux-jl7i dhclient: Copyright 2004-2007 Internet Systems Consortium.
Jul 23 21:02:41 linux-jl7i dhclient: All rights reserved.
Jul 23 21:02:41 linux-jl7i dhclient: For info, please visit http://www.isc.org/sw/dhcp/
Jul 23 21:02:41 linux-jl7i dhclient:
Jul 23 21:02:41 linux-jl7i dhclient: wmaster0: unknown hardware address type 801
Jul 23 21:02:41 linux-jl7i dhclient: wmaster0: unknown hardware address type 801
Jul 23 21:02:41 linux-jl7i dhclient: Listening on LPF/eth0/00:11:5b:6b:90:a3
Jul 23 21:02:41 linux-jl7i dhclient: Sending on LPF/eth0/00:11:5b:6b:90:a3
Jul 23 21:02:41 linux-jl7i dhclient: Sending on Socket/fallback
Jul 23 21:02:45 linux-jl7i dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 4
Jul 23 21:02:46 linux-jl7i kernel: martian source 255.255.255.255 from 192.168.178.1, on dev eth0
Jul 23 21:02:46 linux-jl7i kernel: ll header: ff:ff:ff:ff:ff:ff:00:04:0e:e2:e7:41:08:00
Jul 23 21:02:46 linux-jl7i dhclient: DHCPOFFER from 192.168.178.1
Jul 23 21:02:50 linux-jl7i dhclient: DHCPREQUEST on eth0 to 255.255.255.255 port 67
Jul 23 21:02:50 linux-jl7i kernel: martian source 255.255.255.255 from 192.168.178.1, on dev eth0
Jul 23 21:02:50 linux-jl7i kernel: ll header: ff:ff:ff:ff:ff:ff:00:04:0e:e2:e7:41:08:00
Jul 23 21:02:50 linux-jl7i dhclient: DHCPACK from 192.168.178.1
Jul 23 21:02:50 linux-jl7i avahi-daemon[2297]: Joining mDNS multicast group on interface eth0.IPv4 with address 192.168.178.22.
Jul 23 21:02:50 linux-jl7i avahi-daemon[2297]: New relevant interface eth0.IPv4 for mDNS.
Jul 23 21:02:50 linux-jl7i avahi-daemon[2297]: Registering new address record for 192.168.178.22 on eth0.IPv4.
Jul 23 21:02:50 linux-jl7i dhclient: bound to 192.168.178.22 -- renewal in 1467 seconds.
Jul 23 21:02:51 linux-jl7i nm-dispatcher.action: Script '/etc/NetworkManager/dispatcher.d/autofs' exited with error status 1.
Jul 23 21:02:51 linux-jl7i SuSEfirewall2: Setting up rules from /etc/sysconfig/SuSEfirewall2 ...
Jul 23 21:02:52 linux-jl7i SuSEfirewall2: using default zone 'ext' for interface wlan0
Jul 23 21:02:52 linux-jl7i SuSEfirewall2: using default zone 'ext' for interface wmaster0
Jul 23 21:02:52 linux-jl7i SuSEfirewall2: batch committing...
Jul 23 21:02:52 linux-jl7i SuSEfirewall2: Firewall rules successfully set
Jul 23 21:02:52 linux-jl7i nm-dispatcher.action: Script '/etc/NetworkManager/dispatcher.d/nfs' exited with error status 2.
Soweit ich das verstanden habe fehlt die SSID und dei kiste hat kein RF-signal. :???:

Allerdigs geht der Stick unter WIXP einwandfrei.

LG Jörg
 

Grothesk

Ultimate Guru
Was sagt das skript denn nun?
Du solltest da in yast auch nix neu eingeben, sondern alles löschen, was da eingegeben wurde. Da darf nichts drin stehen.

rtl8187b ist so ein Problemfall zur Zeit. Da gibt es Treiber von Realtech selber, die muss man aber händisch übersetzen und die Kernelmodule blocken. 'Vernünftige' Unterstützung seitens des Kernels kommt da mit 2.6.27 glaube ich. Wobei dein Stick eigentlich eine USBid hat, die unterstützt werden sollte.

Es _kann_ sein, dass der Treiber hier schon drin ist:
http://www.pc-forum24.de/downloads.php?do=file&id=1284
Auch hier mal lesen:
http://www.pc-forum24.de/suse-treiber/9224-aktuelle-wlan-treiber-fuer-opensuse-10-3-und-11-0-a-2.html

Bitte zuvor überprüfen, welcher Kernel installiert ist und dann das passende compat-wireless-Paket suchen. Geht mit
Code:
uname -r
 
OP
J

johesud

Member
Hallo Grothesk

Meine Kernelversion ist : 2.6.25.11-0.1-default

Habe Deinen Vorschlag befolgt : Kein Erfolg.

Ich habe auch noch mal einen Versuch mit dem NDISWrapper unternommen. Alles lässt sich wie in der Anleitung fehlerfrei installieren, aber es geht trotzdem nicht.

Vielen Dank für Deine Hilfe, aber ich glaube dieser WlanStick ist zur Zeit ein hoffnungsloser Fall

LG Jörg
 
OP
J

johesud

Member
Hallo Grothesk,

inzwischen habe ich alles neu installiert.

Mir ist absolut nicht klar was ich als SuperDAU falsch mache. :???:

LG Jörg
 
OP
J

johesud

Member
Hallo,

Nochmal die Ausgabe :

[Edit Mod:] Ausgabe gelöscht, da wertlos.



ich hoffe es sagt dir was ;-)

LG Jörg
 

Grothesk

Ultimate Guru
Och mensch....
Wie soll man denn etwas zu WLAN!! (Das ist das OHNE Kabel!) sagen, wenn die Kiste per Kabel!!! (Das ist diese Strippe, die da irgendwo aus dem Rechner kommt) mit dem Router verbunden ist?

Außerdem schwirrt da nun auch noch ein FritzUSB-Stick rum.

Willst du eigentlich die Leute hier veralbern? Das mit dem Kabel hatten wir doch oben schon mal.
 
OP
J

johesud

Member
Hallo

Das Problem war unter Opensuse 11.0 nicht lösbar, da auch bei im BIOS abgeschalteter Ethernetkarte diese immer noch die ganze Sache gestört hat.

Wir ( ein Elektro-Ing und zwei linuxerfahrene Informatiker ) haben dann Opensuse 10.2 installiert. Wenn man die Ethernetkarte im BIOS abschaltet und kein LAN-Kabel in der Maschine hat, ist es uns gelungen einen Fritz-Wlanstick zum Laufen zu bringen. Dabei zeigt allerdings KInternet keine volle Funktion sondern div. Programmierfehler !

Mit diesem Kompromiss können wir leben und hoffen, dass in Zukunft die Funktionalität besser wird.

LG johesud
 
Oben