On Tue, Jul 09, 2002 at 11:47:25PM +1000, Darryl Harvey wrote: > > modprobe: Can't locate module char-major-10-134 > modprobe: Can't locate module char-major-81 > > What are they and how do I fix this?
/usr/src/linux/Documentation/devices.txt says:
char-major-10-134 matches /dev/apm_bios char-major-81 matches video4linux
You should be able to make the first message go away by adding:
alias char-major-10-134 apm
to /etc/modules.conf and running "depmod -a" but I'm not sure about the second one.
What is the output of "modprobe -c | grep char-major-81" ? I'm at work and can't check.