4 lines
186 B
Bash
4 lines
186 B
Bash
|
# this is necessary to load the comedi_parport module properly
|
||
|
# as (at least) linux 2.6.13 does not really unload parport
|
||
|
echo "install parport /bin/true" >/etc/modprobe.d/skip_parport
|