From owner-freebsd-questions Thu Sep 7 13:24:59 2000 Delivered-To: freebsd-questions@freebsd.org Received: from comp04.prc.uic.edu (comp04.prc.uic.edu [128.248.230.104]) by hub.freebsd.org (Postfix) with SMTP id B639237B422 for ; Thu, 7 Sep 2000 13:24:57 -0700 (PDT) Received: (qmail 1953 invoked by uid 1000); 7 Sep 2000 20:25:19 -0000 Date: Thu, 7 Sep 2000 15:25:19 -0500 From: Lucas Bergman To: paradive Cc: freebsd-questions@FreeBSD.ORG Subject: Re: src? Message-ID: <20000907152519.B1899@comp04.prc.uic.edu> Reply-To: iceberg@pobox.com References: <063001c01901$12de63c0$02fea8c0@localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <063001c01901$12de63c0$02fea8c0@localdomain>; from james@enfect.com on Thu, Sep 07, 2000 at 12:23:15PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > uh, i have a fairly new install (4.1-RELEASE) and i have nothing in > /usr/src. i want to add a line in GENERIC to support my sound > card. can i do this in config? or do i need to download the src feom > somewhere? Sound card support is not included in the GENERIC kernel, so you'll (as you guessed) have to compile your own. Use /stand/sysinstall to install the system sources (unless you're worried about hard drive space, just have it install all the sources; then you can do source upgrades later). Then, check out the FreeBSD Handbook: file:/usr/share/doc/handbook/index.html specifically chapter 7 for information on making a custom kernel. Lucas To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message