From mboxrd@z Thu Jan 1 00:00:00 1970 From: Reinhard Karcher Subject: Re: pre-release 1.1.3.6 ...., dosemu-devel. Date: Sun, 3 Nov 2002 16:50:31 +0100 Sender: linux-msdos-owner@vger.kernel.org Message-ID: <200211031650.31922.rkarcher@frey.de> References: <3DC52B32.6050803@yahoo.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7BIT Return-path: In-Reply-To: <3DC52B32.6050803@yahoo.com> List-Id: Content-Type: text/plain; charset="us-ascii" To: Stas Sergeev , linux-msdos@vger.kernel.org Stas Sergeev wrote: > I would like you to also apply the > attached patch ASAP to have the thing > actually finished. > (why I want $_sb_mixer to be "" is > because people complained that dosemu > changes the volume for them, so I > implemented the software mixer emulation, > while /dev/mixer is also still supported.) Turning sound off ($_sound = (off)) gives the following message: ERROR: PORT: IRQ 0 conflict. IO devices 8254 Timer0 & SB Emulation > Still have this during build: > --- > flex -i lexer.l > "lexer.l", line 500: warning, rule cannot be matched > --- It's the old problem with the tr keyboard. Just remove the 2 lines from lexer.l. You could remove the lines in lexer.l.in, but if you want the kbd_unicode plugin, you have lost the tr keyboard. Reinhard