Sebastian,

After my last build, with the settings shown below, I got the "parport_pc
00:07: disabled" error. When looking at proc/ioports there is nothing listed
for 0378.

0376-0376 : 0000:00:lf.1
03c0-03df : vga+

I also tried setting all PARPORT values to 'n', but that resulted in the
parport_pc disabled error too, so I assumed parport_pc needed to be enabled,
while parport needed to be disabled.

Regards,
Eric

> CONFIG_PARPORT=n
> CONFIG_PARPORT_PC=m
> CONFIG_PARPORT_SERIAL=m
> CONFIG_PARPORT_PC_FIFO=y
> CONFIG_PARPORT_PC_PCMCIA=m
> CONFIG_PARPORT_AX88796=m
> CONFIG_PARPORT_1284=y
> CONFIG_PARPORT_NOT_PC=y

It's not just the "parport" module you have to disable, it's also
"parport_pc".  CONFIG_PARPORT_PC is set to "m", so the parport_pc module
will get compiled and possibly/probably loaded.  You can see if it's loaded
or not by running "lsmod" or by looking in /proc/ioports (look for something
like this:  "0378-037a : parport0").

If you have made sure parport_pc is not loaded and the relevant ioports are
free (ie, not listed as used in /proc/ioports) then the next thing is to
loadrt probe_parport, hostmot2, and hm2_7i43.


--
Sebastian Kuzminsky
Why do we even pretend to have nations these days?  -- Bruce Sterling
<http://www.seedmagazine.com/news/2009/01/2009_will_be_a_year_of_panic.php>

----------------------------------------------------------------------------
--
Create and Deploy Rich Internet Apps outside the browser with
Adobe(R)AIR(TM) software. With Adobe AIR, Ajax developers can use existing
skills and code to build responsive, highly engaging applications that
combine the power of local resources and data with the reach of the web.
Download the Adobe AIR SDK and Ajax docs to start building applications
today-http://p.sf.net/sfu/adobe-com
_______________________________________________
Emc-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-developers



------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
Emc-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-developers

Reply via email to