From owner-freebsd-questions Fri Sep 17 15:44:41 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rdc1.tn.home.com (ha1.rdc1.tn.home.com [24.2.7.66]) by hub.freebsd.org (Postfix) with ESMTP id 40308158F7 for ; Fri, 17 Sep 1999 15:42:57 -0700 (PDT) (envelope-from cpeters2@home.com) Received: from stealth ([24.4.115.203]) by mail.rdc1.tn.home.com (InterMail v4.01.01.00 201-229-111) with SMTP id <19990917224254.DYXO13005.mail.rdc1.tn.home.com@stealth>; Fri, 17 Sep 1999 15:42:54 -0700 From: "Charles A. Peters" To: , Subject: RE: Creative Labs Sound Blaster AWE 64 (Model: CT4520) ISA Sound Card Configuration for 3.2-Release Date: Fri, 17 Sep 1999 19:08:22 -0400 Message-ID: <000a01bf0161$8a268920$0700a8c0@stealth.xxx> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 In-Reply-To: Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am aware that pnp has been implemented, but the freebsd docs simply mention the addition of pnp support to the kernel, where do I find syntax on implementing PNP support in my 3.2-Release kernel? Thanks, Charles cpeters2@home.com > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Kevin Weiss > Sent: Friday, September 17, 1999 1:41 AM > To: FreeBSD Questions > Subject: RE: Creative Labs Sound Blaster AWE 64 (Model: CT4520) ISA > Sound Card Configuration for 3.2-Release > > > > > -----Original Message----- > From: Kevin Weiss [mailto:kweiss@austin.rr.com] > Sent: Thursday, September 16, 1999 11:24 PM > To: Charles A. Peters > Subject: RE: Creative Labs Sound Blaster AWE 64 (Model: CT4520) ISA > Sound Card Configuration for 3.2-Release > > > There are 3 files involved: > Your kernel, /boot/kernel.conf, and /boot/loader.rc > > I have the following in my kernel: > > # Soundblaster setup > controller snd0 > device sb0 at isa? port0x220 irq 5 drq 1 > device sbxvi0 at isa? drq 5 > device sbmidi0 at isa? port 0x330 > device opl0 at isa? port 0x388 > device awe0 at isa? port 0x620 > > Add the above, compile the kernel (make sure to have pnp > installed in the kernel also). More info on compiling a kernel > is located here: > http://www.freebsd.org/handbook/kernelconfig.html > > Do not reboot yet. Go to the /dev directory and type: > > # sh MAKEDEV snd0 > > Then go to the /boot directory and create the following: > > --- > > In kernel.conf: > pnp 1 0 os enable irq0 5 drq0 1 drq1 5 port0 0x220 port1 0x330 port2 0x388 > pnp 1 1 os disable > pnp 1 2 os enable port0 0x620 port1 0xa20 port2 0xe20 > pnp 1 3 os disable > quit > > --- > > In loader.rc: > load /kernel > load -t userconfig_script /boot/kernel.conf > autoboot 5 > > Now reboot the machine. Your card should be recognized upon bootup. > If this doesn't work, search the mailing list b/c any error you'll come > across has already been discussed and (more than likely) solved. > > Good Luck > > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Charles A. > Peters > Sent: Thursday, September 16, 1999 11:08 PM > To: questions@freebsd.org > Subject: Creative Labs Sound Blaster AWE 64 (Model: CT4520) ISA Sound > Card Configuration for 3.2-Release > > > Hello, > > I have a 3.2-Release server/workstation that I would like to install a > Creative Labs Sound Blaster AWE 64 (Model: CT4520) ISA Sound Card > in, but I > could not find the kernel configuration settings for this card. > > I am running the KDE window manager and the XFree86 server on > this machine, > and I would like to play music mp3's with the machine. > > Any help would be greatly appreciated. > > Thanks in advance! > > Charles > > cpeters2@home.com > > > > 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