|
Home > Archive > Linux Debian support > October 2006 > Usb: No such device
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Usb: No such device
|
|
| frisco 2006-10-28, 7:14 am |
| Hello,
I've instaled Linux Bonzai (a light but debian linux). I've plug a
printer (canon ip90) on an USB port.
/dev/usb/lp0 ... lp15 ==> no such device!! I can't print.
The Usb is installed, lsusb returns:
Bus 002 Device 001: ID 0000:0000
Bus 001 Device 001: ID 0000:0000
Bus 001 Device 002: ID 04a9:109d Canon, Inc.
I can see the canon, so usb line is right.
lsmod give:
autofs 9220 2 (autoclean)
8139too 16544 1
via82cxxx_audio 18016 0 (unused)
ac97_codec 9984 0 [via82cxxx_audio]
soundcore 3236 2 [via82cxxx_audio]
keybdev 1664 0 (unused)
usbkbd 2848 0 (unused)
input 3104 0 [keybdev usbkbd]
usb-storage 48160 0 (unused)
usb-uhci 21028 0 (unused)
usbcore 54432 1 [usbkbd usb-storage usb-uhci]
parport_pc 24392 1 (autoclean)
lp 6816 0 (autoclean)
parport 21600 1 (autoclean) [parport_pc lp]
But .... /dev/usb/lp0 : no such device.
How do I make/enable the link between the usb printing and the printing
device?
Note: using a live CD of "ubuntu", or "damn small linux", it works.
Thanks by advance.
Francillo
| |
| frisco 2006-10-28, 7:14 am |
| OK, for thoses who are intersted in the response:
The printer module was not installed.
$ insmod printer
to make it permanent:
vi /etc/modules
add the line:
printer
after usb lines
frisco a écrit :
> Hello,
>
> I've instaled Linux Bonzai (a light but debian linux). I've plug a
> printer (canon ip90) on an USB port.
>
> /dev/usb/lp0 ... lp15 ==> no such device!! I can't print.
> The Usb is installed, lsusb returns:
>
> Bus 002 Device 001: ID 0000:0000
> Bus 001 Device 001: ID 0000:0000
> Bus 001 Device 002: ID 04a9:109d Canon, Inc.
> I can see the canon, so usb line is right.
>
> lsmod give:
>
> autofs 9220 2 (autoclean)
> 8139too 16544 1
> via82cxxx_audio 18016 0 (unused)
> ac97_codec 9984 0 [via82cxxx_audio]
> soundcore 3236 2 [via82cxxx_audio]
> keybdev 1664 0 (unused)
> usbkbd 2848 0 (unused)
> input 3104 0 [keybdev usbkbd]
> usb-storage 48160 0 (unused)
> usb-uhci 21028 0 (unused)
> usbcore 54432 1 [usbkbd usb-storage usb-uhci]
> parport_pc 24392 1 (autoclean)
> lp 6816 0 (autoclean)
> parport 21600 1 (autoclean) [parport_pc lp]
>
>
> But .... /dev/usb/lp0 : no such device.
>
> How do I make/enable the link between the usb printing and the printing
> device?
>
> Note: using a live CD of "ubuntu", or "damn small linux", it works.
>
> Thanks by advance.
>
> Francillo
|
|
|
|
|