Strogian
11-04-2001, 05:24 PM
Alright, here's my current modules.conf (work in progress). This is so that Kmod will be able to autoload any module necessary.
alias autofs autofs2
alias char-major-12 input
below input usb-uhci hid joydev emu10k1-gp sidewinder
alias char-major-202 msr
alias char-major-203 cpuid
alias eth0 eepro100
alias net-pf-1 unix
alias net-pf-17 af_packet
The main question I have is regarding the "alias char-major-12"/"below input" lines. Is the way I am doing this correct? I'm not sure, but I may have to add something for my mouse, too, since those devs are also on char-major-12. I know this works, but is there a better way of doing it?
alias autofs autofs2
alias char-major-12 input
below input usb-uhci hid joydev emu10k1-gp sidewinder
alias char-major-202 msr
alias char-major-203 cpuid
alias eth0 eepro100
alias net-pf-1 unix
alias net-pf-17 af_packet
The main question I have is regarding the "alias char-major-12"/"below input" lines. Is the way I am doing this correct? I'm not sure, but I may have to add something for my mouse, too, since those devs are also on char-major-12. I know this works, but is there a better way of doing it?