From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfram Weiland Subject: Sound does not work completely with dosemu1.2.2 Date: Tue, 22 Aug 2006 15:28:51 +0200 Message-ID: <20060822152851.3c87d10b@athene.private> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: Sender: linux-msdos-owner@vger.kernel.org List-Id: Content-Type: text/plain; charset="us-ascii" To: linux-msdos@vger.kernel.org The sound does not work. Here is the regarding configuration in dosemu.conf: $_sound = (on) $_sb_base = (0x220) $_sb_irq = (7) $_sb_dma = (1) $_sb_hdma = (5) $_sb_dsp = "/dev/dsp" $_sb_mixer = "/dev/mixer" This is the dos variable: BLASTER=A220 I7 D1 H5 T6 The software which uses sound (e.g. Pirates!Gold) finds the soundcard. But you hear nothing. For testing purpose I have configured a wrong one (GUS). Then the software complained, that there is no soundcard. So I think, with the right configuration, the soundcard is found. I think, it is strange that /dev/dsp is not opened during using the emulated soundcard. I have tested it with lsof in another during playing sounds inside of dosemu. So, could it be, that I have forgotten to configure something more in dosemu.conf? Kindly regards Wolfram