Date: Mon, 9 Sep 2002 16:44:33 -0400 (EDT) From: John Bleichert <syborg@stny.rr.com> To: "Brandon S. Davis" <bsdavis@midman.com> Cc: "'questions@freebsd.org'" <questions@FreeBSD.ORG> Subject: Re: Modem and sound card help? Message-ID: <Pine.LNX.4.44.0209091637050.26724-100000@janeway.vonbek.dhs.org> In-Reply-To: <290EDB4766222A4D8CC1B57D9B1C5CA9C113DA@midlandnts.ad.midman.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 9 Sep 2002, Brandon S. Davis wrote: > Date: Mon, 9 Sep 2002 15:39:35 -0500 > From: Brandon S. Davis <bsdavis@midman.com> > To: "'questions@freebsd.org'" <questions@FreeBSD.ORG> > Subject: Modem and sound card help? > > > I've got a 3COM USR 56k Courier V.Everything modem and Sound Blaster Live! > > on my computer system. I've recently acquired FreeBSD 4.6 from a retail > > location and I can't seem to get the OS to detect my modem nor my sound > > card. I managed to get my video graphics card and my optical mouse to > > finally work, but that is it. Can you provide some detailed directions on > > how I can get this to work with both of these I/O devices. Oh yeah, I'm > > extremely new to the FreeBSD OS and I'm really anxious to hop on the net. > > I've started learning Perl, C, C++ and various other languages to help me > > out. > > > > Thanks, > > > > Brandon > The SBLive! you may want to wait a bit on - you'll need to learn how to rebuild your kernel first as you need to add sound support. See the sound section of the Handbook: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/sound-setup.html We'll need a little more info to help with the modem. You use the 'dmesg' command to get info from your kernel about what devices are detected and configured. run 'dmesg' and look for any info pertaining to your modem. Also, with PCI devices, it's a good idea to turn *off* PnP support in your BIOS before continuing. Since you have no network (yet) you may need to dump the output from 'dmesg' to a floppy or some such so you can post it here. The modem may or may not be supported, check first. There's a file called (I think) HARDWARE.txt in the top-level of you CD which describes what hardware is supported. Your SBLive will work fine, but you'll need to learn how to roll your own kernel first. BSD proceeds from a 'start out minimal, add what you need' approach rather than trying to support everything out of the box. HTH - JB PS: The FreeBSD Handbook is your friend! http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/index.html # John Bleichert # http://vonbek.dhs.org/latest.jpg 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?Pine.LNX.4.44.0209091637050.26724-100000>