From owner-freebsd-questions Tue Feb 27 11: 3:56 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mercury.sunyit.edu (mercury.sunyit.edu [150.156.16.8]) by hub.freebsd.org (Postfix) with ESMTP id D482D37B71A for ; Tue, 27 Feb 2001 11:03:51 -0800 (PST) (envelope-from banksw@sunyit.edu) Received: from demeter.sunyit.edu (demeter4.sunyit.edu [150.156.250.9]) by mercury.sunyit.edu (8.9.3/8.9.3) with ESMTP id OAA27767; Tue, 27 Feb 2001 14:03:48 -0500 (EST) Received: from localhost (banksw@localhost) by demeter.sunyit.edu (8.9.3+Sun/8.9.3) with ESMTP id OAA14308; Tue, 27 Feb 2001 14:03:44 -0500 (EST) X-Authentication-Warning: demeter.sunyit.edu: banksw owned process doing -bs Date: Tue, 27 Feb 2001 14:03:44 -0500 (EST) From: Wyatt Banks X-Sender: banksw@demeter To: Mike Meyer Cc: questions@freebsd.org Subject: Re: sound card configuration fails in 4.0 RELEASE In-Reply-To: <15003.49661.102900.927742@guru.mired.org> 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 On Tue, 27 Feb 2001, Mike Meyer wrote: > Wyatt Banks types: > > > > > > On Tue, 27 Feb 2001, Mike Meyer wrote: > > > > > Wyatt Banks types: > > > > On Tue, 27 Feb 2001, Mike Meyer wrote: > > > > > > > > > Wyatt Banks types: > > > > > > I installed an AWE64 PnP ISA card in my computer. My computer is running > > > > > > Windows 95 and FreeBSD 4.0 Release. I read the handbook which said to > > > > > > add: > > > > > > device pcm > > > > > > devce sbc > > > > > Well, at a start I'd say because you don't have an sbc device in your > > > > > kernel, but that could be a typo in your email. In which case, you may > > > > > have hid another typo. Does your dmesg output mention either sbc or pcm? > > > > actually, according to the handbook I do have an sbc device. It says: > > > > > > Sorry, I was being cute instead of explicit. The config files you > > > listed say "devce sbc", *not* "device sbc". The latter adds an sbc > > > device to your kernel; the former (what you listed in your mail) is an > > > error. If you cut-n-pasted, then your config is wrong. If you didn't > > > cut-n-paste, then it's hard to say if there was an error that you > > > fixed in retyping it. > > > > > > > Is the handbook completely screwed up? I followed it exactly. > > > > > > Well, if it says "devce" instead of "device", yes. In which case, can > > > you provide the URL so we can get it fixed? > > > > > > FWIW, my AWE64 ISA card worked on 4.0-RELEASE using pcm & sbc. > > > > > > Hmm - come to think of it, check the LINT config to see what it says > > > about the pcm & sbc devices. It may be that what the handbook has - > > > which is correct for 4.2 - may not be correct for 4.0-R. > > > > > > > > -- > > > Mike Meyer http://www.mired.org/home/mwm/ > > > Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. > > > > > > > no, the page spelling is fine. I must have mistyped it. For some reason > > it doesn't pick up my card, and it works fine in windows so the card > > works. So basically I'd do this: > > > > add to my kernel: > > device pcm > > device sbc > > > > re-compile my kernel, rebooot, then cat /dev/sndstat. > > > > These are roughly the steps in the handbook and it doesn't seem to work > > for me. The handbook also mentions doing a MAKEDEV snd0 (from the /dev > > directory of course) but that is after the cat/dev/sndstat > > succeeds. Someone else on this list told me to do the MAKEDEV > > before. Neither produced any results. My dmesg doesn't list anything > > about sound. Any ideas? > > Did you check the /usr/src/sys/i386/conf/LINT file for pcm and sbc > entries like I suggested? > > Is your BIOS set for PnP OS? If so, try turning that off. > > -- > Mike Meyer http://www.mired.org/home/mwm/ > Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. > yes, I checked lint. It said to use sbc and pcm like the current handbook on the web does. I also checked my bios. My bios has an option called 'PnP OS Installed' which is set to 'no' Nothing seems to work. I just redid the kernel again, checked my dmesg again and nothing seems to think the card is there. My handbook with my distribution doesn't have a sound section at all. I'm running 4.0-RELEASE. I checked the man pages which support the sbc and pcm device configuration as well. Is there anything else that can be set wrong? Everything I check (man pages, handbook, mailing lists, etc) says I did it right, yet it doesn't work. :( thanks banksw@sunyit.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message