VOGONS


First post, by juanbobo

User metadata
Rank Newbie
Rank
Newbie

I'm trying to get CD audio for a game to work in DOSBox in Linux. I'm able to launch the game with just the sound effects. I've tried both a game image through cdemu and the original disk using such lines as "mount d /media/disk -t cdrom -usecd 0 -ioctl", but it never seems to work. I've gotten the CD audio to work in Windows, but I don't know if there is some kind of limitation in the Linux version or it's a configuration issue. Any help would be appreciated 😉

Reply 1 of 2, by Dominus

User metadata
Rank DOSBox Moderator
Rank
DOSBox Moderator

make a bin/cue image of the CD and imgmount that. The way Linux mounts CDs I'm not sure whether that will work otherwise.

Windows 3.1x guide for DOSBox
60 seconds guide to DOSBox
DOSBox SVN snapshot for macOS (10.4-11.x ppc/intel 32/64bit) notarized for gatekeeper

Reply 2 of 2, by juanbobo

User metadata
Rank Newbie
Rank
Newbie

I ended up creating a cue/bin image of the disc and using imgmount and it did work, so thank you 😉