You are not logged in.
Pages: 1
I have a netbook. There is no sound.
On [c]lspci | grep Audio[/c] I get
00:1b.0 Audio device: Intel Corporation N10/ICH 7 Family High Defination Audio Controller (rev 02)
Offline
Check the volume with Alsamixer and make sure it's not all the way down or set to mute.
Offline
I have already tried. Even I tried to make all sound levels 100%. But nothing worked
Offline
Maybe try this: http://www.linuxquestions.org/questions/linux-hardware-18/no-sound-ubuntu-10-04-hp-mini-110-a-798751/
Offline
I can't see any file like /etc/modprobe.d/alsa-base.conf
Offline
Because it's not there. You need to create it with something like [c]touch /etc/modprobe.d/alsa-base.conf[/c] as root.
Offline
Thanks! It worked.
If anyone facing the same problem do this
open terminal and type
su (password: root)
cd /etc/modprobe.d/
cat > alsa-base.conf << "EOF"
>options snd-hda-intel model=ref
>EOF
Now reboot. If using live CD generate the ISO again
Offline
Pages: 1
[ Generated in 0.016 seconds, 8 queries executed - Memory usage: 1.53 MiB (Peak: 1.77 MiB) ]