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

Suse 10.3: T-Sinus 154 data

OP
H

hts

Newbie
Rain_Maker schrieb:
Klasse Fehlerbeschreibung oder soll ich anhand dieses Satzes jetzt ne Tüte Mitleid für das arme Bubu aufmachen? :roll:
Ich verstehe deinen Unmut, aber es gab ja keine neuen Fehlermeldungen.

Rain_Maker schrieb:
- Verschlüsselung testweise am Route ausschalten
Getan.



Code:
Linux:/home/hannes # ifdown wlan0
    wlan0
Linux:/home/hannes # iwconfig wlan0
wlan0     IEEE 802.11g  ESSID:"WLAN"
          Mode:Managed  Frequency:2.412 GHz  Access Point: Not-Associated
          Retry min limit:7   RTS thr:off   Fragment thr=2346 B
          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

Linux:/home/hannes # iwconfig wlan0 essid "WLAN"
Linux:/home/hannes # dhclient wlan0
Internet Systems Consortium DHCP Client V3.0.6
Copyright 2004-2007 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/sw/dhcp/

wmaster0: unknown hardware address type 801
wmaster0: unknown hardware address type 801
Listening on LPF/wlan0/00:30:f1:b1:18:55
Sending on   LPF/wlan0/00:30:f1:b1:18:55
Can't bind to dhcp address: Address already in use
Please make sure there is no other dhcp server
running and that there's no entry for dhcp or
bootp in /etc/inetd.conf.   Also make sure you
are not running HP JetAdmin software, which
includes a bootp server.

If you did not get this software from ftp.isc.org, please
get the latest from ftp.isc.org and install that before
requesting help.

If you did get this software from ftp.isc.org and have not
yet read the README, please read it before requesting help.
If you intend to request help from the dhcp-server@isc.org
mailing list, please read the section on the README about
submitting bug reports and requests for help.

Please do not under any circumstances send requests for
help directly to the authors of this software - please
send them to the appropriate mailing list as described in
the README file.

exiting.

Sehe ich das richtig, dass er ein Problem damit hat, dass im Nebenzimmer bereits ein PC läuft, der ebenfalls einen T-Sinus 154data hat und damit mit dem Router verbunden ist? Unter Windows machte das bisher keine Probleme, wenn beide gleichzeitig ins Netz wollen ...
 
A

Anonymous

Gast
hts schrieb:
Code:
Can't bind to dhcp address: Address already in use

Da läuft noch ein DHCP-Prozess.

Nach dem ifdown wlan0 noch

Code:
ifconfig wlan0 down

dhcpcd -k

killall dhclient -9
zusätzlich einfügen und auf ein Neues.
 
OP
H

hts

Newbie
Wenn da noch einer läuft, wird er aber scheinbar nicht gefunden:

Code:
Linux:/home/hannes # ifdown wlan0
    wlan0
Linux:/home/hannes # ifconfig wlan0 down
Linux:/home/hannes # dhcpcd -k
****  dhcpcd: not running
Linux:/home/hannes # killall dhclient -9
dhclient: Kein Prozess abgebrochen
Linux:/home/hannes # iwconfig wlan0
wlan0     IEEE 802.11g  ESSID:"WLAN"
          Mode:Managed  Frequency:2.412 GHz  Access Point: Not-Associated
          Retry min limit:7   RTS thr:off   Fragment thr=2346 B
          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

Linux:/home/hannes # iwconfig wlan0 essid "WLAN"
Linux:/home/hannes # dhclient wlan0
Internet Systems Consortium DHCP Client V3.0.6
Copyright 2004-2007 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/sw/dhcp/

wmaster0: unknown hardware address type 801
wmaster0: unknown hardware address type 801
Listening on LPF/wlan0/00:30:f1:b1:18:55
Sending on   LPF/wlan0/00:30:f1:b1:18:55
Can't bind to dhcp address: Address already in use
Please make sure there is no other dhcp server
running and that there's no entry for dhcp or
bootp in /etc/inetd.conf.   Also make sure you
are not running HP JetAdmin software, which
includes a bootp server.

