Hi all,
I initially replied only to Armin by mistake. Resending this to the
mailing list for visibility.
> On 25/01/25 3:08 am, Armin Wolf wrote:
> Please share the results of the following commands (needs root
privileges):
>
> ```
> busybox devmem 0xFE0B085B 8
> busybox devmem 0xFE0B085C 8
> ```
I tried running these commands, but `busybox` on EndeavourOS does not
support the `devmem` applet. Instead, I used the
[`devmem`](https://aur.archlinux.org/packages/devmem) package from the
AUR.
Here are the outputs:
```
# devmem 0xFE0B085B b
/dev/mem opened.
Memory mapped at address 0x760fdfaae000.
Value at address 0xFE0B085B (0x760fdfaae85b): 0x0
# devmem 0xFE0B085C b
/dev/mem opened.
Memory mapped at address 0x7f5ba88f8000.
Value at address 0xFE0B085C (0x7f5ba88f885c): 0x0
```
> Regarding the clocking issue: I have no clue why the CPU speed goes
up to 3 GHz. Did you install the Intel thermal daemon (`thermald`)?
Yes, `thermald` was installed on the live USB when I performed the tests.
Thanks for your time and assistance.
Best regards,
Sourajyoti Basak