LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 11-15-2005, 05:57 PM   #16
bosewicht
Senior Member
 
Registered: Aug 2003
Location: Houston, TX
Distribution: Arch
Posts: 1,381

Rep: Reputation: 47

try whereis cupsd
 
Old 11-15-2005, 06:08 PM   #17
cmlal
Member
 
Registered: Oct 2005
Location: Stockholm, Sweden
Distribution: Ubuntu 5.10
Posts: 55

Original Poster
Rep: Reputation: 15
OK, I get this:

Code:
cam@ubuntu:~$ whereis cupsd
cupsd: /usr/sbin/cupsd /usr/share/man/man8/cupsd.8.gz
cam@ubuntu:~$ /usr/sbin/cupsd restart
cupsd: Unknown argument 'restart' - aborting!
Usage: cupsd [-c config-file] [-f] [-F]
cam@ubuntu:~$
The .gz one is something I d/l before I noticed I could get it from Synaptic.
 
Old 11-15-2005, 06:11 PM   #18
bosewicht
Senior Member
 
Registered: Aug 2003
Location: Houston, TX
Distribution: Arch
Posts: 1,381

Rep: Reputation: 47
/etc/init.d/cupsys restart

Last edited by bosewicht; 11-15-2005 at 06:13 PM.
 
Old 11-15-2005, 06:14 PM   #19
cmlal
Member
 
Registered: Oct 2005
Location: Stockholm, Sweden
Distribution: Ubuntu 5.10
Posts: 55

Original Poster
Rep: Reputation: 15
That worked!

Let's see if this login promt thing works better now...

Last edited by cmlal; 11-15-2005 at 06:15 PM.
 
Old 11-15-2005, 06:14 PM   #20
bosewicht
Senior Member
 
Registered: Aug 2003
Location: Houston, TX
Distribution: Arch
Posts: 1,381

Rep: Reputation: 47
try /etc/init.d/cupsys restart
 
Old 11-15-2005, 06:24 PM   #21
cmlal
Member
 
Registered: Oct 2005
Location: Stockholm, Sweden
Distribution: Ubuntu 5.10
Posts: 55

Original Poster
Rep: Reputation: 15
Ok, yes, it worked! Thank you!

Now I'm back to where I was a couple of hours ago. :P

I try to print from OpenOffice. This is what the CUPS administration page tells me:

Quote:
Description: PSC-2175
Location:
Printer State: processing, accepting jobs.
"open print channel failed; will retry in 30 seconds..."
Device URI: hp:/usb/PSC_2170_Series?serial=MY37ND83R073
And nothing happens.
 
Old 11-15-2005, 06:31 PM   #22
bosewicht
Senior Member
 
Registered: Aug 2003
Location: Houston, TX
Distribution: Arch
Posts: 1,381

Rep: Reputation: 47
take a look at dmesg
in a terminal type dmesg | tail
 
Old 11-15-2005, 06:32 PM   #23
cmlal
Member
 
Registered: Oct 2005
Location: Stockholm, Sweden
Distribution: Ubuntu 5.10
Posts: 55

Original Poster
Rep: Reputation: 15
Actually, when looking for detected printers in System/Aministration/Printer I get two detections of the same printer. I have added both now and none of them work. This is the info I get from the web interface of CUPS.

Code:
 	PSC-2170  	HP PSC 2170 Foomatic/hpijs (recommended)  	
		Description: PSC-2170
Location:
Printer State: idle, accepting jobs.
Device URI: usb://Hewlett-Packard/PSC%202170%20Series?serial=MY37ND83R073

Print Test Page Stop Printer Reject Jobs Modify Printer Configure Printer Delete Printer Set As Default
 
	PSC-2175 	HP PSC 2175 Foomatic/hpijs (recommended) 	
		Description: PSC-2175
Location:
Printer State: processing, accepting jobs.
"black pen has low ink"
Device URI: hp:/usb/PSC_2170_Series?serial=MY37ND83R073
I've sent test pages to both of them (the latter one still processing one) and nothing happens.
 
