Tom Weichmann
Tom Weichmann
Just a note here that I had the same issue. I came to file a report and found it was already reported. I followed these steps and it worked, I...
Hi shspvr ``` tom@mythfe:~$ sudo dmidecode | grep -A3 "type 2" Handle 0x0002, DMI type 2, 15 bytes Base Board Information Manufacturer: Gigabyte Technology Co., Ltd. Product Name: 970A-UD3P ```
@shspvr - Thanks - makes sense I've been googling around about this and found several other similar issues like this: #17 - this seems like the first discovery of this...
@b-rad-NDi I was able to confirm that the dma_reset_workaround option was still a valid option in the kernel module for 5.4 by listing all of the available parameters with the...
Thanks for this @b-rad-NDi - glad to know this is a non-event. Looks like the si2157 module doesn't have any options to turn this off unfortunately... ``` tom@mythfe:~$ modinfo si2157...
@b-rad-NDi - OK, yes, I see in the code now here: https://github.com/torvalds/linux/blob/58cf05f597b03a8212d9ecf2c79ee046d3ee8ad9/drivers/media/pci/cx23885/cx23885-core.c#L2068 Interestingly it talks about this being an issue with Ryzen, but I'm running an older mobo/processor. My media...
I am now running the latest OH 4.1. From the hue Emulation OH page: https://www.openhab.org/addons/integrations/hueemulation/ I copied the three examples given at the bottom of the page: ``` Switch TestSwitch...
I have code that does the LED ON/OFF and use it everyday in my set up, also a few other small - infrequently used things like setting ramp rate etc....
I get the same issue with trying to use the CLI: ``` $ bimmerconnected status --captcha-token [token] [uname] [passwd] north_america MyBMWAuthError due to HTTPStatusError: invalid_client - Client authentication failed (e.g.,...
> Could you add the bindings log level to trace and post the log part where you send the command and the response is logged? Hi @lsiepel I can't figure...