[Bug 1551710] [NEW] memory leak ubuntu 16.04

2016-03-01 Thread meomic
Public bug reported:

process nautilus which is ran automatically by system on startup using command 
"nautilus -n" grows big in memory.
normally after startup it is about 100 mb in ram - after few days it can get to 
over 1gb
ive ran it with valgrind - after startup it was above 200mb and after 2-3 days 
it grew to 1.6 gb

the command using which i ran valgrind is: 
"G_DEBUG=resident-modules valgrind --tool=memcheck --leak-check=full 
--leak-resolution=high --num-callers=20 
--log-file=/media/data/nautilus_valgrindlog.log nautilus -n"

system: ubuntu 16.04 x86-64

not sure why it leaks, maybe it has something to do with the program
that i use - i mean "variety" it changed desktop wallpaper several times
a day. (maybe nautilus somehow grows because of it? no idea but im not
using other fancy things here - just doing dev work on ubuntu.

im attaching valgrind log.

** Affects: nautilus (Ubuntu)
 Importance: Undecided
 Status: New

** Attachment added: "nautilus_valgrindlog.log"
   
https://bugs.launchpad.net/bugs/1551710/+attachment/4585446/+files/nautilus_valgrindlog.log

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1551710

Title:
  memory leak ubuntu 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1551710/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1040873] Re: [N56VZ, Realtek ALC663, Black Headphone Out, Right] No sound at all: Subwoofer not working

2015-09-24 Thread meomic
also it doesnt change profiles in pulse automatically so be sure to
change to 2.1 in pavucontrol or use a script that was posted somewhere
in this 'bug report'(thread)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1040873

Title:
  [N56VZ, Realtek ALC663, Black Headphone Out, Right] No sound at all:
  Subwoofer not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1040873/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1040873] Re: [N56VZ, Realtek ALC663, Black Headphone Out, Right] No sound at all: Subwoofer not working

2015-09-24 Thread meomic
just wanted to report that under ubuntu 15.10 the subwoofer works as it should 
ie. it has low-pass filter and plays just the "basses" from any 'player' (using 
myself clementine / smplayer(mpv))
the quality of the bass i would say is comparable to that of a windows - cant 
tell for sure because so long time passed since this laptop saw windows(ran it 
for a few hours after it was bought).
if someone has any questions just ask - i can test smth if needed etc.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1040873

Title:
  [N56VZ, Realtek ALC663, Black Headphone Out, Right] No sound at all:
  Subwoofer not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1040873/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1040873] Re: [N56VZ, Realtek ALC663, Black Headphone Out, Right] No sound at all: Subwoofer not working

2015-02-01 Thread meomic
2.1 profile is also not available under 14.10

i believe these patches didnt made its way into ubuntu 14.10:
http://cgit.freedesktop.org/pulseaudio/pulseaudio/commit/?id=3f140f9022ef0b59b3684edd25e2202a65989669
http://cgit.freedesktop.org/pulseaudio/pulseaudio/commit/?id=65be25dd0faa566a74101d5a0f50d5a825b6f1e7

if you want to try(it is not guaranteed that it will change anything) -
then you need to build pulseaudio yourself - as there is no ppa(too bad)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1040873

Title:
  [N56VZ, Realtek ALC663, Black Headphone Out, Right] No sound at all:
  Subwoofer not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1040873/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1330067] Re: outdated package causing crashes

2014-06-24 Thread meomic
i can confirm that backporting just this one patch is possible - i am
using this that way already 2 weeks or so. (on 14.04 x86-64 lts)

what ive done:
bzr branch lp:ubuntu/trusty/libva
and patch (added as attachment)

its up to you to decide if utopic version should be backported to
previous ubuntu's or just this one patch


cheers.

** Patch added: my_patch.patch
   
https://bugs.launchpad.net/ubuntu/+source/libva/+bug/1330067/+attachment/4138230/+files/my_patch.patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1330067

Title:
  outdated package causing crashes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libva/+bug/1330067/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1330067] [NEW] outdated package causing crashes

2014-06-14 Thread meomic
Public bug reported:

current libva1 package versioned 1.3.0-2 in ubuntu 14.04 is causing crashes due 
to bug(fix released):  
http://cgit.freedesktop.org/libva/commit/va/va.c?h=stagingid=d4988142a3f2256e38c5c5cdcdfc1b4f5f3c1ea9

im using it with libvdpau-va-gl to have acceletated flash in webbrowser with 
intel cpu - ubuntus version worked fine with firefox 29 but with 30.0 is 
crashing when 2 youtube movies are opened (not even played) or some flash 
players crash when you just fast-forward it a little bit
this fix that i linked above fixes this - no more crashes

this is bug report that resolved this issue - has steps how to fix etc. - 
please look for more info:
https://github.com/i-rinat/libvdpau-va-gl/issues/40

** Affects: libva (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1330067

Title:
  outdated package causing crashes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libva/+bug/1330067/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1295614] Re: xfdesktop leaking memory on wallpaper change (ubuntu 14.04 with xfce)

2014-04-01 Thread meomic
just wanted to say that i confirm the leak is gone.
if you dont have any problems with it(the fix) then move from proposed to main 
repo.

thanks again.
best regards.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1295614

Title:
  xfdesktop leaking memory on wallpaper change (ubuntu 14.04 with xfce)

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfdesktop/+bug/1295614/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1295614]

2014-03-25 Thread meomic
Created attachment 5394
xfdesktop under valgrind (2nd part of log file)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1295614

Title:
  xfdesktop leaking memory on wallpaper change (ubuntu 14.04 with xfce)

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfdesktop/+bug/1295614/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1295614]

2014-03-25 Thread meomic
Created attachment 5393
xfdesktop under valgrind (1st part of log file)

is that log sufficient?  - or i really need to check this valgrind log
and install debug version of every used lib? - theres lots of them

btw. what this log shows is:
started xfdesktop using: 
G_SLICE=always-malloc G_DEBUG=gc-friendly  valgrind -v --tool=memcheck 
--leak-check=full --num-callers=40 --log-file=/media/data/valgrind.log 
/usr/bin/xfdesktop

