View previous topic :: View next topic |
Author |
Message |
sinisterdomestik l33t
Joined: 28 Aug 2003 Posts: 685 Location: Texas
|
Posted: Thu Nov 27, 2003 10:47 am Post subject: cant find printer |
|
|
i dont have a /dev/printer OR /dev/lp0 OR anything resembling a printer anywhere in my /dev and i have NO clue how to add it in there. i need help BADLY bc i need my printer working EVEN MORE BADLY so i dont have to boot to winblows any help is GREATLY appreciated
btw, its a Canon S300 USB printer _________________ Thou shalt NEVER speak of removing thine Linux |
|
Back to top |
|
|
bmichaelsen Veteran
Joined: 17 Nov 2002 Posts: 1277 Location: Hamburg, Germany
|
|
Back to top |
|
|
sinisterdomestik l33t
Joined: 28 Aug 2003 Posts: 685 Location: Texas
|
Posted: Thu Nov 27, 2003 11:15 am Post subject: |
|
|
i already tried the gentoo site, but imma look at that justlinux one. the reason the gentoo one didnt work is bc when i do modprobe printer, it says modprobe: Can't locate module printer _________________ Thou shalt NEVER speak of removing thine Linux |
|
Back to top |
|
|
jaska Bodhisattva
Joined: 06 Jun 2003 Posts: 725 Location: Finland
|
Posted: Thu Nov 27, 2003 11:39 am Post subject: |
|
|
Usb printer is in /dev/usb/lp0 |
|
Back to top |
|
|
sinisterdomestik l33t
Joined: 28 Aug 2003 Posts: 685 Location: Texas
|
Posted: Thu Nov 27, 2003 11:43 am Post subject: |
|
|
Code: |
sinister@BlackBeauty /dev/usb $ ls
sinister@BlackBeauty /dev/usb $
|
i dont like that _________________ Thou shalt NEVER speak of removing thine Linux |
|
Back to top |
|
|
theyneverknew2 n00b
Joined: 06 Nov 2003 Posts: 23
|
Posted: Thu Nov 27, 2003 2:01 pm Post subject: |
|
|
make sure your printer is plugged in and turned on, and try "modprobe usblp" if ur runnin a 2.6 kernel they changed the name of the module. Also is ur kernel compiled with usb printing support? |
|
Back to top |
|
|
bmichaelsen Veteran
Joined: 17 Nov 2002 Posts: 1277 Location: Hamburg, Germany
|
Posted: Thu Nov 27, 2003 3:55 pm Post subject: |
|
|
Quote: | Also is ur kernel compiled with usb printing support? |
This seems to be the problem:
Quote: | it says modprobe: Can't locate module printer |
sinisterdomestik, you need to recompile your kernel with support for usb-printers ...
A good intro on how to compile your own kernel is in Chapter
16. Installing the kernel and system logger
- Manual kernel configuration
in http://www.gentoo.org/doc/en/gentoo-x86-install.xml
USB-Printers are at
USB support ---> USB Printer support |
|
Back to top |
|
|
|