View Single Post
  #8 (permalink)  
Old 30-Mar-2008, 12:32
oldcpu
Guest
 
Posts: n/a
Default

Quote:
Then checked /usr/src/LINUX-Distribution/Documentation/sound/alsa/ALSA-Configuration.txt, which has only the following 2 entries for Conexant
Code:
Conexant 5045
**********laptop********Laptop config
**********test**********for testing/debugging purpose, almost all controls
************************can be adjusted.**Appearing only when compiled with
************************$CONFIG_SND_DEBUG=y
[/b]
Thats true for alsa 1.0.14. The latest alsa 1.0.16 has more options.

Quote:
Finally changed the file /etc/modprobe.d/sound to the following by adding model=laptop, which I took from Conexant 5045 as seen above. The output of my /etc/modprobe.d/sound
Code:
options snd-hda-intel model=laptop enable=1 index=0
# M71A.k5JPLyF5+X5:MCP67 High Definition Audio
alias snd-card-0 snd-hda-intel
... Now the laptop speakers SWITCH OFF when I use headphone. [/b]
Thanks for sharing your solution.

Congratulations on sorting your problem.