Re: fc2 modprobe.conf strangeness

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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



[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux