Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Cups problems please help the noobs :-)
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
kalimdor
n00b
n00b


Joined: 04 May 2003
Posts: 21
Location: Belgium

PostPosted: Tue Oct 21, 2003 5:04 am    Post subject: Cups problems please help the noobs :-) Reply with quote

parport0: PC-style at 0x378 (0x778) [PCSPP,TRISTATE,EPP]
parport0: irq 7 detected
parport0: faking semi-colon
parport0: Printer, HEWLETT-PACKARD DESKJET 710C
lp0: using parport0 (polling).

Hi,

this is copy pasted out of my dmesg. I have this problem with cups, I emerged all of this: emerge -k cups cups libgnomecups cups-pdf gnome-cups-manager.

All emerged fine, but when trying to launch gnome-cups manager, I get this strange error :

root@avalon linux # gnome-cups-manager

(gnome-cups-manager:26828): GnomeUI-WARNING **: While connecting to session manager:
Authentication Rejected, reason : None of the authentication protocols specified are supported and host-based authentication failed.
root@avalon linux #

And I get a pop-up the cups server could not be contacted.

Any idea what I am doing wrong and is there any manual to install cups or so, I looked into the faq questions and other docs, but it is not there :(

The other problem I am having is that in vmware, when I specify the lpt port needs to be /dev/parport0, he says I don't have access to it, is this the same prob?

If you can help me out, that would be very friendly thanks.
Back to top
View user's profile Send private message
Budro
Tux's lil' helper
Tux's lil' helper


Joined: 17 Aug 2002
Posts: 91
Location: MD, USA

PostPosted: Tue Oct 21, 2003 5:30 am    Post subject: A few things to check Reply with quote

Sounds like you emerged everyting but is cups even running?
Code:

zippy root # ps -ef | grep cups
root      3109     1  0 00:02 ?        00:00:00 /usr/sbin/cupsd


If not .... run:
/etc/init.d/cupsd start

Open a web browser and go to http://localhost:631 and configure your printer via the built-in web interface.

Once all the above are OK, start cups on bootup:
rc-update add cupsd default


As far as your VMWare problem ..... I can't answer that one.
Back to top
View user's profile Send private message
kalimdor
n00b
n00b


Joined: 04 May 2003
Posts: 21
Location: Belgium

PostPosted: Tue Oct 21, 2003 5:54 am    Post subject: Reply with quote

ok did that and it worked, thanks, I added my printer, but small problem, he says the printer is installed when but when I press print nothing happens :x

what am I doing wrong?
Back to top
View user's profile Send private message
Budro
Tux's lil' helper
Tux's lil' helper


Joined: 17 Aug 2002
Posts: 91
Location: MD, USA

PostPosted: Wed Oct 22, 2003 5:34 am    Post subject: Press print.. where?? Reply with quote

Not sure what you mean by pressing print.... but here are some other things to look for.

Open a terminal window and type lpstat -t
Example:
Code:

zippy root # lpstat -t
scheduler is running
system default destination: LBP430
device for LBP430: socket://jetdirect:9100/
LBP430 accepting requests since Jan 01 00:00
printer LBP430 is idle.  enabled since Jan 01 00:00

... also open a browser and go here http://localhost:631/printers and make sure it looks ok.
Both of these _should_ confirm if your printer is configured properly....

In your terminal window type the below:
# cat /etc/hosts | lpr

If nothing comes out check your printer and also look under /var/log/cups for error_log and access_log to see what is going on.
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