Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Aug 2004 09:14:31 +0200 
From:      "Graaf, Rob" <graaf@Phys.LeidenUniv.nl>
To:        'Gary Kline ' <kline@tao.thought.org>, 'FreeBSD Mobile Mailing List ' <freebsd-mobile@FreeBSD.ORG>
Subject:   RE: how to enable audio in the ThinkPad 600E...
Message-ID:  <A16923DE912AD411B0F800A024519D4C01E18000@lion-msrvp.leidenuniv.nl>

next in thread | raw e-mail | index | archive | help
 

$ kldload snd_driver 
,loads all the sound driver and attaches to pcm0 (in my case).

To enable sound at boot, just add in /boot/loader.conf 

snd_driver_load=YES 

If you, like I, do *not* want every driver to be loaded, but only the driver
which makes sound working for you, look in dmesg. In my case snd_ich.ko did
the job, so in /boot/loader.conf 

snd_ich_load=YES 

see also http://www.rdegraaf.nl/freebsd/

Greetings Rob






-----Original Message-----
From: Gary Kline
To: FreeBSD Mobile Mailing List
Sent: 8/9/04 8:07 AM
Subject: how to enable audio in the ThinkPad 600E...


	eople,

	Can anyone on the list explain how to get th pcm driver
	working in my 600E?  I googled around enough to know that
	it is possible to build an audio-capabe kernel.  The 
	coming "psm_snd" or "sndpcm" changes have raised a flag
	in mmy mind.  Better, I think, to ask first than go 
	the trial-an-error route.

	thanks, 

	gary

-- 
   Gary Kline     kline@thought.org   www.thought.org     Public service
Unix

_______________________________________________
freebsd-mobile@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-mobile
To unsubscribe, send any mail to
"freebsd-mobile-unsubscribe@freebsd.org"



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