From owner-freebsd-hackers Sun Jan 18 08:28:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA20845 for hackers-outgoing; Sun, 18 Jan 1998 08:28:15 -0800 (PST) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from mail.scsn.net (scsn.net [206.25.246.12]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA20818 for ; Sun, 18 Jan 1998 08:27:57 -0800 (PST) (envelope-from dmaddox@scsn.net) Received: from rhiannon.scsn.net ([208.133.153.82]) by mail.scsn.net (Post.Office MTA v3.1.2 release (PO205-101c) ID# 0-41950U6000L1100S0) with ESMTP id AAA172; Sun, 18 Jan 1998 11:25:53 -0500 Received: (from root@localhost) by rhiannon.scsn.net (8.8.8/8.8.7) id LAA00650; Sun, 18 Jan 1998 11:27:20 -0500 (EST) (envelope-from root) Message-ID: <19980118112720.44587@scsn.net> Date: Sun, 18 Jan 1998 11:27:20 -0500 From: dmaddox@scsn.net (Donald J. Maddox) To: gmarco@giovannelli.it Cc: hackers@FreeBSD.ORG Subject: Re: Quake(2) : info & questions Reply-To: dmaddox@scsn.net References: <34C1DD77.27080877@giovannelli.it> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88 In-Reply-To: <34C1DD77.27080877@giovannelli.it>; from Gianmarco Giovannelli on Sun, Jan 18, 1998 at 11:46:15AM +0100 Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk On Sun, Jan 18, 1998 at 11:46:15AM +0100, Gianmarco Giovannelli wrote: > Hi, > I'd like to know something about quake and quake2: > > 1) Is there anyone that is succeding in hearing audio and sound with > Quake I ? > I am playing with the qwcl version 2.1 (linux), but I am not able to > hear anything with the following drivers : Luigi's snd code, ossFreeBSD, > the standard ones . I am using a awe 64 which works with other programs > without problems. > > 2) Can someone send me the url where I can find the help page to run > quake2 on FreeBSD -current ? Is there a port to do it somewhere ? I also have an AWE64, and Quake I & II sound works with no tweaks at all on -current for me... Maybe the problem is with the config of your sound card... I configure my kernel with pnp support and the following sound options: controller snd0 device sb0 at isa? port 0x220 irq 5 drq 1 vector sbintr device sbxvi0 at isa? drq 5 device sbmidi0 at isa? port 0x330 device opl0 at isa? port 0x388 device awe0 at isa? port 0x620 Then, boot -c the new kernel, and enter the following in the configuration editor: pnp 1 0 os enable port0 0x220 irq0 5 drq0 1 drq1 5 port1 0x330 port2 0x388 pnp 1 1 os enable port0 0x208 pnp 1 2 os enable port0 0x620 port1 0xa20 port2 0xe20 Line 1 is for sb, sbxvi, opl, and sbmidi. Line 2 is for the gameport. Line 3 is for the AWE synth. Hope this helps...