Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Jul 1999 21:26:24 -0700
From:      Eric Hodel <hodeleri@seattleu.edu>
To:        Summoner <summoner@uswest.net>
Cc:        freebsd-newbies@freebsd.org
Subject:   Re: A new soldier in the ranks
Message-ID:  <3793FA70.75FEBD68@seattleu.edu>
References:  <37928AFD.DBF9EC5A@uswest.net>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3793FA70.75FEBD68>