The MPOW Bluetooth 5 dongle (Model: BH456A) does not work out of the box on Ubuntu 20.04 (kernel 5.4.0-42).
Patch the bluetooth kernel module and copy the firmware binaries to /lib/firmware.
| #!/usr/bin/bash | |
| # Coded by: Vladislav Grigoryev <vg[dot]aetera[at]gmail[dot]com> | |
| # Edited by: Simon "modellking" | |
| # License: GNU General Public License (GPL) version 3+ | |
| # Description: Resize images with ImageMagick from Nautilus | |
| # Requires: bash coreutils ImageMagick nautilus zenity | |
| # Build suggested resolutions: same aspect ratio with a common dimension (e.g. 1080) | |
| # or integer multiple/divisor of current size. Outputs pipe-separated combo values; |
| kind: NetworkPolicy | |
| apiVersion: networking.k8s.io/v1 | |
| metadata: | |
| name: vm-network-limit | |
| namespace: <username>-dev | |
| spec: | |
| podSelector: | |
| matchLabels: | |
| kubevirt.io: virt-launcher | |
| egress: |
| function eecol { | |
| podman run -it --rm "$@" ansible-galaxy collection list | |
| } | |
| function eecore { | |
| podman run -it --rm "$@" ansible --version | |
| } | |
| function eebash { | |
| podman run -it "$@" bash | |
| } |
| --- | |
| - name: Instruqt AAP Setup | |
| hosts: localhost | |
| become: false | |
| gather_facts: false | |
| collections: | |
| - ansible.controller | |
| vars: |
| [alias] | |
| lg = log --graph --abbrev-commit --decorate --date=relative --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)' --all |
| White noise is caused by the suspend-on-idle for some speakers. | |
| ]$ sudo vim /etc/pulse/default.pa | |
| ### Automatically suspend sinks/sources that become idle for too long | |
| #load-module module-suspend-on-idle | |
| ## list screens / monitors | |
| ~]$ xrandr | |
| Screen 0: minimum 8 x 8, current 3640 x 1920, maximum 32767 x 32767 | |
| DVI-D-0 connected 1080x1920+0+0 left (normal left inverted right x axis y axis) 475mm x 267mm | |
| HDMI-0 disconnected (normal left inverted right x axis y axis) | |
| DP-0 connected primary 2560x1080+1080+0 (normal left inverted right x axis y axis) 673mm x 284mm | |
| DP-1 disconnected (normal left inverted right x axis y axis) | |
| DP-2 disconnected (normal left inverted right x axis y axis) |
| ### Requirements ### | |
| * X Server 1.8 or later | |
| * xf86-input-wacom-0.10.9 or later | |
| ## MapToOutput ## | |
| Tip: The '''MapToOutput''' [[xsetwacom]] parameter requires at least xf86-input-wacom-0.11.99.1 to work with the NVIDIA binary driver. See [[Coordinate Transformation Matrix|Dual-and-Multi-Monitor-Set-Up#coordinate-transformation-matrix|]] instead. | |
| The wacom driver does not support multi-monitor setups directly - handling of such setups is handled by the X Server. [[xsetwacom]] does however provide a parameter to easily map a tablet to a screen |
| https://github.com/Pulse-Eight/libcec/blob/master/docs/README.linux.md | |
| --- | |
| AOCEC | |
| Pass the argument -DHAVE_AOCEC_API=1 to the cmake command in the compilation instructions: | |
| cmake -DHAVE_AOCEC_API=1 .. | |
| --- |