From owner-freebsd-current@FreeBSD.ORG Tue Oct 12 08:32:19 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 80C0B16A4CE for ; Tue, 12 Oct 2004 08:32:19 +0000 (GMT) Received: from axe-inc.co.jp (axegw.axe-inc.co.jp [61.199.217.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id B13B843D41 for ; Tue, 12 Oct 2004 08:32:17 +0000 (GMT) (envelope-from takawata@axe-inc.co.jp) Received: from localhost (localhost [127.0.0.1]) by axe-inc.co.jp (8.9.3+3.2W/3.7W) with SMTP id RAA21547; Tue, 12 Oct 2004 17:30:49 +0900 (JST) Message-Id: <200410120830.RAA21547@axe-inc.co.jp> X-Authentication-Warning: axegw.axe-inc.co.jp: localhost [127.0.0.1] didn't use HELO protocol To: Ronald Klop From: takawata@jp.freebsd.org In-reply-to: Your message of "Tue, 12 Oct 2004 10:19:42 +0200." Date: Tue, 12 Oct 2004 17:30:49 +0900 Sender: takawata@axe-inc.co.jp cc: freebsd-current@freebsd.org Subject: Re: snd_sbc doesn't create a device in /dev X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 08:32:19 -0000 In message , Ronald Klop wrote: >Now I see these extra lines at boot: >sbc0: at port 0x220-0x22f irq 5 drq 1 flags 0x15 on isa0 >sbc0: [GIANT-LOCKED] >After kldunload/kldload snd_sbc it says drq 5,1, but the rest is the same. > >But there is no extra device in /dev. >Am I missing something? > >Attached is my dmesg.boot. I do have two sound devices and the emu10k1 is >detected properly. >Is something conflicting? Can I give more debug info? > >I have these modules loaded. > 1 21 0xc0400000 2a1d90 kernel > 2 1 0xc06a2000 9970 cd9660.ko > 3 1 0xc06ac000 ea68 msdosfs.ko > 4 1 0xc06bb000 7494 snd_emu10k1.ko > 5 3 0xc06c3000 1d4fc sound.ko > 7 1 0xc06e6000 5bcc g_md.ko > 8 1 0xc06ec000 1a1c mem.ko > 9 1 0xc06ee000 1bcc io.ko >10 14 0xc06f0000 536fc acpi.ko >11 2 0xc15b6000 5000 procfs.ko >12 1 0xc15cc000 5000 linprocfs.ko >13 1 0xc15d1000 17000 linux.ko >14 1 0xc1686000 2c000 nfsclient.ko >15 1 0xc16e3000 1e000 nfsserver.ko >16 1 0xc1cd1000 4000 snd_sbc.ko Try # kldload snd_ess.ko also.