View previous topic :: View next topic |
Author |
Message |
jancici Apprentice
Joined: 27 Jan 2004 Posts: 284 Location: Slovakia
|
Posted: Mon Mar 07, 2005 11:17 am Post subject: missing /dev/usb/lp0 problem [SOLVED] |
|
|
yes I did search for that, I did find many threds but nothing did NOT help,
- when I start PC I have only /dev/usb file
- I am doing these steps :
1. unplug HP printer
2. rm /dev/usb
3. plug HP printer back
- after that I have /dev/usb/lp0 and everything is WORKING fine
when I restart or start on another day, same problem so I need to do those steps again
I am running: udev, 2.6.10-gentoo-r6
any tip?
thanks
Last edited by jancici on Thu Apr 21, 2005 4:54 pm; edited 1 time in total |
|
Back to top |
|
|
widu Guru
Joined: 05 Jun 2004 Posts: 333 Location: Freiburg
|
Posted: Mon Mar 07, 2005 12:00 pm Post subject: |
|
|
just a guess:
have you gat coldplug running? whats the output of
Code: | # rc-update -s | grep coldplug
|
_________________ nature is a heterosexual fiction |
|
Back to top |
|
|
jancici Apprentice
Joined: 27 Jan 2004 Posts: 284 Location: Slovakia
|
Posted: Mon Mar 07, 2005 1:04 pm Post subject: |
|
|
well, I am not using coldplug,
I am using autoload
Code: |
cat /etc/modules.autoload.d/kernel-2.6
# /etc/modules.autoload.d/kernel-2.6: kernel modules to load when system boots.
# $Header: /home/cvsroot/gentoo-src/rc-scripts/etc/modules.autoload.d/kernel-2.6,v 1.1 2003/07/16 18:13:45 azarah Exp $
#
# Note that this file is for 2.6 kernels.
#
# Add the names of modules that you'd like to load when the system
# starts into this file, one per line. Comments begin with # and
# are ignored. Read man modules.autoload for additional details.
# For example:
# 3c59x
rtc
ide-cd
via-rhine
usbcore
uhci-hcd
ehci-hcd
usbhid
usblp
via_agp
nvidia
|
EDIT: well I did find out that coldplug is doing more that loading modules, so I did emerge it, thanks |
|
Back to top |
|
|
|