it grew to 800? or 900 mb in ram when i stopped it
i cycled wallpaper every 20 secs (static png fhd files - nothing fancy)

btw. i splitted that log file into 2 parts cuz it is 1.4 mb and
attachment size limit is 1000 kb

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1295614

Title:
  xfdesktop leaking memory on wallpaper change (ubuntu 14.04 with xfce)

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfdesktop/+bug/1295614/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1295614] [NEW] xfdesktop leaking memory on wallpaper change (ubuntu 14.04 with xfce)

2014-03-21 Thread meomic
Public bug reported:

im using variety program to render clock, date etc. onto my wallpaper and then 
variety change wallpaper every minute - so i have live clock on it
variety changes wallpaper using these commands:
xfconf-query -c xfce4-desktop -p 
/backdrop/screen0/monitorLVDS1/workspace0/last-image -s  2 /dev/null
xfconf-query -c xfce4-desktop -p 
/backdrop/screen0/monitorLVDS1/workspace0/last-image -s $WP 2 /dev/null
where $WP is path to the wallpaper
after 24 hours or so xfdesktop uses 1gb of memory or so - after 2-3 days it can 
grow to 2,5 gb - after i kill the process it restarts automatically with fresh 
memory but still keeps growing.
with variety turned off after 24hours xfdesktop is still 22mb (same as it was 
just started) - so it for sure is leaking when changing wallpaper

im using ubuntu 14.04 x86-64bit with xfce installed (versions from main
ubuntu repos - dont use any ppas for that)


---
apt-cache policy xfdesktop4
xfdesktop4:
  Installed: 4.11.4-1ubuntu1
  Candidate: 4.11.4-1ubuntu1
  Version table:
 *** 4.11.4-1ubuntu1 0
500 http://archive.ubuntu.com/ubuntu/ trusty/universe amd64 Packages
100 /var/lib/dpkg/status


not sure what logs / if i can help to debug - first time reporting bug on 
launchpad - sorry if i forgot something

** Affects: xfdesktop4 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1295614

Title:
  xfdesktop leaking memory on wallpaper change (ubuntu 14.04 with xfce)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xfdesktop4/+bug/1295614/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1295614] ProcEnviron.txt

2014-03-21 Thread meomic
apport information

** Attachment added: ProcEnviron.txt
   
https://bugs.launchpad.net/bugs/1295614/+attachment/4035528/+files/ProcEnviron.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1295614

Title:
  xfdesktop leaking memory on wallpaper change (ubuntu 14.04 with xfce)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xfdesktop4/+bug/1295614/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1295614] Re: xfdesktop leaking memory on wallpaper change (ubuntu 14.04 with xfce)

2014-03-21 Thread meomic
apport information

** Tags added: apport-collected trusty

** Description changed:

  im using variety program to render clock, date etc. onto my wallpaper and 
then variety change wallpaper every minute - so i have live clock on it
  variety changes wallpaper using these commands:
  xfconf-query -c xfce4-desktop -p 
/backdrop/screen0/monitorLVDS1/workspace0/last-image -s  2 /dev/null
  xfconf-query -c xfce4-desktop -p 
/backdrop/screen0/monitorLVDS1/workspace0/last-image -s $WP 2 /dev/null
  where $WP is path to the wallpaper
  after 24 hours or so xfdesktop uses 1gb of memory or so - after 2-3 days it 
can grow to 2,5 gb - after i kill the process it restarts automatically with 
fresh memory but still keeps growing.
  with variety turned off after 24hours xfdesktop is still 22mb (same as it was 
just started) - so it for sure is leaking when changing wallpaper
  
  im using ubuntu 14.04 x86-64bit with xfce installed (versions from main
  ubuntu repos - dont use any ppas for that)
  
  
  ---
  apt-cache policy xfdesktop4
  xfdesktop4:
Installed: 4.11.4-1ubuntu1
Candidate: 4.11.4-1ubuntu1
Version table:
   *** 4.11.4-1ubuntu1 0
  500 http://archive.ubuntu.com/ubuntu/ trusty/universe amd64 Packages
  100 /var/lib/dpkg/status
  
  
  not sure what logs / if i can help to debug - first time reporting bug on 
launchpad - sorry if i forgot something
+ --- 
+ ApportVersion: 2.13.3-0ubuntu1
+ Architecture: amd64
+ CurrentDesktop: XFCE
+ DistroRelease: Ubuntu 14.04
+ InstallationDate: Installed on 2010-12-09 (1197 days ago)
+ InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
+ Package: xfdesktop4 4.11.4-1ubuntu1
+ PackageArchitecture: amd64
+ ProcVersionSignature: Ubuntu 3.13.0-17.37-generic 3.13.6
+ Tags:  trusty
+ Uname: Linux 3.13.0-17-generic x86_64
+ UpgradeStatus: Upgraded to trusty on 2014-03-07 (13 days ago)
+ UserGroups: adm admin cdrom debian-tor dialout lpadmin netdev plugdev 
sambashare vboxusers
+ _MarkForUpload: True

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/1295614/+attachment/4035527/+files/Dependencies.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1295614

Title:
  xfdesktop leaking memory on wallpaper change (ubuntu 14.04 with xfce)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xfdesktop4/+bug/1295614/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1295614] Re: xfdesktop leaking memory on wallpaper change (ubuntu 14.04 with xfce)

2014-03-21 Thread meomic
i think i did correctly set-up bugwatch - if not then here the link is:

https://bugzilla.xfce.org/show_bug.cgi?id=10759

** Bug watch added: Xfce Bugzilla #10759
   https://bugzilla.xfce.org/show_bug.cgi?id=10759

** Also affects: xfdesktop via
   https://bugzilla.xfce.org/show_bug.cgi?id=10759
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1295614

Title:
  xfdesktop leaking memory on wallpaper change (ubuntu 14.04 with xfce)

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfdesktop/+bug/1295614/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1040873] Re: [N56VZ, Realtek ALC663, Black Headphone Out, Right] No sound at all: Subwoofer not working

2014-03-08 Thread meomic
it cant see such pcm

speaker-test -c 2 -t wav -d -D surround21:0

speaker-test 1.0.27.2

