From owner-freebsd-stable@FreeBSD.ORG Thu Apr 7 11:30:23 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 C150916A4CE for ; Thu, 7 Apr 2005 11:30:23 +0000 (GMT) Received: from ronald.echteman.nl (h8441134153.dsl.speedlinq.nl [84.41.134.153]) by mx1.FreeBSD.org (Postfix) with SMTP id 6AD9C43D1F for ; Thu, 7 Apr 2005 11:30:22 +0000 (GMT) (envelope-from ronald-freebsd8@klop.yi.org) Received: (qmail 7802 invoked from network); 7 Apr 2005 11:30:18 -0000 Received: from unknown (HELO laptop.klop.ws) (10.0.1.4) by ronald.echteman.nl with SMTP; 7 Apr 2005 11:30:18 -0000 Received: (qmail 98032 invoked from network); 7 Apr 2005 11:30:28 -0000 Received: from localhost.thuis.klop.ws (HELO smtp.local) (127.0.0.1) by localhost.thuis.klop.ws with SMTP; 7 Apr 2005 11:30:28 -0000 Date: Thu, 07 Apr 2005 13:30:25 +0200 To: Warren , freebsd-stable@freebsd.org References: <200504071841.44277.shinjii@virusinfo.rdksupportinc.com> <200504072032.00765.shinjii@virusinfo.rdksupportinc.com> From: "Ronald Klop" Content-Type: text/plain; format=flowed; delsp=yes; charset=iso-8859-1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID: In-Reply-To: <200504072032.00765.shinjii@virusinfo.rdksupportinc.com> User-Agent: Opera M2/7.54 (FreeBSD, build 955) Subject: Re: Sound problem X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Apr 2005 11:30:23 -0000 On Thu, 7 Apr 2005 20:32:00 +1000, Warren wrote: >> Why don't you post some more info about your system? For example: the >> output of 'uname -a', the output of 'dmesg', the type of hardware that >> you >> are using. >> What does 'all of a sudden' mean? Did you upgrade something? >> >> I'm not telling that I can solve your problem, but other people need to >> know these things before they can help. >> >> Ronald. > > FreeBSD 5.4-STABLE and all of a sudden means i cvsuped my ports/src and > did > installworld and buid kernel yesterday 6th April ... rebooted my machine > and > sound hasnt worked since. > > /dev/sndstat shows nothing > > in loader.conf i have: > snd_via8233_load="YES" # via8233 > > kernel i have: device sound > > dmesg shows no errors at all and as previously said sound was working > before > the reboot. > > loading the module using kldload shows: kldload snd_via8233.ko > kldload: can't load snd_via8233.ko: Exec format error > > > pciconf -lv shows.. > > none3@pci0:17:5: class=0x040100 card=0xa0021458 chip=0x30591106 > rev=0x60 hdr=0x00 > vendor = 'VIA Technologies Inc' > device = 'VT8233/33A/8235/8237 AC97 Enhanced Audio Controller' > class = multimedia > subclass = audio What does kldstat say after booting and after the manual kldload? And do post your dmesg output. Is there something logged in /var/log/messages? Is your kernel in sync with world and with the modules? Do you compile with extra optimizations? Did you do a clean make world/kernel? Ronald. -- Ronald Klop, Amsterdam, The Netherlands