From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.43) id 1E52Yr-0006sN-W7 for garchives@archives.gentoo.org; Tue, 16 Aug 2005 14:37:06 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.4/8.13.4) with SMTP id j7GEZ6ns000218; Tue, 16 Aug 2005 14:35:06 GMT Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.200]) by robin.gentoo.org (8.13.4/8.13.4) with ESMTP id j7GEUrsw023909 for ; Tue, 16 Aug 2005 14:30:55 GMT Received: by wproxy.gmail.com with SMTP id i14so1447098wra for ; Tue, 16 Aug 2005 07:31:30 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=EzRQQSrOlLvGFg2QNo+EE9OEEOpXpwwtmWtT1OsWprpYANe1UlC6GPbQD0QaAKcAbcqNDGp4lY/HGI9d4F2WCysSSOBb/ZB1HXt9ozJZSRi0fyX68bdV0zx09+ocKLPCuXWfsT0zsr0LNQuwi3eyp4JC5Dx/nbechMopawHqda8= Received: by 10.54.151.17 with SMTP id y17mr4345812wrd; Tue, 16 Aug 2005 07:31:30 -0700 (PDT) Received: by 10.54.39.56 with HTTP; Tue, 16 Aug 2005 07:31:30 -0700 (PDT) Message-ID: <8f7a9d5805081607314c0968ce@mail.gmail.com> Date: Tue, 16 Aug 2005 11:31:30 -0300 From: Raphael Melo de Oliveira Bastos Sales To: gentoo-user@lists.gentoo.org Subject: [gentoo-user] Can't get ALSA OSS Emulation to work Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by robin.gentoo.org id j7GEUrsw023909 X-Archives-Salt: e5414e83-f2c5-496f-bd8f-10aa5021366c X-Archives-Hash: d4fd354883392ea63d62323198078f07 Hi everyone, After some days googling for it, I give up now and come here for help. I have Alsa installed in kernel, and it works fine for programs that are compatible with. But programs that need OSS don't get any sound. I have the following lines in the alsa config files: /etc/modules.d/alsa: alias /dev/mixer snd-mixer-oss alias /dev/dsp snd-pcm-oss alias /dev/midi snd-seq-oss alias snd-card-0 snd-via82xx alias sound-slot-0 snd-via82xx When I run the alsasound init script it says: * Loading ALSA modules ... * Loading: snd-card-0 ... [ ok ] * Loading: snd-seq-oss ... [ ok ] * Loading: snd-pcm-oss ... [ ok ] * Restoring Mixer Levels ... [ ok ] # cat /proc/modules | grep oss snd_pcm_oss 52576 0 - Live 0xe258b000 snd_mixer_oss 19648 1 snd_pcm_oss, Live 0xe1111000 snd_seq_oss 37568 0 - Live 0xe2512000 snd_seq_midi_event 7168 1 snd_seq_oss, Live 0xe0da9000 snd_seq 55056 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event, Live 0xe086d000 snd_pcm 93448 3 snd_pcm_oss,snd_via82xx,snd_ac97_codec, Live 0xe0db0000 snd_seq_device 8972 4 snd_seq_dummy,snd_seq_oss,snd_seq,snd_rawmidi, Live 0xe084a000 snd 57412 13 snd_pcm_oss,snd_mixer_oss,snd_seq_dummy,snd_seq_oss,snd_seq,snd_via82xx,snd_ac97_codec,snd_pcm,snd_timer,snd_mpu401_uart,snd_rawmidi,snd_seq_device, Live 0xe0d79000 So it seems that the modules are loaded correctly. But every program that tries to pipe to /dev/dsp gets broken pipe (i.e. Quake and Enemy Territory). If anybody can tell me what could be wrong, please let me know. If there is a config file that is important and that I didn't send it here, tell me and I'll send them. Thanks for the attention, Raphael -- gentoo-user@gentoo.org mailing list