> > Yet the firmware won't load. What's wrong? > You are missing /etc/udev/rules.d/z70_hotplugd.rules .
Thank you! I got it working with: cd /etc/udev/rules ln -s ../hotplugd.rules z70_hotplugd.rules (sending to the bug log in case it can help someone else). Note: I certainly didn't remove z70_hotplugd.rules after installing udev. The problem was maybe related to the following observation? Doing "apt-get remove udev; rm -r /etc/udev; apt-get install udev", one doesn't get a "full" /etc/udev directory: tinuviel:/etc# tree /etc/udev /etc/udev |-- rules.d `-- scripts 2 directories, 0 files I may have deleted the udev config files at some time (before installing 0.070-2). One needs to make a purge, then an install, to get the full /etc/udev. Is this intended? Yours, Jeremie Knuesel -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

