Date: Sat, 07 Jul 2001 23:53:56 -0400 From: The Babbler <bts@babbleon.org> To: freebsd-questions@freebsd.org Subject: Sound / startup mysteries Message-ID: <3B47D954.6030207@babbleon.org>
next in thread | raw e-mail | index | archive | help
Please forgive me if I'm being dumb or the answers are well-documented,
but I can't seem to find it.
On my new Dell Inspiron 8000, with an ESS SB-compatible soundcard,I
can't get the sound to work; it says
/dev/dsp (or /dev/audio or whatever): Device not configured
I have
device pcm in my kernel config and I've tried adding
device sbc as well; it fails the same with or without this one.
I've done
sh MAKEDEV snd0
in the /dev directory; it complete without complaint.
In investigating this, I did a dmesg and it doesn't seem to be even
*trying* to configure a sound device at startup time. I would have at
least expected to see *something* about the device pcm or sbc there, but
nothing . . .
I know it's picking up my new kernel 'cause it's built today and with my
kernel tag ("BTS"), but that's not the only odd thing . . . besides the
sound card being missing, a bunch of other devices are trying to
initialize but shouldn't be. I've tried doing a find / grep for
references to these devices under /etc and /usr/local/etc, but no dice.
Any help would be appreciated.
Here's the start of my dmesg output:
Copyright (c) 1992-2001 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD 4.3-STABLE-20010625 #1: Sat Jul 7 22:03:37 EDT 2001
root@i8k.babbleon.org:/usr/src/sys/compile/BTS
Timecounter "i8254" frequency 1193182 Hz
CPU: Pentium III/Pentium III Xeon/Celeron (897.01-MHz 686-class CPU)
Origin = "GenuineIntel" Id = 0x68a Stepping = 10
Features=0x383f9ff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR,SSE>
real memory = 268353536 (262064K bytes)
config> di bt0
No such device: bt0
Invalid command or syntax. Type `?' for help.
config> di aic0
No such device: aic0
Invalid command or syntax. Type `?' for help.
config> di aha0
No such device: aha0
Invalid command or syntax. Type `?' for help.
config> di adv0
No such device: adv0
Invalid command or syntax. Type `?' for help.
config> q
avail memory = 257974272 (251928K bytes)
Preloaded elf kernel "kernel" at 0xc0349000.
Preloaded userconfig_script "/boot/kernel.conf" at 0xc034909c.
Pentium Pro MTRR support enabled
apm0: <APM BIOS> on motherboard
:
(remainder looks ok but no sound card stuff visible)
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3B47D954.6030207>
