WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Install a pcie parallel and serial port card in tinycore64  (Read 1332 times)

Offline bosch68

  • Newbie
  • *
  • Posts: 5
Install a pcie parallel and serial port card in tinycore64
« on: January 18, 2022, 05:38:44 AM »
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