<snip> > >>/sbin/generate-modprobe.conf > >>/sbin/generate-modprobe.conf: line 32: modprobe.old: command not > >found>Cannot find old version of modprobe. Giving up. > >> > >>jim <snip> > > modules.conf had this. > > alias eth0 3c59x > alias usb-controller usb-uhci > alias sound-slot-0 i810_audio > post-install sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -L > >/dev/null 2>&1 || : > pre-remove sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -S > >/dev/null 2>&1 || : > > modprobe.conf had only the ethernet card (twice). One works, one > doesn't. include /etc/modprobe.conf.dist > alias eth0 3c59x > alias eth1 3c59x > > Jim > Strange. Before running generate-modprobe.conf, my modprobe.conf looked like yours. After running the generate program I have: include /etc/modprobe.conf.dist alias eth0 8139too alias char-major-81 bttv alias usb-controller uhci-hcd alias usb-controller1 ehci-hcd alias ieee1394-controller ohci1394 alias char-major-14-* soundcore alias sound-slot-0 emu10k1 install sound-slot-0 /sbin/modprobe --ignore-install sound-slot-0 && { /bin/aumix-minimal -f /etc/.aumixrc -L >/dev/null 2>&1 || :; } remove sound-slot-0 { /bin/aumix-minimal -f /etc/.aumixrc -S >/dev/null 2>&1 || :; } ; /sbin/modprobe -r --ignore-remove sound-slot-0 which is a tranlation of my modules.conf No further info here. henk