Package: udev
Version: 0.076-6

udev is failing to load the firmware for my USB tuner:
Dec 21 21:10:11 localhost kernel: dvb-usb: found a 'Twinhan USB2.0
DVB-T receiver (TwinhanDTV Alpha/MagicBox II)' in cold st
ate, will try to load a firmware
Dec 21 21:10:21 localhost kernel: dvb-usb: did not find the firmware
file. (dvb-usb-vp7045-01.fw) Please see linux/Documenta
tion/dvb/ for more details on firmware-problems. (-2)

After the fix below:
Dec 22 20:47:12 localhost kernel: dvb-usb: found a 'Twinhan USB2.0
DVB-T receiver (TwinhanDTV Alpha/MagicBox II)' in cold st
ate, will try to load a firmware
Dec 22 20:47:12 localhost kernel: dvb-usb: downloading firmware from
file 'dvb-usb-vp7045-01.fw'

The fix was to add this line to /etc/udev/udev.rules:
SUBSYSTEM=="firmware",          RUN+="firmware.agent"

This line was present in hotplug.rules but this file does not appear
to be used by udev.

Thanks,

Adrian


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to