Alex On Wednesday 10 September 2008, Alex Joni wrote: > the culprit might be probe_parport, can you check if parport_pc shows up > under lsmod (right after booting the machine, then after running emc2), and > if you have loadrt probe_parport in your hal file.
Indeed, probe_parport is the offending "module" - Ripping $random code from a common kernel module without considering the implications opens the door to a whole load of problems. Take a look at the pnp_driver struct (in probe_parport.c) and note the name field - A conflict is just waiting to happen. --- Paul. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Emc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-users
