Date: Tue, 13 Sep 2005 21:47:35 +0200 From: Roland Smith <rsmith@xs4all.nl> To: Lars Lindblad <lars.lindblad@bostreammail.net> Cc: freebsd-questions@freebsd.org Subject: Re: Sound on Thinkpad and Networking questions Message-ID: <20050913194735.GA37902@slackbox.xs4all.nl> In-Reply-To: <20050913105927.A350.LARS.LINDBLAD@bostreammail.net> References: <20050913105927.A350.LARS.LINDBLAD@bostreammail.net>
next in thread | previous in thread | raw e-mail | index | archive | help
--WIyZ46R2i8wDzkSu Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Sep 13, 2005 at 10:59:34AM +0200, Lars Lindblad wrote: > New problems with FreeBSD 5.4 on my IBM Thinkpad 600E: >=20 > 1. I try to get the sound to work, but I never manage > to make! I have tried to recompile the kernel, as described=20 > in the FreeBSD Handbook I chapter 8. First I found a website=20 > dedicated to Thinkpad600E and FreeBSD 4.7, but the lines=20 > presented there didn't work. Instead I went to chapter 7 in=20 > the handbook where it describes how I will change the kernel=20 > to work with a Crystal 4232 Soundcard, so I guess I got the=20 > right lines for the kernel. But when it comes to building=20 > the kernel it says that it doesn't know devices with the=20 > names pcm or csa. So, I am kind of stuck... HELP! How do you know it doesn't work? Because you don't hear anything? 1) Make sure you have a sound driver loaded. To see if ou have a sound driver loaded, try 'cat /dev/sndstat'. If that returns 'No such file or directory' there is indeed no sound driver loaded. I'm not sure is the 4232 is supported. Grepping through the sound driver sources, I see the following CS chips: CS4281, CS4610/CS4611, CS4280/CS4614/CS4622/CS4624/CS4630, CS4615 No 4232 to be found. 2) IIRC, the output volume is set to 0 when you first load a sound driver. You can change that with the 'mixer' program, e.g. 'mixer vol 50'. <snip> > 3. The network I try to build is just a small LAN at home,=20 > with computers 192.168.0.1 (my 2.2GHz) and .2 (my 600E)=20 > involved. Could I give them other names? Could I be use=20 > Terminal or Konqueror to reach them from each other? You can give them names by setting the hostnames on each in /etc/rc.conf. Add the IP addresses with the corresponding hostnames to /etc/hosts on both machines, and check that /etc/nsswitch.conf contains a line 'hosts: files dns', so that the names can be resolved to IP addresses. To chare files between the two PCs, set up an NFS share on the desktop that you can mount on the laptop. Roland --=20 R.F.Smith (http://www.xs4all.nl/~rsmith/) Please send e-mail as plain text. public key: http://www.xs4all.nl/~rsmith/pubkey.txt --WIyZ46R2i8wDzkSu Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFDJyzXEnfvsMMhpyURAro5AKCM0E/4pn5fDsmzCRMoUVBzHPu2nwCfSZJj aSlp03IzPs/7VWM4oPjFNPw= =AJS6 -----END PGP SIGNATURE----- --WIyZ46R2i8wDzkSu--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050913194735.GA37902>