You are not logged in.
Pages: 1
Hi
I have a problem.No sound(both sfx and music) in any game in dosbox.I remember those old dos times so i of course run setsound.exe in every game and configure it.I think i also configured my dosbox.conf correctly. I have sound in my system ,no prob playng sound files ,movies ,games both linux and thru wine.
here is my dosbox.conf http://download.yousendit.com/12B2BABE5750CAA7
Offline
try the following changes :
[gus]
gus=false
[midi]
config=
device=oss
intelligent=true
mpu401=true
[sblaster]
base=220
dma=1
hdma=5
irq=7
mixer=false
oplmode=auto
oplrate=22050
sbtype=sb16
sblaster=true
SB16 is usually the best choice for dos games under dosbox.
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
Thank you for pointers but it still does not work.I really do not know what to try next - what i did wrong i forgot.I will be grateful for any help. Thanks
Offline
funny, i was just about to post a similar problem, i have no midi support in dosbox. tried intelligent, mp401 and oss as you have in the options there lone_wolf, still doesn't work. probably the onboard sound i am using (asus striker extreme board. no mention of midi anywhere in the mixer or that i have seen anywhere)
uses the hda_nvidia drivers
ooh. edit: looks like the mobo support cd came with linux drivers for the adi audio.. would this be the chipset that i read about the new kernel (22) supporting?
Last edited by spookshow (2007-07-14 13:48:32)
Offline
For midi to work in dosbox (or any other app) you need an audio card that supports midi.
Most onboard cards (and even many pci-cards) don't have hardware midi support.
The solution is to install a soundfont and a software midi player.
I use timidity++ (extra) and fluidr3 from AUR, but you can find several other soundfonts in the aur.
The reason i have it listed as oss is that for some reason timidity through alsa's oss emulation gives better sound quality and less stuttering than when using alsa directly.
Last edited by Lone_Wolf (2007-07-14 20:08:32)
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
I had to disable gnome audio -- gnome sounds.
Frumpus ♥ addict
[mu'.krum.pus], [frum.pus]
Offline
Hmm thanks your advieses about midi are good ,but i dont have any sound in dosbox and about midi i dont care i want sfx effects
I have timidity++ already installed.
I disabled kde sound system(arts) ,but i even don't know where to look now.
Offline
Use "lsof /dev/snd/*" or "lsof | grep snd" to find out if something is using audio on your system. (But correct me if I'm wrong, I'm not sure if this will catch everything)
"lsof" is in current.
Offline
We need to test whether the problem lies with dosbox or with your apps sound settings.
I have the following apps installed with dosbox (all with working sound) :
syndicate wars , panzer general, xwing , tiefighter , solar winds , master of magic. (all from original disks/cds).
If you own one of these games also i can mail you my installed version + dosbox.conf so you can test it.
In case you don't own any of these games , just mail me a list of the games you do own.
I have 200+ original dos games (got most of them from a friend a few years ago) , so if we find a game we both have i can test it and mail you the installed version with dosbox.conf.
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
About my previous post, I was just running wine with OSS sound, and lsof /dev/snd/* didn't get anything. I also couldn't use any other sound (no mixing).
"lsof | grep oss" got some hits on wine libraries, but I guess it then depends on what the OSS application calls it.
Offline
Pages: 1