Ciao a tutti, ho un problema col microfono del mio portatile che è un vaio VPCF11J1E, ho trovato su una board di discussione di google queste istruzioni per abilitare il mio microfono, che ha il problema di avere i piedini che lo collegano alla scheda madre di un tipo diverso da quello supportato dagli attuali driver alsa. Questo è il messaggio, ma non ho capito cosa devo fare.-
I solved in my VPCF11J1E. After installing Ubuntu 10.04 no sound, no mic.
I downloaded the alsa 1.0.23 source, patched the file: /sound/pci/hda/patch_realtek.c with this patch:
static hda_nid_t alc269_adc_nids1? = {
/ ADC1 / // 0x08,
0x11,
};
static hda_nid_t alc269_capsrc_nids1? = {
// 0x23,
0x22,
};
static hda_nid_t alc269vb_adc_nids1? = {
/ ADC1 / // 0x09,
0x11,
};
static hda_nid_t alc269vb_capsrc_nids1? = {
0x22,
};
static hda_nid_t alc269_adc_candidates = {
// 0x08, 0x09, 0x07,
0x11, 0x08, 0x09, 0x07,
};
then installed with: sudo ./configure -with-sequencer=yes && make sudo make install sudo ./snddevices
restart and the sound work fine.
to enable the mic I installed HDA_Analyzer and unmute the val0? in node 0x11.
Hope this can help other people.
Grazie di qualunque suggerimento..
Magari datemi istruzioni più dettagliate su come installare questo tipo di patch.
Ciao