udev for pcmcia/cardbus at startup?

Peter Stuge stuge-linux-pcmcia at cdy.org
Fri Nov 10 15:31:37 EST 2006


On Fri, Nov 10, 2006 at 11:50:46AM -0800, Bill Brelsford wrote:
> The cards (network and modem) come up ok, but no udev rules are
> applied.
> 
> I'm running Debian sid with a custom 2.6.18 kernel.
> 
> Suggestions?

Which udev version?

With >2.6.14 and udev>=96 do
/sbin/udevtrigger --attr-match=dev
to coldplug.

With older kernel or udev do
/sbin/udevstart

These are async.
/sbin/udevsettle --timeout=60
will wait for completion.

Learnt from /lib/rcscripts/addons/udev-start.sh on Gentoo.


//Peter



More information about the linux-pcmcia mailing list