Playback device is surround21:0
Stream parameters are 48000Hz, S16_LE, 2 channels
WAV file(s)
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM surround21:0
Playback open error: -2,No such file or directory


aplay -L
null
Discard all samples (playback) or generate zero samples (capture)
pulse
PulseAudio Sound Server
default
Playback/recording through the PulseAudio sound server
sysdefault:CARD=PCH
HDA Intel PCH, ALC663 Analog
Default Audio Device
front:CARD=PCH,DEV=0
HDA Intel PCH, ALC663 Analog
Front speakers
surround40:CARD=PCH,DEV=0
HDA Intel PCH, ALC663 Analog
4.0 Surround output to Front and Rear speakers
surround41:CARD=PCH,DEV=0
HDA Intel PCH, ALC663 Analog
4.1 Surround output to Front, Rear and Subwoofer speakers
surround50:CARD=PCH,DEV=0
HDA Intel PCH, ALC663 Analog
5.0 Surround output to Front, Center and Rear speakers
surround51:CARD=PCH,DEV=0
HDA Intel PCH, ALC663 Analog
5.1 Surround output to Front, Center, Rear and Subwoofer speakers
surround71:CARD=PCH,DEV=0
HDA Intel PCH, ALC663 Analog
7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
iec958:CARD=PCH,DEV=0
HDA Intel PCH, ALC663 Digital
IEC958 (S/PDIF) Digital Audio Output
dmix:CARD=PCH,DEV=0
HDA Intel PCH, ALC663 Analog
Direct sample mixing device
dmix:CARD=PCH,DEV=1
HDA Intel PCH, ALC663 Digital
Direct sample mixing device
dsnoop:CARD=PCH,DEV=0
HDA Intel PCH, ALC663 Analog
Direct sample snooping device
dsnoop:CARD=PCH,DEV=1
HDA Intel PCH, ALC663 Digital
Direct sample snooping device
hw:CARD=PCH,DEV=0
HDA Intel PCH, ALC663 Analog
Direct hardware device without any conversions
hw:CARD=PCH,DEV=1
HDA Intel PCH, ALC663 Digital
Direct hardware device without any conversions
plughw:CARD=PCH,DEV=0
HDA Intel PCH, ALC663 Analog
Hardware device with all software conversions
plughw:CARD=PCH,DEV=1
HDA Intel PCH, ALC663 Digital
Hardware device with all software conversions


in pulseaudio i have 2.1 profile

here is the output of default pcm  (in pulse 2.1 profile is set)  --
pulse have enable lfe remixing in conf set to yes


speaker-test -c 2 -t wav -d

speaker-test 1.0.27.2

Playback device is default
Stream parameters are 48000Hz, S16_LE, 2 channels
WAV file(s)
Rate set to 48000Hz (requested 48000Hz)
Buffer size range from 96 to 1048576
Period size range from 32 to 349526
Using max buffer size 1048576
Periods = 4
was set period_size = 262144
was set buffer_size = 1048576
ALSA - PulseAudio PCM I/O Plugin
Its setup is:
  stream   : PLAYBACK
  access   : RW_INTERLEAVED
  format   : S16_LE
  subformat: STD
  channels : 2
  rate : 48000
  exact rate   : 48000 (48000/1)
  msbits   : 16
  buffer_size  : 1048576
  period_size  : 262144
  period_time  : 5461333
  tstamp_mode  : NONE
  period_step  : 1
  avail_min: 262144
  period_event : 0
  start_threshold  : 1048576
  stop_threshold   : 1048576
  silence_threshold: 0
  silence_size : 0
  boundary : 4611686018427387904
 0 - Front Left
 1 - Front Right
Time per period = 3,032548
 0 - Front Left
 1 - Front Right


both front-left / front-right  can be heard from subwoofer

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1040873

Title:
  [N56VZ, Realtek ALC663, Black Headphone Out, Right] No sound at all:
  Subwoofer not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1040873/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1040873] Re: [N56VZ, Realtek ALC663, Black Headphone Out, Right] No sound at all: Subwoofer not working

2014-03-07 Thread meomic
just tested that ppa and still have problems

with lfe remixing in pulse:
Channel matrix:
(   4.703|   0.000) D: [pulseaudio] resampler.c:I00   I01 
(   4.703|   0.000) D: [pulseaudio] resampler.c: +
(   4.703|   0.000) D: [pulseaudio] resampler.c: O00 | 1,000 0,000
(   4.703|   0.000) D: [pulseaudio] resampler.c: O01 | 0,000 1,000
(   4.703|   0.000) D: [pulseaudio] resampler.c: O02 | 0,500 0,500
(   4.703|   0.000) D: [pulseaudio] resampler.c: O03 | 0,500 0,500
(   4.703|   0.000) I: [pulseaudio] remap.c: Using generic matrix remapping
(   4.703|   0.000) I: [pulseaudio] resampler.c: Using resampler 'copy'
(   4.703|   0.000) I: [pulseaudio] resampler.c: Using s16le as working format.
(   4.703|   0.000) D: [pulseaudio] resampler.c: Resampler:
(   4.703|   0.000) D: [pulseaudio] resampler.c:   rate 44100 - 44100 (method 
copy),
(   4.703|   0.000) D: [pulseaudio] resampler.c:   format float32le - s16le 
(intermediate s16le),
(   4.703|   0.000) D: [pulseaudio] resampler.c:   channels 2 - 4 (resampling 
2)

and without lfe-remixing in pulse:
(   6.639|   0.000) D: [pulseaudio] resampler.c: Channel matrix:
(   6.639|   0.000) D: [pulseaudio] resampler.c:I00   I01 
(   6.639|   0.000) D: [pulseaudio] resampler.c: +
(   6.639|   0.000) D: [pulseaudio] resampler.c: O00 | 1,000 0,000
(   6.639|   0.000) D: [pulseaudio] resampler.c: O01 | 0,000 1,000
(   6.639|   0.000) D: [pulseaudio] resampler.c: O02 | 0,000 0,000
(   6.639|   0.000) D: [pulseaudio] resampler.c: O03 | 0,000 0,000
(   6.639|   0.000) I: [pulseaudio] remap.c: Using generic matrix remapping
(   6.639|   0.000) I: [pulseaudio] resampler.c: Using resampler 'copy'
(   6.639|   0.000) I: [pulseaudio] resampler.c: Using s16le as working format.
(   6.639|   0.000) D: [pulseaudio] resampler.c: Resampler:
(   6.639|   0.000) D: [pulseaudio] resampler.c:   rate 44100 - 44100 (method 
copy),
(   6.639|   0.000) D: [pulseaudio] resampler.c:   format float32le - s16le 
(intermediate s16le),
(   6.639|   0.000) D: [pulseaudio] resampler.c:   channels 2 - 4 (resampling 
2)


