-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
Have both the main docker + the patch installed.
Have acpi_enforce_resources=lax
in Syslinux
I am doing:
modprobe i2c-dev
& modprobe i2c-i801
before starting the container.
Get this error:
Unraid: 6.10.3
Corsair Vengeance RGB Pro RAM
Liquidctl works, but can only talk to the motherboard header.
Here are some logs I captured from sensors-detect and liquidctl for more hardware info:
Lastly, we can probe the I2C/SMBus adapters for connected hardware
monitoring devices. This is the most risky part, and while it works
reasonably well on most systems, it has been reported to cause trouble
on some systems.
Do you want to probe the I2C/SMBus adapters now? (YES/no): y
Found unknown SMBus adapter 8086:7aa3 at 0000:00:1f.4.
Sorry, no supported PCI bus adapters found.
Next adapter: SMBus I801 adapter at efa0 (i2c-0)
Do you want to scan it? (YES/no/selectively): y
Client found at address 0x19
[DEBUG] (usb) (find_devices): HidapiBus drivers: AuraLed, CommanderCore, CommanderPro, CorsairHidPsu, H1V2, HydroPlatinum, Kraken2, KrakenX3, KrakenZ3, NzxtEPsu, RgbFusion2, SmartDevice, SmartDevice2, _BaseSmartDevice
[DEBUG] (usb) (find_devices): HID device: 048d:5702 (usage_page=0xff89 usage=0x0010)
[DEBUG] (usb) (find_devices): HID device: 048d:5702 (usage_page=0xff89 usage=0x00cc)
[DEBUG] (usb) (probe): RgbFusion2 identified: Gigabyte RGB Fusion 2.0 5702 Controller
root@cb9c95423e7e:/# liquidctl list -v
Device #0: Gigabyte RGB Fusion 2.0 5702 Controller
├── Vendor ID: 0x048d
├── Product ID: 0x5702
├── Release number: 0x0001
├── Bus: hid
├── Address: /dev/hidraw0
└── Driver: RgbFusion2
root@xbmcdown:/etc# lsmod | grep i2c
i2c_piix4 24576 0
i2c_dev 16384 0
i2c_algo_bit 16384 1 i915
i2c_i801 24576 0
i2c_smbus 16384 1 i2c_i801
i2c_core 86016 9 drm_kms_helper,i2c_algo_bit,nvidia,i2c_smbus,i2c_i801,i915,i2c_piix4,i2c_dev,drm
Metadata
Metadata
Assignees
Labels
No labels