LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 09-13-2004, 07:01 PM   #1
moger
Member
 
Registered: Sep 2002
Distribution: Fedora Core 3
Posts: 247

Rep: Reputation: 30
cupsd USB problem


I installed cups successful for a Brother Hl-1440. I installed the correct .ppd file, etc. However, in cups' web based configuration, it says ""Unable to open USB device "usb:/dev/usb/lp0": No such device" . Also when I ..

Code:
lsusb -D /dev/usb/lp0
 Cannot open /dev/usb/lp0
I got USB enabled as a module. Did I miss something? Here are my modules:

Code:
Module                  Size  Used by
usblp                  11136  0
usbcore               100324  1 usblp
apm                    17900  1
w83781d                33024  0
i2c_sensor              2560  1 w83781d
i2c_ali1535             6020  0
i2c_core               18960  3 w83781d,i2c_sensor,i2c_ali1535
snd_pcm_oss            48808  0
snd_mixer_oss          17408  3 snd_pcm_oss
8250                   17632  0
serial_core            18816  1 8250
lp                      7976  0
ipt_limit               2048  1
ipt_state               1792  4
ip_conntrack           28808  1 ipt_state
iptable_filter          2432  1
ali_agp                 4992  1
snd_ens1370            12584  3
snd_rawmidi            19364  1 snd_ens1370
snd_pcm                82184  2 snd_pcm_oss,snd_ens1370
snd_timer              20228  1 snd_pcm
snd_page_alloc          9224  2 snd_ens1370,snd_pcm
snd_ak4531_codec        6784  1 snd_ens1370
snd                    45028  9 snd_pcm_oss,snd_mixer_oss,snd_ens1370,snd_rawmidi,snd_pcm,snd_timer,snd_ak4531_codec
soundcore               7136  3 snd
nvidia               2075848  12
8139too                19072  0
mii                     4224  1 8139too
crc32                   4096  1 8139too
agpgart                28200  2 ali_agp
 
Old 09-14-2004, 01:30 AM   #2
suslik
Member
 
Registered: Jul 2004
Distribution: OpenSuse 10.x
Posts: 262

Rep: Reputation: 30
If you go (in KDE) to Control Center > Peripherals > Printes > Add (menu) > Add Printer/Class

and follow the wizard, what ports does the wizard show as awailable?
(it sould give you a tree of Com/ParPort/USB/SCSI, expand the USB branch)
 
Old 09-14-2004, 07:27 AM   #3
swissworks
LQ Newbie
 
Registered: Sep 2004
Posts: 5

Rep: Reputation: 0
I have the same printer and I have some problem...
Cups works fine, but sometimes hungs up and stops to work..... And I have to reinstall packages...
I think there is some bugs....
 
Old 09-14-2004, 08:26 AM   #4
BrianW
Member
 
Registered: Jul 2003
Location: Montana
Posts: 304

Rep: Reputation: Disabled
Is it mounting to /dev/usblp0 perhaps? I know cups wants to print to /dev/usblp0 but my printer gets mounted to /dev//usb/lp0,

Just a thought...
 
Old 09-14-2004, 09:02 AM   #5
moger
Member
 
Registered: Sep 2002
Distribution: Fedora Core 3
Posts: 247

Original Poster
Rep: Reputation: 30
Quote:
Originally posted by suslik
If you go (in KDE) to Control Center > Peripherals > Printes > Add (menu) > Add Printer/Class

and follow the wizard, what ports does the wizard show as awailable?
(it sould give you a tree of Com/ParPort/USB/SCSI, expand the USB branch)
I use GNOME.

And I don't see any printer config utility in my gnome.

Last edited by moger; 09-14-2004 at 09:06 AM.
 
Old 09-14-2004, 10:25 AM   #6
Ipolit
Member
 
Registered: Nov 2003
Location: Bulgaria
Distribution: Vector Linux, Morphix
Posts: 321

Rep: Reputation: 33
I'm not shore, but why /dev/usb/lp0
it should be /dev/lp0
when you config it with your browser at http://localhost:631
write this and after that choose usb printer #1
 
Old 09-14-2004, 12:36 PM   #7
moger
Member
 
Registered: Sep 2002
Distribution: Fedora Core 3
Posts: 247

Original Poster
Rep: Reputation: 30
Quote:
Originally posted by Ipolit
I'm not shore, but why /dev/usb/lp0
it should be /dev/lp0
when you config it with your browser at http://localhost:631
write this and after that choose usb printer #1
What do you mean? Write "/dev/lp0" where?
 
Old 09-14-2004, 12:47 PM   #8
moger
Member
 
Registered: Sep 2002
Distribution: Fedora Core 3
Posts: 247

Original Poster
Rep: Reputation: 30
I changed the line in the printers.conf file from /dev/usb/lp0 to /dev/lp0, restarted cupsd. And I get this:

Printer State: processing, accepting jobs.
"Printer not connected; will retry in 30 seconds..."
Device URI: usb:/dev/lp0

Edit: I'm thinking it's a USB problem, but I got all the USB modules loaded don't I?

Last edited by moger; 09-14-2004 at 12:50 PM.
 
Old 09-14-2004, 02:32 PM   #9
moger
Member
 
Registered: Sep 2002
Distribution: Fedora Core 3
Posts: 247

Original Poster
Rep: Reputation: 30
I got it working finally. I didn't have a few USB modules loaded in my kernel, mainly uhci. Even after that it didn't print, because I had to use usb:/dev/usb/lp0 in my printers.conf. I changed that to usb:/dev/lp0 after "Ipolit" told me to.
 
Old 09-14-2004, 02:33 PM   #10
Ipolit
Member
 
Registered: Nov 2003
Location: Bulgaria
Distribution: Vector Linux, Morphix
Posts: 321

Rep: Reputation: 33
why don't you try to configure your printer as I mentioned using browser
http://localhost:631
log as root
add a printer, etc
It's easy
 
Old 09-14-2004, 02:36 PM   #11
moger
Member
 
Registered: Sep 2002
Distribution: Fedora Core 3
Posts: 247

Original Poster
Rep: Reputation: 30
Quote:
Originally posted by Ipolit
why don't you try to configure your printer as I mentioned using browser
http://localhost:631
log as root
add a printer, etc
It's easy
obviously that is what I was doing. It wasn't recognizing any usb devices because I was missing a few USB modules.
 
Old 09-14-2004, 02:42 PM   #12
moger
Member
 
Registered: Sep 2002
Distribution: Fedora Core 3
Posts: 247

Original Poster
Rep: Reputation: 30
Interesting... It won't print at 1200 x 600 DPI but it will at 600x600 DPI. Now this laser printer ( Brother HL-1440) should be able to print at 1200x600; it has enough memory and does it fine in Windows. Any ideas?
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
cupsd problem on boot lodder Slackware 4 10-16-2004 04:52 AM
cupsd devit Linux - General 3 03-14-2004 11:17 AM
cupsd, many "modprobe: can't locate device /dev/usb.." at boot bit7 Linux - Software 1 01-16-2004 08:42 PM
cupsd question Tino27 Linux - Security 4 12-05-2003 01:23 PM
cupsd loads slow SharpyWarpy Linux - Software 0 10-07-2003 12:11 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 07:36 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration