From owner-freebsd-questions Tue Feb 29 21: 7:30 2000 Delivered-To: freebsd-questions@freebsd.org Received: from www.can-host.com (ftp.can-host.com [24.215.1.6]) by hub.freebsd.org (Postfix) with ESMTP id E37CA37BD93 for ; Tue, 29 Feb 2000 21:07:10 -0800 (PST) (envelope-from admin@cyrebels.org) Received: from cyrebels.org (185-143.cgocable.ca [24.226.185.143] (may be forged)) by www.can-host.com (8.9.3/8.9.3) with ESMTP id AAA31825 for ; Wed, 1 Mar 2000 00:08:08 -0500 Message-ID: <38BCA68C.3B6EC1C3@cyrebels.org> Date: Wed, 01 Mar 2000 00:11:41 -0500 From: "Digital C." X-Mailer: Mozilla 4.7 [en] (X11; I; FreeBSD 3.4-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: questions@freebsd.org Subject: Sounb Blaster PCI 128, help! Content-Type: multipart/alternative; boundary="------------81621F50CEFFE34EE4A0FBB5" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --------------81621F50CEFFE34EE4A0FBB5 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hey! I've got a creative sb 128pci, so in my kernel i added: device pcm0 then it recognized my sound card when i booted.... so i did: cd /dev; ./MAKEDEV snd0 snd1 but the sound still wouldnt work! But hm,,, I fund something weird in the /dev/sndstat that might help you guys in trying to solve my problem...: first, this is the dmesg: es1: rev 0x07 int a irq 9 on pci0.13.0 pcm1: using I/O space register mapping at 0xf800 es1371: codec vendor revision 0 es1371: codec features Bass & Treble es1371: stereo enhancement: no 3D stereo enhancement now the /dev/sndstat: dc# cat /dev/sndstat FreeBSD Audio Driver (981002) Feb 27 2000 11:59:47 Installed devices: pcm1: at 0xf800 irq 0 dma 0:0 notice the IRQ, 0... weird!!! since it probed irq 9 in the dmesg... moreover, pnpinfo doesnt get nothin... dc# /usr/sbin/pnpinfo Checking for Plug-n-Play devices... No Plug-n-Play devices were found Thanks! dc --------------81621F50CEFFE34EE4A0FBB5 Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit Hey!
 

I've got a creative sb 128pci, so in my kernel i added:

device pcm0

then it recognized my sound card when i booted.... so i did:

cd /dev; ./MAKEDEV snd0 snd1

but the sound still wouldnt work!
But hm,,, I fund something weird in the /dev/sndstat that might help you guys in trying to solve my problem...:

first, this is the dmesg:

es1: <AudioPCI ES1371> rev 0x07 int a irq 9 on pci0.13.0
pcm1: using I/O space register mapping at 0xf800
es1371: codec vendor  revision 0
es1371: codec features Bass & Treble
es1371: stereo enhancement: no 3D stereo enhancement
 

now the /dev/sndstat:

dc# cat /dev/sndstat
FreeBSD Audio Driver (981002) Feb 27 2000 11:59:47
Installed devices:
pcm1: <ES1371Q AudioPCI> at 0xf800 irq 0 dma 0:0
 

notice the IRQ, 0... weird!!! since it probed irq 9 in the dmesg...

moreover, pnpinfo doesnt get nothin...

dc# /usr/sbin/pnpinfo
Checking for Plug-n-Play devices...
No Plug-n-Play devices were found
 
 
 

Thanks!
dc --------------81621F50CEFFE34EE4A0FBB5-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message