José Miguel Gonçalves
José Miguel Gonçalves
Just to add that the same kernel upgrade procedure in a BeagleBone Green Wireless works fine.
This issue is somehow related with Bluetooth in the BBGG. If i blacklist the BT modules, adding a file `/etc/modprobe.d/bluetooth-blacklist.conf`: ``` blacklist bnep blacklist hci_uart blacklist bluetooth ``` it works!...
Some additional info dumped on the BB serial console when it crashes: ``` [ 34.280144] Bluetooth: hci0: command 0x1001 tx timeout [ 42.472149] Bluetooth: hci0: Reading TI version information failed...
@RobertCNelson Any progresses on this issue? This was not very relevant to me because I did not have any issues with 4.19.x kernels from [ti-linux-kernel-dev](https://github.com/RobertCNelson/ti-linux-kernel-dev/tree/ti-linux-4.19.y), which I am currently using...
The version in snap beta channel (1.0.0-rc5) starts correctly in Debian 11.
I encountered this issue also when trying to change the memory allocated to a VM. Any ideas how this can be fixed?
I'm not using Kurento anymore, so I leave this up to you. While the SysV init scripts can coexist with Systemd service files I don't think it's a good idea...
I've added Webpack v4 support to this template, please check [my GithHub repo](https://github.com/JoseGoncalves/webpack-simple). If you want to test it, execute, with `vue-cli` 2.x: ``` vue init JoseGoncalves/webpack-simple my-project ``` Feedback...
For me, the following patch solved the issue: ```diff diff --git a/Converter/src/chunker_countsort_laszip.cpp b/Converter/src/chunker_countsort_laszip.cpp index 086c00d..bc9a553 100644 --- a/Converter/src/chunker_countsort_laszip.cpp +++ b/Converter/src/chunker_countsort_laszip.cpp @@ -6,6 +6,7 @@ #include #include #include +#include #include "chunker_countsort_laszip.h"...
Hi @Cambraceres, please e-mail me at [email protected] to discuss this.