ich benutze das aktuelle Ubuntu 'Breezy' - ist ja auch ein Debian - auf einem Samsung P10 Notebook und habe eine Linksys WPC11 pcmcia wlan Karte. Diese Karte (eth1) hat bis vor kurzem einwandfrei funktioniert. Ubuntu hatte sie schon bei der Installation richtig erkannt. Nachdem ich sie aber eine Woche ausgesteckt, und mit der kabelgebundenen Onboard-Karte (eth0) gearbeitet habe, funktioniert die PCMCIA Karte nicht mehr.
Die Symptome sind folgende:
- weder ifconfig noch iwconfig zeigen die Karte an
- "cardinfo" identifiziert die Karte als "Bromax OEM 11Mbps"
- /var/log/daemon.log zeigt folgende Fehler:
Code: Alles auswählen
Oct 23 17:32:51 localhost cardmgr[7568]: executing: 'modprobe prism2_cs'
Oct 23 17:32:51 localhost cardmgr[7568]: module /lib/modules/2.6.12-9-386/pcmcia/prism2_cs.o not available
Oct 23 17:32:51 localhost cardmgr[7568]: bind 'prism2_cs' to socket 0 failed: Invalid argument
Ich habe auch versucht das orinoco Modul von Hand zu laden, das klappt zwar tadellos, es gibt aber trotzdem keine Schnittstelle "eth1", wie der Aufruf von "ifup eth1" verdeutlicht:
Code: Alles auswählen
$ sudo ifup eth1
Error for wireless request "Set Encode" (8B2A) :
SET failed on device eth1 ; No such device.
Error for wireless request "Set ESSID" (8B1A) :
SET failed on device eth1 ; No such device.
There is already a pid file /var/run/dhclient.eth1.pid with pid 0
Internet Systems Consortium DHCP Client V3.0.2
Copyright 2004 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/products/DHCP
sit0: unknown hardware address type 776
SIOCSIFADDR: No such device
eth1: ERROR while getting interface flags: No such device
eth1: ERROR while getting interface flags: No such device
sit0: unknown hardware address type 776
Bind socket to interface: No such device
Failed to bring up eth1.
Gruß
-Alex