Hallo Liste,
Nun, da der wi-Treiber als modul vorhanden ist, dachte ich, ich könnte
vielleicht pccardd dazu bringen diese Modul beim insert zu laden und
beim remove wieder zu entladen.
So einfach scheint das aber, dann doch nicht zu gehen. Geht das? Hat das
irgendwer zum laufen gebracht und wie?
Ich habe folgendes in die /etc/pccard.conf eigefügt:
--- # Lucent WaveLAN/IEEE card "Lucent Technologies" "WaveLAN/IEEE" insert kldload if_wi; sleep 5 # config 0x1 "wi" ? config auto "wi" ? insert /etc/pccard_ether $device start remove /etc/pccard_ether $device stop remove kldunload -n if_wi --- allerdings funktioniert. Wenn ich das Modul manuell lade, dann geht es schon und es wir bei remove auch wieder herausgeschmissen. Nur das laden geht irgendwie nicht. /var/log/messages: --- Nov 30 12:49:11 specht /kernel: pccard: card inserted, slot 0 Nov 30 12:49:17 specht pccardd[34129]: Card "Lucent Technologies"("WaveLAN/IEEE") [Version 01.01] [] matched "Lucent Technologies" ("WaveLAN/IEEE") [(null)] [(null)] Nov 30 12:49:17 specht pccardd[34129]: Using I/O addr 0x240, size 64 Nov 30 12:49:17 specht pccardd[34129]: Setting config reg at offs 0x3e0 to 0x41, Reset time = 50 ms Nov 30 12:49:22 specht pccardd[34129]: Assigning I/O window 0, start 0x240, size 0x40 flags 0x5 Nov 30 12:49:22 specht pccardd[34129]: Assign wi0, io 0x240-0x27f, mem 0x0, 0 bytes, irq 10, flags 0 Nov 30 12:49:22 specht pccardd[34129]: driver allocation failed for Lucent Technologies(WaveLAN/IEEE): Device not configured --- specht# kldstat Id Refs Address Size Name 1 4 0xc0100000 2526ac kernel 2 1 0xc0c5a000 a000 ntfs.ko 3 1 0xc0cae000 7000 linprocfs.ko 4 1 0xc0d2b000 14000 linux.ko Wie macht man also so etwas richtig? Oder gibt es irgendwelche Gründe, warum das nicht geht? gruss petr To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org with "unsubscribe de-bsd-questions" in the body of the messageReceived on Sat 30 Nov 2002 - 12:59:23 CET