LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 01-26-2005, 08:49 AM   #1
astroboiii
Member
 
Registered: Feb 2004
Posts: 83

Rep: Reputation: 15
installing USB printer


having trouble install a Lexmark z25 for slack 10. It's plugged in and seems to be detected fine, it shows up in dmesg and lsmod but for starters when i try to go to KDE's print manager and choose cups and try to install the printer it says no backends were found but it seems to be /dev/usb/lp0.

follows is my dmesg and lsmod:
root@h0me:~# dmesg | grep print
printer.c: usblp0: USB Bidirectional printer dev 2 if 0 alt 0 proto 2 vid 0x043D pid 0x0057
printer.c: v0.13: USB Printer Device Class driver
root@h0me:~# lsmod |grep print
printer 7744 0 (unused)
usbcore 59308 1 [audio snd-usb-audio hid usbmouse printer uhci]
root@h0me:~#

if ne one could help out it'd be greatly appreciated.

Thanx,

astro
 
Old 01-26-2005, 08:54 AM   #2
astroboiii
Member
 
Registered: Feb 2004
Posts: 83

Original Poster
Rep: Reputation: 15
one point to add, CUPS is retrieving information at the default port 631. Could it be a wrong host entry or something? I see that being a problem for most, but how can that be a problem when it's connected through usb?
Maybe i'm just not clear on how these printing systems work =\.
 
Old 01-26-2005, 09:41 AM   #3
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
Even if your printer is detected, you need to configure it for use with CUPS, so in a web browser, you would run, "http://localhost:631" and add the printer.
 
Old 01-26-2005, 11:03 AM   #4
sporks
Member
 
Registered: Dec 2004
Location: Indonesia
Distribution: Slackware
Posts: 211

Rep: Reputation: 30
You should check http://www.linuxprinting.org/ for the backend files for you printer.

Unfortunately when I glanced I didn't see yours listed over there.

Oh, and Lexmark isn't known for being Linux friendly.

Last edited by sporks; 01-26-2005 at 11:04 AM.
 
Old 01-26-2005, 12:45 PM   #5
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
Thats why I stick to the tried and trusted HP printers.
 
Old 01-26-2005, 01:27 PM   #6
sporks
Member
 
Registered: Dec 2004
Location: Indonesia
Distribution: Slackware
Posts: 211

Rep: Reputation: 30
Me too, but just by a fluke.

Before I was serious about Linux I purchased my HP PSC 750, I went into the store intending to buy a Lexmark PSC but they were out.

The HP was a bit more but was still on clearance at a KMart that was being closed.

Whew! That was a close one.

Some of us have hardware on hand before becoming Linux users is my point.
 
Old 01-27-2005, 04:27 PM   #7
astroboiii
Member
 
Registered: Feb 2004
Posts: 83

Original Poster
Rep: Reputation: 15
Tried "http://localhost:631" and sed connection refused so not sure if even my localhost is set up properly. Ne suggestions?
 
Old 01-27-2005, 04:30 PM   #8
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
Maybe cups is not running, try doing
#chmod +x /etc/rc.d/rc.cups
then try to reconnect to http://localhost:631
 
Old 01-27-2005, 08:05 PM   #9
astroboiii
Member
 
Registered: Feb 2004
Posts: 83

Original Poster
Rep: Reputation: 15
same thing =\ connection refused. Not sure what i can do about this =\
 
Old 01-27-2005, 09:32 PM   #10
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
Is cups installed? You can check this using "pkgtool" as root. If not install it, then using pkgtool, you can select to start cups at boot time or do as I posted above. You may have to reboot for things to take effect (some say you don't have to but it's worth trying if things don't work out without a reboot).
 
Old 01-28-2005, 02:50 AM   #11
astroboiii
Member
 
Registered: Feb 2004
Posts: 83

Original Poster
Rep: Reputation: 15
i'm sure cups is installed. And i've rebooted a million times which sucks cuz my whole philosophy on linux is always "you never need to reboot"... but wutever, when i'm completely fresh out of idea's i'll try ne thing... damn not sure what's going on with this cups thing tho
 
Old 01-28-2005, 03:36 AM   #12
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
You don't usually have to reboot. I really don't know what your problem could be if cups is installed and running fine. It should be just accessible via the web browser if that was the case.
 
Old 09-12-2005, 02:29 AM   #13
maloncu
LQ Newbie
 
Registered: Sep 2005
Location: Gijón, Spain
Distribution: Debian 3.1
Posts: 13

Rep: Reputation: 0
installing in CUPS

I'm trying to use the same printer in Debian 3.1. I installed it in CUPS through the web interface, but when I try to print the test page it doesn't work. It says: "usb port is busy..."

mario@nb-mac:~ $ dmesg | grep print
drivers/usb/class/usblp.c: usblp0: error -71 reading printer status
drivers/usb/class/usblp.c: usblp0: error -71 reading printer status

Where can I see what's happening?
 
  


Reply



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
Problem installing USB printer PSC-2175 nika8991 Linux - Hardware 1 01-29-2005 09:50 PM
Installing a usb printer -- where the hell do i start? theMonkeY Linux - Hardware 6 08-21-2004 03:09 PM
Printerdrake Freezes When Installing USB Printer mac_phil Mandriva 9 07-09-2004 06:33 AM
Installing Epson cx5200 usb printer lobo78 Debian 3 03-08-2004 10:17 PM
installing usb printer drivers sugrbratt Linux - Newbie 2 03-17-2003 06:28 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 06:40 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