我看到论坛上也有不少人用和我一个型号的本本~~有把声卡问题解决了的么?出来支一声啊。

-----------------------------------------------------------------------------------------------------------------------------------------------------------
So far problem has been solved~~If you have met the same problem as me~~Please do as follows【PS:the RC2 pakage has also solved the problem that ear-phone can't work well on some PCs】:
*
Install the required tools
sudo apt-get install build-essential ncurses-dev
*
Install your kernel headers
sudo apt-get install linux-headers-`uname -r`
*
Download the latest version of alsa from [WWW] Alsa project (driver, library, and utils) to a directory (eg. /home/naaman/installers/alsa)
o
[WWW] alsa-driver:http://www.alsa-project.org/alsa/ftp/driver/
o
[WWW] alsa-lib:http://www.alsa-project.org/alsa/ftp/lib/
o
[WWW] alsa-utils:http://www.alsa-project.org/alsa/ftp/utils/
*
Setup installation directories
sudo mkdir -p /usr/src/alsa
cd /usr/src/alsa
sudo cp /home/naaman/installers/alsa/* .
sudo tar xjf alsa-driver-1.0.14rc2.tar.bz2
sudo tar xjf alsa-lib-1.0.14rc2.tar.bz2
sudo tar xjf alsa-utils-1.0.14rc2.tar.bz2
*
Compile and install alsa-driver
cd alsa-driver-1.0.14rc2
sudo ./configure --with-cards=hda-intel
sudo make
sudo make install
*
Compile and install alsa-lib
cd ../alsa-lib-1.0.14rc2
sudo ./configure
sudo make
sudo make install
*
Compile and install alsa-utils
cd ../alsa-utils-1.0.14rc2
sudo ./configure
sudo make
sudo make install
*
Reboot
Manually specify which flavor you are using
If your sound still doesn't work after installing the latest alsa, it is likely that it was unable to autodetect your flavour.
*
Edit the file /etc/modprobe.d/alsa-base
gksudo gedit /etc/modprobe.d/alsa-base
*
Add the following line to the file, replacing '3stack' with your flavor (see below)
options snd-hda-intel model=3stack
*
Reboot
Good Luck to u all!!