On Thursday 25 March 2010, [email protected] wrote:
>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

Great link, solves some problems with otherwise strange hardware I believe.  
Thanks & bookmarked for future reference.

Much of this can be incorporated into the /etc/rc.d/rclocal file so it is 
done automatically at startup.  You'll probably have to sudo yourself to edit 
that file.  Alternatively, the startup file for emc could be modified I 
assume but I haven't tried that personally.

-- 
Cheers, Gene
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)

Jayne: "These are stone killers, little man. They ain't cuddly like me."
                                --Episode #2, "The Train Job"

------------------------------------------------------------------------------
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