modprobe

Post Reply
Message
Author
tom@plforum

modprobe

#1 Post by tom@plforum »

Hallo,

vielleicht ist's nur 'ne Kleinigkeit..?
das Modul aha152x soll automatisch geladen werden, dazu habe ich folgende Dateien modifiziert:

/etc/modules.conf
alias adaptec aha152x
options aha152x io=0x340 irq=11

/etc/rc.d/rc.local
modprobe adaptec

Nach einem reboot wird "modprobe adaptec" auch ausgeführt, allerdings mit folgender Fehlermeldung aus /var/log/messages

> Aug 29 07:08:14 AP240 kernel: SCSI subsystem driver Revision: 1.00
Aug 29 07:08:15 AP240 kernel: aha152x: BIOS test: passed, detected 1 controller(s)
Aug 29 07:08:15 AP240 kernel: aha152x: resetting bus...
Aug 29 07:08:15 AP240 kernel: aha152x0: vital data: rev=1, io=0x340 (0x340/0x340), irq=11, scsiid=7, reconnect=enabled, parity=enabled, synchronous=enabled, delay=1000, extended translation=disabled
Aug 29 07:08:15 AP240 kernel: aha152x0: trying software interrupt, lost.
Aug 29 07:08:15 AP240 kernel: aha152x0: IRQ 11 possibly wrong. Please verify. <

Wenn ich den selben Befehl "modprobe adaptec" nach der KDE-Anmeldung in einer Shell aufrufe funktioniert das ganze dann, das Modul wird geladen und der Controller funktioniert.

Gruß
Tom

Bob Gomorrha

Re: modprobe

#2 Post by Bob Gomorrha »

Naja - dann lass mal in der modules.conf die options weg. Sieht so aus, als gefalle ihm der Interrupt 11 nicht.

tom@plforum

Re: modprobe

#3 Post by tom@plforum »

schon probiert, bringt keine Änderung,

>...Wenn ich den selben Befehl "modprobe adaptec" nach der KDE-Anmeldung in einer Shell aufrufe funktioniert das ganze dann, das Modul wird geladen und der Controller funktioniert...<

wo ist der Unterschied ob der Befehl in der rc.local aufgerufen wird oder 1 minute später unter kde3 in einer shell...?

arjo1

Re: modprobe

#4 Post by arjo1 »

Trag mal "alias scsi_hostadapter adaptec" in der modules.conf ein.
Und dann in der rc.local "/sbin/modprobe adaptec".

tom@plforum

Re: modprobe

#5 Post by tom@plforum »

das habe ich schon gemacht...

syntax -> alias "aliasname" "modulname"
-> alias adaptec aha152x

Post Reply