pulse updated after adding that ppa into ubuntu 14.04 but alsa did not - ubuntu 
has already newer one - alsa-lib” 1.0.27.2-3ubuntu6  - it is because of  that?
ive tried to force ver - but it wants to remove many apps so in result ive 
canceled.
would be nice if you could make that ver higher - so i could test  (if it is 
because of that i lack this package)

ps. ive played normal song (stereo) using clementine player (if that
matters)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1040873

Title:
  [N56VZ, Realtek ALC663, Black Headphone Out, Right] No sound at all:
  Subwoofer not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1040873/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1040873] Re: [N56VZ, Realtek ALC663, Black Headphone Out, Right] No sound at all: Subwoofer not working

2014-02-10 Thread meomic
as for now i cant get anything more than i had (right channel copied)

ive upgraded alsa to this: oem-audio-hda-daily-dkms - 
0.201402051428~ubuntu13.10.1 
after upgrade i can choose 4.0 in pulse w/o adding pins to rc.local so it works 
good
im using ubuntu 13.10 and standard pulseaudio (i didnt upgraded this yet)

ive added  this: 
[Mapping analog-surround-21]
; device-strings = hw:%f
device-strings = surround21:%f surround40:%f
channel-map = front-left,front-right,lfe,lfe
; single path-output is a workaround for old pulse - next lts should be ok
paths-output = analog-output-speaker
; paths-output = analog-output analog-output-lineout analog-output-speaker 
analog-output-desktop-speaker
priority = 8
direction = output

to files /usr/share/pulseaudio/alsa-mixer/profile-sets/  default.conf and 
extra-hdmi.conf
(i can choose 2.1 in pulse so it is ok)

tried both 
device-strings = hw:%f
device-strings = surround21:%f surround40:%f
didnt heard any difference between them  (still right copied)

and in my /etc/pulse/daemon.conf i dont have anything that could collide
- stock config for tests (see attached)

so it is just me or version of pulseaudio really makes that difference
here?

btw. pulse dont crash when using single paths-output

would be nice to have your pulseaudio configs and if that wont help i
will compile newer pulseaudio (there are really no ppas / debs for newer
ones?)

** Attachment added: daemon.conf
   
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1040873/+attachment/3976357/+files/daemon.conf

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1040873

Title:
  [N56VZ, Realtek ALC663, Black Headphone Out, Right] No sound at all:
  Subwoofer not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1040873/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1040873] Re: [N56VZ, Realtek ALC663, Black Headphone Out, Right] No sound at all: Subwoofer not working

2014-02-10 Thread meomic
using  speaker-test -c 2 -t wav -D pulse  no sound in the subwoofer can
be heard - its good (left / right internal speakers can be heard)

using speaker-test -c 6 -t wav -D pulse 
from internal left speaker can be heard front- left / front-center
from internal right speaker can be heard front-right / front center
from subwoofer speaker rear-center (on console 5 - lfe is shown then)

when speaker-test -c 2 -t wav -D pulse
(  24.141|   0.000) D: [pulseaudio] resampler.c: Channel matrix:
(  24.141|   0.000) D: [pulseaudio] resampler.c:I00   I01 
(  24.141|   0.000) D: [pulseaudio] resampler.c: +
(  24.141|   0.000) D: [pulseaudio] resampler.c: O00 | 1,000 0,000
(  24.141|   0.000) D: [pulseaudio] resampler.c: O01 | 0,000 1,000
(  24.141|   0.000) D: [pulseaudio] resampler.c: O02 | 0,000 0,000
(  24.141|   0.000) D: [pulseaudio] resampler.c: O03 | 0,000 0,000
(  24.141|   0.000) I: [pulseaudio] remap.c: Using generic matrix remapping
(  24.141|   0.000) I: [pulseaudio] resampler.c: Using resampler 'speex-float-1'
(  24.141|   0.000) I: [pulseaudio] resampler.c: Using float32le as working 
format.
(  24.141|   0.000) D: [pulseaudio] resampler.c: Resampler:
(  24.141|   0.000) D: [pulseaudio] resampler.c:   rate 48000 - 44100 (method 
speex-float-1),
(  24.141|   0.000) D: [pulseaudio] resampler.c:   format s16le - s16le 
(intermediate float32le),
(  24.141|   0.000) D: [pulseaudio] resampler.c:   channels 2 - 4 (resampling 
2)
(  24.141|   0.000) I: [pulseaudio] resampler.c: Choosing speex quality setting 
1.
(  24.141|   0.000) D: [pulseaudio] memblockq.c: memblockq requested: 
maxlength=33554432, tlength=0, base=8, prebuf=0, minreq=1 maxrewind=0
(  24.141|   0.000) D: [pulseaudio] memblockq.c: memblockq sanitized: 
maxlength=33554432, tlength=33554432, base=8, prebuf=0, minreq=8 maxrewind=0
(  24.141|   0.000) I: [pulseaudio] sink-input.c: Created input 3 ALSA 
Playback on alsa_output.pci-_00_1b.0.analog-surround-21 with sample spec 
s16le 2ch 48000Hz and channel map front-left,front-right



