Hi Kevin
No idea if the 12.xxx drivers work with the 14.089_W4 kernel but don't see why not...
The load order varies slightly between the 10.xxx and 12.xxx drivers.
Example 10.xxx order:-
REM ***** 4 uhci controllers
BASEDEV=USBUHCD.SYS
BASEDEV=USBUHCD.SYS
BASEDEV=USBUHCD.SYS
BASEDEV=USBUHCD.SYS
REM ***** 1 ehci controller
BASEDEV=USBEHCD.SYS
REM ***** USB base drivers
BASEDEV=USBD.SYS
BASEDEV=USBHID.SYS
REM ***** No USB Optical drives
REM ***** BASEDEV=USBCDROM.ADD /CDS:1
REM ***** Support 8 USB "hard" drives/Flash drives/Cardreader drives; No USB Floppy
BASEDEV=USBMSD.ADD /REMOVABLES:8 /FLOPPIES:0
REM ***** Support USB mouse
DEVICE=H:\OS2\BOOT\USBMOUSE.SYS
REM ***** No USB Keyboard
REM ***** DEVICE=H:\OS2\BOOT\USBKBD.SYS
REM ***** USB Resource Manager
DEVICE=H:\OS2\BOOT\USBRESMG.SYS
REM ***** NOTE: Modern USB attached printers use CUPS and unix usb library(ies)
REM ***** DEVICE=H:\OS2\BOOT\USBPRT.SYS
Example 12.xxx order
REM ***** USB base driver
BASEDEV=USBD.SYS
REM ***** 4 uhci controllers
BASEDEV=USBUHCD.SYS
BASEDEV=USBUHCD.SYS
BASEDEV=USBUHCD.SYS
BASEDEV=USBUHCD.SYS
REM ***** 1 ehci controller
BASEDEV=USBEHCD.SYS
REM ***** USB base driver
BASEDEV=USBHID.SYS
REM ***** No USB Optical drives
REM ***** BASEDEV=USBCDROM.ADD /CDS:1
REM ***** Support 8 USB "hard" drives/Flash drives/Cardreader drives; No USB Floppy
BASEDEV=USBMSD.ADD /REMOVABLES:8 /FLOPPIES:0
REM ***** Support USB mouse
DEVICE=H:\OS2\BOOT\USBMOUSE.SYS
REM ***** No USB Keyboard
REM ***** DEVICE=H:\OS2\BOOT\USBKBD.SYS
REM ***** USB Resource Manager
DEVICE=H:\OS2\BOOT\USBRESMG.SYS
REM ***** NOTE: Modern USB attached printers use CUPS and unix usb library(ies)
REM ***** DEVICE=H:\OS2\BOOT\USBPRT.SYS
To get a USB removable drive mounted automatically on insertion - well, when the system notices a usb drive has been attached - there should be a USB Removable Device Auto Monitor object in the Startup folder which should display a message when a drive is attached. There is a useful utility that opens the Drives folder when a usb drive is attached see
https://home.hccnet.nl/w.m.brul/usbstick/index.htmlWith regard to the nic problem: Looks like you have 2 different drivers installed. Use a tool such as pci.exe to get the Hardware and Vendor IDs of the nic and, hopefully, we can resolve that issue. You should find pci.exe here
http://www.os2site.com/sw/hardware/diags/pci104vka.zip there is probably a later list than this somewhere
http://www.os2site.com/sw/hardware/diags/pcidevs_20180114.zipHope the above is of some help
Pete