KeyofBlueS
KeyofBlueS
No, sadly not. From the log it seems ioctl is still used for address x37 even with --f1 option. [ddcutil_1.3.3_dev_detect(2).txt](https://github.com/rockowitz/ddcutil/files/9629211/ddcutil_1.3.3_dev_detect.2.txt)
Sorry but it still give `DDC communication failed` [ddcutil_1.3.3_dev_detect(3).txt](https://github.com/rockowitz/ddcutil/files/9630745/ddcutil_1.3.3_dev_detect.3.txt)
With DKMS. For i2c.h, what comes with the kernel headers i guess (actually i use 5.18.5). I've attached two i2c.h files founded inside the kernel headers: [i2c.h(1).txt](https://github.com/rockowitz/ddcutil/files/9633573/i2c.h.1.txt) [i2c.h(2).txt](https://github.com/rockowitz/ddcutil/files/9633575/i2c.h.2.txt) in the...
I've compiled 1.3.3-dev with your recent changes (https://github.com/rockowitz/ddcutil/commit/5b18ee36aa17eb3aed49aa976ba27b1d7e5ba648 https://github.com/rockowitz/ddcutil/commit/da77d55397a818488ba288e7b20f5a62e2ddcdcd https://github.com/rockowitz/ddcutil/commit/351913dfec19b31ff57750a4561fbc06b12b27b9) and it's working now with --f1 option :+1:
Confirmed detect is working as expected. With no option passed or with **--use-ioctl-io**, it tries with ioctl() inferface, then fallback into using write()/read() interface. With option **--use-file-io** will use write()/read()...
Please note i'm using the legacy nvidia 340.108 drivers, these are discontinued by nvidia. I don't know if still supported legacy/current drivers are affected by this issue. I don't know...
Hi! that link doesn't contain an example of both the info file from linux and an exported registry file from windows of the same BLE device, so it doesn't help...
You don't have to apologize, you're trying to help! unfortunately that doesn't have what I need either.
The linux counterpart is missing. As stated in the first post i need both the info file of the BLE device in linux and the exported registry file of windows...
This is gold, thanks! It turns out the code i wrote for ble was mostly good. Are you willing to test it from `ble` branch? https://github.com/KeyofBlueS/bt-keys-sync/tree/ble If yes, you could...