when using speaker-test -c 6 -t wav -D pulse
(  40.965|   0.000) D: [pulseaudio] resampler.c: Channel matrix:
(  40.965|   0.000) D: [pulseaudio] resampler.c:I00   I01   I02   I03   
I04   I05 
(  40.965|   0.000) D: [pulseaudio] resampler.c: 
+
(  40.965|   0.000) D: [pulseaudio] resampler.c: O00 | 0,621 0,000 0,069 0,000 
0,310 0,000
(  40.965|   0.000) D: [pulseaudio] resampler.c: O01 | 0,000 0,621 0,000 0,069 
0,310 0,000
(  40.965|   0.000) D: [pulseaudio] resampler.c: O02 | 0,000 0,000 0,000 0,000 
0,000 1,000
(  40.965|   0.000) D: [pulseaudio] resampler.c: O03 | 0,000 0,000 0,000 0,000 
0,000 1,000
(  40.965|   0.000) I: [pulseaudio] remap.c: Using generic matrix remapping
(  40.965|   0.000) I: [pulseaudio] resampler.c: Using resampler 'speex-float-1'
(  40.965|   0.000) I: [pulseaudio] resampler.c: Using float32le as working 
format.
(  40.965|   0.000) D: [pulseaudio] resampler.c: Resampler:
(  40.965|   0.000) D: [pulseaudio] resampler.c:   rate 48000 - 44100 (method 
speex-float-1),
(  40.965|   0.000) D: [pulseaudio] resampler.c:   format s16le - s16le 
(intermediate float32le),
(  40.965|   0.000) D: [pulseaudio] resampler.c:   channels 6 - 4 (resampling 
4)
(  40.965|   0.000) I: [pulseaudio] resampler.c: Choosing speex quality setting 
1.
(  40.965|   0.000) D: [pulseaudio] memblockq.c: memblockq requested: 
maxlength=33554432, tlength=0, base=8, prebuf=0, minreq=1 maxrewind=0
(  40.965|   0.000) D: [pulseaudio] memblockq.c: memblockq sanitized: 
maxlength=33554432, tlength=33554432, base=8, prebuf=0, minreq=8 maxrewind=0
(  40.965|   0.000) I: [pulseaudio] sink-input.c: Created input 14 ALSA 
Playback on alsa_output.pci-_00_1b.0.analog-surround-21 with sample spec 
s16le 6ch 48000Hz and channel map 
front-left,front-right,rear-left,rear-right,front-center,lfe



** Attachment added: pulseverbose.log
   
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1040873/+attachment/3976366/+files/pulseverbose.log

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1040873

Title:
  [N56VZ, Realtek ALC663, Black Headphone Out, Right] No sound at all:
  Subwoofer not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1040873/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1040873] Re: [N56VZ, Realtek ALC663, Black Headphone Out, Right] No sound at all: Subwoofer not working

2014-02-10 Thread meomic
this log is with
-enable-lfe-remixing = yes  enabled in pulse

(  13.877|   0.000) I: [pulseaudio] resampler.c: Forcing resampler 'copy', 
because of fixed, identical sample rates.
(  13.877|   0.000) D: [pulseaudio] resampler.c: Channel matrix:
(  13.877|   0.000) D: [pulseaudio] resampler.c:I00   I01 
(  13.877|   0.000) D: [pulseaudio] resampler.c: +
(  13.877|   0.000) D: [pulseaudio] resampler.c: O00 | 1,000 0,000
(  13.877|   0.000) D: [pulseaudio] resampler.c: O01 | 0,000 1,000
(  13.877|   0.000) D: [pulseaudio] resampler.c: O02 | 0,500 0,500
(  13.877|   0.000) D: [pulseaudio] resampler.c: O03 | 0,500 0,500
(  13.877|   0.000) I: [pulseaudio] remap.c: Using generic matrix remapping
(  13.877|   0.000) I: [pulseaudio] resampler.c: Using resampler 'copy'
(  13.877|   0.000) I: [pulseaudio] resampler.c: Using s16le as working format.
(  13.877|   0.000) D: [pulseaudio] resampler.c: Resampler:
(  13.877|   0.000) D: [pulseaudio] resampler.c:   rate 44100 - 44100 (method 
copy),
(  13.877|   0.000) D: [pulseaudio] resampler.c:   format float32le - s16le 
(intermediate s16le),
(  13.877|   0.000) D: [pulseaudio] resampler.c:   channels 2 - 4 (resampling 
2)
(  13.877|   0.000) D: [pulseaudio] memblockq.c: memblockq requested: 
maxlength=33554432, tlength=0, base=8, prebuf=0, minreq=1 maxrewind=0
(  13.877|   0.000) D: [pulseaudio] memblockq.c: memblockq sanitized: 
maxlength=33554432, tlength=33554432, base=8, prebuf=0, minreq=8 maxrewind=0
(  13.877|   0.000) I: [pulseaudio] sink-input.c: Created input 1 pulsesink 
probe on alsa_output.pci-_00_1b.0.analog-surround-21 with sample spec 
float32le 2ch 44100Hz and channel map front-left,front-right


and i can confirm that it is playing both channels (all frequencies - not only 
low)
same happens with enable-lfe-remixing = no (command commented out) but during 
playback i change to analog-stereo-duplex pulse audio profile and then again to 
2.1 - all freqs from subwoofer can be heard

so
it is good that it mix 0.5 of left and 0.5 of right (and not only right) but it 
should take only low freqs - is there a way to make it  happen?

** Attachment added: pulseverbose.log
   
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1040873/+attachment/3976370/+files/pulseverbose.log

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1040873

Title:
  [N56VZ, Realtek ALC663, Black Headphone Out, Right] No sound at all:
  Subwoofer not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1040873/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1040873] Re: [N56VZ, Realtek ALC663, Black Headphone Out, Right] No sound at all: Subwoofer not working

2014-02-10 Thread meomic
for now best thing i can acheive is:
pulse  in config : enable-lfe-remixing=no  (or just comment it)
set profile 2.1

and then use mplayer to play music and upmix it there to 5.1 and lowpass it 
there
as described here: http://www.mplayerhq.hu/DOCS/HTML/en/advaudio-channels.html
-af 
pan=6:1:0:0:0:0:0.5:0:1:0:0:0:0.5:0.0.0.0.0.0:0.0.0.0.0.0:0.0.0.0.0.0:0.0.0.0.0.0,sub=80:5
this will make left = left , right = right and lfe=0.5(left) and 0.5(right) and 
lowpass it (you can make that 80 go lower to 60 or to any of your likings).

