Building Rust kernel modules - target.json missing

2024-04-23 Thread L. Rose
Hello everyone, I'm trying to build the example Rust kernel modules from kernel source [1] on Arch Linux. I use a simple Makefile to build them out of tree: obj-m += rust_minimal.o all:     make -C /lib/modules/$(shell uname -r)/build M=$(PWD) modules However, the build can't find some Rust

Re: Microphone is not working with Microsoft Teams

2023-03-10 Thread L. Rose
On 3/10/23 09:51, Sadeep Madurange wrote: My sound system is setup using ALSA and pipewire-alsa. Did you consider installing pipewire-pulse as well? Maybe Teams or the Browser work better with the Pulse Backend of Pipewire instead of ALSA, as Pulse is usually the standard?