On Fre, 2005-09-30 at 09:57 +0600, Alexander E. Patrakov wrote: > Randy McMurchy wrote: > > Jürg Billeter wrote these words on 09/29/05 14:59 CST: > > > > > >>It works fine here but I'm not sure what part is non-working for you. > >>First we should get fstab-sync working. Are you sure that your hotplug > >>installation works fine, i.e. you're using either classic hotplug (so > >>that hal.hoptlug link in /etc/hotplug.d/default should be called) or > >>pure udev (with an appropriate udev rule for hal)? > > > > > > As best as I can tell, I am not seeing any hotplug events. I have > > hotplug installed per current LFS-SVN and the '20-hal.hotplug' > > symlink exists in /etc/hotplug.d/default. > > > > Isn't that the same issue with /etc/hotplug.d not being scanned by > default in LFS SVN, as opposed to LFS-6.1? The same issue was there with > the script that restores audio volume.
Ah, didn't know that LFS SVN already uses udevsend directly. That's why I asked "you're using either classic hotplug (so that hal.hoptlug link in /etc/hotplug.d/default should be called) or pure udev (with an appropriate udev rule for hal)". So it's the latter (besides still using hotplug to avoid initramfs) but not correctly configured. Add RUN+="/usr/lib/hal.hotplug" to your udev rules and it probably works fine. > > Proposal: since nobody understands the big udev/hotplug picture, revert > to static /dev in LFS and forget about HAL/D-BUS. Well, HAL/D-BUS should even work with static /dev ;) Hotplug can easily be fixed in LFS SVN but it should really be done... Just use the udev hotplug.d run helper or switch back from udevsend to hotplug. The pure udev way with all bells and whistles would need some more work as it only works really nice with linux 2.6.14, initramfs, patched libusb, pcmciautils and maybe more I've currently forgotten. Jürg -- Juerg Billeter <[EMAIL PROTECTED]> -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
