Eric H. Johnson wrote: > I keep going back and forth between two errors. > > 1> Make sure kernel module 'parport' is unloaded. > 2> parport_pc 00:07: disabled > > Here are my settings for the various references to parport. > > 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 > > I tried several configurations, including copying from one of the other > configurations, but I keep getting one of the two errors listed above.
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
