From owner-freebsd-questions Wed Oct 14 06:01:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA20320 for freebsd-questions-outgoing; Wed, 14 Oct 1998 06:01:23 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from goliath.camtech.net.au (goliath.camtech.net.au [203.5.73.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA20259 for ; Wed, 14 Oct 1998 06:00:44 -0700 (PDT) (envelope-from thyerm@camtech.net.au) Received: from camtech.net.au (dialup-ad-15-100.camtech.net.au [203.55.243.100]) by goliath.camtech.net.au (8.8.5/8.8.2) with ESMTP id WAA21750; Wed, 14 Oct 1998 22:29:34 +0930 (CST) Message-ID: <3624A019.C574663@camtech.net.au> Date: Wed, 14 Oct 1998 22:29:05 +0930 From: Matthew Thyer X-Mailer: Mozilla 4.5b2 [en] (X11; I; FreeBSD 3.0-BETA i386) X-Accept-Language: en MIME-Version: 1.0 To: "oZZ!!!" CC: questions@FreeBSD.ORG Subject: Re: sb_reset_dsp failed References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG You probably have a plug and pray sound card. When you build a new kernel you need to reactivate the PnP configuration by booting with "-c" and setting the pnp options for your card. You'll need the following in your kernel for this to work: options USERCONFIG # Boot -c editor controller pnp0 # Enable PnP support in the kernel These changes are then stored in the kernel (after successfull boot [as this is done in /etc/rc with "dset -q"]) so that you dont need to redo it on subsequent boots. I got annoyed by this and created a /kernel.config file to do it on every boot so I didn't have to bother when I built a new kernel. You will also need the following option in your kernel for this to work: options USERCONFIG_BOOT # Imply -c and parse info area Note that if /kernel.config doesn't exist it wont boot without you choosing an option from the menu that comes up... so you probably want to copy /kernel.config to /kernel.old.config so you can boot /kernel.old too without seeing this menu. Also note that your kernel will be written to on every boot!! This may not be what you want as there may be a greater chance of loosing your kernel. Here's my /kernel.config (for a Creative Labs PnP Sound Blaster 16 with a Vibra16C chip): localhost: {17} cat /kernel.config USERCONFIG pnp 1 0 os enable irq0 5 drq0 1 drq1 5 port0 0x220 port1 0x330 port2 0x388 quit localhost: {18} I'm guess that you were able to boot the other time as you may have just booted another OS (Win95 ?) which has activated the card ?? - does your machine have FreeBSD and another OS on it ? "oZZ!!!" wrote: > > On Wed, 14 Oct 1998, oZZ!!! wrote: > > > Hello! > > I use FreeBSD-3.0-BETA-ELF with ELF-kernel. > > Yestarday, after cvsuped my system, i make world correctly & then > > recompile kernel. > > After reboot... > > # dmesg > > ...... > > sb_reset_dsp failed > > sb0 not found at 0x220 > > sb_reset_dsp failed > > sbxvi0 not found > > sbmidi not found at 0x330 > > ...... > > > > What does it mean? > > Some changes in kernel? > > Sorry. I today (14.10.1998, 01:10 MSD) cvsuped my souces & then recompile > my kernel. Sound system work OK! > Rgdz, > oZZ, > osa@etrust.ru > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message -- /=====================================================================\ |Work: Matthew.Thyer@dsto.defence.gov.au | Home: thyerm@camtech.net.au| \=====================================================================/ "If it is true that our Universe has a zero net value for all conserved quantities, then it may simply be a fluctuation of the vacuum of some larger space in which our Universe is imbedded. In answer to the question of why it happened, I offer the modest proposal that our Universe is simply one of those things which happen from time to time." E. P. Tryon from "Nature" Vol.246 Dec.14, 1973 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message