Max Stricker wrote:
> Hi,
> here they are:
> # /etc/udev/udev.rules:  device naming rules for udev

As Duncan said, there's no rule here to tell udev how to handle firmware 
loading. Try adding this rule

ACTION=="add", SUBSYSTEM=="firmware", RUN+="/lib/udev/firmware_helper"

Obviously, that's only going to work if you have the firmware_helper in 
/lib/udev. It used to be installed in /sbin. If you've not got the 
firmware_helper then you can get it by compiling a recent version of 
udev with the command

make EXTRAS=extras/firmware

then create /lib/udev and copy firmware_helper into it

mkdir /lib/udev
install -m755 extras/firmware/firmware_helper /lib/udev

Hope that helps.

Andy

Liste de diffusion modem ALCATEL SpeedTouch USB
Pour se d�sinscrire : mailto:[EMAIL PROTECTED]

        

Reply via email to