Thursday, July 28, 2011

Intel [HDA Intel], device 0: ALC259 Analog [ALC259 Analog]

Finally got it to work, simply:

$ sudo vim modprobe.d/alsa-base.conf

then add:

options snd-hda-intel model=auto
options snd-hda-intel model=toshiba
after a :

$ sudo alsa force-reload

it should show a nice output now:

[ 2759.008573] hda_codec: ALC259: BIOS auto-probing.
[ 2759.009419] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input29
[ 2759.011722] input: HDA Intel Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input30
[ 2759.011949] input: HDA Intel Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input31
[ 2759.012435] HDA Intel 0000:01:00.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[ 2759.012601] HDA Intel 0000:01:00.1: irq 44 for MSI/MSI-X
[ 2759.012667] HDA Intel 0000:01:00.1: setting latency timer to 64
[ 2759.028207] HDMI status: Pin=3 Presence_Detect=0 ELD_Valid=0
[ 2759.028615] input: HD-Audio Generic HDMI/DP as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input32
[ 2899.944868] hda-intel: IRQ timing workaround is activated for card #0. Suggest a bigger bdl_pos_adj.


ref:
* https://help.ubuntu.com/community/HdaIntelSoundHowto

No comments: