[Bug 416725] Re: Pulseaudio bluetooth module does not recognize a2dp profile

2020-03-02 Thread stuart naylor
*** This bug is a duplicate of bug 198494 *** https://bugs.launchpad.net/bugs/198494 The thing is its debatable if bluez.class = "0x240404" as I don't think it is as its HSP/HFP and your device is multiprofile and the default is HSP/HFP. ``` 21,18 | 10 | 2Major Service Class CoD Bit 21: Audio

[Bug 1865257] [NEW] Pulseaudio needs kernal conf IMU=size (64)

2020-02-29 Thread stuart naylor
Public bug reported: Since Pulseaudio 11.0 https://www.freedesktop.org/wiki/Software/PulseAudio/Notes/11.0/ "Improved bluetooth MTU configuration The packet size (a.k.a. MTU, "maximum transmission unit") that PulseAudio uses with the bluetooth HSP profile was previously always configured to be 48

[Bug 1865257] Re: Pulseaudio needs kernal conf IMU=size (64)

2020-02-29 Thread stuart naylor
Should be listed for RPi as the MTU is 64 but not sure how to report specific Rpi kernel bugs? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1865257 Title: Pulseaudio needs kernal conf IMU=size (64)

[Bug 1838151] Re: Poor quality audio with modern Bluetooth headsets in HSP/HFP. Missing wide band speech support.

2020-02-28 Thread stuart naylor
Isn't this because HSP is not handled by pulse audio but ofono since PA11.0? https://www.freedesktop.org/wiki/Software/PulseAudio/Notes/11.0/ Ofono is HSP 1.6 and wideband audio 16khz but ubuntu conf doesn't implement? -- You received this bug notification because you are a member of Ubuntu Bug

[Bug 1832472] Re: cdc_ncm floods syslog unneccessarily

2019-07-27 Thread stuart naylor
Apols but looking you guys are knowledgeable with cdc_ncm With the RTL8156 the rk3399 struggles slighlty with iperf3 @ 2.5gb but almost gets there. Needs affinity to a big core though [root@rockpi4 ~]# echo 5 > /proc/irq/221/smp_affinity_list [root@rockpi4 ~]# iperf3 -c 192.168.1.9 Connecting t

[Bug 1270913] Re: zram-config doesn't start if zram is built-in, not module

2019-03-04 Thread stuart naylor
PS just had a thought and this is from chromium OS https://chromium.googlesource.com/chromiumos/platform/init/+/factory-3536.B/swap.conf # Copyright (c) 2012 The Chromium OS Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICEN

[Bug 1270913] Re: zram-config doesn't start if zram is built-in, not module

2019-03-04 Thread stuart naylor
zram_config because it makes absolutely no check and overwrites any previous zram devices due to hard coding. I have been trying to do something simple as use log2ram with a compressed zram drive. Came to the conclusion that because of zero checks via zram_config its impossible to have both in o

[Bug 1270913] Re: zram-config doesn't start if zram is built-in, not module

2019-03-04 Thread stuart naylor
https://www.kernel.org/doc/Documentation/blockdev/zram.txt "num_devices parameter is optional and tells zram how many devices should be pre-created. Default: 1" The whole first procedure is a question to why and completely fails to check previous devices or modprobe zram services:-

[Bug 1036339] Re: zram-config runs even after uninstalled, needs purge

2019-03-04 Thread stuart naylor
#service on removal sym link to /dev/null [Unit] Description=Initializes zram swaping [Service] ExecStart=/usr/bin/init-zram-swapping ExecStop=/usr/bin/end-zram-swapping Type=oneshot RemainAfterExit=true [Install] WantedBy=multi-user.target #description"Initializes zram swaping" author

[Bug 1036339] Re: zram-config runs even after uninstalled, needs purge

2019-03-04 Thread stuart naylor
Not sure what has changed from Xenial in deb packaging and systemd service retention but its not a user conf file in anyway so |remove and delete file. The package is practically completely broken and totally illogical and amazing it has managed to duck under the radar of so many releases. https:

[Bug 1036339] Re: zram-config runs even after uninstalled, needs purge

2019-03-04 Thread stuart naylor
#!/bin/sh # preinst script for zram-config # # see: dh_installdeb(1) set -e # summary of how this script can be called: #* `install' #* `install' #* `upgrade' #* `abort-upgrade' # for details, see http://www.debian.org/doc/debian-policy/ or # the debian-poli