Comment 10 for bug 363870

Revision history for this message
yml (yml) wrote :

The solution to my problem is :
1> install hda-verb-0.3
2>./hda-verb /dev/snd/hwC0D0 0x1 set_gpio_data 5
3> ./hda-verb /dev/snd/hwC0D0 0x1 set_gpio_dir 5
4> ./hda-verb /dev/snd/hwC0D0 0x1 set_gpio_mask 5

and then when I run : speaker-test -c2 -Dplughw:0 -twav

I can hear front, right left on the speaker.

Note as of now plugging the headphones does not stop the speaker and there is no sound on the headphones

--yml