|
Bugzilla – Full Text Bug Listing |
| Summary: | /dev/parport0 device is missing after reboot | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | Dieter Bloms <dieter> |
| Component: | Other | Assignee: | Kay Sievers <kasievers> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | ||
| Version: | Beta 1 | ||
| Target Milestone: | --- | ||
| Hardware: | i586 | ||
| OS: | All | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Dieter Bloms
2005-08-13 09:12:11 UTC
Hubert, any idea? Hubert is on vacation this week. Sounds like a udev/hotplug problem to me. parport is not in sysfs, so udev can't manage it we have a ugly hack in the udev bootup script to create nodes on bootup, i will add the /dev/parport0 99:0 and /dev/parport1 99:1 there. There are 4 parport devices in the devs package: --snip-- gateway:/# rpm -q devs devs-10.0-1 gateway:/# rpm -ql devs | grep parport /dev/parport0 /dev/parport1 /dev/parport2 /dev/parport3 gateway:/# --snip-- if you insist... we have 4 ports now... :) |