VOGONS


First post, by Subjunctive

User metadata
Rank Newbie
Rank
Newbie

I've got a Compaq ProLinea 486/25 SX upgraded with a "487" to a DX. When I found the machine, it had Windows 95, but I wanted to use it for pure DOS gaming, so I blew 95 away and replaced it with MS-DOS 6.22.

Whenever I enable the mouse driver in CONFIG.SYS, it says on boot:

"Driver not installed -- interrupt jumper missing"

I replaced the optical mouse with a ball mouse - no effect.
I tried a hacked MOUSE.SYS - no effect.
I copied over MOUSE.COM from the MS-DOS disks and it throws a screenful of garbage whenever I execute it. Doesn't matter if I use LH.

There's nothing in the documented jumper settings for this - only on 386 boards. I did make a jumper change when I installed the 487, but all this does is bypass the soldered 486SX. Shouldn't affect the mouse at all.

The mouse worked fine under Windows 95 when it was installed.

May I need to crack this machine open again after all? If I take the error message at face value, I've no idea what jumper I'd need to change...

Reply 1 of 9, by Kamerat

User metadata
Rank Oldbie
Rank
Oldbie

You can always try out the CuteMouse driver: http://cutemouse.sourceforge.net

Load it from autoexec.bat

DOS Sound Blaster compatibility: PCI sound cards vs. PCI chipsets
YouTube channel

Reply 2 of 9, by derSammler

User metadata
Rank l33t
Rank
l33t

To me, the message tells you that the COM port has no IRQ set. Win95 may be able to drive the mouse over the COM port without an IRQ, but DOS probably not. So check the COM port settings.

Reply 3 of 9, by Jo22

User metadata
Rank l33t++
Rank
l33t++
Subjunctive wrote:

I tried a hacked MOUSE.SYS - no effect.

Thanks for the link! This page in turn has a link at the bottom, which points to the old cyrix web page.

Cyrix 386-to-486 Upgrade Processor FAQ
https://web.archive.org/web/19960926234013/ht … er/faq386up.htm

It says: "The Cyrix Upgrade will not work with 386 computers that only use a 287 math coprocessor.
The 287 will have to be removed
."

I didn't know that! 😮 I wonder if the 486DLC will also be affected..
At some point, I played with the idea of installing one of these in an early 386 mainboard,
so it is good to know about the risk of "loosing" a 287 math copro..

Kamerat wrote:

You can always try out the CuteMouse driver: http://cutemouse.sourceforge.net

Good idea! 😀

Another driver that worked well for me is the Sigma mouse driver.
It can be found here. 😉

"Time, it seems, doesn't flow. For some it's fast, for some it's slow.
In what to one race is no time at all, another race can rise and fall..." - The Minstrel

//My video channel//

Reply 4 of 9, by Jepael

User metadata
Rank Oldbie
Rank
Oldbie

Just to be sure, is it a PS/2 mouse with a 6-pin mini-DIN connector, or serial mouse with a 9-pin DSUB connector?

IIRC, mouse drivers did not come with DOS but the mouse, so you may have an incompatible driver for your mouse.

If it's a PS/2 mouse, make sure your mouse driver can work with PS/2 mice. I recall DOS-era Microsoft mouse drivers were for serial mice only.
If it's a serial mouse, make note to which COM port it is connected to and tell that to driver.
Also look for BIOS settings for COM ports about their port addresses and interrupts so you know if the driver uses the same.

Or just use Cutemouse.

Reply 5 of 9, by brostenen

User metadata
Rank l33t++
Rank
l33t++

I have had problems with mouse.sys in config.sys before. Though if the hardware is up and running correctly, mouse.com and ctmouse.com/exe in autoexec.bat will allways work. I have seen that there are settings for I/O channels in the manual, so perhaps it is set up and conflicting as it is now, hence perhaps why there is an IRQ conflict. Just a theory that I have as to what can be the issue. Another thing you can do, is to take a look inside the BIOS setup. The ports might be turned off, if the BIOS supports this.

Don't eat stuff off a 15 year old never cleaned cpu cooler.
Those cakes make you sick....

My blog: http://to9xct.blogspot.dk
My YouTube: https://www.youtube.com/user/brostenen

001100 010010 011110 100001 101101 110011

Reply 6 of 9, by Subjunctive

User metadata
Rank Newbie
Rank
Newbie

A little more info:

This is a PS/2 mouse, not a serial mouse - and I also have an Aptiva with a PS/2 mouse that was successfully recognized with MOUSE.SYS under the same version of MS-DOS, so I know it's possible.

The fact that both MOUSE.SYS and MOUSE.COM don't work seems to suggest that there's something wrong on a lower level than the driver - so I'm thinking maybe I should fiddle with the P5 jumper before trying the alternative drivers (which, believe me, have been duly noted).

Indid find in the BIOS that COM2 had been disabled, but that was almost certainly the serial port. In any case, enabling it had no effect.