Jza 0 Report post Posted March 31, 2012 (edited) I had issues after rebooting my mandriva system (I almost never reboot). It started complaining that the udev rules were deprecated. Specifically the 49-hso-udev.rules it complained that the new version of udev didnt recognized the SYSFS parameters. The file says something like this: # send rezero command via ozerocdoff, which uses usblib for all known ZCOPTION devices, supported by bundled driver SUBSYSTEM=="usb_device", SYSFS{idVendor}=="0af0", SYSFS{idProduct}=="6711", SYSFS{bDeviceClass}=="00", RUN+="/usr/sbin/ozerocdoff -wi 0x%s{idProduct}" SUBSYSTEM=="usb_device", SYSFS{idVendor}=="0af0", SYSFS{idProduct}=="6731", SYSFS{bDeviceClass}=="00", RUN+="/usr/sbin/ozerocdoff -wi 0x%s{idProduct}" SUBSYSTEM=="usb_device", SYSFS{idVendor}=="0af0", SYSFS{idProduct}=="6751", SYSFS{bDeviceClass}=="00", RUN+="/usr/sbin/ozerocdoff -wi 0x%s{idProduct}" # add device node links to all possible device SUBSYSTEM=="tty", SYSFS{hsotype}=="Control", SYMLINK+="wctrl0" SUBSYSTEM=="tty", SYSFS{hsotype}=="Application", SYMLINK+="wapp0" SUBSYSTEM=="tty", SYSFS{hsotype}=="Application", SYMLINK+="wappa0" SUBSYSTEM=="tty", SYSFS{hsotype}=="Application2",SYMLINK+="wappb0" SUBSYSTEM=="tty", SYSFS{hsotype}=="Diagnostic", SYMLINK+="wdiag0" SUBSYSTEM=="tty", SYSFS{hsotype}=="Diagnostic", SYMLINK+="wdiaga0" SUBSYSTEM=="tty", SYSFS{hsotype}=="Diagnostic2", SYMLINK+="wdiagb0" SUBSYSTEM=="tty", SYSFS{hsotype}=="Modem", SYMLINK+="wmodem0" SUBSYSTEM=="tty", SYSFS{hsotype}=="GPS", SYMLINK+="wgps0" SUBSYSTEM=="tty", SYSFS{hsotype}=="GPS_Control", SYMLINK+="wgpsc0" SUBSYSTEM=="tty", SYSFS{hsotype}=="PCSC", SYMLINK+="wpcsc0" # Note use here SYSFS instead of ATTR to be compatible to Xandros/EeePC As said before, the SYSFS should be replaced by ATTR but it wasnt thanks to hardware compatibility. Anyone know more about this bug? Edited April 3, 2012 by Jza Quote Share this post Link to post Share on other sites
Jza 0 Report post Posted March 31, 2012 Seems this was a known issue due to systemd screw up http://forum.mandriva.com/en/viewtopic.php?f=86&t=137377&start=25 Update: http://www.mandriva.com/support/security/advisories/?dis=2011&name=MDVSA-2012:030 Regression: http://www.mandriva.com/support/security/advisories/?dis=2011&name=MDVA-2012:030 Quote Share this post Link to post Share on other sites