playing this make pulse do this:
Channel matrix:
(   1.982|   0.000) D: [pulseaudio] resampler.c:I00   I01   I02   I03   
I04   I05 
(   1.982|   0.000) D: [pulseaudio] resampler.c: 
+
(   1.982|   0.000) D: [pulseaudio] resampler.c: O00 | 0,621 0,000 0,069 0,000 
0,310 0,000
(   1.982|   0.000) D: [pulseaudio] resampler.c: O01 | 0,000 0,621 0,000 0,069 
0,310 0,000
(   1.982|   0.000) D: [pulseaudio] resampler.c: O02 | 0,000 0,000 0,000 0,000 
0,000 1,000
(   1.982|   0.000) D: [pulseaudio] resampler.c: O03 | 0,000 0,000 0,000 0,000 
0,000 1,000
(   1.982|   0.000) I: [pulseaudio] remap.c: Using generic matrix remapping
(   1.982|   0.000) I: [pulseaudio] resampler.c: Using resampler 'copy'
(   1.982|   0.000) I: [pulseaudio] resampler.c: Using s16le as working format.
(   1.982|   0.000) D: [pulseaudio] resampler.c: Resampler:
(   1.982|   0.000) D: [pulseaudio] resampler.c:   rate 44100 - 44100 (method 
copy),
(   1.982|   0.000) D: [pulseaudio] resampler.c:   format float32le - s16le 
(intermediate s16le),
(   1.982|   0.000) D: [pulseaudio] resampler.c:   channels 6 - 4 (resampling 
4)
(   1.982|   0.000) I: [pulseaudio] sink-input.c: Created input 0 audio 
stream on alsa_output.pci-_00_1b.0.analog-surround-21 with sample spec 
float32le 6ch 44100Hz and channel map 
front-left,front-right,rear-left,rear-right,front-center,lfe

so left and right will be ~60% of their orig volume - as it mixes it with 
silence...
so just make left/right volume in pulse a little bit louder than woofer and 
voila
it should sound like this from any player through pulse alone (system-wide)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1040873

Title:
  [N56VZ, Realtek ALC663, Black Headphone Out, Right] No sound at all:
  Subwoofer not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1040873/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1040873] Re: [N56VZ, Realtek ALC663, Black Headphone Out, Right] No sound at all: Subwoofer not working

2014-02-09 Thread meomic
@sami
can you download these 'songs' - tests and check if it is really working like 
it should?

1: http://up.muub.net/d/503d/left_noise_right_silence.mp3.html
2: http://up.muub.net/d/7d69/left_silence_right_noise.mp3.html
3: http://up.muub.net/d/ab13/left_sine_bass_right_noise.mp3.html

just like the titles of songs are saying:
1: have left channed filled with pink noise, right channel have nothing (is 
silent) 
2: have left channel filled with nothing(is silent), right have pink noise
3: have left channel filled with sine and bass, right have pink noise

if you can hear anything from the external woofer in examples 1 and 2 then it 
is not working
if you can hear anything else than bass from the external woofer in the example 
3 then it is not working
and if you can hear both sine and bass and pink noise from example 3 then that 
means it is mixing both channel
same applies to examples 1 and 2 - if you can hear pink noise from woofer then 
it is playing frequencies from left / right channel which it shouldnt


ps. ive posted links to audios - not sure if i can add such attachments (each 
have 2mb or so) - if ive done wrong then sorry

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1040873

Title:
  [N56VZ, Realtek ALC663, Black Headphone Out, Right] No sound at all:
  Subwoofer not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1040873/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1040873] Re: [N56VZ, Realtek ALC663, Black Headphone Out, Right] No sound at all: Subwoofer not working

2014-02-09 Thread meomic
sounds great - going to try tomorrow
as to your 'quite annoying' - do you have enable-lfe-remixing = yes in 
/etc/pulseaudio/daemon enabled? - i had same and it helped see #60

ps. can you post your /etc/pulse/daemon.conf here? - i just want to be
sure to start with same setup as you and improve it

thanks

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1040873

Title:
  [N56VZ, Realtek ALC663, Black Headphone Out, Right] No sound at all:
  Subwoofer not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1040873/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1040873] Re: [N56VZ, Realtek ALC663, Black Headphone Out, Right] No sound at all: Subwoofer not working

2013-10-25 Thread meomic
using default 2.1 would mean that 3rd and 4th channel would get only 0.5
of the whole lfe? or each of them would get 1.0 (exact same copy of the
whole signal) ?

if both of them would get 1.0 then i think it should be enough.
the question is how to force driver to give me that mapping? - is some commit  
like this needed?
https://git.kernel.org/cgit/linux/kernel/git/tiwai/sound.git/commit/sound?id=c6cc3d58b4042f5cadae653ff8d3df26af1a0169

so when asus n56vzz / asus n76vz (my case) instead of asus4mode it would
give me hmm lets name it 2.1mode or the number of channels and the
channel mapping are not the same thing? i mean i still need to use
asus4mode but with smth additional so  i would get this particular
channel mapping?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1040873

Title:
  [N56VZ, Realtek ALC663, Black Headphone Out, Right] No sound at all:
  Subwoofer not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1040873/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1040873] Re: [N56VZ, Realtek ALC663, Black Headphone Out, Right] No sound at all: Subwoofer not working

2013-10-17 Thread meomic
-quoting  Takashi Iwai response from here:
https://bugzilla.novell.com/show_bug.cgi?id=841645---

asus-mode4 reconfigures the pin 0x16, not 0x1e, so mode4 itself is the right
setup.

What's missing is the information of the right-only channel, and yes, this
should be informed via chmap API.  But in this case, better to open another bug
to track this issue, because it's basically an enhancement.  As you already
mentioned, PA doesn't honor the chmap information even if the driver provides,
thus we'll need more implementations in PA side, too.

So, just create a new bug report with the short introduction you put here. 
Then I'll work on the driver side patch later, and the rest is more job in PA
side.

--end of quote


2 bug reports has been created - if someone wants to track :
https://bugzilla.novell.com/show_bug.cgi?id=846529
https://bugzilla.novell.com/show_bug.cgi?id=846531


