Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!nntp.coast.net!sgigate.sgi.com!uhog.mit.edu!news.mathworks.com!newsfeed.internetmci.com!in2.uu.net!news.artisoft.com!usenet From: Terry Lambert <terry@lambert.org> Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: slow print problem Date: Thu, 20 Jun 1996 14:29:39 -0700 Organization: Me Lines: 23 Message-ID: <31C9C2C3.675102B3@lambert.org> References: <31C98DE4.41C67EA6@rockwell.cz> NNTP-Posting-Host: hecate.artisoft.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 2.01 (X11; I; Linux 1.1.76 i486) petr wrote: ] ] my HP 660c appears extremely slow under FreeBSD (1 ascii page in 10 ] minutes) ] ] I don not know, where is the problem, my /etc/printcap worked ] fine with my previous HP 520 ] ] any suggestions ? Your printer port is on IRQ 7, which is the "garbage" interrupt for all unrecognized interrupts, and you have some other device that is generating unexpected interrupts that are going to IRQ 7 and flaking out the printer driver; probably a sound card with an open collector microphone connection, or a video card that's spitting vertical retrace interrupts onto IRQ 2. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.