Wow, it worked!
Thanks for the great tip Alex!

Now the device is no longer [disabled]

For anyone else facing this issue in the future I followed the  
instructions here:
http://www.thecooltool.com/files/dateien_578.pdf

Namely:
---------------------------------------
A) The file 'emc2' in the directory /etc/modprob.de has to be removed,  
or even better moved.
usern...@computername:~$ sudo mv /etc/modprobe.d/emc2 /emc2

B) Setting up the interface:
usern...@computername:~$ sudo modprobe parport_pc
usern...@computername:~$ sudo modprobe parport_cs
usern...@computername:~$ sudo rmmod ppdev
usern...@computername:~$ sudo rmmod lp
usern...@computername:~$ sudo rmmod parport_cs
usern...@computername:~$ sudo rmmod parport_pc
---------------------------------------

Thanks again.

Karl

On Mar 25, 2010, at 3:36 AM, Alex Joni wrote:

> for PCMCIA cards I found that the only way to make them work was to  
> load the
> linux drivers, then unload them.
> Specifically parport_cs
>
> (so do something like: modprobe parport_cs, check /proc/ioports for  
> your
> card, rmmod parport_cs (and dependencies if needed.. been a while,  
> can't
> remember exactly if there were any)).
>
> Regards,
> Alex
>


------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Emc-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to