Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 188237

Summary: net-print/hplip-2.7.7 bad udev rules w/ kernel-2.6.22
Product: Gentoo Linux Reporter: Cyril <cyril.baletaud>
Component: [OLD] PrintingAssignee: Printing Team <printing>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Cyril 2007-08-09 14:35:51 UTC
With kernel-2.6.22 "usb_device" in sysfs becomes "usb"
The udev rule coming with hplip-2.7.7 is not compatible with it.
A little change in /etc/udev/rules.d/55-hpmud.rules repare this :

add line at the end

SUBSYSTEM!="usb", GOTO="hpmud_rules_end_bis"
ACTION!="add", GOTO="hpmud_rules_end"
SYSFS{idVendor}=="03f0", GROUP="lp"
LABEL="hpmud_rules_end_bis"

sorry for my english



Reproducible: Always
Comment 1 Cyril 2007-08-09 14:43:13 UTC
(In reply to comment #0)
> With kernel-2.6.22 "usb_device" in sysfs becomes "usb"
> The udev rule coming with hplip-2.7.7 is not compatible with it.
> A little change in /etc/udev/rules.d/55-hpmud.rules repare this :
> 
> add line at the end
> 
> SUBSYSTEM!="usb", GOTO="hpmud_rules_end_bis"
> ACTION!="add", GOTO="hpmud_rules_end"
> SYSFS{idVendor}=="03f0", GROUP="lp"
> LABEL="hpmud_rules_end_bis"
> 
> sorry for my english
> 
> 
> 
> Reproducible: Always
> 

sorry add this

SUBSYSTEM!="usb", GOTO="hpmud_rules_end_bis"
ACTION!="add", GOTO="hpmud_rules_end_bis"
SYSFS{idVendor}=="03f0", GROUP="lp"
LABEL="hpmud_rules_end_bis"
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2007-08-09 14:45:35 UTC

*** This bug has been marked as a duplicate of bug 186906 ***