On 10-Oct-2000 [EMAIL PROTECTED] wrote: > did you install an additional package cups-bsd ? > >> -----Original Message----- >> From: Andre Berger [mailto:[EMAIL PROTECTED] >> Sent: Tuesday, October 10, 2000 10:01 AM >> To: Dale Morris >> Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]; >> [EMAIL PROTECTED]; debian-user@lists.debian.org >> Subject: Re: ODP: Printer configuration on debian >> >> >> Dale Morris <[EMAIL PROTECTED]> writes: >> >> >> > How do I configure CUPS? I'm trying to set up my printer with >> > magicfilter. I think there is a permission problem, but I'm >> not sure. >> > Here's where I'm at.. >> > I can print using staroffice. I can't print using lp, I get the >> > following output: lp: error - no default destination available. >> > If I try to print using 'y' in mutt or slrn--doesn't work. >> Slrn returns >> > 'error 1'. >> >> Use lpr, not lp! >> >> > Here's how my /etc/printcap looks: >> > >> > # This file was generated by /usr/sbin/magicfilterconfig. >> > # >> > lp|lp|Epson StylusColor 600:\ >> > :lp=/dev/lp0:sd=/var/spool/lpd/lp:\ >> > :sh:pw#80:pl#66:px#1440:mx#0:\ >> > :if=/etc/magicfilter/[EMAIL PROTECTED]:\ >> > :af=/var/log/lp-acct:lf=/var/log/lp-errs >> > >> > I also downloadd xpp and it installed the CUPS client and >> server. Yet >> > when I run xpp it tells me it's unable to connect to CUPS >> server, check >> > options. duh.. I'm confused >> > please help >> > >> > thanks >> > >> > [EMAIL PROTECTED] >> ([EMAIL PROTECTED]) wrote: >> > > Or use cups with a nice configuration tool. >> > > >> > > Mariusz >> > > >> > > > On 09-Oct-2000 Dwight Johnson wrote: >> > > > > What is the preferred way to configure a PostScript printer >> > > > on debian 2.2? >> > > > > >> > > > >> > > > MagicFilter did fine for mine. >> > > > ------------------------- >> > > > - Nick - >> > > > [EMAIL PROTECTED] >> > > > Your mode of life will be changed for the better because of >> > > > new developments. >> > > > >> > > > >> > > > >> > > > -- >> > > > Unsubscribe? mail -s unsubscribe >> > > > [EMAIL PROTECTED] < /dev/null >> > > > >> > > >> > > >> > > -- >> > > Unsubscribe? mail -s unsubscribe >> [EMAIL PROTECTED] < /dev/null >> > > >> > > >> > > >> > >> > -- >> > >> > "The major advances in civilization are processes that all but wreck >> > the societies in which they occur." >> > --Albert North Whitehead >> > >> > -- >> > Unsubscribe? mail -s unsubscribe >> [EMAIL PROTECTED] < /dev/null >> >> -- >> Andre Berger <[EMAIL PROTECTED]> from Bonn, Germany >> >> >> -- >> Unsubscribe? mail -s unsubscribe >> [EMAIL PROTECTED] < /dev/null >> > > > -- > Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < > /dev/null
I just setup my HP deskjet with CUPS from woody. Read /usr/share/doc/cupsys/README.txt.gz All I did was run the lpadmin cmd as root. In your case try: /usr/lib/lpadmin -p StColor -m stcolor.ppd -v parallel:/dev/lp0 -E This sets up the printer on the first parallel port(lp0) uses the EPSON Stylus Color driver which comes with CUPS and gives the printer the name StColor. I also added my normal user account to the lpadmin group which might be a security hole. You can then administer the printer using a browser by: http://localhost:631/ Now I have a question, a stupid one of course. When I use the CUPS web interface the first page is displayed OK as http://localhost:631/. If I click on any of the links then the browser tries to load the page by substituting my hostname(cumulus) for localhost. This workstation is behind a firewall so it doesn't have a true domain. /etc/hosts is: 127.0.0.1 localhost 192.168.1.3 cumulus /etc/hostname is: cumulus 192.168.1.3 is the NIC's static IP. Is the web browser pulling 'cumulus' from /etc/hostname? How do I tell it that 192.168.1.3 and 127.0.0.1 are the same machine? Am I misunderstanding or are *nix hostname really hostnames per IP? scott ---------------------------------- E-Mail: [EMAIL PROTECTED] Date: 10-Oct-2000 Time: 08:45:49 This message was sent by XFMail ----------------------------------