1 Mar 2009 16:49
Re: Regression in udev-139?
Kay Sievers <kay.sievers <at> vrfy.org>
2009-03-01 15:49:47 GMT
2009-03-01 15:49:47 GMT
On Sat, Feb 28, 2009 at 10:15, Chris Clayton <chris2553 <at> googlemail.com> wrote: > I have a script that is run via udev whenever a usb storage device is plugged in > to my computer - all it does is place an icon on the desktop. A similar script > hides the icon again when the device is unplugged. OK, it's not sophisticated, > but it does the job. > > I've been using the scripts for maybe two years or so without problem, but > yesterday I built and installed udev-139 and they stopped working. That still works fine here: udevadm monitor --env --udev | grep ID_BUS ID_BUS=usb ID_BUS=usb ID_BUS=usb ID_BUS=usb It's likely something wrong with your rules, maybe left-over stuff in /etc/rules.d/, while the default udev rules are now in /lib/udev/rules.d/. You can check what's going on, with: udevadm test /class/block/sdb an you look for: util_run_program: 'usb_id --export /devices/ ... /block/sdb' ... util_run_program: '/lib/udev/usb_id' (stdout) 'ID_BUS=usb' ... Kay --(Continue reading)
RSS Feed