so the thing that is unknown is the pulseaudio - i dont have an idea when or if 
it will ever support chmap api

** Bug watch added: Novell/SUSE Bugzilla #846529
   https://bugzilla.novell.com/show_bug.cgi?id=846529

** Bug watch added: Novell/SUSE Bugzilla #846531
   https://bugzilla.novell.com/show_bug.cgi?id=846531

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1040873

Title:
  [N56VZ, Realtek ALC663, Black Headphone Out, Right] No sound at all:
  Subwoofer not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1040873/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1040873] Re: [N56VZ, Realtek ALC663, Black Headphone Out, Right] No sound at all: Subwoofer not working

2013-10-14 Thread meomic
read comments #47 #48 #49 and you will know why it fix nothing

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1040873

Title:
  [N56VZ, Realtek ALC663, Black Headphone Out, Right] No sound at all:
  Subwoofer not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1040873/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1040873] Re: [N56VZ, Realtek ALC663, Black Headphone Out, Right] No sound at all: Subwoofer not working

2013-10-13 Thread meomic
 does both left/right mute in node 0x16 have effect ?

only Val[1] mute affects woofer, Val[0] doesnt seem to have any impact
on woofer nor internal speakers


 post rhw output of
 chmap -Dhw:0 query

LD_PRELOAD=/usr/lib/x86_64-linux-gnu/alsa-
lib/libasound_module_conf_pulse.so ./chmap -Dhw:0 query

after fresh reboot - before pin reconf--
Type = FIXED, Channels = 2
  FL FR

after pin reconf(#2 solution)---
Type = FIXED, Channels = 2
  FL FR
Type = FIXED, Channels = 4
  FL FR RL RR
Type = FIXED, Channels = 6
  FL FR RL RR FC LFE


 do you mean enabling-lfe-mixing change O05 from 0.00 0.00 to 0.50 0.50 ?
yes it appears so - it looks like that:

enable-lfe-remixing = no-- 5.1 input can be heard from the woofer
but stereo not ( i need to chg profiles after each song - so it will mix
like with lfe-remixing)

enable-lfe-remixing = yes   -- (5.1 input and stereo) can be heard from
the woofer

with 5.1 input only pseudo basses can be heard but when lfe-remixing=yes and 
stereo applied it looks like it mix left and right to the woofer - not sure 
about precentage but ive created some audio
left channel pink noise and right channel other tonnes  - both can be heard 
from the woofer

 post the output of alsa-info.sh

see attachment file


 use hda-jack-retask to change node 0x16 to [Jack] Line Out at any location 
 different from the headphone  and headphone , Misc = NO_PRESENCE (no Jack 
 detection so that driver won't mute speaker when the
 external subwoofer is plugged)

i still dont seem to understand that - or i missed the point - ive changed like 
you said ( i think so)
but i dont hear any difference - (am i supposed to?) - ive did it after pin 
reconfig - should i do it after fresh restart (w/o pin reconf - as #2 says?)

** Attachment added: alsa-info.txt
   
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1040873/+attachment/3876820/+files/alsa-info.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1040873

Title:
  [N56VZ, Realtek ALC663, Black Headphone Out, Right] No sound at all:
  Subwoofer not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1040873/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1040873] Re: [N56VZ, Realtek ALC663, Black Headphone Out, Right] No sound at all: Subwoofer not working

2013-10-13 Thread meomic
if i understand this whole thing correctly then yes...

best if i could do live testing - i mean this can be done via dkms alsa? or i 
would need to compile whole kernel?
guide me a little bit where i should start to change code and i will do it

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1040873

Title:
  [N56VZ, Realtek ALC663, Black Headphone Out, Right] No sound at all:
  Subwoofer not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1040873/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1040873] Re: [N56VZ, Realtek ALC663, Black Headphone Out, Right] No sound at all: Subwoofer not working

2013-10-12 Thread meomic
for now best i have acheived is:
- pins configured as #2 solution says (first post in this bug report)
- in /etc/pulse/daemon.conf you need to enable this option:
enable-lfe-remixing = yes

with this option you wont have to change profiles each time song 
changes to get woofer working
- use a 'daemon' from this bug report (post #41) or my little changed ver (it 
shows 'ubuntus' notifications when plugged etc)

this setup 'tries' to play correctly when you provide 5.1 input - try with some 
movie - credits have some music
the woofer tries to play only basses - the problem is that they are not clean 
and loud - havent figured out why yet.
when you provide stereo input it plays left/right channel (all the tonnes)
theoretically this option: enable-remixing = yes   in /etc/pulse/daemon.conf  
should fix it (it should do 'low-pass' filter and the woofer should get only 
basses)
but it doesnt work - setting custom channel-map / default-sample-channels helps 
nothing
setting in /etc/pulse/default.pa
load-module module-alsa-sink device=hw:0 channels=6 channel_map=here many 
different channel mappings(same num as channels num)
also helps nothing

normally when set 5.1 profile - the woffer loudness is affected also by 
front-left/right volume (the volume sliders in pavucontrol)
but when you add to the /etc/pulse/default.pa this line:
load-module module-combine channels=3 channel_map=front-left,front-right,lfe
you will see in pavucontrol another set of sliders left right woffer
put these 5.1 sliders to the eg. 50 / 100%
play some music (can be stereo) doesnt matter, in pavucontrol (playback tab) 
set your music app so it will play to the 'simultaneous output to built-in 
audio analog surround 5.1'
go to output devices tab and now front-left / right doesnt change the volume of 
the woffer - can mute both and the woffer will just play (you need to use these 
new added set of sliders (these 3)) - not the default 5.1 sliders
prolly its not 'ready' / nice to use but its good for testing - you can hear 
what your woffer really is playing etc.
if someone wants this option - you can add it to the 'daemon' script - so it 
will load / unload that module when you plug/unplug the speaker (using pacmd or 
smth.)
also be sure to restart pulse every time you change its config files: 
pulseaudio --kill  should do the job (it should autospawn after few secs) if 
not just use pulseaudio --start   (do these as nonroot user)


