3 lines
186 B
Bash
Executable file
3 lines
186 B
Bash
Executable file
# 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
|