Kent A. Reed wrote: > Gentle persons: > > I've been away from home and mostly away from the keyboard as well. > > I returned to find the string of recent messages from/to Don Stanley > regarding the failure of his Intel D510MO board to work in the Enhanced > Parallel Port (EPP) mode. > > To quote a friend from Leeds, I was gobsmacked. I had run a quick series > of tests on this board before I built it into a non-CNC project and I > thought it worked fine. > > I pulled the board out of service and have now replicated Don's experience. > > > It turns out the BIOS isn't fine. Yes, the BIOS can disable the port, > but no matter what enabled setting is selected, Linux, once booted, > reports the port is actually running in PC Standard Parallel Port > (PCSPP) mode. > Fortunately, this is only a minor problem. The HARDWARE still works, you just have to override what Linux is told the port can, and can't, do. Writing 0x80 to the ioport 0x402 higher than the parallel port base address (0x378) turns on the EPP mode, despite what Linux believes the port can do. The ppmc driver would do this except that Linux has told it that address doesn't exist. So, I have a separate program that does this without checking, and Don has demonstrated that it does work. My pcisetup program, at : http://pico-systems.com/codes/pcisetup.c
will do that. Compile with cc -o pcisetup pcisetup.c or you can get the executable at http://pico-systems.com/codes/pcisetup but you will have to set it to executable after downloading it. This program needs to be run with super-user privileges. Jon ------------------------------------------------------------------------------ Download new Adobe(R) Flash(R) Builder(TM) 4 The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly Flex(R) Builder(TM)) enable the development of rich applications that run across multiple browsers and platforms. Download your free trials today! http://p.sf.net/sfu/adobe-dev2dev _______________________________________________ Emc-users mailing list Emc-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/emc-users