Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Sep 1999 22:07:40 -0500
From:      "Kevin Weiss" <kweiss@austin.rr.com>
To:        "Charles A. Peters" <cpeters2@home.com>
Cc:        "FreeBSD Questions" <freebsd-questions@freebsd.org>
Subject:   RE: Creative Labs Sound Blaster AWE 64 (Model: CT4520) ISA Sound Card Configuration for 3.2-Release
Message-ID:  <NDBBJGMIALOKHDMIBICBKEMOCAAA.kweiss@austin.rr.com>
In-Reply-To: <000a01bf0161$8a268920$0700a8c0@stealth.xxx>

next in thread | previous in thread | raw e-mail | index | archive | help
add "controller	pnp0" (w/o quotes) into your kernel,recompile,
and then reboot

-----Original Message-----
From: owner-freebsd-questions@FreeBSD.ORG
[mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Charles A.
Peters
Sent: Friday, September 17, 1999 6:08 PM
To: kweiss@austin.rr.com; freebsd-questions@freebsd.org
Subject: RE: Creative Labs Sound Blaster AWE 64 (Model: CT4520) ISA
Sound Card Configuration for 3.2-Release


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



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?NDBBJGMIALOKHDMIBICBKEMOCAAA.kweiss>