Does anyone have this card working with 4.4-stable? I have recompiled my
kernel with the 'device pcm0' added and after booting /dev/sndstat says
"Device not configured." Output from dmesg shows unknown card on pci0. I
have tried setting my bios to both Plug and Play OS Installed and not and it
still doesn't recognize it.
Anyone have this card or experience with it? I just want to play mp3s.. ;)
Cheers,
Eric
To Unsubscribe: send mail to majo...@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message
cd /dev
./MAKEDEV snd0
That should give you sound.
On Mon, Jan 28, 2002 at 08:29:39AM -0600, Eric Six wrote:
> From: Eric Six <er...@sirsi.com>
> To: "'freebsd-...@FreeBSD.ORG'" <freebsd-...@FreeBSD.ORG>
> Subject: Ensoniq PCI Sound Card / ES1371 Woes..
> Date: Mon, 28 Jan 2002 08:29:39 -0600
> X-Mailer: Internet Mail Service (5.5.2653.19)
---end quoted text---
--
Joel Dinel
System Administrator
TouchTunes Digital Jukebox, Inc.
GnuPG key : http://darkhost.mine.nu:81/~joel/misc/mykey.asc
Thanks,
Eric
Eric Six wrote:
>
> Does anyone have this card working with 4.4-stable? I have recompiled my
> kernel with the 'device pcm0' added and after booting /dev/sndstat says
> "Device not configured." Output from dmesg shows unknown card on pci0. I
> have tried setting my bios to both Plug and Play OS Installed and not and it
> still doesn't recognize it.
>
> Anyone have this card or experience with it? I just want to play mp3s.. ;)
>
What does dmesg show at boot. I have 4 or 5 of them in various
systems. I just added ¨device pcm¨ and not pcm0 like you did.
Kent
--
Kent Stewart
Richland, WA
mailto:kbst...@hotmail.com
http://users.owt.com/kstewart/index.html
FreeBSD News http://daily.daemonnews.org/
> What is the correlation between adding device pcm or device pcm0? Does that
> correspond to the pci slot? If you don't mind, what is the output of dmesg
> for your snd card?
pcm plug and play
pcm0 sets irq's etc.
man pcm
will tell you more
M