[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Sheflug] Printing woes
On Tuesday 03 December 2002 22:10, Graham Spearing wrote:
> Hi all,
>
> Back after a long sojurn but still with Linux (now Madrake 9).
>
> I don't seem to be able to print. I have recently re-installed CUPS
> after the 'raw printer' appeared to have a problem.
>
> I thought I'd administer CUPS through the web front end. When going to:
>
> http://localhost:631/admin/?op=add-printer
>
> I get the following:
>
> Forbidden
> You don't have permission to access the resource on this server.
>
> When logged in as root I get the same. lpstat -p -d gives me:
> 'no system default destination'.
>
> Any ideas what I need to do to get my parallel HP610C hooked up and
> working?
>
> Thanks
Don't know if this is in anyway connected to the above problem, but when I
installed SUSE 8.1 I could not get Sane or Gimp to print, though no problem
with Open Office, Kmail and so on.
I pressed lots of buttons with no luck.... mainly because I have no real in
deapth knowledge of Linux yet. In the end I uninstalled CUPS and installed
LPrng since then no problem in terms of printing in general but obviously
losing out on the benifits of CUPS.
I have not followed up on this, but would be interested if there is something
else I could have done to retain CUPS and print from Sane and Gimp
--
Alec Melling
___________________________________________________________________
Sheffield Linux User's Group -
http://www.sheflug.co.uk/mailfaq.html
GNU the choice of a complete generation.
#!/usr/bin/perl -w
# Strip all line of this form from html messages
# From: "French, Alastair" <Alastair.French [at] racalinst.co.uk>
while (<>){
$_=~s/(^.*:.*[ <])(\w.*)(@.*)/$1nospam$3/;
print unless /^Delivered-To:/i ;
}