my PC = SuSE 10.2
HP OfficeJet 5610
Hplip-2.7.7


hello

every time (sooner too) hp-check shows me
the error below:

-----------------
| USB I/O SETUP |
-----------------

Checking proper HPLIP I/O setup (USB I/O only)...
error: udev "usb_device" access mode is INCORRECT: 0644 (it must be 
066x)

Today I found the file, where I can correct it. It is

/etc/udev/rules.d/50-default.rules:

change from

# libusb device access
SUBSYSTEM=="usb_device", ACTION=="add", PROGRAM="/bin/sh -c 'K=%k; 
K=$${K#usbdev}; printf bus/usb/%%03i/%%03i $${K%%%%.*} $${K#*.}'", 
NAME="%c", MODE="0644"

to

# libusb device access
SUBSYSTEM=="usb_device", ACTION=="add", PROGRAM="/bin/sh -c 'K=%k; 
K=$${K#usbdev}; printf bus/usb/%%03i/%%03i $${K%%%%.*} $${K#*.}'", 
NAME="%c", MODE="066x"

After changing make SuSEconfig

Than do "hp-check and be happy
-----------------
| USB I/O SETUP |
-----------------

Checking proper HPLIP I/O setup (USB I/O only)...
[ . . . .]
  -----------
| SUMMARY |
-----------
No errors or warnings.


Hoping, it can help
Kind Regards
Arno



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
HPLIP-Help mailing list
HPLIP-Help@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hplip-help

Reply via email to