From owner-freebsd-questions Tue Mar 9 14:44: 9 1999 Delivered-To: freebsd-questions@freebsd.org Received: from hawaii.conterra.com (hawaii.conterra.com [209.12.164.32]) by hub.freebsd.org (Postfix) with ESMTP id DCEE914E6A for ; Tue, 9 Mar 1999 14:44:05 -0800 (PST) (envelope-from myself@conterra.com) Received: from dmaddox.conterra.com (myself@dmaddox.conterra.com [209.12.169.48]) by hawaii.conterra.com (8.8.8/8.8.7) with ESMTP id RAA15786; Tue, 9 Mar 1999 17:43:45 -0500 (EST) Received: (from myself@localhost) by dmaddox.conterra.com (8.9.3/8.9.1) id RAA01623; Tue, 9 Mar 1999 17:43:48 -0500 (EST) (envelope-from myself) Date: Tue, 9 Mar 1999 17:43:44 -0500 From: "Donald J . Maddox" To: Steve Price Cc: Mark , freebsd-questions@FreeBSD.ORG Subject: Re: 3.1 and sound problems Message-ID: <19990309174344.A1506@dmaddox.conterra.com> Reply-To: dmaddox@conterra.com References: <19990308233724.A2116@online.dct.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: ; from Steve Price on Mon, Mar 08, 1999 at 11:47:54PM -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG That's correct, but in 3.1 with ELF kernels and no dset, it won't be persistent, and you'll have to redo it at every reboot. A more permanent solution is to create a /boot/loader.rc file that contains at least these lines: load kernel load -t userconfig_script /boot/kernel.conf Then, create a /boot/kernel.conf file that contains the commands you would normally type at the config> prompt. Like this maybe: pnp 1 0 os enable port0 0x220 irq0 5 drq0 1 drq1 5 port1 0x330 port2 0x388 On Mon, Mar 08, 1999 at 11:47:54PM -0600, Steve Price wrote: > At the boot prompt type '-c' to get into userconfig mode. At > the next prompt type: > > pnp 1 0 enable os port0 0x220 irq0 5 drq0 0 > > On Mon, 8 Mar 1999, Mark wrote: > > # Hey all -- > # > # I recently upgraded to 3.1, but can no longer get sound to work. I tried the > # > # way I had it working under 2.2.7 (controller snd0, etc), and that no longer > # works. I have a SB16, which is on IRQ 5, so when I changed the kernel config > # line from IRQ 7 to 5, and added the "options SBC_IRQ=5" line, I got an error > # on the config, saying that SBC_IRQ=5 is not recognized. > # > # Next, I tried leaving the default lines in: > # > # controller snd0 > # device sb0 at isa? port 0x220 irq 7 conflicts drq 1 vector sbintr > # device sbmidi0 at isa? port 0x330 > # > # but that didn't work either: > # > # sb_reset_dsp failed > # sb0 not found at 0x220 > # sbmidi0 not found at 0x330 > # > # So then I tried the new way, with PnP. I enabled PnP in the BIOS, and then > # in the kernel I put these two lines: > # > # controller pnp0 > # device pcm0 at isa? port? tty irq 5 drq 1 flags 0x0 > # > # Upon rebooting after a kernel make, I get these error messages: > # > # Probing for PnP devices: > # CSN 1 Vendor ID: CTL0053 [0x53008c0e] Serial 0x000140af Comp ID: @@@0000 > # [0x0000 > # 0000] > # This is a SB16 PnP, but LDN 0 is disabled > # ... > # ... > # pcm0 not found > # > # So, my question would be, how in all that is holy can I get sound to work? > # Thanks, > # > # -- > # Mark Maurer markm@dct.com Programmer, DCT Technologies > # mwmaurer@mtu.edu Senior, Michigan Technological University > # "How could this be a problem in a country where we have Intel and Microsoft?" > # -- Al Gore, on the Y2K bug. Quoted Vanity Fair, Jan 1999 > # > # > # To Unsubscribe: send mail to majordomo@FreeBSD.org > # with "unsubscribe freebsd-questions" in the body of the message > # > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message