> -----Original Message-----
> From: Alexandre Gonçalves Jacarandá [mailto:[EMAIL PROTECTED]]
> 
> Hi everybody, I'm trying hard to make my printer work on my 
> iMac, LinuxPPC
> Q4 kernel-2.4.3-pre3 with hotplugin, but always Iget the same message:
> usb.c: registered new driver usblp
> printer.c: usblp0: device node registration failed 
> printer.c: usblp0: USB Bidirectional printer dev 5 if 0 alt 0
> 
> How can I fix it.

Using DEVFS_FS or not using it?

#if YOU_ARE_NOT_USING_DEVFS_FS

Looking at the printer.c driver source file, this looks like
a message that shouldn't be printed unless devfs_fs is being
used.  The error message is erroneous and can be ignored
(and should be fixed).

You should still be able to print.  Did you try to print?

#else /* YOU_ARE_USING_DEVFS_FS */

Sounds like something is wrong with devfs_fs or the printer
driver's devfs_register() call.
This error doesn't abort the printer driver.
You may still be able to print (but only to /dev/usb/usblp0).
Do you try to print?

#endif

HTH.
~Randy


_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
http://lists.sourceforge.net/lists/listinfo/linux-usb-users

Reply via email to