Don Stanley wrote:
> On Wed, Oct 6, 2010 at 1:49 PM, Jon Elson <el...@pico-systems.com> wrote:
>
>   
>>
>> and it will show a terse listing of port addresses, with lines like
>> 0378-037a : parport0
>> 037b-037f : parport0
>> note the second line for parport0 indicates that port is set for EPP
>> mode,
> Thank Jon and all;
> I set the mode to EPP and cycled the power to make sure it took.
> more /proc/ioports shows:
> 02f8-02ff : serial
> 0378-037a : parport0
> 03c0-03df : vga+
>   
OK, well, that is bad news, it appears it is not setting the port to EPP 
mode for some
reason.  I just had a power failure, so I was able to check the ioports 
listing before
anything had talked to the port, and it still shows the extra 37b-37f field.
But, then, this is an older CentOS system, not the 10.04 EMC install, so the
listing format might be different.

Have you tried the diagnostic program I mentioned earlier?  You can also try
my program that sets a port to EPP mode,
http://pico-systems.com/codes/pcisetup
This is pre-compiled, and may not work on a 10.04 kernel, but you can 
try it.
You will need to do :
chmod u+x pcisetup
to make the file executable, and then run it with sudo as it is directly 
adjusting
system hardware :
sudo ./pcisetup 378
But, this likely won't do anything, as this function has been added to 
the ppmc driver.
However, as the port reports no EPP capability (based on the ioports 
list) it won't
actually perform this function in the driver.  pcisetup is dumb, and 
will just force it
anyway.  Well, I'm guessing this must be a Linux PnP/driver problem 
where it doesn't
recognize this particular parallel port chip and so doesn't understand 
that it is
actually EPP capable.
> I am getting the same error messages weather set EPP or ECP, from
> the begenning. The USC diagnostics see NOTHINGGgg!! understandably.
>   
Oh, OK, you have already tried the diags with same result.

Jon

------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to