View previous topic :: View next topic |
Author |
Message |
gopher2 n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 10 Oct 2005 Posts: 38
|
Posted: Mon May 08, 2006 10:11 pm Post subject: hotplug problems still |
|
|
I am about to give up on this problem i been having
Every time i boot my computer "/proc/sys/kernel/hotplug" is always empty
my ivtv modules wont load cuz it cant find the firmware
i have to echo /sbin/hotplug > /proc/sys/kernel/hotplug then it works fine
hotplug is in the boot runlevel
Any ideas anyone?? I cant figure it out, im pulling out my hair here!
Thanks guys |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
yabbadabbadont Advocate
![Advocate Advocate](/images/ranks/rank-G-1-advocate.gif)
![](images/avatars/13361939844cd4b5d53ebe4.jpg)
Joined: 14 Mar 2003 Posts: 4791 Location: 2 exits past crazy
|
Posted: Tue May 09, 2006 5:28 am Post subject: |
|
|
You probably missed this when hotplug was emerged, but a warning about this is displayed. From the ebuild:
Code: | pkg_postinst() {
ewarn "WARNING: The hotplug init script is now gone (dead and buried)."
ewarn "WARNING: If you want to load modules for hardware that was already"
ewarn "WARNING: discovered at boot time, like the old hotplug init script"
ewarn "WARNING: did, then emerge the coldplug package, and add coldplug to"
ewarn "WARNING: a runlevel, e.g. # rc-update add coldplug boot"
echo
ewarn "WARNING: All firmware loaded by the hotplug scripts needs to be"
ewarn "WARNING: moved to the /lib/firmware directory, as the scripts now"
ewarn "WARNING: expect it to be in that location."
echo
ewarn "If you still have the file /etc/hotplug/isapnp.rc on your system,"
ewarn "please delete it by hand, the file /etc/hotplug/pnp.rc supercedes it."
} |
Hopefully this will help you. _________________
Bones McCracker wrote: | On the other hand, regex is popular with the ladies. |
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
gopher2 n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 10 Oct 2005 Posts: 38
|
Posted: Tue May 09, 2006 2:09 pm Post subject: |
|
|
I checked and double checked....
coldplug is starting in the boot runlevel
and my firware is in /lib/firmware
Still not working
any other ideas? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
gopher2 n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 10 Oct 2005 Posts: 38
|
Posted: Wed May 10, 2006 1:29 am Post subject: |
|
|
Apparently emerging a older version of UDEV fixes the problem. Mabey a bug in the new version? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|