From owner-freebsd-questions Thu Sep 26 13:48:11 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 36DB237B401 for ; Thu, 26 Sep 2002 13:48:08 -0700 (PDT) Received: from corten2.billschoolcraft.com (adsl-63-193-247-201.dsl.snfc21.pacbell.net [63.193.247.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88F5443E42 for ; Thu, 26 Sep 2002 13:48:07 -0700 (PDT) (envelope-from bill@wiliweld.com) Received: from corten8.billschoolcraft.com ([192.168.7.8] helo=localhost) by corten2.billschoolcraft.com with esmtp (Exim 3.22 #1 (Debian)) id 17ufYH-0000Uk-00; Thu, 26 Sep 2002 13:48:01 -0700 Date: Thu, 26 Sep 2002 13:54:27 -0700 (PDT) From: Bill Schoolcraft X-X-Sender: bill@corten8 To: "Justin P. Michel" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: 4.6.2 [sound] cs4281 on Toshiba 1715 laptop In-Reply-To: <04c901c26584$4e903fc0$ea0ea8c0@andromeda> Message-ID: System-ID: [en] (I; Linux i86pc) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At Thu, 26 Sep 2002 it looks like Justin P. Michel composed: > Bill, > > Sound had me confused for quite some time myself. When you execute the > MAKEDEV script, pcm and/or snd are not actually created as devices > themselves, but, rather a subset of devices that control your sound are. > > I believe the list of devices that are created can be found at: > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/sound-devicenodes. > html > > The other thing that it mentioned, if your sound card is built-in to the > motherboard (which I believe most notebook sound systems are), you may also > need to add: "options PNPBIOS" to your kernel configuration. > > Hopefully this will get you listening to your system again. :) > Thanks again Justin, I've recompiled and added as a grand total to date, 3 entries in my new kernel, here they are: options PNPBIOS device pcm device csa And the relative events that happen in dmesg are as follows: pcm0: irq 5 at device 8.0 on pci0 pcm0: unable to allocate register space device_probe_and_attach: pcm0 attach returned 6 unknown: can't assign resources unknown: can't assign resources unknown: can't assign resources unknown: can't assign resources unknown: can't assign resources unknown: can't assign resources unknown: can't assign resources unknown: can't assign resources There is new stuff above related to the new entry of PNPBIOS in my kernel. KDE starts and states /dev/dsp is not accessible and here is the full entries for /dev/dsp* [root@corten_laptop: ~]-> ls -al /dev/dsp* lrwxrwxrwx 1 root wheel 5 Sep 26 13:03 /dev/dsp -> dsp.0 lrwxrwxrwx 1 root wheel 6 Sep 26 13:03 /dev/dsp0 -> dsp0.0 crw-rw-rw- 1 root wheel 30, 3 Sep 26 13:03 /dev/dsp0.0 crw-rw-rw- 1 root wheel 30, 0x00010003 Sep 26 13:03 /dev/dsp0.1 crw-rw-rw- 1 root wheel 30, 0x00020003 Sep 26 13:03 /dev/dsp0.2 crw-rw-rw- 1 root wheel 30, 0x00030003 Sep 26 13:03 /dev/dsp0.3 lrwxrwxrwx 1 root wheel 6 Sep 26 13:03 /dev/dsp1 -> dsp1.0 crw-rw-rw- 1 root wheel 30, 19 Sep 26 13:03 /dev/dsp1.0 crw-rw-rw- 1 root wheel 30, 0x00010013 Sep 26 13:03 /dev/dsp1.1 crw-rw-rw- 1 root wheel 30, 0x00020013 Sep 26 13:03 /dev/dsp1.2 crw-rw-rw- 1 root wheel 30, 0x00030013 Sep 26 13:03 /dev/dsp1.3 lrwxrwxrwx 1 root wheel 6 Sep 26 13:03 /dev/dspW -> dspW.0 lrwxrwxrwx 1 root wheel 7 Sep 26 13:03 /dev/dspW0 -> dspW0.0 crw-rw-rw- 1 root wheel 30, 5 Sep 26 13:03 /dev/dspW0.0 crw-rw-rw- 1 root wheel 30, 0x00010005 Sep 26 13:03 /dev/dspW0.1 crw-rw-rw- 1 root wheel 30, 0x00020005 Sep 26 13:03 /dev/dspW0.2 crw-rw-rw- 1 root wheel 30, 0x00030005 Sep 26 13:03 /dev/dspW0.3 lrwxrwxrwx 1 root wheel 7 Sep 26 13:03 /dev/dspW1 -> dspW1.0 crw-rw-rw- 1 root wheel 30, 21 Sep 26 13:03 /dev/dspW1.0 crw-rw-rw- 1 root wheel 30, 0x00010015 Sep 26 13:03 /dev/dspW1.1 crw-rw-rw- 1 root wheel 30, 0x00020015 Sep 26 13:03 /dev/dspW1.2 crw-rw-rw- 1 root wheel 30, 0x00030015 Sep 26 13:03 /dev/dspW1.3 So, I contiue hacking and appreciate your help. -- |<--------------------------------72---------------------------------->| Bill Schoolcraft PO Box 210076 -o) San Francisco CA 94121 /\ "UNIX, A Way Of Life." _\_v http://forwardslashunix.com/raw To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message