>I came a step closer to resolving this problem. In addition to the 
>usb printer, I also use an external  usb keyboard/mouse (logitech), 
>which I had  already attatched to my notebook computer. It turns 
>out that when I boot my computer without this keyboard attatched, or
>reset all usb services withou the keyboard attatched, then the 
>printer is recognized and listed in /proc/bus/usb/devices. (see below) When 
>I then also plug in the keyboard, everything still works fine. Can 
>one usb device prevent another from being detected? And is it also 
>possible to somehow make it work with both devices staying connected
>permanently?

HI 

Yesterday I successfully got my printer recognized by resetting all 
usb services, as is suggested in the SuSE manual:

fuser -k /dev/usblp0
rchotplug stop
rmmod printer
rmmod usb-uhci
rmmod hid
umount usbdevfs
rmmod usbcore
modprobe usbcore
mount usbdevfs
modprobe usb-uhci
modprobe printer
rchotplug start

To my dissapointment however, when I tried this today, the printer
again was not recognized. Only the 'STORAGE' entry was listed in 
'usbview' (see previous post). How can I start to resolve this 
problem..?

jos





-------------------------------------------------------
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger
for complex code. Debugging C/C++ programs can leave you feeling lost and
disoriented. TotalView can help you find your way. Available on major UNIX
and Linux platforms. Try it free. www.etnus.com
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-users

Reply via email to