I installed knoppix-3.4 to my harddrive, and compiled a new kernel (2.6.4).

It works well, but I wonder, where the modules are loaded.
I rarely need the parallel-port, but after booting the modules:

parport
parport-pc

are allways loaded.
I would prefer to prevent their loading, instead of writing a small script, which unloads them.
I know how to do the second.

I grepped in /etc/*, /etc/*/* and /etc/modutils/*/* for 'par' - and after filtering 'parameter' 'paragraph' 'partition' ... - there is no suspicious line left.
In /etc/modules.conf I commented the line:
# alias parport_lowlevel parport_pc
but it didn't help.