If you did not get this software from ftp.isc.org, please
get the latest from ftp.isc.org and install that before
requesting help.

If you did get this software from ftp.isc.org and have not
yet read the README, please read it before requesting help.
If you intend to request help from the dhcp-server@isc.org
mailing list, please read the section on the README about
submitting bug reports and requests for help.

Please do not under any circumstances send requests for
help directly to the authors of this software - please
send them to the appropriate mailing list as described in
the README file.

exiting.
 
A

Anonymous

Gast
Code:
ps aux|grep dhc|grep -v grep

Nach dem Killen.

Und ein

Code:
iwconfig wlan0

nach dem

Code:
Linux:/home/hannes # iwconfig wlan0 essid "WLAN"

Was findet ein

Code:
iwlist wlan0 scan

Was sagt ein

Code:
grep -r ndiswrapper /etc/modprobe.*
 
OP
H

hts

Newbie
Code:
Linux:/home/hannes # ifdown wlan0
    wlan0
Linux:/home/hannes # ifconfig wlan0 down
Linux:/home/hannes # dhcpcd -k
****  dhcpcd: not running
Linux:/home/hannes # killall dhclient -9
dhclient: Kein Prozess abgebrochen
Linux:/home/hannes # ps aux|grep dhc|grep -v grep
root      2983  0.0  0.0   3636   448 ?        S    21:55   0:00 /sbin/dhcpcd -C -H -D -K -N -t 999999 -h Linux -c /etc/sysconfig/network/scripts/dhcpcd-hook eth0
Linux:/home/hannes # iwconfig wlan0
wlan0     IEEE 802.11g  ESSID:"WLAN"
          Mode:Managed  Frequency:2.412 GHz  Access Point: Not-Associated
          Retry min limit:7   RTS thr:off   Fragment thr=2346 B
          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

Linux:/home/hannes # iwconfig wlan0 essid "WLAN"
Linux:/home/hannes # iwconfig wlan0
wlan0     IEEE 802.11g  ESSID:"WLAN"
          Mode:Managed  Frequency:2.412 GHz  Access Point: Not-Associated
          Retry min limit:7   RTS thr:off   Fragment thr=2346 B
          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

Linux:/home/hannes # dhclient wlan0
Internet Systems Consortium DHCP Client V3.0.6
Copyright 2004-2007 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/sw/dhcp/

wmaster0: unknown hardware address type 801
wmaster0: unknown hardware address type 801
Listening on LPF/wlan0/00:30:f1:b1:18:55
Sending on   LPF/wlan0/00:30:f1:b1:18:55
Can't bind to dhcp address: Address already in use
Please make sure there is no other dhcp server
running and that there's no entry for dhcp or
bootp in /etc/inetd.conf.   Also make sure you
are not running HP JetAdmin software, which
includes a bootp server.

If you did not get this software from ftp.isc.org, please
get the latest from ftp.isc.org and install that before
requesting help.

If you did get this software from ftp.isc.org and have not
yet read the README, please read it before requesting help.
If you intend to request help from the dhcp-server@isc.org
mailing list, please read the section on the README about
submitting bug reports and requests for help.

Please do not under any circumstances send requests for
help directly to the authors of this software - please
send them to the appropriate mailing list as described in
the README file.

exiting.
Linux:/home/hannes # iwlist wlan0 scan
wlan0     No scan results


Desweiteren hat mein Linux inzwischen Gefallen daran gefunden, öfter einfach so abzustürzen. Gerne bleibt openSUSE an manchen Stellen (gerne nach Konsoleneingaben oder beim Konfigurieren mit YaST) komplett hängen, sodass nur der Netzschalter hilft.
Beim Neustart danach muss ich dann im Konsolenmodus starten und mittels Sax2 den X-Server wieder in Ordnung bringen, bevor ich dann auf init 5 schalten kann.
Beim Starten im Konsolenmodus ist mir aufgefallen, dass er inzwischen auch für eth0 eine IP-Adresse sucht - keine Ahnung warum.
Bisher war dort nur, dass er für wlan0 keine Adresse findet und dann von 14 runterzählt und dann abbricht. Beim normalen Boot-Vorgang kommt davon nichts. Inzwischen bei init 3 beim Booten allerdings dasselbe auch für eth0 und für beide nur noch je 8 Sekunden.

