First post, by dylanrush
I have a Gateway GP6-450. It has a Pentium 2 at 450mhz and 384mb of RAM. I am using an SD card - IDE adapter. On my 64gb SD card I am dual booting Windows 98SE and 2000.
Outside of the computer, I have a USB keyboard and a USB mouse (Logitech G502). Those are connected to an 8-way HDMI/USB KVM, and I share my KVM with map work laptop, modern gaming PC, and various other builds.
For my Gateway, this is the oldest PC in my collection. In order to get keyboard and mouse support in DOS, I had to get creative.
I used an Extron VGA-HDMI converter.
The client that is attached to the USB part of the KVM is actually a Raspberry Pi Zero. That boots up and handles the keyboard and mouse. The keyboard is translated to a PS2 keyboard using a custom Arduino sketch using ps2dev and a custom Python script to translate the incoming USB keystrokes to PS2. That actually works very well.
The mouse is using USB-Mouse-To-Serial. I have a Startech.com ICUSB232FTN adapter that pretends to be a serial mouse.
This works great in Windows 98.
For the life of me I cannot get Windows 2000 to detect this "serial" mouse. On the raspberry Pi I can see that the mouse is "connected" to the client, but nothing ever shows up in Device Manager.
I feel like I need to force Windows 2k to load drivers. Even if I go to manually add a device in Device Manager, I don't see mice as an option.
Any tips?
"/fastdetect" was in my boot.ini but I removed it.