VOGONS

Common searches


Search results

Display options

Re: Serial Issues

in DOSBox General
Why do the chmod shenanigans and not just add your user to the “dialout” group? The device nodes are already group-read-writable by default. Docs: https://wiki.debian.org/SystemGroups

Re: Motherboard and PSU for 24/7 run?

in Milliways
Depending on what you want to do (and if you don’t specifically need PC-compatible hardware), ARM-based SBCs like the Raspberry Pi 3 or newer might be a great alternative to look into for noiseless low-power 24/7 computing/server use without any moving parts. Also takes up minimal space.

Re: SBEMU: Sound Blaster emulation on AC97

in Marvin \ Sound
Thanks for testing. Please bear with me while we're trial'n'erroring our way to the perfect set of registers... Please test the next build and see if this restores audio again, based on https://github.com/thp/sbemu/commit/af2f663b1 … 249ee108bfea43f

Re: SBEMU: Sound Blaster emulation on AC97

in Marvin \ Sound
New build from this commit: https://github.com/thp/sbemu/commit/37f9be97ce38dfb9d1e10ee1cc7a96d5986b263d I trimmed it down to a few registers that I think matter, and left out the ones that probably don't affect operation. Please let me know if this build still works on your machine (if yes, we can …

Re: SBEMU: Sound Blaster emulation on AC97

in Marvin \ Sound
>Fix register write offsets hey, thats my ac97dump bug! :) Hehe... BADEMU.LOG:>00:00:00.604 sc_ich.c 219 primary codec reset timeout:0 [...] it will return 0 if it runs out of retries? That's true, well spotted - I didn't even look into those logs anymore. Hi there, I don't know what you did, but I …

Re: SBEMU: Sound Blaster emulation on AC97

in Marvin \ Sound
Here's a build that takes your register dump from Win98 and forces all registers to the dump you provided. It also disables mixer writes from sbemu, so mixer settings won't work from SBEMU (and be fixed to whatever you set in Win98). This doesn't check read-only/read-write registers and just …

Re: SBEMU: Sound Blaster emulation on AC97

in Marvin \ Sound
None of these tests made any sound work on that FSC-E600 AD1980 i865G. Sorry guys :( Looking at the logs, register 0x76 is now properly set. We should probably just try to set all the other registers based on your Win98 dump, and if that works, we just need to trim down to the offending register ( …

Re: SBEMU: Sound Blaster emulation on AC97

in Marvin \ Sound
I just noticed in snd_intel_prepare_playback() the codec is reset, and then we don't set the register values again, which would probably neuter any register settings done before. So the following patch against the linux-cross branch (clone the source repo, apply the patch below, then build) might …

Re: SBEMU: Sound Blaster emulation on AC97

in Marvin \ Sound
The ac97dump utility would only need to do a 16-bit read at every 2 bytes, I was confused for a second :) tl;dr: HPSEL and LOSEL in register 0x76 are not set for some reason, so next step would be to figure out why the SBEMU code cannot write to these registers. As long as we don't see those two …

Re: SBEMU: Sound Blaster emulation on AC97

in Marvin \ Sound
here you go, sound ist not working on MSDOS/AMITHLON, sound is working in Win98se Window. All files from the "bad" machine FSC-E600 D1534 i865G AD1980. It's obvious that 98codec.log (working win98) is different than badcodec.log (not working msdos) on that same machine. (edit: removed the part …

Re: SBEMU: Sound Blaster emulation on AC97

in Marvin \ Sound
As an update to the SIS7012 support, the ECS K7S5A board I have here apparently also has an onboard SIS7012 audio chip (the initial development happened on/for a Futro S400). Quickly booted up the sbemu build with sis7012 support and it seems to work (e.g. Duke3D with OPL + PCM works). Looking up …

Re: SBEMU: Sound Blaster emulation on AC97

in Marvin \ Sound
Do I understand you correctly? I should install Win9x and install the sound-drivers and make a dump (allregs 24d5 8086) in the command line? you know that win9x has a soundblaster-emulation activated in dos-window or fulscreen. Or should I only boot the dos7 prt of win9x and make a dump. what …

Page 2 of 9