"alias char-major-13 hid" doesn't work

From: Michal Semler (volny.cz)
Date: Mon Sep 29 2003 - 13:19:25 EST


Hi,

In 2.4.X kernels I use in /etc/modules.conf to get my mouse working
alias char-major-13 hid
post-install hid modprobe -k mousedev; modprobe -k input

when I converted to /etc/modprobe.conf
module autoloading doesn't work - when I by hand write "modprobe hid",
mouse starts to work

Where is problem?
List of valid part of /etc/modprobe.conf
alias char-major-13 hid
alias char-major-13-32 mousedev
install hid /sbin/modprobe --ignore-install hid && { modprobe -k mousedev;
modprobe -k input; }

Michal

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/