Keine Ahnung, ob das etwas damit zu tun hat und weiterhilft.
 
A

Anonymous

Gast
Code:
root      2983  0.0  0.0   3636   448 ?        S    21:55   0:00 /sbin/dhcpcd -C -H -D -K -N -t 999999 -h Linux -c

Der will sich wohl nicht beenden lassen, also noch ein

Code:
killall dhcpcd

Notfalls, wenn er dann immer noch da ist mit der Option -9.

Aber das ist erst mal wurscht, denn das Problem ist aber, daß die Karte keinen AP findet, entweder Treibergeschichte, oder da kommt noch etwas anderes in die Quere.

Den grep-Befehl (letzter Eintrag in meinem letzten Post) hätten wir dann noch gerne.

Aber da sich das nicht lohnt, mal 2 Konsolen öffnen.

1. Konsole (als root)

Code:
tail -F /var/log/messages

laufen lassen.

2. Konsole (auch als root) mit eingestöpseltem Adapter:

Code:
modprobe p54usb -vr

modprobe p54usb -v

Dann Adapter ausstöpseln und in der 2. Konsole

Code:
modprobe p54usb -vr

Adapter einstöpseln.

Ausgaben aus beiden Konsolen posten.

Zum "Absturzproblem" würde ein Booten von Installationsmedium (CD/DVD) und anschliessender Memory Test (am besten über Nacht) vielleicht was ans Tageslicht bringen.
 
OP
H

hts

Newbie
Code:
Linux:/home/hannes # killall dhcpcd
Linux:/home/hannes # ps aux|grep dhc|grep -v grep
--> DHCPCD wurde erfolgreich beendet.

Code:
Linux:/home/hannes # grep -r ndiswrapper /etc/modprobe.*
Nichts passiert. (ndiswrapper hatte ich ja auch wieder deinstalliert...?)

======================= 1. Konsole =============
Code:
Linux:/home/hannes # tail -F /var/log/messages
May  6 09:00:06 Linux kdm_config[4815]: Multiple occurrences of key 'AutoLoginUser' in section [X-:0-Core] of /opt/kde3/share/config/kdm/kdmrc
May  6 09:00:08 Linux kernel: klogd 1.4.1, log source = /proc/kmsg started.
May  6 09:00:15 Linux su: (to beagleindex) root on none
May  6 09:00:21 Linux hald: mounted /dev/sdc1 on behalf of uid 1000
May  6 09:00:21 Linux hald: mounted /dev/sdb1 on behalf of uid 1000
May  6 09:00:32 Linux kernel: hda-intel: Invalid position buffer, using LPIB read method instead.
May  6 09:02:47 Linux su: (to root) hannes on /dev/pts/1
May  6 09:03:01 Linux dhcpcd[3099]: terminating on signal 15
May  6 09:03:01 Linux dhcpcd-hook: Skipping 'ifdown $INTERFACE -o dhcp' call
May  6 09:05:56 Linux su: (to root) hannes on /dev/pts/1
May  6 09:06:39 Linux su: (to root) hannes on /dev/pts/2
May  6 09:06:54 Linux kernel: usbcore: deregistering interface driver prism54usb
May  6 09:06:54 Linux ifdown:     wlan0
May  6 09:06:54 Linux ifdown:     wmaster0
May  6 09:06:54 Linux ifdown: Interface not available and no configuration found.
May  6 09:07:19 Linux kernel: p54: LM86 firmware
May  6 09:07:20 Linux kernel: prism54usb: probe of 4-3:1.0 failed with error -110
May  6 09:07:20 Linux kernel: usbcore: registered new interface driver prism54usb
May  6 09:08:42 Linux kernel: usb 4-3: USB disconnect, address 2
May  6 09:08:57 Linux kernel: usbcore: deregistering interface driver prism54usb
May  6 09:09:30 Linux kernel: usb 4-1: new high speed USB device using ehci_hcd and address 6
May  6 09:09:30 Linux kernel: usb 4-1: new device found, idVendor=083a, idProduct=4501
May  6 09:09:30 Linux kernel: usb 4-1: new device strings: Mfr=0, Product=0, SerialNumber=0
May  6 09:09:30 Linux kernel: usb 4-1: configuration #1 chosen from 1 choice
May  6 09:09:30 Linux kernel: p54: LM86 firmware
May  6 09:09:32 Linux kernel: wmaster0: Selected rate control algorithm 'simple'
May  6 09:09:32 Linux kernel: phy2: hwaddr 00:30:f1:b1:18:55, isl3886
May  6 09:09:32 Linux kernel: usbcore: registered new interface driver prism54usb
May  6 09:09:32 Linux ifup: interface 'wmaster0' is a wlan helper interface. Exiting.
May  6 09:09:32 Linux ifup:     wlan0
May  6 09:09:32 Linux ifup-wireless: command 'iwconfig wlan0 nick Linux' returned
May  6 09:09:32 Linux ifup-wireless:  Error for wireless request "Set Nickname" (8B1C) :
May  6 09:09:32 Linux ifup-wireless:     SET failed on device wlan0 ; Operation not supported.
May  6 09:09:32 Linux kernel: ADDRCONF(NETDEV_UP): wlan0: link is not ready
May  6 09:09:32 Linux ifup-dhcp: Starting DHCP Client Daemon on wlan0...
May  6 09:09:32 Linux ifup-dhcp: .
May  6 09:09:37 Linux syslog-ng[4793]: last message repeated 4 times
May  6 09:09:37 Linux ifup-dhcp: no IP address yet... backgrounding.



