On 10/16/2007 12:57 PM, Timothy Cartwright wrote:
> Ok, so I tried a few things tonight.
>
> 1. I looked at /etc/udev/rules.d/55-hpmud.rules and couldn't make head
> or tales. Here's what it looks like though:
>
> # Udev rules file for HP printer products.
>
> ACTION!="add", GOTO="hpmud_rules_end"
> SUBSYSTEM=="ppdev", OWNER="lp", GROUP="lp", MODE="0666"
> SUBSYSTEM!="usb_device", GOTO="hpmud_rules_end"
>
> # Check for AiO products (0x03f0xx11).
> SYSFS{idVendor}=="03f0", SYSFS{idProduct}=="??11", OWNER="lp",
> GROUP="lp", MODE="0666"
> # Check for Photosmart products (0x03f0xx02).
> SYSFS{idVendor}=="03f0", SYSFS{idProduct}=="??02", OWNER="lp",
> GROUP="lp", MODE="0666"
> # Check for Business Inkjet products (0x03f0xx12).
> SYSFS{idVendor}=="03f0", SYSFS{idProduct}=="??12", OWNER="lp",
> GROUP="lp", MODE="0666"
> # Check for Deskjet products (0x03f0xx04).
> SYSFS{idVendor}=="03f0", SYSFS{idProduct}=="??04", OWNER="lp",
> GROUP="lp", MODE="0666"
> # Check for LaserJet products (0x03f0xx17).
> SYSFS{idVendor}=="03f0", SYSFS{idProduct}=="??17", OWNER="lp",
> GROUP="lp", MODE="0666"
>
> LABEL="hpmud_rules_end"
>
> 2. I uninstalled 2.7.9 and reinstalled 2.7.7. That didn't work either;
> same problem with permissions.
>
> 3. Re-installed 2.7.9, but this time left the printer unplugged until
> the installer instructed to plug in the printer. That didn't work...
>
> Any more thoughts?
What is output of lsusb, and then the corresponding ls -l for the device
node, i.e.

[EMAIL PROTECTED]:~> lsusb
Bus 005 Device 001: ID 0000:0000
Bus 004 Device 002: ID 03f0:4f11 Hewlett-Packard
Bus 004 Device 001: ID 0000:0000
Bus 003 Device 001: ID 0000:0000
Bus 002 Device 002: ID 1019:0c55
Bus 002 Device 001: ID 0000:0000
Bus 001 Device 001: ID 0000:0000
[EMAIL PROTECTED]:~> ls -l /dev/bus/usb/004/002
crw-rw-r--+ 1 root lp 189, 385 2007-10-16 18:01 /dev/bus/usb/004/002


-- 
Joe Morris
Registered Linux user 231871 running openSUSE 10.3 x86_64






-------------------------------------------------------------------------
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