[Touch-packages] [Bug 1429098] Re: systemd[1]: ureadahead.service fails on vanilla kernels, needs Ubuntu kernel patch

2018-07-18 Thread Lucas Magasweran
A non-Ubuntu kernel doesn't have the required tracepoints and will result in the following error. ureadahead: Error while tracing: No such file or directory If you're not running a stock Ubuntu kernel you will need a patch [1] (worked on my 4.14 Debian kernel) or [2] (original patch). Unfortunate

[Touch-packages] [Bug 1237042] Re: ureadahead source needs "tracing_enabled" changed to "tracing_on" for 12.04.3

2018-07-18 Thread Lucas Magasweran
The following error could also indicate that your kernel doesn't have the required tracepoints. ureadahead: Error while tracing: No such file or directory If you're not running a stock Ubuntu kernel you will need a patch [1] (worked on my 4.14 Debian kernel). Unfortunately, these trace events wil

[Touch-packages] [Bug 1098362] Re: DHCP settings for network manager shared connection are hard-coded source, should be editable

2017-09-26 Thread Lucas Magasweran
This has been fixed and merged upstream in nm-applet/network-manager 1.4.2. https://bugzilla.gnome.org/show_bug.cgi?id=763937#c14 Ubuntu 17.04 has 1.4.4. Is it possible to backport this to 16.04 LTS? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages,

[Touch-packages] [Bug 940145] Re: USB analog only devices sometimes show up with digital profile as well

2017-09-01 Thread Lucas Magasweran
Does anyone know what the root cause of this digital in/out appearing? Is it within ALSA or is there something wrong with the USB AudioControl interface descriptor being returned by the USB audio device? I ask because I have a custom USB audio device with this issue. -- You received this bug noti

[Touch-packages] [Bug 1002952] Re: [meta-bug] Invalid extra "Digital output S/PDIF" device for USB cards

2017-09-01 Thread Lucas Magasweran
I'm curious what the root cause of this bug is because I have a custom USB audio device with this issue. Is it within ALSA or is something wrong with the USB audio device's AudioControl Interface descriptor? -- You received this bug notification because you are a member of Ubuntu Touch seeded pac

[Touch-packages] [Bug 1347776] Re: shutdown trigger on gpio_keys.X for armhf hardware

2015-12-04 Thread Lucas Magasweran
I added the keys sysfs attribute to gpio-keys-polled.c. Please try this patch (should apply on ubuntu-linux 4.3). diff --git a/drivers/input/keyboard/gpio_keys_polled.c b/drivers/input/keyboard/gpio_keys_polled.c index 11e77a9..3a8ee50 100644 --- a/drivers/input/keyboard/gpio_keys_polled.c +++ b/

[Touch-packages] [Bug 1347776] Re: shutdown trigger on gpio_keys.X for armhf hardware

2015-12-04 Thread Lucas Magasweran
gpio-keys-polled: add sysfs bitmask to export supported keycodes ** Patch added: "gpio-keys-polled-sysfs-keys.patch" https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1347776/+attachment/4529893/+files/gpio-keys-polled-sysfs-keys.patch -- You received this bug notification because you a

[Touch-packages] [Bug 1489979] [NEW] initiramfs-tools: configure_network retry indefinitely option

2015-08-28 Thread Lucas Magasweran
Public bug reported: initramfs network booting by default fails after a fixed number of attempts/timeout to configure the network. For example, in an automation environment with heavy DHCP usage, a system will give up trying to get a DHCP lease after 265 seconds. This will require manual intervent