You are not logged in.
In my latest pacman -Syu, I got a message telling me that udev obsoletes hotplug, and that I should remove hotplug when using the newest udev. I'm perfectly happy to do so, providing I can just confirm one little thing first:
Does the new udev handle setting up firmware for hotpluggable devices? In the kernel, there are options for enabling hotplug firmware loading support, but there are no such options for handling udev firmware loading support. Does this mean that udev can't automatically load any necessary firmware from /lib/firmware? Or does udev handle firmware just fine with the same kernel config?
Thanks in advance.
Offline
OK nevermind, after reading the mailing list I found that udev does indeed now handle firmware. I'm still a little wary of rebooting though...
Offline
I'm also curious about how this is supposed to work. Since my last reboot loads of things are broken - no soundcard, no wireless and I can't mount my USB drive - there doesn't seem to be a device to mount...
Offline
i strongly recommend that you load the modules or use hwdetect to get them loaded.
rc.conf.pacnew includes the right lines for hwdetect
greetings
tpowa
Offline
yeah - since posting I've discovered that adding MOD_AUTOLOAD="yes" to rc.conf seems to fix everything...
Offline
Yeah, and my somewhat-dreaded reboot went just fine. new kernel, new udev, no hotplug, faster boot time and everything just works.
Arch really does rock my socks.
Offline
yeah - since posting I've discovered that adding MOD_AUTOLOAD="yes" to rc.conf seems to fix everything...
Thank you! this fixed my issues with my network devices not being recognized.
how does one learn these commands? was that in a man page? or did you just know it from previous experience?
loading.... please wait....
Offline
phunni wrote:yeah - since posting I've discovered that adding MOD_AUTOLOAD="yes" to rc.conf seems to fix everything...
Thank you! this fixed my issues with my network devices not being recognized.
how does one learn these commands? was that in a man page? or did you just know it from previous experience?
That particular command is front-page news on the main arch site right now.
Offline
yeah - I found it by digging a little deeper in these forums...
Offline