From owner-freebsd-questions Tue Aug 28 23:18:23 2001 Delivered-To: freebsd-questions@freebsd.org Received: from isy.liu.se (isy.liu.se [130.236.48.10]) by hub.freebsd.org (Postfix) with ESMTP id B675837B405 for ; Tue, 28 Aug 2001 23:18:15 -0700 (PDT) (envelope-from mj@isy.liu.se) Received: from lagrange.isy.liu.se (lagrange.isy.liu.se [130.236.49.127]) by isy.liu.se (8.11.4/8.11.4) with ESMTP id f7T6IEh11214 for ; Wed, 29 Aug 2001 08:18:14 +0200 (MET DST) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Wed, 29 Aug 2001 08:18:17 +0200 (CEST) From: Micke Josefsson To: freebsd-questions@freebsd.org Subject: lost sound on via82686a Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG After cvsupping to 4.4-RC1 I suddenly lost the sound. I have device pcm in my kernel config and the device is detected at boot: dmesg |grep pcm0 pcm0: port 0xb000-0xb003,0xb400-0xb403,0xb800-0xb8ff irq 9 at device 4.5 on pci0 But there is no more sound:( It was working just before the update, and I have run mergemaster to the best of my ability... x11amp is quiet except for the error message "Unable to open the audio device". rat says "RAT v4.2.13: Could not send mbus message (14:1)" (sometimes 15:1). The "unable to open" led me to believe that the perms were wrong on the devices but: lrwxrwxrwx 1 root wheel 6 28 Aug 11:26 mixer -> mixer1 crw-rw-rw- 1 root wheel 30, 0 27 Aug 11:22 mixer0 crw-rw-rw- 1 root wheel 30, 16 28 Aug 11:26 mixer1 and lrwxrwxrwx 1 root wheel 6 28 Aug 11:26 audio -> audio1 lrwxrwxrwx 1 root wheel 8 27 Aug 11:22 audio0 -> audio0.0 crw-rw-rw- 1 root wheel 30, 4 27 Aug 11:22 audio0.0 crw-rw-rw- 1 root wheel 30, 0x00010004 27 Aug 11:22 audio0.1 crw-rw-rw- 1 root wheel 30, 0x00020004 27 Aug 11:22 audio0.2 crw-rw-rw- 1 root wheel 30, 0x00030004 27 Aug 11:22 audio0.3 lrwxrwxrwx 1 root wheel 8 28 Aug 11:26 audio1 -> audio1.0 crw-rw-rw- 1 root wheel 30, 20 28 Aug 11:26 audio1.0 crw-rw-rw- 1 root wheel 30, 0x00010014 28 Aug 11:26 audio1.1 crw-rw-rw- 1 root wheel 30, 0x00020014 28 Aug 11:26 audio1.2 crw-rw-rw- 1 root wheel 30, 0x00030014 28 Aug 11:26 audio1.3 and even lrwxrwxrwx 1 root wheel 4 28 Aug 11:26 dsp -> dsp1 lrwxrwxrwx 1 root wheel 6 27 Aug 11:22 dsp0 -> dsp0.0 crwxrwxrwx 1 root wheel 30, 3 28 Aug 11:32 dsp0.0 crwxrwxrwx 1 root wheel 30, 0x00010003 27 Aug 11:22 dsp0.1 crwxrwxrwx 1 root wheel 30, 0x00020003 27 Aug 11:22 dsp0.2 crwxrwxrwx 1 root wheel 30, 0x00030003 27 Aug 11:22 dsp0.3 lrwxrwxrwx 1 root wheel 6 28 Aug 11:26 dsp1 -> dsp1.0 crwxrwxrwx 1 root wheel 30, 19 28 Aug 11:26 dsp1.0 crwxrwxrwx 1 root wheel 30, 0x00010013 28 Aug 11:26 dsp1.1 crwxrwxrwx 1 root wheel 30, 0x00020013 28 Aug 11:26 dsp1.2 crwxrwxrwx 1 root wheel 30, 0x00030013 28 Aug 11:26 dsp1.3 lrwxrwxrwx 1 root wheel 5 28 Aug 11:26 dspW -> dspW1 lrwxrwxrwx 1 root wheel 7 27 Aug 11:22 dspW0 -> dspW0.0 crwxrwxrwx 1 root wheel 30, 5 27 Aug 11:22 dspW0.0 crwxrwxrwx 1 root wheel 30, 0x00010005 27 Aug 11:22 dspW0.1 crwxrwxrwx 1 root wheel 30, 0x00020005 27 Aug 11:22 dspW0.2 crwxrwxrwx 1 root wheel 30, 0x00030005 27 Aug 11:22 dspW0.3 lrwxrwxrwx 1 root wheel 7 28 Aug 11:26 dspW1 -> dspW1.0 crwxrwxrwx 1 root wheel 30, 21 28 Aug 11:26 dspW1.0 crwxrwxrwx 1 root wheel 30, 0x00010015 28 Aug 11:26 dspW1.1 crwxrwxrwx 1 root wheel 30, 0x00020015 28 Aug 11:26 dspW1.2 crwxrwxrwx 1 root wheel 30, 0x00030015 28 Aug 11:26 dspW1.3 The pcm manpage says that [mixer|audio|dsp]1 is the one to use and it has worked before... I tried to kldload snd_via82c686.ko but it says it is already there (even if the .ko really isn't, but it is compiled into the kernel?) So where did I go wrong? Can I have my sound back? /Micke ---------------------------------- Michael Josefsson, MSEE mj@isy.liu.se This message was sent by XFMail running on FreeBSD 4.4-RC ---------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message