From owner-freebsd-newbies Mon Jul 19 21:27:27 1999 Delivered-To: freebsd-newbies@freebsd.org Received: from exegrnnts001.seattleu.edu (exegrnnts001.seattleu.edu [206.81.198.91]) by hub.freebsd.org (Postfix) with ESMTP id A02DE15086 for ; Mon, 19 Jul 1999 21:27:24 -0700 (PDT) (envelope-from hodeleri@seattleu.edu) Received: from seattleu.edu (ppp11.pm3c.wport.com [206.129.99.207]) by exegrnnts001.seattleu.edu with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2448.0) id PCFM6GMW; Mon, 19 Jul 1999 21:26:26 -0700 Message-ID: <3793FA70.75FEBD68@seattleu.edu> Date: Mon, 19 Jul 1999 21:26:24 -0700 From: Eric Hodel Organization: Dis X-Mailer: Mozilla 4.51 [en] (X11; I; FreeBSD 3.2-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: Summoner Cc: freebsd-newbies@freebsd.org Subject: Re: A new soldier in the ranks References: <37928AFD.DBF9EC5A@uswest.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-newbies@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Summoner wrote: > > Hi everyone, > > So I go over to a friend's house and he's got all of his > computers running this OS called "FreeBSD". I do my trademark eyebrow > raise and he hands me a set of CDs. 3.1-Release. We spent the > afternoon trying to install it on my Windows 98 box. Got a second HD > to put FreeBSD on and started hacking away. We didn't get too far, X > doesn't like my video card (ATI Rage Fury) and there's no drivers for > my sound card (SBLive). Have you tried using the pcm0 sound card? Put the following in your kernel config: device pcm0 at isa? port ? tty irq 5 drq 1 flags 0x0 You could try: device pcm0 at pci? but I think it only works the second way in -current. If it works, the Live will probably show up as pcm1 in dmesg. I've got a PCI128 working in -current. For more info on recompiling your kernel, check the handbook, /usr/share/doc/handbook/handbook.html -- Eric Hodel hodeleri@seattleu.edu "They cook your gonies" -Terry Lambert's uncle on why he doesn't have a microwave To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-newbies" in the body of the message