You are not logged in.
Hi,
Today I removed hotplug from /etc/rc.conf and added usbhid to the modules section to support my usb mouse.
After that my usb mouse only works when I run hwd -s
Maybe a dumb question but why is this? Does hwd -s do more except detecting hardware?
Offline
I also had this issue. I did notice that when running 'hwd -s' a lot of modules were loaded. However since running the new hwdetect and setting up rc.conf it seems to work correctly now.
So I added to rc.conf:
# HARDWARE
# -----------------------------------------------------------------------
#
# Scan hardware and load required modules at bootup
MOD_AUTOLOAD="yes"
# Module Blacklist - modules in this list will never be loaded by hwdetect
MOD_BLACKLIST=()
Offline
Thanks!
Is modifying /etc/rc.conf the only thing I do to make hwdetect working?
Offline
Well I did it in conjunction with getting the latest initscript package and hwdetect, so not sure if they make any difference?
But if all is up to date then give it a try and see what happens?
Offline
It works. Thanks again!
Offline
Just run lsmod before and aftler loading modules with hwd and add the missong ones to MODULES-Array. Yeay!
I personally prefer the MODULES-Array. It's quicker and you need to load some modules from it anyway. (Like nvidia, usb_storage and joydev)
Offline
please use hwdetect by default, it beats hwd and hotplug and loads modules as fast as added by hand.
greetings
tpowa
Offline