whats left is to force pulseaudio to 'create the basses' on the fly (lowpass 
filter) - maybe then it wont play left/right channel
if someone has any idea how to improve it - feel free  i can test

** Attachment added: wooferDaemon.sh
   
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1040873/+attachment/3875829/+files/wooferDaemon.sh

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1040873

Title:
  [N56VZ, Realtek ALC663, Black Headphone Out, Right] No sound at all:
  Subwoofer not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1040873/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1040873] Re: [N56VZ, Realtek ALC663, Black Headphone Out, Right] No sound at all: Subwoofer not working

2013-10-12 Thread meomic
it seems like node[0x16] is the subwoofer  - ive unchecked 'out' checkbox and 
it stopped playing - checked again and it is playing
when i uncheck out checkbox in 0x14 the front left/right are not playing - 
subwoffer is playing (0x16 out is checked)
is that the info that you wanted?  because i didnt understood what you meant by 
'change this node to line out with Misc = NO_PRESENCE

so 0x1e is only checked for (plugged / unplugged?) - thats why trrs
connector?

also can tell how to set driver into debug=verbose ?

it is /etc/modprobe.d/alsa-base.conf 
and here
options snd-hda-intel debug=verbose  ? or?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1040873

Title:
  [N56VZ, Realtek ALC663, Black Headphone Out, Right] No sound at all:
  Subwoofer not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1040873/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1040873] Re: [N56VZ, Realtek ALC663, Black Headphone Out, Right] No sound at all: Subwoofer not working

2013-10-12 Thread meomic
also unchecking / checking the out checkbox in node[0x1e] dont have any
impact on the music - front left/right and woofer are still playing


ps. sorry for not making it in 1 post... --totally forgot to mention this

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1040873

Title:
  [N56VZ, Realtek ALC663, Black Headphone Out, Right] No sound at all:
  Subwoofer not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1040873/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1040873] Re: [N56VZ, Realtek ALC663, Black Headphone Out, Right] No sound at all: Subwoofer not working

2013-10-09 Thread meomic
so what is missing?
can someone with such knowledge write summary like alsa is missing this and 
this  or pulse is missing this or this
also if its possible to code it without nasty hacks that wont be merged into 
mainline - i can code but i dont know alsa nor pulseaudio code structure - too 
much to read - but provided few tips i prolly could make it w/o wasting weeks 
of time(reading whole code) just to know how its written... (for sure its 
pretty big)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1040873

Title:
  [N56VZ, Realtek ALC663, Black Headphone Out, Right] No sound at all:
  Subwoofer not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1040873/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1040873] Re: [N56VZ, Realtek ALC663, Black Headphone Out, Right] No sound at all: Subwoofer not working

2013-10-09 Thread meomic
correct me if im wrong but that commit will just automatically set 'asus-mode4' 
- nothing more
and that for sure does not make the woffer play what it should - it plays all 
the tones right now - not just the 'basses'.
playing with pulseaudio config helps nothing - it is playing what it is liking.
not even talking about switching profiles to audio stereo duplex then to 5.1 
then to 4.1 everytime song change - without it the woffer plays nothing

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1040873

Title:
  [N56VZ, Realtek ALC663, Black Headphone Out, Right] No sound at all:
  Subwoofer not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1040873/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1040873] Re: [N56VZ, Realtek ALC663, Black Headphone Out, Right] No sound at all: Subwoofer not working

2013-03-13 Thread meomic
i think it is best that can be achieved now,  ive saw few people saying that it 
is working good on their notebook(various asus notebooks like n46vz etc), but 
when i asked them via pm if it is really working like it should - i mean 
symptoms like sami mentioned in post #32, etc. they said it is exactly same - 
not working like it should (dont know why they wrote that it was) - and these 
comments can be found here on launchpad - there are few bug reports about asus 
and sub-woofers (few different models of notebooks)...
like these:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/728161
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/871808


i hope the solution can be found(one day), it is a year already that i have 
subwoofer(shipped with notebook) that cant be used(on linux)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1040873

Title:
  [N56VZ, Realtek ALC663, Black Headphone Out, Right] No sound at all:
  Subwoofer not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1040873/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1040873] Re: [N56VZ, Realtek ALC663, Black Headphone Out, Right] No sound at all: Subwoofer not working

2013-03-12 Thread meomic
hello, i have asus n76vz (its the same as n56vz but it have 17 inch
screen) and i can report that the best i can get is exactly same
behavior as sami mentioned in post #32

if you need any logs from me or something just write - i'll try to
provide

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1040873

Title:
  [N56VZ, Realtek ALC663, Black Headphone Out, Right] No sound at all:
  Subwoofer not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1040873/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1048805] Re: xfrun4 launches very slowly

2012-11-06 Thread meomic
i do not want to spam but maybe it will help to find what causes that
bug...


i have the same exact situation as mr. Peter Jenkins  (comment above)

i was using 4.10(ubuntu 12.04)  from this ppa:  
http://ppa.launchpad.net/xubuntu-dev/xfce-4.10/ubuntu
and it worked well - neved used quantal betas so cant tell if it was working 
there...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1048805

Title:
  xfrun4 launches very slowly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xfce4-appfinder/+bug/1048805/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1015274] Re: Render icons issue on GL mode

2012-11-05 Thread meomic
just found some video on the youtube (video is not made by me) - but i
have exactly the same issues (and i bet Mr. Refresh have/had same)

http://www.youtube.com/watch?v=drSE2_WDWfk

would be nice if it could work again good in the future as it was on my
old notebook (w/o intel internal gpu) - just dedicated nvidia.


cairo-dock -c is not bad (using it for some time this way) - but it is not 
looking the same as if it was ran with gl (w/o -c)

many people who install cairo-dock(new users) will think that it is not
working - is broken (i bet so) - so its not that good... if you ask me -
and most current notebooks have intel's gpu integrated in the cpu + some
dedicated ati/nvidia (as i do).

my system is ubuntu 12.10 x86-64bit, using (w/o compiz)  xfce 4.10 +
cairo-dock


---
PS.  thanks for this very nice dock! - never had a chance to say it :)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1015274

Title:
  Render icons issue on GL mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cairo-dock/+bug/1015274/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs