Re: [gentoo-user] speakers have no sound in Gentoo, but work in Ubuntu

2008-07-01 Thread Chuanwen Wu
Hi, thanks for your help! It works! But I think this line options snd-hda-intel model=dell-3stack should be: options snd_hda_intel model=dell-3stack Once that is done, save the file and run: update-modules Once that has completed (you may need to update-modules --force if it complains).

[gentoo-user] speakers have no sound in Gentoo, but work in Ubuntu

2008-06-30 Thread Chuanwen Wu
Hi, my laptop(Dell1400)'s speakers never work in Gentoo(headphones can work). But server days ago, I installed Ubuntu and I found that the speakers work(headphones also work)! I thought the alsa-driver could not drive my sound card properly before, and now, I think there must be some way since

Re: [gentoo-user] speakers have no sound in Gentoo, but work in Ubuntu

2008-06-30 Thread Brian Johnson
Almost all snd-hda-intel sound cards need quirks added to /etc/modules.d/alsa Under the auto-generated configuration add: options snd-hda-intel model=dell-3stack Once that is done, save the file and run: update-modules Once that has completed (you may need to update-modules --force if it