[Desktop-packages] [Bug 1313904] Re: [W230SS, VIA VT1802, Green Headphone Out, Front] No sound after suspend/resume

2015-03-31 Thread Kiril
Nice. Thank you! -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to alsa-driver in Ubuntu. https://bugs.launchpad.net/bugs/1313904 Title: [W230SS, VIA VT1802, Green Headphone Out, Front] No sound after suspend/resume Status in ALSA dri

[Desktop-packages] [Bug 1313904] Re: [W230SS, VIA VT1802, Green Headphone Out, Front] No sound after suspend/resume

2015-03-30 Thread Kiril
After cmall research I figgured out what was wrong: my grub was install from another linux system and regenerating ubuntu's config does nothing. After running grub-install it finally works. Big thanks to you! -- You received this bug notification because you are a member of Desktop Packages, whic

[Desktop-packages] [Bug 1313904] Re: [W230SS, VIA VT1802, Green Headphone Out, Front] No sound after suspend/resume

2015-03-30 Thread Kiril
Oops, missed kernel parameter. The deb package didn't adds it on 14.04. After adding it by hands it works! Wow, cool. One more thing: I think this script should run also at boot. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to alsa-drive

[Desktop-packages] [Bug 1313904] Re: [W230SS, VIA VT1802, Green Headphone Out, Front] No sound after suspend/resume

2015-03-30 Thread Kiril
Interesting thing. Tested on 14.04.02 (added "print(i2c_bus_name)" line for debug): $ uname -a Linux mik-laptop-origin 3.16.0-31-generic #43~14.04.1-Ubuntu SMP Tue Mar 10 20:13:38 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux $ sudo init-headphone [sudo] password for mik: i915 gmbus ssc i915 gmbus v

[Desktop-packages] [Bug 1313904] Re: [W230SS, VIA VT1802, Green Headphone Out, Front] No sound after suspend/resume

2014-07-29 Thread Kiril
Disabled independent HP by commenting the line in patch_via.c: //spec->gen.indep_hp = 1; Headphones does not works after resume. alsa-info before suspend: http://www.alsa-project.org/db/?f=c7f2d491818afda332e303228f893447e71f37e8 alsa-info after resume: http://www.alsa-project.org/db/?f=75c3f86d

[Desktop-packages] [Bug 1313904] Re: [W230SS, VIA VT1802, Green Headphone Out, Front] No sound after suspend/resume

