Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Printer not working in cups
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
zambizzi
Guru
Guru


Joined: 28 Aug 2004
Posts: 581
Location: Boise Idaho

PostPosted: Tue Feb 07, 2006 5:58 am    Post subject: Printer not working in cups Reply with quote

I've never actually tried to setup my printer w/ cups and I've been using linux for years. So, I figured, it must be a snap. :lol:

I've got cups running and the system has "found" the printer, however I get an error when trying to print a test page (or anything else.)

Code:
Error: client-error-not-possible


Wow...these guys don't mix words do they?

Anyhow...when I walked through the cups wizard for setting up the printer, it found it as one of the USB devices and I figured from there it would be a downhill ride. At this point I've got no clue what to do...can someone help? I scanned the forums and the wiki and I can't find anything helpful.

It's an HP PSC 750 (printer/scanner/copier). When I "lsusb -v" it shows up:

Code:

Bus 001 Device 004: ID 03f0:1411 Hewlett-Packard
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               1.10
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0
  bDeviceProtocol         0
  bMaxPacketSize0         8
  idVendor           0x03f0 Hewlett-Packard
  idProduct          0x1411
  bcdDevice            1.00
  iManufacturer           1 Hewlett-Packard
  iProduct                2 PSC 750
  iSerial                 3 MY2AJD109GWB
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           78
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0
    bmAttributes         0xc0
      Self Powered
    MaxPower                2mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           3
      bInterfaceClass         7 Printer
      bInterfaceSubClass      1 Printer
      bInterfaceProtocol      3 IEEE 1284.4 compatible bidirectional
      iInterface              0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x01  EP 1 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               none
        wMaxPacketSize         64
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               none
        wMaxPacketSize         64
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x82  EP 2 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               none
        wMaxPacketSize          8
        bInterval              10
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       1
      bNumEndpoints           2
      bInterfaceClass         7 Printer
      bInterfaceSubClass      1 Printer
      bInterfaceProtocol      2 Bidirectional
      iInterface              0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x01  EP 1 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               none
        wMaxPacketSize         64
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               none
        wMaxPacketSize         64
        bInterval               0
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       2
      bNumEndpoints           1
      bInterfaceClass         7 Printer
      bInterfaceSubClass      1 Printer
      bInterfaceProtocol      1 Unidirectional
      iInterface              0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x01  EP 1 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               none
        wMaxPacketSize         64
        bInterval               0
  Language IDs: (length=4)
     0409 English(US)


Thanks!
Back to top
View user's profile Send private message
Albert_g
n00b
n00b


Joined: 02 Feb 2006
Posts: 60
Location: Somewhere over the ...

PostPosted: Tue Feb 07, 2006 7:13 am    Post subject: Reply with quote

Dear zambizzi,

I suppose that you have installed the relevant (net-print/hpoj, net-print/hplip, net-print/hpijs) packages that will help you with this task.

Would be useful if you report where you got that message and what you were doing when it popped.

On the other side, one of the easiests ways to configure a cups printer is with the kde control center, in admin mode.
Is a guided step by step wizard.

Usually, printing with cups is a snap ;-)

Albert
Back to top
View user's profile Send private message
Po0ky
Tux's lil' helper
Tux's lil' helper


Joined: 21 Apr 2005
Posts: 142
Location: Belgium

PostPosted: Tue Feb 07, 2006 7:53 am    Post subject: Reply with quote

Try using the web-interface once cups is running

http://localhost:631
_________________
-- I'll eat it--
Back to top
View user's profile Send private message
zambizzi
Guru
Guru


Joined: 28 Aug 2004
Posts: 581
Location: Boise Idaho

PostPosted: Wed Feb 08, 2006 1:43 am    Post subject: Reply with quote

Albert_g wrote:
Dear zambizzi,

I suppose that you have installed the relevant (net-print/hpoj, net-print/hplip, net-print/hpijs) packages that will help you with this task.

Would be useful if you report where you got that message and what you were doing when it popped.

On the other side, one of the easiests ways to configure a cups printer is with the kde control center, in admin mode.
Is a guided step by step wizard.

Usually, printing with cups is a snap ;-)

Albert


Well, this is the first I'd heard of it, so I'm doing it now! :) I'll see if this helps...anything special I should know after install them? I'm not using KDE, BTW - I'm using Gnome 2.12

Thanks!
Back to top
View user's profile Send private message
zambizzi
Guru
Guru


Joined: 28 Aug 2004
Posts: 581
Location: Boise Idaho

PostPosted: Wed Feb 08, 2006 1:43 am    Post subject: Reply with quote

Po0ky wrote:
Try using the web-interface once cups is running

http://localhost:631


Yeah, this is how I set everything up, however, it wasn't working even after doing so.
Back to top
View user's profile Send private message
zambizzi
Guru
Guru


Joined: 28 Aug 2004
Posts: 581
Location: Boise Idaho

PostPosted: Wed Feb 08, 2006 2:04 am    Post subject: Reply with quote

Albert_g wrote:

I suppose that you have installed the relevant (net-print/hpoj, net-print/hplip, net-print/hpijs) packages that will help you with this task.


I installed hplip since it was the most relevant...deleted the printer, restarted cups, re-created the printer (cups web administration) and tried a test page again - getting the exact same error. I defined the location as "/dev/usb/lp0" - as it exists and it is the only usb printer attached to the machine....but that was just a guess.

Albert_g wrote:

Would be useful if you report where you got that message and what you were doing when it popped.


I'm doing everything in the cups web admin console (http://localhost:631)

Albert_g wrote:

Usually, printing with cups is a snap ;-)


I'd hate to see what you call complicated!?
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum