From owner-freebsd-questions Mon May 17 7:22:36 1999 Delivered-To: freebsd-questions@freebsd.org Received: from bytor.rush.net (bytor.rush.net [209.45.245.145]) by hub.freebsd.org (Postfix) with ESMTP id 80E3315376 for ; Mon, 17 May 1999 07:22:30 -0700 (PDT) (envelope-from lynch@rush.net) Received: from localhost (lynch@localhost) by bytor.rush.net (8.9.3/8.9.3) with ESMTP id KAA05662; Mon, 17 May 1999 10:22:06 -0400 (EDT) Date: Mon, 17 May 1999 10:22:06 -0400 (EDT) From: Pat Lynch To: Vallo Kallaste Cc: "darth vader [eric]" , freebsd-questions@FreeBSD.ORG Subject: Re: SoundBlaster 16 Vibra [pnp] [please! i'm desperate] In-Reply-To: <19990517170617.C88408@myhakas.matti.ee> 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 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]" 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