rockowitz

Results 659 comments of rockowitz

As @w8jcik has pointed out, the **interrogate** command output is voluminous because it has to handle an extreme variety of physical and software configurations It short-circuit's what otherwise could be...

Please identify the logs that contain sensitive information, along with the lines that concern you (with the sensitive information redacted, of course).

Thanks for the update. Do you know how nvidia-settings is invoked during initialization? Moving the udev rule later in execution order, i.e. by changing its name to 69-ddcutil-usb.rules, might address...

Offhand, checking for a nvidia gpu is not straightforward. However, looking for driver/ sys/module/nvidia is. chkusbmon could terminate without checking any hiddev device is the nvidia driver is loaded.

Udev rule /usr/lib/udev/rules.d/60-ddcutil-usb.rules is no longer installed. It can be installed by the user in those very rare cases where it is actually useful. EDIT: corrected usb rules file name.

@pallaswept I must admit that I had to google "random person in Nebraska" - I don't believe I ever heard/read the phrase before. That's a very stylish way to give...

@pallaswept To confirm, you're saying that the problem continues to occur even with udev rule 60-ddcutil-usb.rules removed from all of /usr/lib/udev/rules.d, /usr/local/lib/udev/rules.d, and /etc/udev/rules.d? Re Powerdevil using libddcutil even though...

@JL2210 To clarify, are you saying that the "turning off and on again" problem still occurs with 60-ddcutil-usb.rules disabled? Or that when 60-ddcutil-usb.rules is enabled the problem only occurs when...

I have a hunch (and it's only a hunch) that in searching for /dev/i2c devices that implement DDC/CI ddcutil pokes a device that it was unable to exclude a priori...

@JL2210 Thank you for the detailed debugging. I've pushed out a change to branch 2.1.5-dev based on your report, which points to a new and experimental segment of code, which...