From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jude DaShiell Subject: Re: one error down maybe two to go. Date: Wed, 12 May 2021 14:43:10 -0400 Message-ID: References: <452b7658-8bfb-d4e6-8559-657eb88c203c@yandex.ru> Mime-Version: 1.0 Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=panix.com; s=panix; t=1620844991; bh=GiP9XVfAGiCIEqaCEKQeghdw2s6O01IzmtUzZ6AgjmA=; h=Date:From:To:Subject:In-Reply-To:References; b=ST7VzxqizTJ6WHrKoWpY0J4pZvUBXUNEQ/pszQGUlG4qWGvI4RrgSslTwljeb146Y /Z+1QF5q/GDWoRiSTY/zCdCgcuVEeedu3f2QIXvsLQ8g/RmXJvPmS2rQ+8rfBpo+Vj Ez5kX85Zd8Pl53DLV8LELySGD9k1SHBGjsleeWaA= In-Reply-To: <452b7658-8bfb-d4e6-8559-657eb88c203c@yandex.ru> List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: stsp , linux-msdos@vger.kernel.org I installed some gambas packages since one of them was an sdl-sound driver and checked /etc/libao.conf. It's real short default is alsa and dev=default. Nothing else in it yet. Same two errors come up with dosemu exitemu. On Wed, 12 May 2021, stsp wrote: > 12.05.2021 01:16, Jude DaShiell ?????: > > For the record these are the two remaining errors once exitemu is run. > > They are not "remaining". > They are result of other errors. > As such, fixing them is not productive. > > > > ERROR: libao: unable to get driver id > > 1. misconfigured libao (see "man libao.conf", > but most likely your distro just doesn't > properly build it). > 2. dosemu is not compiled with sdl, > or libao won't happen at all. > > > > ERROR: alsa_midi (ALSA lib): rawmidi_hw.c:235:(snd_rawmidi_hw_open) : No > > such file or directory open /dev/snd/midiC0D0 failed > > I fixed the code page error by editing /etc/profile and ~/.bash_profile > > files, sometimes it doesn't pay to trust systemd. > > The alsa-midi error above if it is an error can't find a device or file > > it's supposed to open. Probably since I haven't got the right package or > > packages installed on this system to make that happen. > > Indeed. > > > > libao is definitely on the system so why its ID can't be found is > > puzzling. > Better concentrate on why sdl > is not compiled in. libao is out > of support on many distros, and > is not properly built/configured > by them. >