From owner-freebsd-stable@FreeBSD.ORG Thu Apr 7 12:13:08 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 18FE616A4CE for ; Thu, 7 Apr 2005 12:13:08 +0000 (GMT) Received: from ronald.echteman.nl (h8441134153.dsl.speedlinq.nl [84.41.134.153]) by mx1.FreeBSD.org (Postfix) with SMTP id 1846E43D49 for ; Thu, 7 Apr 2005 12:13:07 +0000 (GMT) (envelope-from ronald-freebsd8@klop.yi.org) Received: (qmail 8110 invoked from network); 7 Apr 2005 12:13:05 -0000 Received: from unknown (HELO laptop.klop.ws) (10.0.1.4) by ronald.echteman.nl with SMTP; 7 Apr 2005 12:13:05 -0000 Received: (qmail 98144 invoked from network); 7 Apr 2005 12:13:19 -0000 Received: from localhost.thuis.klop.ws (HELO smtp.local) (127.0.0.1) by localhost.thuis.klop.ws with SMTP; 7 Apr 2005 12:13:19 -0000 Date: Thu, 07 Apr 2005 14:13:18 +0200 To: Warren References: <200504071841.44277.shinjii@virusinfo.rdksupportinc.com> <200504072032.00765.shinjii@virusinfo.rdksupportinc.com> <200504072138.56687.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: <200504072138.56687.shinjii@virusinfo.rdksupportinc.com> User-Agent: Opera M2/7.54 (FreeBSD, build 955) cc: freebsd-stable@freebsd.org 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 12:13:08 -0000 On Thu, 7 Apr 2005 21:38:56 +1000, Warren wrote: > On Thu, 7 Apr 2005 9:30 pm, you wrote: >> 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. > dmesg attached. > > Id Refs Address Size Name > 1 7 0xc0400000 4b40b8 kernel > 2 14 0xc08b5000 561a0 acpi.ko > 3 1 0xc1d5a000 17000 linux.ko > > kldload of the sound module fails and kldstat shows the above before and > after > the attempt to load the via snd module. > > Nothing is logged in /var/log/messages to do with the attempt to load > the via > snd module. > > i compile stock standard, no optomizations. i run the cvs file then make > buildworld then make installworld .. then i goto /usr/src/sys/i386/conf > .. > config my kernel file and go from there. > > Id have to say that my kernel is in sync with world and with the modules Something is wrong in loading your module. You can try compiling the snd_??? driver into the kernel. What does 'file /boot/kernel/snd_???' say? Mine says this. file /boot/kernel/snd_emu10k1.ko /boot/kernel/snd_emu10k1.ko: ELF 32-bit LSB shared object, Intel 80386, version 1 (FreeBSD), not stripped I suspect that your kernel/modules aren't installed right. -- Ronald Klop, Amsterdam, The Netherlands