From owner-freebsd-stable@FreeBSD.ORG Sat May 14 19:04:07 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D93B016A4CE for ; Sat, 14 May 2005 19:04:07 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7060243D1F for ; Sat, 14 May 2005 19:04:07 +0000 (GMT) (envelope-from vnpenguin@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so1182092wri for ; Sat, 14 May 2005 12:04:07 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=TIhW5keii2U1U3k/Qk9cfhpubCj0HItW5zxnBdkPRfk2aP8xwIIUinfYxWik9/8lyLOSNa45qyTmO5FvYuEDqe/4bBeFnipalEfOl6TYuPwjDosvycBz0KVAUd+hyArHRez9guiCEhGMREp7TxxRAh31nfhKzUWzTZ1PNNuNN2o= Received: by 10.54.53.8 with SMTP id b8mr2438454wra; Sat, 14 May 2005 12:04:07 -0700 (PDT) Received: by 10.54.137.1 with HTTP; Sat, 14 May 2005 12:04:07 -0700 (PDT) Message-ID: Date: Sat, 14 May 2005 21:04:07 +0200 From: VnPenguin To: freebsd-stable Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: Can't use AC97 sound in 5.4 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: VnPenguin List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 May 2005 19:04:08 -0000 Hi list, Just installed 5.4. it works fine except my AC97 on board sound. I added a line in /boot/loader.conf : snd_ich_load=3D"YES" But when I run xmms, there is always error like: ** WARNING **: oss_open(): Failed to open audio device (/dev/dsp): No such file or directory Here is info about my sound card: # pciconf -lv | grep -B4 audio none1@pci0:17:5: class=3D0x040100 card=3D0x30051695 chip=3D0x3059110= 6 rev=3D0x50 hdr=3D0x00 vendor =3D 'VIA Technologies Inc' device =3D 'VT8233/33A/8235/8237 AC97 Enhanced Audio Controller' class =3D multimedia subclass =3D audio Any help please. Thank you,