Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 May 1999 10:22:06 -0400 (EDT)
From:      Pat Lynch <lynch@rush.net>
To:        Vallo Kallaste <vallo@matti.ee>
Cc:        "darth vader [eric]" <eric@conan.dyndns.org>, freebsd-questions@FreeBSD.ORG
Subject:   Re: SoundBlaster 16 Vibra [pnp] [please! i'm desperate]
Message-ID:  <Pine.BSF.4.05.9905171017460.995-100000@bytor.rush.net>
In-Reply-To: <19990517170617.C88408@myhakas.matti.ee>

next in thread | previous in thread | raw e-mail | index | archive | help
ok, pcm1 is correct, in order to get that to work, just do this:

cd /dev
./MAKEDEV snd1

second, if you really want to force it to irq5 , make sure you have this
in your kernel:

options		USERCONFIG

then (I'm assuming this is the only PnP device in your system, but a
'dmesg" output would help more here)

make a file in /boot called 'loader.rc'

in this fiile should be this :

load kernel
load -t userconfig_script /boot/userconfig
autoboot 9

then edit /boot/userconfig (you'll have to create it)

and put this in it:

pnp 1 0 enable os port0 0x220 irq0 5 drq0 1 drq1 3


its as simple as that (hehe thanks DES for pointing this out to me a few
weeks ago.)

-Pat

___________________________________________________________________________

Pat Lynch						lynch@rush.net
Systems Administrator					Rush Networking

"Wow, everyone looks different in Real Life (tm)"-
                                Nathan Dorfman meeting people at FUNY

"Suicide is painless, switching to NT isn't."-
				Unknown

___________________________________________________________________________

On Mon, 17 May 1999, Vallo Kallaste wrote:

> On Sun, May 16, 1999 at 03:25:59AM -0400, "darth vader [eric]" <eric@conan.dyndns.org> wrote:
> 
> > i have a SoundBlaster Vibra16[pnp] and i added the following files to my
> > kernel config file and then re-made it..
> > 
> > controller	pnp0
> > device		pcm0	at isa? port? tty irq 5 drq 1 vector pcmintr
> > 
> > ok.. i do that.. when i boot it says that it is pcm1 with an irq of 9 and
> > base address of 0x220-[something else] when it is irq of 5 ! because i had
> > it working before.. i had to reinstall freebsd for reasons.. but i had it
> > working.. i also did this after re booting
> 
> If it's really PnP card then try to use line like:
> 
> device	pcm0 at isa? port? tty irq ? drq ? vector pcmintr
> 
> The PnP support should fill the questionable parameters, it does for me.
> -- 
> 
> Vallo Kallaste
> vallo@matti.ee
> 
> 
> 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?Pine.BSF.4.05.9905171017460.995-100000>