Re: Sound on Dell D600 laptop

2006-01-12 Thread Doug Poland
On Thu, January 12, 2006 12:15, Li, Qing wrote: > > Has anyone successfully gotten the sound to work > on the Dell D600 laptop running FreeBSD 6.0? > > If you've done it, could you please share your tricks > with me. > I've got a C600 laptop working with sound. Not sure if

Re: Sound on Dell D600 laptop

2006-01-12 Thread SPYRIDON PAPADOPOULOS
Hi, first do a #pciconf -lv to find your card. I have a Latitude C810 and the card is a ESS Maestro PCI Audio (I think you have the same..) on a FreeBSD 5.4. Release. If these instructions are different somehow in FreeBSD 6.0 i would like to know it, please. Then check the /boot/defaults/load

Re: Sound on Dell D600 laptop

2006-01-12 Thread Kiffin Gish
On Thu, 2006-01-12 at 12:37 -0600, Doug Poland wrote: > On Thu, January 12, 2006 12:15, Li, Qing wrote: > > > > Has anyone successfully gotten the sound to work > > on the Dell D600 laptop running FreeBSD 6.0? > > > > If you've done it, could you please share your tricks > > with me

Re: Sound on Dell D600 laptop

2006-01-12 Thread Alan Gerber
Sound works beautifully on my D600. Unfortunately, I don't have it in front of me at work. But from what I remember, all you need to do is load the snd_ich driver via kldload(8). Alternatively as Doug mentioned, you can place the line into /boot/loader.conf to make the system load the driver

RE: Sound on Dell D600 laptop

2006-01-12 Thread Li, Qing
Thanks all. > > snd_ich_load="YES" > I don't have the above, wasn't quite sure which one to load because it's a SigmaTel, though /usr/src/sys/dev/sound/pcm/ac97.c appears to include it. I'll give it a try. Thanks again. -- Qing _

Re: Sound on Dell D600 laptop

2006-01-12 Thread Doug Poland
On Thu, January 12, 2006 12:46, Kiffin Gish wrote: > On Thu, 2006-01-12 at 12:37 -0600, Doug Poland wrote: >> On Thu, January 12, 2006 12:15, Li, Qing wrote: >>> >>> Has anyone successfully gotten the sound to work on the Dell D600 >>> laptop running FreeBSD 6.0? >>> >>> If you've done it, could y

Re: Sound on Dell D600 laptop

2006-01-12 Thread Jerry Dunham
On 12 Jan 2006 at 12:37, Doug Poland wrote: > On Thu, January 12, 2006 12:15, Li, Qing wrote: > > > > Has anyone successfully gotten the sound to work > > on the Dell D600 laptop running FreeBSD 6.0? > > > > If you've done it, could you please share your tricks > > with me. > > > I

Re: Sound on Dell D600 laptop

2006-01-12 Thread Garrett Cooper
On Jan 12, 2006, at 11:20 AM, Jerry Dunham wrote: On 12 Jan 2006 at 12:37, Doug Poland wrote: On Thu, January 12, 2006 12:15, Li, Qing wrote: Has anyone successfully gotten the sound to work on the Dell D600 laptop running FreeBSD 6.0? If you've done it, could you pl

Re: Sound on Dell D600 laptop

2006-01-12 Thread Gary Kline
On Thu, Jan 12, 2006 at 10:55:42AM -0800, Li, Qing wrote: > > Thanks all. > > > > > snd_ich_load="YES" > > > > I don't have the above, wasn't quite sure which one > to load because it's a SigmaTel, though > /usr/src/sys/dev/sound/pcm/ac97.c appears to include it. > >