From owner-freebsd-questions Wed Mar 29 20:36: 5 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hpu450.hpu.edu (hpu450.Hpu.edu [205.149.106.238]) by hub.freebsd.org (Postfix) with ESMTP id EEEEE37BC67 for ; Wed, 29 Mar 2000 20:35:57 -0800 (PST) (envelope-from waichan@hpu.edu) Received: from aloha (aloha [205.149.106.254]) by hpu450.hpu.edu (8.8.8+Sun/8.8.7) with ESMTP id SAA19210 for ; Wed, 29 Mar 2000 18:38:47 -1000 (HST) Date: Wed, 29 Mar 2000 18:32:17 -1000 (HST) From: Wai Chan To: freebsd-questions@freebsd.org Subject: SB64 on FreeBSD 4.0 release Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I installed FreeBSD 4.0 release, all devices have been configured except the SB64. I tried compile the kernel with the following: device snd device sb0 at isa? port 0x220 irq 5 drq 1 device sbxvi0 at isa? drq 5 device sbmidi0 at isa? port 0x330 device opl0 at isa? port 0x388 device awe0 at isa? port 0x620 But, "WARNING: The snd drivers are deprecated. Please see pcm/sbc/etc." come up when I do "/usr/sbin/config theKernel". So, I stopped there and looked into LINT and changed the kernel configuration to: device pcm Here is the result of dmesg: sbc0: at port 0x220-0x22f,0x330-0x331,0x388-0x38b irq 5 drq 1,5 on isa0 sbc0: setting card to irq 5, drq 1, 5 pcm0: on sbc0 unknown0: at port 0x200-0x207 on isa0 unknown1: at port 0x620-0x623 on isa0 Here is the result of "cat /dev/sndstat" pcm0: at io 0x220 irq 5 drq 1:5 (1p/1r channels duplex) How do I configure the unknown0 and unknow1? I can play mp3 with xmms, but the volume is very low when compare to the snd driver on FreeBSD 3.4 release. Is this normal? best wishes, Wai Chan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message