Clean boot of tcl3.5.1 on pc with p4 cpu gives the following lsmod output
Module Size Used by Not tainted
vfat 5596 1
fat 30220 1 vfat
squashfs 14728 0
ppdev 3732 0
scsi_wait_scan 276 0
parport_pc 18656 0
tg3 84024 0
ramzswap 10240 1
parport 18560 2 ppdev,parport_pc
libphy 8596 1 tg3
loop 8068 0
I did not find anything in the BIOS regarding Auto handling of irq's its very ancient isn't it
I've set the Parallel port settings to EPP - 378/IRQ7 and I've tried ECP and the lsmod is always the same, see bellow.
Clean boot of tcl3.5.1 on pc with p2 cpu gives the following lsmod output
Module Size Used by Not tainted
squashfs 14728 0
scsi_wait_scan 276 0
ramzswap 10240 1
loop 8068 0
e100 19332 0
This is no big deal. I now have the info to use lsmod, and know to look for
parport 18560 2 ppdev,parport_pc
when trying to setup a parallel port printer with cups, and I know how to fix it by adding sudo modprobe parport_pc to my /opt/bootlocal.sh file
Regarding extra driver extensions.
I've removed both poppler-bin.tcz , ghostscript.tcz from OnBoot and everything works fine. I will keep some documentation that those extensions might be needed in the future to make things easier.
I can connect to the printer server via a windows xp computer and can print fine
Everything is working fine here now.
All thats left to do is write up a howto for next time.
Thanks to everyone for their input and advice.
I even learnt some new stuff.