Eric H. Johnson wrote: >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+ > > When do you get the disabled "error"?
There is no time when you would want to load parport_pc for an EMC2 setup, so it shouldn't be when loading EMC2. That looks like a status message from the kernel, something like "I see something but can't load a driver because it's disabled". You can have parport_pc compiled for your kernel, you just need to prevent it from loading. There is an explanation on how to do this in the wiki (I think you put a line like "alias parport_pc true" in modaliases, but I don't remember the specifics). Somewhere in the message list archives is a procedure to enable PCI devices that are disabled (echo "1" > sudo tee /proc/somewhere/enable ... :) ). If it's a PCI parallel port and the memory regions aren't being enabled, I think this is the way to correct that. Sorry I can't be more specific, but you should be able to follow the pointers. - Steve ------------------------------------------------------------------------------ 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
