DaCeige

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by DaCeige

  1. +1 for this. Trying to get OpenRGB to work on an ASUS - ROG Gaming Desktop / G15CE-B9 Motherboard reports itself as: ASUSTeK COMPUTER INC. G15CE , Version 1.0 American Megatrends Inc., Version G15CE.215 https://www.bestbuy.com/site/asus-rog-gaming-desktop-intel-core-i7-11700f-16gb-memory-nvidia-geforce-rtx-3070-1tb-hdd-512gb-ssd/6455823.p?skuId=6455823 Started with the OpenRGB patch and docker container from the app store. Had to change port 5900 to 5901 to make the container start. Nothing detected. Little digging... ok... lets start over... Loaded the openRGB patch, which enabled /dev/i2c-0 and /dev/i2c-1 (I can ls for them now) ran sensors-detect from the cli. yes to everything. >sensors-detect ... Now follows a summary of the probes I have just done. Just press ENTER to continue: Driver `coretemp': * Chip `Intel digital thermal sensor' (confidence: 9) Driver `nct6775': * ISA bus, address 0x290 Chip `Nuvoton NCT6798D Super IO Sensors' (confidence: 9) Found the nct6775 driver in the app store and loaded it too. Run the container... nothing found. Lets try passing some more stuff through... /sys/bus/i2c/devices /dev/i2c-0 /dev/i2c-1 <- added from the default /dev/bus/usb/001/002 <- added from the default based on the usb device of the aura led controller. IDK... maybe? Docker page said it should just see the USB ports... but maybe the 'USB Manager' plugin I have is conflicting somehow? Tried passing through the USB device, but that didn't seem to work either. Found another page that mentioned a kernel parameter for laxacpidevices or something, tried that... still no go. OpenRGB container starts up, but shows an empty page, nothing detected. Not getting anywhere. Let us know if you have more luck!