NewbieOrange

Results 23 comments of NewbieOrange

Unfortunately, ```${board_rev}``` is ```04``` too... It seems friendlyarm have released two hardware revisions of the "same board", both recognizing themselves as rev04. Maybe we can have a "legacy M2/T2/Fire 2A"...

> Does it work if you rename s5p4418-nanopi2-rev05.dtb to s5p4418-nanopi2-rev04.dtb and skip defining it in boot env? Yes. Maybe we can just add the `05` dtb, and user can simply...

``` root@DietPi:~# dmesg | grep -iE 'dvfs|asv' [ 1.455000] DVFS: ASV[0] IDS(10mA, 8) Ro(110,105) [ 1.455000] ASV 0 = 1400000khz, 1260000 uV [ 1.455000] ASV 1 = 1300000khz, 1180000 uV...

No error message about ALSA, dmesg just says no soundcards found. ``` [ 1.540000] ALSA device list: [ 1.540000] No soundcards found. ``` This board (and M2) does have an...

可以把文件下载回来确认一下是否确实损坏。可能只是进度条显示问题

The board have a size of 22x8, and the two problematic keys are at [10, 4] and [12, 5]. I was wondering if there are some bugs in the handling...

Update: I managed to workaround this by padding some non-existent keys on the right side, confirming there is probably a bug. Edit: workaround config https://paste.ubuntu.com/p/2sBkpJqswB/

> Hey @NewbieOrange have you tried mapping RAM? Can you give me some clues on how the mapping works? I'm trying to get my RAM to work but no luck...

> > > I'm kinda lost, my ram shows up as 'ASUS Aura DRAM' so I'm looking at this file: https://gitlab.com/CalcProgrammer1/OpenRGB/-/blob/master/Controllers/AsusAuraSMBusController/AsusAuraSMBusController.h > > Not sure what to look for or...