fc2 modprobe.conf strangeness

Alexander Apprich a.apprich at science-computing.de
Fri Jun 4 10:28:27 UTC 2004


Hi Slim,

slim wrote:
> Hi all, I have this in my modprobe.conf file, it looks munged to me..
> what do you all think?
> TIA

This creates an alias for the network card module e100.
> alias eth0 e100
This creates an alias for the sound card modules snd-ens1371
> alias snd-card-0 snd-ens1371
This loads the module using the command /usr/sbin/alsactl
> install snd-ens1371 /sbin/modprobe --ignore-install snd-ens1371 &&
> /usr/sbin/alsactl restore >/dev/null 2>&1 || :
This removes the module using the command /usr/sbin/alsactl
> remove snd-ens1371 { /usr/sbin/alsactl store >/dev/null 2>&1 || : ; };
> /sbin/modprobe -r --ignore-remove snd-ens1371
This creates an alias for usb module uhci-hcd
> alias usb-controller uhci-hcd
> 
> 

more info gives

    man modprobe.conf

it describes pretty good what modprobe.conf does.

Hth.

Alex





More information about the users mailing list