Results 770 comments of Stefan Agner

@asdfghjkai [this Reddit post](https://www.reddit.com/r/RTLSDR/wiki/blacklist_dvb_usb_rtl28xxu) lists multiple `blacklist` lines, maybe that helps? ``` blacklist dvb_usb_rtl28xxu blacklist rtl2832 blacklist rtl2830 ``` Maybe `journalctl` is saying something? ``` journalctl -b 1 | grep...

> Plug in the device and it doesn't load any drivers. This I think will suffice for now, the integration is able to sense the raw device and work with...

Indeed it seems that blacklist module is currently not working. The reason is that the `/etc/modprobe.d` mount point is loaded after `systemd-udevd`, hence the module is loaded before `systemd-udevd` has...

It does work, see official Linux kernel documentation of `module_blacklist` at https://www.kernel.org/doc/html/v4.14/admin-guide/kernel-parameters.html. Did you reboot after setting that parameter? Do you have that driver/card in question? Can you share your...

It seems that this firmware is **not** available from the [linux-firmware git tree](https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/). This would mean I need to create a separate buildroot package and all that, which is a...

@admin-lm the problem is we already ship firmware with the OS today. So we would have to do it in such a way that we can still ship firmware with...

@paralin interesting project, and indeed very similar architecture and goals. I guess it comes pretty quickly down to if we still have the amount of control we need for the...

I don't think that compiled in is the problem here. > Note: Once I fixed the time stored in the hardware RTC, this issue no longer occurs after reboot. Doesn't...

Currently Home Assistant OS does not really support that use case. This is also taking a strain on your SD card as swap usually generates quite a bit of read...