After updated the motherboard (dead after 12 years of service) of my parent's computer I have follow
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://www.ewan.cc/?q=node/90"
linktext was:"this gide"
====================================
to migrate from i386 o x64 system.
I have solved all the problems and only one issue is missing, the microphone not works
I have one error on dmesg but I'm not sure what means... I have sound the only problem is the mic, the entire log are
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://www.alsa-project.org/db/?f=17c133d1f99fa630d4bb0a6de235f3c5b74d7e9e"
linktext was:"there"
====================================
Code: Select all
[ 7.000024] ALSA sound/pci/hda/hda_intel.c:1766 0000:01:05.2: Codec #0 probe error; disabling it...
[ 12.024032] ALSA sound/pci/hda/hda_intel.c:1805 0000:01:05.2: no codecs initialized
The motherboard have a Realtek ALC888 detected my the system as ALC887 (I'm not sure why)
I see in the logs that I have 3 capture devices
Code: Select all
**** List of CAPTURE Hardware Devices ****
card 0: SB [HDA ATI SB], device 0: ALC887 Analog [ALC887 Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: SB [HDA ATI SB], device 1: ALC887 Digital [ALC887 Digital]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: SB [HDA ATI SB], device 2: ALC887 Alt Analog [ALC887 Alt Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
Code: Select all
$ arecord hw:1,[n] -d 10 /tmp/test-mic.wav
Any idea?
Why the device is detected as ALC887 and not ALC888?