======================= 2. Konsole =============
Code:
Linux:/home/hannes # modprobe p54usb -vr
rmmod /lib/modules/2.6.22.5-31-default/updates/p54usb.ko
rmmod /lib/modules/2.6.22.5-31-default/updates/p54common.ko
Linux:/home/hannes # modprobe p54usb -v
insmod /lib/modules/2.6.22.5-31-default/updates/p54common.ko
insmod /lib/modules/2.6.22.5-31-default/updates/p54usb.ko
Linux:/home/hannes # modprobe p54usb -vr
rmmod /lib/modules/2.6.22.5-31-default/updates/p54usb.ko
rmmod /lib/modules/2.6.22.5-31-default/updates/p54common.ko
 
A

Anonymous

Gast
hts schrieb:
Code:
Linux:/home/hannes # grep -r ndiswrapper /etc/modprobe.*
Nichts passiert. (ndiswrapper hatte ich ja auch wieder deinstalliert...?)

Ja, aber manchmal bleiben noch "alias"-Einträge zurück, die irgendeiner Schnittstelle ndiswrapper zuordnen, das war also die Kontrolle, ob wirklich alles weg ist.

hts schrieb:
======================= 1. Konsole =============
Code:
May  6 09:07:20 Linux kernel: prism54usb: probe of 4-3:1.0 failed with error -110.

Da ist was faul, entweder Firmware oder Treiber wollen nicht so recht oder aber der USB-Port macht Zicken.

Falls vorhanden, mal einen anderen USB-Port testen.

USB1 oder USB2?

Die Auswahl an anderen Treiberversionen/Firmwareversionen ist nicht groß, aber zumindest gibt es noch ein paar Versuche, die man unternehmen kann.

Andere Firmware

http://www.pc-forum24.de/downloads.php?do=file&id=711

Anderer (neuerer) Treiber:

http://www.pc-forum24.de/downloads.php?do=file&id=1122

Hintergrund zu dem "neueren" Treiber:

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

Alle Kombinationen Treiber/Firmware (sind ja nur 4) durchspielen und dieses zwei Konsolenspielchen durchführen.

So lange "iwlist scan" keine Netze findet, siehts mit dem noch relativ neuen, nativen Treiber schlecht aus.
 
Oben