Old 11-15-2005, 06:34 PM   #24
cmlal
Member
 
Registered: Oct 2005
Location: Stockholm, Sweden
Distribution: Ubuntu 5.10
Posts: 55

Original Poster
Rep: Reputation: 15
Code:
cam@ubuntu:~$ dmesg | tail
[4337768.315000] atkbd.c: Unknown key released (translated set 2, code 0xaa on isa0060/serio0).
[4337768.315000] atkbd.c: Use 'setkeycodes e02a <keycode>' to make it known.
[4337768.376000] atkbd.c: Unknown key pressed (translated set 2, code 0xaa on isa0060/serio0).
[4337768.376000] atkbd.c: Use 'setkeycodes e02a <keycode>' to make it known.
[4337768.464000] atkbd.c: Unknown key released (translated set 2, code 0xaa on isa0060/serio0).
[4337768.464000] atkbd.c: Use 'setkeycodes e02a <keycode>' to make it known.
[4337768.512000] atkbd.c: Unknown key pressed (translated set 2, code 0xaa on isa0060/serio0).
[4337768.512000] atkbd.c: Use 'setkeycodes e02a <keycode>' to make it known.
[4337768.646000] atkbd.c: Unknown key released (translated set 2, code 0xaa on isa0060/serio0).
[4337768.646000] atkbd.c: Use 'setkeycodes e02a <keycode>' to make it known.
I have no idea what this means...
 
Old 11-15-2005, 06:35 PM   #25
bosewicht
Senior Member
 
Registered: Aug 2003
Location: Houston, TX
Distribution: Arch
Posts: 1,381

Rep: Reputation: 47
doesn't ubuntu have some kind of printer utility? try looking around in there and see if you can maybe configure it thru that, Ur almost there tho
 
Old 11-15-2005, 06:41 PM   #26
cmlal
Member
 
Registered: Oct 2005
Location: Stockholm, Sweden
Distribution: Ubuntu 5.10
Posts: 55

Original Poster
Rep: Reputation: 15
Well, this would be System/Aministration/Printer, as mentioned, but it doesn't offer enough options. I started out there and then went for the web version because people suggested it'd be easier (or, well: possible) that way. Hmmm, I guess I'll maybe have to wait for some Ubuntu experts to have their go at this problem.

Thanks very much though for your effort!
 
Old 11-15-2005, 06:45 PM   #27
bosewicht
Senior Member
 
Registered: Aug 2003
Location: Houston, TX
Distribution: Arch
Posts: 1,381

Rep: Reputation: 47
that second one has to do with the keyboard. It has to do with hot-key-setup
http://ubuntuforums.org/archive/index.php/t-76271.html
 
Old 11-15-2005, 06:49 PM   #28
bosewicht
Senior Member
 
Registered: Aug 2003
Location: Houston, TX
Distribution: Arch
Posts: 1,381

Rep: Reputation: 47
try
Turned the printer off.
Turned the printer on.
Go to Computer->System Configuration->Printing
Check status of printer, if paused, change to ready
 
Old 11-16-2005, 02:56 AM   #29
cmlal
Member
 
Registered: Oct 2005
Location: Stockholm, Sweden
Distribution: Ubuntu 5.10
Posts: 55

Original Poster
Rep: Reputation: 15
Actually, both are ready. And I don't know which one is the real one. (Since none of them work.) Do you think the second one is "fake"? The 2175?

Last edited by cmlal; 11-16-2005 at 02:58 AM.
 
  


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
HP PSC printer not detected by Ubuntu vincebs Ubuntu 2 06-22-2005 10:36 PM
Problem installing USB printer PSC-2175 nika8991 Linux - Hardware 1 01-29-2005 09:50 PM
HP psc 2175 printer Nick1104 Linux - Hardware 9 04-24-2004 06:28 AM
Hp Psc 2175 sgtbob Red Hat 0 03-25-2004 02:25 PM
Fedora and HP psc 2175 Printer "Media Tray Empty" Nick1104 Fedora 2 03-15-2004 08:45 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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