[Desktop-packages] [Bug 1228689] Re: sony vaio pro 13 internal microphone not working

2013-10-07 Thread David Henningsson
*** This bug is a duplicate of bug 1227093 *** https://bugs.launchpad.net/bugs/1227093 ** This bug has been marked a duplicate of bug 1227093 [sony vaio pro] Internal microphone not working -- You received this bug notification because you are a member of Desktop Packages, which is

[Desktop-packages] [Bug 1228689] Re: sony vaio pro 13 internal microphone not working

2013-10-07 Thread David Henningsson
*** This bug is a duplicate of bug 1227093 *** https://bugs.launchpad.net/bugs/1227093 if the Mic and headphone of your headset works with the SONY Vaio Pro 13 in Windows , the alsa driver can use the presence detect of headphone node 0x21 to switch the Mic from int Mic node 0x12 to

[Desktop-packages] [Bug 1228689] Re: sony vaio pro 13 internal microphone not working

2013-10-06 Thread Thijs
This might be a handy workaround for Skype until the pulseaudio bug is completely fixed: Create executable /usr/bin/skype-wrapper with the following content: PULSE_SERVER=127.0.0.1 /usr/bin/skype And now change the desktop file so that the new script will be called when using the menu: sudo

Re: [Desktop-packages] [Bug 1228689] Re: sony vaio pro 13 internal microphone not working

2013-10-06 Thread Yuv
On 10/05/2013 11:13 AM, Raymond wrote: if the Mic and headphone of your headset works with the SONY Vaio Pro 13 in Windows , the alsa driver can use the presence detect of headphone node 0x21 to switch the Mic from int Mic node 0x12 to headset Mic node 0x18 Makes sense! I am really not

Re: [Desktop-packages] [Bug 1228689] Re: sony vaio pro 13 internal microphone not working

2013-10-06 Thread Yuv
On 10/06/2013 12:54 PM, Thijs wrote: This might be a handy workaround for Skype until the pulseaudio bug is completely fixed: Thanks Thijs, but I do not need the workaround that you are suggesting and in my opinion it is bad practice to make a Skype-specific workaround for an issue that affect

[Desktop-packages] [Bug 1228689] Re: sony vaio pro 13 internal microphone not working

2013-10-05 Thread Jakob Møllerhøj
similar also reported heare as bug https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1227093 -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to pulseaudio in Ubuntu. https://bugs.launchpad.net/bugs/1228689 Title: sony vaio pro 13

[Desktop-packages] [Bug 1228689] Re: sony vaio pro 13 internal microphone not working

2013-10-05 Thread Raymond
if the Mic and headphone of your headset works with the SONY Vaio Pro 13 in Windows , the alsa driver can use the presence detect of headphone node 0x21 to switch the Mic from int Mic node 0x12 to headset Mic node 0x18 -- You received this bug notification because you are a member of Desktop

[Desktop-packages] [Bug 1228689] Re: sony vaio pro 13 internal microphone not working

2013-10-02 Thread Raymond
https://git.kernel.org/cgit/linux/kernel/git/tiwai/sound.git/commit/sound/pci/hda/patch_realtek.c?id=d240d1dcd5b42df4680e65f637e71bbc954e4d74 seem need to specify hint parser_flag = 0x4 and change the sequencer number of mic jack to 0xc to get the headset mic does it mean that the vendor

[Desktop-packages] [Bug 1228689] Re: sony vaio pro 13 internal microphone not working

2013-10-01 Thread Raymond
if node 0x18 is alway present, you need to use hda-jack-retask to set Misc bit ( MISC = NO_PRESENCE) reboot and use input source to test the selected mic ( internal mic or mic jack) do your sony vaio pro13 have any headset provided ? ( seem no headset in accessory of sony web site) you need

[Desktop-packages] [Bug 1228689] Re: sony vaio pro 13 internal microphone not working

2013-10-01 Thread Yuv
Good news. David Henningsson replied to my comment to the people listed on the patch mentioned in comment #17. For completness, he did not just ask me to test the three scenarios in comment #18, he also asked me what driver is used on Windows for this hardware. Because it is a Microsoft

[Desktop-packages] [Bug 1228689] Re: sony vaio pro 13 internal microphone not working

