&gt;Do you have /proc/ other things?<br>
<br>
Yep.<br>
<br>
nahash@ubuntu:~$ cd /proc/<br>
Display all 108 possibilities? (y or n)<br>
<br>
<br>
I read here <a href="https://www.redhat.com/archives/redhat-list/2004-December/msg00279.html">https://www.redhat.com/archives/redhat-list/2004-December/msg00279.html</a><br>
that <tt>In RHELv2.1 (which I think is based on 7.3) there is no /proc/parport 
but there is a /proc/sys/dev/parport when insmod parport and insmod 
parport_pc are run.<br>
<br>
but I don't see any likely config files.<br>
<br>
nahash@ubuntu:/proc/sys/dev/parport$ ls<br>
default&nbsp; parport0<br>
nahash@ubuntu:/proc/sys/dev/parport$ cd /proc/sys/dev/parport/default/<br>
nahash@ubuntu:/proc/sys/dev/parport/default$ ls<br>
spintime&nbsp; timeslice<br>
nahash@ubuntu:/proc/sys/dev/parport/default$ cd /proc/sys/dev/parport/parport0/<br>
nahash@ubuntu:/proc/sys/dev/parport/parport0$ ls<br>
autoprobe&nbsp;&nbsp; autoprobe1&nbsp; autoprobe3&nbsp; devices&nbsp; irq&nbsp;&nbsp;&nbsp; spintime<br>
autoprobe0&nbsp; autoprobe2&nbsp; base-addr&nbsp;&nbsp; dma&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; modes<br>
nahash@ubuntu:/proc/sys/dev/parport/parport0$ cd /proc/sys/dev/parport/parport0/devices/<br>
nahash@ubuntu:/proc/sys/dev/parport/parport0/devices$ ls<br>
active&nbsp; lp<br>
nahash@ubuntu:/proc/sys/dev/parport/parport0/devices$ cd /proc/sys/dev/parport/parport0/devices/lp/<br>
nahash@ubuntu:/proc/sys/dev/parport/parport0/devices/lp$ ls<br>
timeslice<br>
<br>
<br>
</tt><br><br><div><span class="gmail_quote">On 10/30/05, <b class="gmail_sendername">Adam Rosi-Kessel</b> &lt;<a href="mailto:adam@rosi-kessel.org">adam@rosi-kessel.org</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hmm. No /proc/parport is not so good. Do you have /proc/ other things?<br><br>Karl Sokol wrote:<br>&gt; I do not have a /proc/parport.&nbsp;&nbsp;Is that a problem?<br>&gt;<br>&gt;&gt;From man tunelp, I read:<br>&gt;<br>&gt; &quot;-i &lt;IRQ&gt;
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
specifies&nbsp;&nbsp;the IRQ to use for the parallel port in<br>&gt; question.&nbsp;&nbsp;If<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
this is set to something non-zero, -t and -c have no<br>&gt; effect.&nbsp;&nbsp;If<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
your&nbsp;&nbsp;port does not use interrupts, this option will make<br>&gt; print$B!>(B<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
ing stop.&nbsp;&nbsp;The command tunelp -i 0 restores non-interrupt<br>&gt; driven<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
(polling)&nbsp;&nbsp;action,&nbsp;&nbsp;and your printer should work
again.&quot;<br>&gt;<br>&gt; Sounds great.&nbsp;&nbsp;But...<br>&gt;<br>&gt; nahash@ubuntu:/$ tunelp /dev/lp0&nbsp;&nbsp;-i 0<br>&gt; tunelp: ioctl: Invalid argument<br>&gt; /dev/lp0 using IRQ 7<br>&gt; nahash@ubuntu:/$<br>&gt;<br>&gt; Others have the problem
<br>&gt; <a href="http://www.linuxarkivet.se/mlists/suse-linux-e/0306/msg01023.html">http://www.linuxarkivet.se/mlists/suse-linux-e/0306/msg01023.html</a><br>&gt; <a href="http://www.mail-archive.com/linux-setup@senator-bedfellow.mit.edu/msg01559.html">
http://www.mail-archive.com/linux-setup@senator-bedfellow.mit.edu/msg01559.html</a><br>&gt;<br>&gt; But noone seems to have the solution.<br>&gt;<br>&gt; Any other suggestions?<br>&gt; Thanks.<br>&gt;<br>&gt;<br>&gt; On 10/18/05, *Adam Rosi-Kessel* &lt; 
<a href="mailto:adam@rosi-kessel.org">adam@rosi-kessel.org</a><br>&gt; &lt;mailto:<a href="mailto:adam@rosi-kessel.org">adam@rosi-kessel.org</a>&gt;&gt; wrote:<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; Karl Sokol wrote:<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; &gt; My printer works ok for the most part- except that it is extremely
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; &gt; slow.&nbsp;&nbsp;From what I could find googling around, there is a timing issue<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; &gt; peculiar to some hp models when the printer is in<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; 'interrupt-driven' mode.<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; &gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; &gt; The solution that is regularly presented is to set the printer into
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; &gt; 'poll' mode by...<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; &gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; &gt; $ lptcontrol -p -d /dev/lpt0<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; &gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; &gt; However, it seems like the program lptcontrol is a BSD program and not<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; &gt; in the debian archive.&nbsp;&nbsp;Before I look for a source for lptcontrol or
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; &gt; start fiddling with the kernel (which I would rather not do), is there<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; &gt; an easy way to change the printer's mode?<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; I have an unconfirmed suspicion that you might be able to change it
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; somewhere under /proc/parport/.&nbsp;&nbsp;Have you checked there?<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; Also, there is a command tunelp that I think should be included in<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; standard<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; Linux installations that probably does the same thing as lptcontrol.
<br>&gt;<br>
</blockquote></div>