2014-07-29 Thread Kiril
Done: int snd_hda_get_sub_nodes(struct hda_codec *codec, hda_nid_t nid, hda_nid_t *start_id) { unsigned int parm; parm = snd_hda_param_read(codec, nid, AC_PAR_NODE_COUNT); if (parm == -1) return 0; *start_id = (parm >> 16) &

[Desktop-packages] [Bug 1313904] Re: [W230SS, VIA VT1802, Green Headphone Out, Front] No sound after suspend/resume

2014-07-29 Thread Kiril
for (i = 0; i < codec->num_nodes; i++, nid++) { codec->wcaps[i] = snd_hda_param_read(codec, nid, AC_PAR_AUDIO_WIDGET_CAP); printk("MIK: nid = %d, wcaps = %d\n", nid, codec->wcaps[i]); } Result: [7.491

[Desktop-packages] [Bug 1313904] Re: [W230SS, VIA VT1802, Green Headphone Out, Front] No sound after suspend/resume

2014-07-28 Thread Kiril
http://www.alsa- project.org/db/?f=8bf5e7e3e08ab40609f2508ce1875fabbe475ee5 No, I see only connection to 0x3e, but there are no nodes 0x3d, 0x3e -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to alsa-driver in Ubuntu. https://bugs.launchpa

[Desktop-packages] [Bug 1313904] Re: [W230SS, VIA VT1802, Green Headphone Out, Front] No sound after suspend/resume

2014-07-28 Thread Kiril
@Raymond Checked this. reverted ef4da45828603df57e5e21b8aa21a66ce309f79b and changed read_widget_caps to: static int read_widget_caps(struct hda_codec *codec, hda_nid_t fg_node) { int i; hda_nid_t nid; codec->num_nodes = snd_hda_get_sub_nodes(codec, fg_node,

[Desktop-packages] [Bug 1313904] Re: [W230SS, VIA VT1802, Green Headphone Out, Front] No sound after fresh boot

2014-07-27 Thread Kiril
Done. ** Description changed: - When I boot Windows and then reboot into Ubuntu the sound is ok. - But when I am booting after turning laptop on there are no sound in headphone jack. Mic jack works fine. - Also heaphone stop working after putting laptop to sleep. + No sound in headphones jack af

[Desktop-packages] [Bug 1313904] Re: [W230SS, VIA VT1802, Green Headphone Out, Front] No sound after fresh boot

2014-07-27 Thread Kiril
Hi Urund, You are correct, after more investigation I came to same conclusion. It is described at kernel.org: https://bugzilla.kernel.org/show_bug.cgi?id=75151 I have posted alsa logs there. And about InitHeadphone: this is cool, solution for windows is found, and maybe someone could make resear

[Desktop-packages] [Bug 1313904] Re: [W230SS, VIA VT1802, Green Headphone Out, Front] No sound after fresh boot

2014-04-30 Thread Kiril
** Attachment added: "alsa-info-not-ok.txt" https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1313904/+attachment/4101409/+files/alsa-info-not-ok.txt -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to alsa-driver in Ubuntu. http

[Desktop-packages] [Bug 1313904] Re: [W230SS, VIA VT1802, Green Headphone Out, Front] No sound after fresh boot

2014-04-30 Thread Kiril
Raymond, there are another issue remaining: headphone jack stops working after sleep. alsa-info-ok.txt is a dump in case everthing works fine alsa-info-not-ok.txt is a dumo after sleep where speakers works fine and headphones jack does not produce any sound. ** Attachment added: "alsa-info-ok.tx

[Desktop-packages] [Bug 1313904] Re: [W230SS, VIA VT1802, Green Headphone Out, Front] No sound after fresh boot

2014-04-30 Thread Kiril
The patch file for my laptop. ** Attachment added: "clevo" https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1313904/+attachment/4101300/+files/clevo ** Bug watch added: Linux Kernel Bug Tracker #75151 http://bugzilla.kernel.org/show_bug.cgi?id=75151 -- You received this bug not

[Desktop-packages] [Bug 1313904] Re: [W230SS, VIA VT1802, Green Headphone Out, Front] No sound after fresh boot

2014-04-30 Thread Kiril
I filed upstream bug: https://bugzilla.kernel.org/show_bug.cgi?id=75151 -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to alsa-driver in Ubuntu. https://bugs.launchpad.net/bugs/1313904 Title: [W230SS, VIA VT1802, Green Headphone Out, Fro

[Desktop-packages] [Bug 1313904] Re: [W230SS, VIA VT1802, Green Headphone Out, Front] No sound after fresh boot

2014-04-30 Thread Kiril
Finally got it works, thank you! To achive this I had to add a comma to kernel module parameters: options snd-hda-intel patch=,clevo Big thanks to you. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to alsa-driver in Ubuntu. https://b

[Desktop-packages] [Bug 1313904] Re: [W230SS, VIA VT1802, Green Headphone Out, Front] No sound after fresh boot

2014-04-30 Thread Kiril
I played a bit more time with indep_hp, but looks like it does not fix the problem. Screenshots from alsamixer: http://imgur.com/goorPt5,pDmikVT Tried the utility from your link but it crashes: http://pastebin.com/CCbLuQnf -- You received this bug notification because you are a member of Deskto

[Desktop-packages] [Bug 1313904] Re: [W230SS, VIA VT1802, Green Headphone Out, Front] No sound after fresh boot

2014-04-29 Thread Kiril
This device is a laptop. I tried workaround: I created a patch (tried both 1 and 0 value): [codec] 0x11068446 0x15582300 0 [hint] indep_hp = 0 It was succesfully loaded: [ 11.334195] snd_hda_intel :00:03.0: Applying patch firmware 'clevo' But there are still no sound in headphones jack.

[Desktop-packages] [Bug 1313904] Re: [W230SS, VIA VT1802, Green Headphone Out, Front] No sound after fresh boot

2014-04-29 Thread Kiril
Hi Raymond, could you explain what I have to to? Independent headphone is disabled in alsamixer and I can't enable it. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to alsa-driver in Ubuntu. https://bugs.launchpad.net/bugs/1313904 Title:

[Desktop-packages] [Bug 1313904] [NEW] [W230SS, VIA VT1802, Green Headphone Out, Front] No sound after fresh boot

2014-04-28 Thread Kiril
Public bug reported: When I boot Windows and then reboot into Ubuntu the sound is ok. But when I am booting after turning laptop on there are no sound in headphone jack. Mic jack works fine. Also heaphone stop working after putting laptop to sleep. ProblemType: Bug DistroRelease: Ubuntu 14.04 Pa

[Desktop-packages] [Bug 1207871] [NEW] nautilus crashed with SIGSEGV in g_object_unref()

2013-08-02 Thread Kiril
Public bug reported: Reproduction route: 1. Press win button 2. Go to music tab 3. Choose album 4. Press "open in folder" Crash occur in 100% cases for me. ProblemType: Crash DistroRelease: Ubuntu 13.10 Package: nautilus 1:3.8.2-0ubuntu1 ProcVersionSignature: Ubuntu 3.10.0-6.17-generic 3.10.3 Un

[Desktop-packages] [Bug 1073398] [NEW] Sound Volume indicator missing from top panel

2012-10-30 Thread Kiril Pashin
Public bug reported: I installed Ubuntu 12.10 recently and was happy to see the volume indicator on the top pannel ( it was not there in 12.04 ). However, couple days later the thing went "MIA" missing. Not there any more and I would like it back if possible. ** Affects: ubuntu-sounds (Ubuntu)

[Desktop-packages] [Bug 916163] Re: num lock does not remap to caps lock correctly from keyboard layout program

2012-01-13 Thread Kiril Pashin
** Package changed: ubuntu => gnome-control-center (Ubuntu) -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gnome-control-center in Ubuntu. https://bugs.launchpad.net/bugs/916163 Title: num lock does not remap to caps lock correctly fr