I've just reprepped an old Windows 98 machine and the bitch will not detect the mousee. If I try 'add new hardware' the Com1 port comes up in the pnp devices to be added, then it says the device has it's drivers installed but is not funtioning correctly. So if I go to see the report on why it is malfuntioning I get the message: 'This device is not working properly because the BIOS in your computer is reporting the resources for the device incorrectly. please contact your computer manufacturer to get an updated BIOS'.
Is there anyway around this problem apart from flashing the BIOS? Surely a BIOS shouldn't need flashing to accomodate a serial port?
Originally posted by jimslyp69It never hurts to have the latest version, i would update the BIOS and see if that fixes the problem
I've just reprepped an old Windows 98 machine and the bitch will not detect the mousee. If I try 'add new hardware' the Com1 port comes up in the pnp devices to be added, then it says the device has it's drivers installed but is not funtioning correctly. So if I go to see the report on why it is malfuntioning I get the message: 'This device is not wor ...[text shortened]... part from flashing the BIOS? Surely a BIOS shouldn't need flashing to accomodate a serial port?
Originally posted by Mangy MoooseI was hoping you wouldn't say that. I can't find the BIOS string in the bottom left hand corner where it is usually located, so I am lost. How do I update it if I don't know what it is?
It never hurts to have the latest version, i would update the BIOS and see if that fixes the problem
Originally posted by jimslyp69One thing you could try, we have Dell's at work, win 2000 but
I've just reprepped an old Windows 98 machine and the bitch will not detect the mousee. If I try 'add new hardware' the Com1 port comes up in the pnp devices to be added, then it says the device has it's drivers installed but is not funtioning correctly. So if I go to see the report on why it is malfuntioning I get the message: 'This device is not wor ...[text shortened]... part from flashing the BIOS? Surely a BIOS shouldn't need flashing to accomodate a serial port?
the idea should work, when they screwed up, the dell rep says,among
other things, take out the little battery on the MOBO and let it
sit for a minute or so then re-install the battery. This forces the bios
information to its default settings.
Another thing to try, like someone else suggested, the mouse might
be broken, try another mouse at least for a reality check.
Originally posted by jimslyp69this isn't a brand name computer that might have a ps/2 mouse port is it?
I've just reprepped an old Windows 98 machine and the bitch will not detect the mousee. If I try 'add new hardware' the Com1 port comes up in the pnp devices to be added, then it says the device has it's drivers installed but is not funtioning correctly. So if I go to see the report on why it is malfuntioning I get the message: 'This device is not wor ...[text shortened]... part from flashing the BIOS? Surely a BIOS shouldn't need flashing to accomodate a serial port?
Also.. is there an internal modem installed that might be on Com3 or something?
Originally posted by jimslyp69I believe is a some kind of conflict involve here ..did you have the modem install ?
I've just reprepped an old Windows 98 machine and the bitch will not detect the mousee. If I try 'add new hardware' the Com1 port comes up in the pnp devices to be added, then it says the device has it's drivers installed but is not funtioning correctly. So if I go to see the report on why it is malfuntioning I get the message: 'This device is not wor ...[text shortened]... part from flashing the BIOS? Surely a BIOS shouldn't need flashing to accomodate a serial port?
Originally posted by jimslyp69This is an easy problem... 🙂
I've just reprepped an old Windows 98 machine and the bitch will not detect the mousee. If I try 'add new hardware' the Com1 port comes up in the pnp devices to be added, then it says the device has it's drivers installed but is not funtioning correctly. So if I go to see the report on why it is malfuntioning I get the message: 'This device is not wor ...[text shortened]... part from flashing the BIOS? Surely a BIOS shouldn't need flashing to accomodate a serial port?
I ran the Arrakis BBS using one computer and 5 phone lines! 😲
Heh, you simply have a conflict between the int used by the mouse and something else on your computer.
Drawing from memory... I think Com 1 used int 4 and com 2 used int 3. You'll have to double-check it for sure cause I shut the BBS down around 7 years ago. But also know that if you have a com 3 it will use the same int as com 1! Same for com 4, uses the int from com 2.
So if you have a modem or other device using int 4, then your mouse needs to use a different int.
Printers should be assigned to int 7.
Good Luck
You are correct in your memory of interrupts.. Com1/3 uses Interrupt 4, and Com2/4 use interrupt 3.
And.. Memory location is 3F8, 2F8, 3E8, 2E8 respectively.
If you do have a modem, move it to Com2.. that should resolve.. Easiest way to tell is remove the modem itself.. if the mouse starts working, then thats what it is for sure.
No modem installed. I've checked the BIOS and it gives me the option to assign memory and IRQ allocations. Tried 2F8 and and 3F8 and rebooting, still no joy. It even has all the IRQ assignments in there, no conflicts shown. It shows COM 1 and COM 2 as the defaults. Hmmm. I'll try some of the other advice shown above and get back. Cheers dudes.