crazii / SBEMU

legacy sound blaster emulation for DOS
GNU General Public License v2.0
573 stars 32 forks source link

Sbemu conflicting with usbuhcil usb dos drivers #85

Open TheUndertakerPoland opened 5 months ago

TheUndertakerPoland commented 5 months ago

There is a game called blood. So I have sbemu configured on wyse vx0 (via ac97) Sound working. I have ps2 keyboard and usb mouse. Mouse running in Norton commander. I'm starting blood game showing mouse detected, but in the middle of the game mouse not working at all, sound works (tested with jemmex and without) When I quit I have nice return to Norton commander but mouse not working until I restart usb drivers.

crazii commented 5 months ago

Thanks for reporting, currently I'm in the middle of improving compatibility with other devices (shared IRQ especially). I'll let you know when it is done.

Also, you can test if there's any chance that without sbemu and the mouse is not working, although I doubt there's little chance of it.

TheUndertakerPoland commented 5 months ago

Yes, without sound mouse working in the game. I noticed some progress I had version 4 days old and blood was crashing. Today installed latest version and looks like blood was running just mouse not mean together

Ethaniel-404 commented 5 months ago

There is a game called blood. So I have sbemu configured on wyse vx0 (via ac97) Sound working. I have ps2 keyboard and usb mouse. Mouse running in Norton commander. I'm starting blood game showing mouse detected, but in the middle of the game mouse not working at all, sound works (tested with jemmex and without) When I quit I have nice return to Norton commander but mouse not working until I restart usb drivers.

«usbuhcil» is the lite version. Try the standard «usbuhci» (it's in the same folder if you're using Bret Johnson's drivers), then usbmouse.com, and finally force PS2 mode on ctmouse with the /p modifier. I've had issues with «usbuhcil» as well.

TheUndertakerPoland commented 5 months ago

Usbuhci without l crashing in dos after run just power on off

TheUndertakerPoland commented 5 months ago

Also I have tried change irq and I must use irq 11 for usbuhcil and using sbemu with /i5 option even with that conflict exist I'm not very technical in old irq mapping but I can help with testing

Ethaniel-404 commented 5 months ago

Wait: The Wyse VX0 has a dedicated PS/2 port for a mouse. Why are you struggling with this? Use a PS/2 mouse and dodge the entire issue...

TheUndertakerPoland commented 5 months ago

I don't have ps2 mouse ATM in hand :(

Wysłano z programu Outlook dla systemu Androidhttps://aka.ms/AAb9ysg


From: Ethaniel @.> Sent: Friday, February 9, 2024 12:08:19 PM To: crazii/SBEMU @.> Cc: TheUndertakerPoland @.>; Author @.> Subject: Re: [crazii/SBEMU] Sbemu conflicting with usbuhcil usb dos drivers (Issue #85)

Wait: The Wyse VX0 has a dedicated PS/2 port for a mouse. Why are you struggling with this? Use a PS/2 mouse and dodge the entire issue...

— Reply to this email directly, view it on GitHubhttps://github.com/crazii/SBEMU/issues/85#issuecomment-1935814948, or unsubscribehttps://github.com/notifications/unsubscribe-auth/BENW5UOPAW6CXTJY3W5XC4TYSYGTHAVCNFSM6AAAAABDAXAFAOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMZVHAYTIOJUHA. You are receiving this because you authored the thread.Message ID: @.***>

Ethaniel-404 commented 5 months ago

Well, in that case, I believe @crazii has a project called USBDDOS. It is functionally similar to Bret Johnson's drivers, maybe you'll have better luck with it.

But, if you have PS/2 ports, use them. I'd drop all USB drivers in a heartbeat, but my netbook doesn't have any legacy ports.

TheUndertakerPoland commented 5 months ago

I'll check. I know I can connect ps2 mouse just ordered on amazon but all this play and digging in oldies is a lot of fun :) and I can help btw :)

TheUndertakerPoland commented 5 months ago

No joy with them. Usbddos seems to works but ctmouse not recognise any mouse, usbddosp crashing

TheUndertakerPoland commented 5 months ago

Wyse supporting legacy mode just ctmouse can't find any mouse straight so just fighting with usbdos

Ethaniel-404 commented 5 months ago

Which version of ctmouse are you using? Remember, there's three branches for PS/2 handling. In other words, try the three of them (1.9.1, 2.0 alpha 4, and 2.1 beta 4).

TheUndertakerPoland commented 5 months ago

I have tested 1.9 2.0 and 2.1 and just 2.1 works for me. Works mean in combination of usbuhcil /irq11 and usbmouse /m:1 plus ctmouse all working fine. (Without sound mean) I have legacy mode under bios and seems this works fine with pendrive (I was able to install full freedos from autoboot pendrive) I can enable/disable ehci mode. To the author there is a game what I noticed is hard to run with sound. It is Czech game called ramon's spell, I was able to run this under dosbox with some sb16 tricks and commands but seems like soundblaster option is greyed out with sbemu (for now ) :)

crazii commented 5 months ago

No joy with them. Usbddos seems to works but ctmouse not recognise any mouse, usbddosp crashing

currently usbddos is working in progress, and the release is behind the master branch code, you may try this one in the link https://github.com/crazii/SBEMU/issues/13#issuecomment-1935415791 but it might not work either.