Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Mar 1999 17:43:44 -0500
From:      "Donald J . Maddox" <dmaddox@conterra.com>
To:        Steve Price <sprice@hiwaay.net>
Cc:        Mark <markm@online.dct.com>, freebsd-questions@FreeBSD.ORG
Subject:   Re: 3.1 and sound problems
Message-ID:  <19990309174344.A1506@dmaddox.conterra.com>
In-Reply-To: <Pine.OSF.4.02.9903082342530.18466-100000@fly.HiWAAY.net>; from Steve Price on Mon, Mar 08, 1999 at 11:47:54PM -0600
References:  <19990308233724.A2116@online.dct.com> <Pine.OSF.4.02.9903082342530.18466-100000@fly.HiWAAY.net>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990309174344.A1506>