OK, you loaded the module with insmod, but that doesn't actually pin
it into the kernel (if you want to do that, then compile it straight
in). The thing is, you have kerneld running too, and every minute (or
whatever delay is set) it cleans out unused modules. Since your sbpcd
module is actually unused until you mount a CD or start playing music
(and even then, it is only needed to _start_ playback), it gets kicked
out.
So that kerneld recognises accesses to your CD drive and reloads sbpcd
as necessary, make sure you have the line:
alias block-major-25 sbpcd
in /etc/conf.modules
(I also have "options block-major-25 sbpcd=0x230,1", but it's not nec.)
:E
-- Eric S. Mountain - eric@minouche.demon.co.ukAnd then minouche deleted ~eric...