Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 125653 - Udev role for usb printer does no longer work with udev-079-r1 and Kernel 2.6.15
Summary: Udev role for usb printer does no longer work with udev-079-r1 and Kernel 2.6.15
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Greg Kroah-Hartman (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-09 15:47 UTC by guido
Modified: 2006-03-10 10:53 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 guido 2006-03-09 15:47:31 UTC
The following udev role was working fine. After a kernel upgrade to 2.6.15 the printer was no longer working although the device was still visible in /dev

BUS="usb", SYSFS{serial}="M05P10412101027350", NAME="epson-printer", SYMLINK="printers/epson_stylus_printer" 

See also: http://forums.gentoo.org/viewtopic-t-403196-highlight-unable+send+print+printer+invalid+argument.html
Comment 1 Greg Kroah-Hartman (RETIRED) gentoo-dev 2006-03-10 10:53:57 UTC
You need to use "==" instead of "=" for your rules.

Try rewriting this as:

  BUS=="usb", SYSFS{serial}=="M05P10412101027350", NAME="epson-printer", SYMLINK="printers/epson_stylus_printer"