Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 188237 - net-print/hplip-2.7.7 bad udev rules w/ kernel-2.6.22
Summary: net-print/hplip-2.7.7 bad udev rules w/ kernel-2.6.22
Status: RESOLVED DUPLICATE of bug 186906
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Printing (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Printing Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-09 14:35 UTC by Cyril
Modified: 2007-08-09 14:45 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***