Date: Mon, 15 Dec 2003 03:30:09 -0800 (PST) From: Peter Pentchev <roam@ringlet.net> To: freebsd-doc@FreeBSD.org Subject: Re: docs/60252: Continuous re-installations for FreeBSD novices Message-ID: <200312151130.hBFBU9Fb043501@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR docs/60252; it has been noted by GNATS. From: Peter Pentchev <roam@ringlet.net> To: Phil <phil.addy@bradford.gov.uk> Cc: bug-followup@FreeBSD.org Subject: Re: docs/60252: Continuous re-installations for FreeBSD novices Date: Mon, 15 Dec 2003 13:21:53 +0200 --CblX+4bnyfN0pR09 Content-Type: text/plain; charset=windows-1251 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Dec 15, 2003 at 03:01:48AM -0800, Phil wrote: [format recovered to less-than-80 character lines] > >Number: 60252 > >Category: docs > >Synopsis: Continuous re-installations for FreeBSD novices > >Originator: Phil > >Release: 4.7 > >Description: > > Why not mention, prior to installation, that to get the sound card > working you're gonna have to rebuild the whole kernel at some stage, > and therefore you will have to install all the sources necessary to do > this? Also, why not just add a couple of simple lines (such as device > pcm) to the GENERIC kernel to try and pick up most of the common sound > cards in order to avoid all this agony? The pcm driver, as well as all drivers dependent on it, is already available as a module in the /modules directory (/boot/kernel on -CURRENT) after the installation, as well as after any full buildkernel/installkernel cycle. I have rarely had problems with just loading the driver for the sound card as a module; if you still keep the original kernel.generic from the installation, could you try booting into it and then 'kldload snd_xxxxx', your respective soundcard driver? If this works, you could also add the following lines (or equivalent, if you are not using the ich driver) to your /boot/loader.conf file: # Get the sound up and running snd_ich_load=3D"YES" snd_ich_name=3D"snd_ich" G'luck, Peter --=20 Peter Pentchev roam@ringlet.net roam@sbnd.net roam@FreeBSD.org PGP key: http://people.FreeBSD.org/~roam/roam.key.asc Key fingerprint FDBA FD79 C26F 3C51 C95E DF9E ED18 B68D 1619 4553 If I were you, who would be reading this sentence? --CblX+4bnyfN0pR09 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/3ZlR7Ri2jRYZRVMRAkM4AKClcSRn1oO4ZpdEcaeiqnYHDI1oAQCgkD0E Jz0xA9mzobP4t8k+5LmjI+c= =eAEA -----END PGP SIGNATURE----- --CblX+4bnyfN0pR09--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200312151130.hBFBU9Fb043501>