Giter Site home page Giter Site logo

Comments (6)

 avatar commented on June 13, 2024 1

Thank you

from kfrgb.

 avatar commented on June 13, 2024

When using debug, the following happens

sudo kfrgb --smbus 6 --mode static --color 0,255,50 --ramslots 1,2,3,4 --off --debug

https://pastebin.com/jyFr7m4u

from kfrgb.

 avatar commented on June 13, 2024

Also, this issue didn't help me
#16

from kfrgb.

KeyofBlueS avatar KeyofBlueS commented on June 13, 2024

Hi. As the message - ERROR: bus i2c-6: do not support I2C Block Read, model detection is not possible! says, the only way is to try the undocumented option --iwanttoriskandskipmodeldetectionevenifiknowthisisstronglynotrecommended (please use it with caution).

Also update the script to get rid of those grep warnings.

from kfrgb.

 avatar commented on June 13, 2024

Yeah, thanks, it works.
Can I use this in autorun without keyboard interaction(the script asks me if I'm ready to move on)?

sudo kfrgb --smbus 6 --mode static --color 0,255,50 --brightness 100 --ramslots 1,2,3,4 --iwanttoriskandskipmodeldetectionevenifiknowthisisstronglynotrecommended                                                   INT ✘  35s   12:58:04  
                            
- ERROR: bus i2c-6: do not support I2C Block Read, model detection is not possible!


- BIG WARNING: YOU SELECTED THE OPTION TO SKIP THE MODEL DETECTION.
               I CANNOT BE REASONABLY SURE IF THIS DEVICE IS REALLY
               A Kingston Fury BEAST\RENEGADE DDR5 RAM!
- A possible Kingston Fury DDR5 RAM in slot 1 found on SMBus i2c-6! (Please MAKE REALLY SURE this is a Kingston Fury BEAST\RENEGADE DDR5 RGB!)
   description: DIMM Synchronous Unbuffered (Unregistered) 4800 MHz (0.2 ns)
   product: KF560C32-32
   vendor: Kingston
   physical id: 0
   serial: 2E0839DB
   slot: DIMM 0
   size: 32GiB
   width: 64 bits
   clock: 505MHz (2.0ns)


- BIG WARNING: YOU SELECTED THE OPTION TO SKIP THE MODEL DETECTION.
               I CANNOT BE REASONABLY SURE IF THIS DEVICE IS REALLY
               A Kingston Fury BEAST\RENEGADE DDR5 RAM!
- A possible Kingston Fury DDR5 RAM in slot 2 found on SMBus i2c-6! (Please MAKE REALLY SURE this is a Kingston Fury BEAST\RENEGADE DDR5 RGB!)
   description: DIMM Synchronous Unbuffered (Unregistered) 4800 MHz (0.2 ns)
   product: KF560C32-32
   vendor: Kingston
   physical id: 1
   serial: 380234BB
   slot: DIMM 1
   size: 32GiB
   width: 64 bits
   clock: 505MHz (2.0ns)


- BIG WARNING: YOU SELECTED THE OPTION TO SKIP THE MODEL DETECTION.
               I CANNOT BE REASONABLY SURE IF THIS DEVICE IS REALLY
               A Kingston Fury BEAST\RENEGADE DDR5 RAM!
- A possible Kingston Fury DDR5 RAM in slot 3 found on SMBus i2c-6! (Please MAKE REALLY SURE this is a Kingston Fury BEAST\RENEGADE DDR5 RGB!)
   description: DIMM Synchronous Unbuffered (Unregistered) 4800 MHz (0.2 ns)
   product: KF560C32-32
   vendor: Kingston
   physical id: 2
   serial: 3B083747
   slot: DIMM 0
   size: 32GiB
   width: 64 bits
   clock: 505MHz (2.0ns)


- BIG WARNING: YOU SELECTED THE OPTION TO SKIP THE MODEL DETECTION.
               I CANNOT BE REASONABLY SURE IF THIS DEVICE IS REALLY
               A Kingston Fury BEAST\RENEGADE DDR5 RAM!
- A possible Kingston Fury DDR5 RAM in slot 4 found on SMBus i2c-6! (Please MAKE REALLY SURE this is a Kingston Fury BEAST\RENEGADE DDR5 RGB!)
   description: DIMM Synchronous Unbuffered (Unregistered) 4800 MHz (0.2 ns)
   product: KF560C32-32
   vendor: Kingston
   physical id: 3
   serial: 4402342F
   slot: DIMM 1
   size: 32GiB
   width: 64 bits


- do you want to proceed?
0) No
1) Yes
 choose> 1

- SMBus: i2c-6 smbus SMBus PIIX4 adapter port 0 at 0b00 SMBus adapter
- RAMs in Slots: 1 - 2 - 3 - 4

- Mode: static
  - Color is: [   ][   ][   ][   ][   ][   ][   ][   ][   ][   ][   ][   ]
  - Brightness: 100

- ### DISCLAIMER
- BIG WARNING: YOU SELECTED THE OPTION TO SKIP THE MODEL DETECTION.
               I CANNOT BE REASONABLY SURE IF THESE DEVICES ARE REALLY
               A Kingston Fury BEAST\RENEGADE DDR5 RAMs!
- Please make really sure if RAMs in Slots 1 - 2 - 3 - 4 on SMBus 6 are really a 'Kingston Fury BEAST\RENEGADE DDR5 RGB'.
- For more info, please refer to https://gitlab.com/CalcProgrammer1/OpenRGB/-/issues/2879.
- Even if you enter the correct values, the procedure is still risky!
- This program can confuse your I2C bus, cause data loss or brick your hardware! Proceed AT YOUR OWN RISK!

- do you want to proceed?
0) No
1) Yes
 choose> 1

- Setting mode static for RAM on slot 1 in SMBus 6
 * Initializing...
 * Setting mode...
 * Setting allcolor...
 * Setting brightness...
 * Finalizing...
 * Done!
- Setting mode static for RAM on slot 2 in SMBus 6
 * Initializing...
 * Setting mode...
 * Setting allcolor...
 * Setting brightness...
 * Finalizing...
 * Done!
- Setting mode static for RAM on slot 3 in SMBus 6
 * Initializing...
 * Setting mode...
 * Setting allcolor...
 * Setting brightness...
 * Finalizing...
 * Done!
- Setting mode static for RAM on slot 4 in SMBus 6
 * Initializing...
 * Setting mode...
 * Setting allcolor...
 * Setting brightness...
 * Finalizing...
 * Done!

from kfrgb.

KeyofBlueS avatar KeyofBlueS commented on June 13, 2024

Sure, just use the option --nowarn

from kfrgb.

Related Issues (3)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.