linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* "alias char-major-13 hid" doesn't work
@ 2003-09-29 17:59 Michal Semler (volny.cz)
  0 siblings, 0 replies; only message in thread
From: Michal Semler (volny.cz) @ 2003-09-29 17:59 UTC (permalink / raw)
  To: linux-kernel

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-09-29 18:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-29 17:59 "alias char-major-13 hid" doesn't work Michal Semler (volny.cz)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).