From owner-freebsd-mobile@FreeBSD.ORG Tue Feb 22 10:13:25 2005 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F46716A4CE for ; Tue, 22 Feb 2005 10:13:25 +0000 (GMT) Received: from mail.el.net (mail.el.net [68.165.89.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E45F43D66 for ; Tue, 22 Feb 2005 10:13:24 +0000 (GMT) (envelope-from kalin@el.net) Received: (qmail 57321 invoked by uid 1008); 22 Feb 2005 10:13:20 -0000 Received: from unknown (HELO mail.el.net) (127.0.0.1) by mail.el.net with SMTP; 22 Feb 2005 10:13:20 -0000 Received: from 24.90.34.93 (SquirrelMail authenticated user kalin@el.net); by mail.el.net with HTTP; Tue, 22 Feb 2005 05:13:20 -0500 (EST) Message-ID: <49557.24.90.34.93.1109067200.squirrel@24.90.34.93> Date: Tue, 22 Feb 2005 05:13:20 -0500 (EST) From: "kalin mintchev" To: freebsd-mobile@FreeBSD.org User-Agent: SquirrelMail/1.4.3a X-Mailer: SquirrelMail/1.4.3a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal References: In-Reply-To: Subject: snd_sb8 sound blaster PRO X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Feb 2005 10:13:25 -0000 hi all.... ok.. trying to build sound kernel support on a t30 thinkpad with 5.3-RELEASE. according the ibm website the card is Sound Blaster Pro compatible. according to the /boot/defaults/loader.conf the driver is snd_sb8 so following the instructions in the handbook i put this in my custom kernel device sound device "snd_sb8" make depend is ok. make stops with this: MAKE=make sh ../../../conf/newvers.sh MAINE01 cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I../../.. -I../../../contrib/dev/acpica -I../../../contrib/altq -I../../../contrib/ipfilter -I../../../contrib/pf -I../../../contrib/dev/ath -I../../../contrib/dev/ath/freebsd -I../../../contrib/ngatm -D_KERNEL -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -mno-align-long-strings -mpreferred-stack-boundary=2 -ffreestanding -Werror vers.c linking kernel sb8.o(.text+0x11): In function `sb_lock': : undefined reference to `sbc_lock' sb8.o(.text+0x29): In function `sb_unlock': : undefined reference to `sbc_unlock' *** Error code 1 Stop in /usr/src/sys/i386/compile/MINE01 uhhhh...... know what? should i just compile with: deivce sound and then load snd_sb8 with kldload? is that going to work? help will be appreciared..... thanks.......... --