2013-09-30 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: pulseaudio (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to pulseaudio in Ubuntu.

[Desktop-packages] [Bug 1228689] Re: sony vaio pro 13 internal microphone not working

2013-09-27 Thread Yuv
$ sudo modinfo snd-hda-intel filename: /lib/modules/3.11.0-8-generic/kernel/sound/pci/hda/snd-hda-intel.ko description:Intel HDA driver license:GPL srcversion: 487D576FC93C49CD204AA81 alias: pci:v1022d*sv*sd*bc04sc03i00* alias:

[Desktop-packages] [Bug 1228689] Re: sony vaio pro 13 internal microphone not working

2013-09-27 Thread Raymond
you have to ask the Co-author (realteak) of the patch or Sony support whether your alc268 have vendor specific coefficient to enable the headset Michael feature -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to pulseaudio in Ubuntu.

[Desktop-packages] [Bug 1228689] Re: sony vaio pro 13 internal microphone not working

2013-09-27 Thread Yuv
I have sent an email, now let's hope for the best. Thank you for leading me so far. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to pulseaudio in Ubuntu. https://bugs.launchpad.net/bugs/1228689 Title: sony vaio pro 13 internal

[Desktop-packages] [Bug 1228689] Re: sony vaio pro 13 internal microphone not working

2013-09-26 Thread Raymond
https://bugzilla.kernel.org/show_bug.cgi?id=48831#c2 ** Bug watch added: Linux Kernel Bug Tracker #48831 http://bugzilla.kernel.org/show_bug.cgi?id=48831 -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to pulseaudio in Ubuntu.

[Desktop-packages] [Bug 1228689] Re: sony vaio pro 13 internal microphone not working

2013-09-24 Thread Raymond
in patch_realtek.c there is a snd_pci_quirk_vendor for all sony vaio to use ALC269_FIXUP_SONY_VAIO static const struct hda_fixup alc269_fixups[] = { [ALC269_FIXUP_SONY_VAIO] = { .type = HDA_FIXUP_PINCTLS, .v.pins = (const struct hda_pintbl[]) {

[Desktop-packages] [Bug 1228689] Re: sony vaio pro 13 internal microphone not working

2013-09-24 Thread Yuv
https://launchpad.net/~diwic/+archive/hda has no packages for Saucy. I downloaded the raring tarball and built it locally, but it does not work: Traceback (most recent call last): File /usr/bin/hda-jack-sense-test, line 47, in module codec = HDACodec(cardindex, codecindex) File

[Desktop-packages] [Bug 1228689] Re: sony vaio pro 13 internal microphone not working

2013-09-24 Thread Raymond
you need root privilege sudo hda-Jack-sense-test -a -c1 Traceback (most recent call last): File /usr/bin/hda-jack-sense-test, line 47, in module codec = HDACodec(cardindex, codecindex) File /usr/share/snd-hda-tools/hda_codec.py, line 1023, in __init__ self.fd =

[Desktop-packages] [Bug 1228689] Re: sony vaio pro 13 internal microphone not working

2013-09-24 Thread Raymond
seem there are vendor specific coefficient for the headset on those dell machines but your alc286 is not in the patch https://git.kernel.org/cgit/linux/kernel/git/tiwai/sound.git/commit/sound/pci/hda/patch_realtek.c?id=73bdd597823e2231dc882577dbbaf8df92fe1775 -- You received this bug

[Desktop-packages] [Bug 1228689] Re: sony vaio pro 13 internal microphone not working

2013-09-23 Thread Raymond
pulseaudio] module-alsa-card.c: Jack 'Headphone Jack' is now unplugged ( 0.174| 0.000) D: [pulseaudio] module-alsa-card.c: Jack 'Speaker Phantom Jack' is now plugged in ( 0.174| 0.000) D: [pulseaudio] module-alsa-card.c: Jack 'Headphone Jack' is now unplugged ( 0.174| 0.000) D:

[Desktop-packages] [Bug 1228689] Re: sony vaio pro 13 internal microphone not working

2013-09-23 Thread Yuv
/etc/asound.conf Thanks for the link. Edited to the default configuration. I will be repeating the diagnostic steps requested in comment #1 and post the updated output. Little apparent change so far. Audio output still works as expected. Microphone still not working, neither the internal one

[Desktop-packages] [Bug 1228689] Re: sony vaio pro 13 internal microphone not working

2013-09-23 Thread Raymond
https://launchpad.net/~diwic/+archive/hda install snd-hday-tools run and post the output of hda-jack-sense-test -a when you plug and unplug the headset -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to pulseaudio in Ubuntu.

[Desktop-packages] [Bug 1228689] Re: sony vaio pro 13 internal microphone not working

2013-09-22 Thread Raymond
why do you overwrite pcm.default and ctl.default if you are running puseaudio server pcm.!default { type hw card 1 } ctl.!default { type hw card 1 } the internal mic is not availbable when you plug the external mic ? control.14 { iface CARD name

[Desktop-packages] [Bug 1228689] Re: sony vaio pro 13 internal microphone not working

2013-09-22 Thread Raymond
is there any reason to enable ucm ? ( 0.017| 0.000) D: [pulseaudio] module-udev-detect.c: Loading module-alsa-card with arguments 'device_id=0 name=pci-_00_03.0 card_name=alsa_card.pci-_00_03.0 namereg_fail=false tsched=yes fixed_latency_range=no ignore_dB=no deferred_volume=yes

[Desktop-packages] [Bug 1228689] Re: sony vaio pro 13 internal microphone not working

2013-09-22 Thread Yuv
Thank you for your continued help Raymond, it is very much appreciated. I'll try to answer your questions, but bear with me, I am a n00b as far as audio is concerned so there are more questions back to you than answers. why do you overwrite pcm.default and ctl.default if you are running

[Desktop-packages] [Bug 1228689] Re: sony vaio pro 13 internal microphone not working

2013-09-22 Thread Raymond
ALSA configuration files !!--- !!System wide config file (/etc/asound.conf) pcm.!default { type hw card 1 } ctl.!default { type hw card 1 }

[Desktop-packages] [Bug 1228689] Re: sony vaio pro 13 internal microphone not working

2013-09-21 Thread Raymond
https://wiki.ubuntu.com/Audio/AlsaInfo‎ https://wiki.ubuntu.com/PulseAudio/Log‎ pactl list ** Changed in: pulseaudio (Ubuntu) Status: New = Incomplete -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to pulseaudio in Ubuntu.

[Desktop-packages] [Bug 1228689] Re: sony vaio pro 13 internal microphone not working

2013-09-21 Thread Yuv
Thank you for the quick reply. Attached is the output of pactl list however the two URLs that you pointed me to say This page does not exist yet. You can create a new empty page, or use one of the page templates. ** Attachment added: output of pactl list as requested

[Desktop-packages] [Bug 1228689] Re: sony vaio pro 13 internal microphone not working

2013-09-21 Thread Yuv
Correction: the two URLs had a %E2%80%8E at the end when clicked. Once removed, I got to the inteded destinations and followed the instructions. http://www.alsa- project.org/db/?f=cfb15d2374ed789c7543388ae242666a06488c51 log coming next. -- You received this bug notification because you are a

[Desktop-packages] [Bug 1228689] Re: sony vaio pro 13 internal microphone not working

2013-09-21 Thread Yuv
I was following the instructions in https://wiki.ubuntu.com/PulseAudio/Log at the killall command, the computer prompted that an error occured and asked me to report it. It also promted that /etc/xdg/autostart/pulseaudio.desktop has been modified I am using Lubuntu 13.10 -- You received this

[Desktop-packages] [Bug 1228689] Re: sony vaio pro 13 internal microphone not working

2013-09-21 Thread Yuv
the information about the killall prompted error is in bug 1228759 -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to pulseaudio in Ubuntu. https://bugs.launchpad.net/bugs/1228689 Title: sony vaio pro 13 internal microphone not working

[Desktop-packages] [Bug 1228689] Re: sony vaio pro 13 internal microphone not working

2013-09-21 Thread Yuv
Here is the log. Got the SIGABRT error again when pressing CTRL+C to terminate the logging. ** Attachment added: pulseverbose.log https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1228689/+attachment/3834212/+files/pulseverbose.log -- You received this bug notification because you