LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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-26-2007, 01:02 PM   #1
mbvpixies78
Member
 
Registered: Nov 2007
Location: Vietnam
Distribution: CentOS
Posts: 181
Blog Entries: 3

Rep: Reputation: 16
setting up printer HP Deskjet 932c via cups wizard in Mandriva 2008


I went to http://www.linux-foundation.org/en/O...SDocumentation which says my HP DJ 932c works fine with linux, and followed directions for installing driver and setting up my printer in Mandriva 2008 but I'm stuck at step 5, configuring cups.

In the control center when attempting to add a new printer, Local printer (parallel) is greyed out and not selectable from the add new printer wizard. It is also not selectable from the drop down list when using http://localhost:631/admin

How do I get either wizard to let me choose my parallel port printer?

As per the previous steps, I already downloaded the .ppd file and saved it in /usr/share/cups/model/ I then restarted the cups daemon with the following three commands:

killall -HUP cupsd
/etc/init.d/cups restart
/etc/init.d/cups restart

When I went to install the foomatic scripts, something abnormal occurred

cd /usr/bin
wget http://www.linuxprinting.org/foomatic-rip
wget http://www.linuxprinting.org/foomatic-gswrapper
chmod 755 foomatic-rip foomatic-gswrapper
ln -s /usr/bin/foomatic-rip /usr/lib/cups/filter/foomatic-rip

all these commands seemed to work fine except the last one, which responded with the output:

"[root@localhost bin]# ln -s /usr/bin/foomatic-rip /usr/lib/cups/filter/foomatic-rip
ln: creating symbolic link `/usr/lib/cups/filter/foomatic-rip': File exists"

or is this what it's supposed to say?
 
Old 11-26-2007, 08:03 PM   #2
{BBI}Nexus{BBI}
Senior Member
 
Registered: Jan 2005
Location: Nottingham, UK
Distribution: Mageia 6, KDE Neon
Posts: 4,313

Rep: Reputation: 212Reputation: 212Reputation: 212
If you are trying to add your printer via the KDE Control Centre that's the wrong place to do it. Instead you need to use Mandriva Control Centre (also known as Configure your computer) do Alt & F2 then type mcc and click run, enter your root password then go to the Hardware section.
 
Old 11-28-2007, 09:59 PM   #3
mbvpixies78
Member
 
Registered: Nov 2007
Location: Vietnam
Distribution: CentOS
Posts: 181

Original Poster
Blog Entries: 3

Rep: Reputation: 16
Quote:
Originally Posted by {BBI}Nexus{BBI} View Post
If you are trying to add your printer via the KDE Control Centre that's the wrong place to do it. Instead you need to use Mandriva Control Centre (also known as Configure your computer) do Alt & F2 then type mcc and click run, enter your root password then go to the Hardware section.
When I go to mmc and click on "set up printer(s)..." it says:

"Could not install the CUPS printing system"

when I search for CUPS inside software management, some stuff came up, I installed it and now nothing new comes up, still the same problem
Any other ideas on how to get my printer to work? It worked fine in pclinuxos 2007 and fedora, just not mandriva which is what I want to use as my OS.

I found a suggestion to use "urpmi cups" as a command to fix this problem and the result is:


# urpmi cups
A requested package cannot be installed:
cups-common-1.3.0-3.3mdv2008.0.i586 (due to unsatisfied libslp.so.1)
Continue installation anyway? (Y/n) y
#

What is libslp.so.1 and what does this message mean?


In a how-to website, it says:



2. Install a PPD file.

CUPS requires a PPD file to define how it will use the printer and driver (if any). PPD files come from several sources, be sure you get yours from the right place:

If you have a PostScript printer
Obtain the PPD file from your printer's vendor. Typically it will be carefully hidden somewhere in your vendor's "driver" for Windows. We also distribute some PPD files here. You do not need a driver (Step 1), just the PPD file.
If you do not have a PostScript printer
There are two sources for non-PostScript printer PPDs under CUPS:

If your printer uses a CUPS Raster driver (Gimp-Print for CUPS, samsung's lpp kit, etc)
Use the PPD file that came with the driver. Gimp-print, for example, will generate and install a set of PPD files at compile time.
If you have any other style of driver
Obtain a PPD file from this website for the driver you want to use. Look for "download PPD" links near the driver names on your printer's page. If a driver has no "download PPD" link, there is insufficient data to generate a PPD for the entry; in that case, see the text of the driver entry.

Save the PPD file in the directory /usr/share/cups/model/ (this may be a different location for you, but it will be called "something/cups/model/"). The PPD file does not need to be executable, but it should be world-readable and should have the file name extension ".ppd".


How do I find out what type of printer I have (post script, raster, other)?

Last edited by mbvpixies78; 11-29-2007 at 01:14 AM.
 
Old 11-29-2007, 07:21 AM   #4
{BBI}Nexus{BBI}
Senior Member
 
Registered: Jan 2005
Location: Nottingham, UK
Distribution: Mageia 6, KDE Neon
Posts: 4,313

Rep: Reputation: 212Reputation: 212Reputation: 212
libslp - Functions in this library provide routines that provide the Service Location Protocol C library. Source: http://docs.sun.com/app/docs/doc/816...bb8adur?a=view

As for the missing libslp dependency, you can download the rpm from here: http://rpm.pbone.net/. Select uncheck all then put a checkmark in the Mandrake other box type libslp.so.1 in the search box then click search.
 
  


Reply

Tags
cups, installation, printer


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
PPD file for Deskjet 932C bmike1 Linux - Newbie 1 01-01-2007 11:21 AM
Windows Add Printer Wizard and CUPS mdavidn Linux - Hardware 0 11-28-2004 07:40 PM
HP Deskjet 932C printer install problems sonja Linux - Hardware 4 05-14-2004 06:49 PM
HP Deskjet 932C is a sack of potatoes jonathan_hehn Linux - General 2 12-25-2003 08:07 PM
Troubles with a HP Deskjet 932C Printer Atroxic Linux - General 0 02-16-2002 10:18 AM

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

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