Hi there
On the new gigabyte motherboards we get there are no serial and parallel ports on the board
I do have a pcie parallel and serial card that is supported by linux and works fine on opensuse 15 and it uses the 99xx MosChip driver
On Tinycore64 if i do a lspci -v i see the serial and parallel port card and the I/O allocated to it and the irq
On opensuse all i do is edit /etc/init.d/boot.local and do the following:
modprobe 99xx
modprobe parport_pc io=0xe010 irq 11
modprobe lp
and this installs the driver at bootup
How do i compile the 99xx driver on tinycore and how do i modprobe the driver for it to load at boot time