Which kernel are you using?
Linux 6.14.4-300.fc42.x86_64
Which BIOS version are you using?
3.03
Which Framework Laptop 13 model are you using? AMD Ryzen™ AI 300 Series
When using my Anker USB C charger with an anker cable it charges for maybe .2 seconds then stops. Led turns on for around 1 second and then stops. If left in, cycles every 5 minutes.
Most other USB C chargers works. Unsure what is causing it, but wanted to report it.
If you can, please try to get my ec-syslog tool working.
It can capture log records from the Embedded controller and put them in syslog, journalctl.
Then try connecting the charger and then post the “ec-syslog” logs. It might show us more why that charger is not working.
thank you a lot James3 for helping us here with an custom made rustlang tool unfortunately i cannot make it run for now - and need to sleep
what it did:
install rust curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh from its website
install gcc for making it compile with cargo sudo dnf4 install gcc
run it with cargo run
output: /Downloads/ec-syslog-main$ cargo run Finished devprofile [unoptimized + debuginfo] target(s) in 0.03s Runningtarget/debug/ec-syslog Could not open input file: Permission denied (os error 13): /sys/kernel/debug/cros_ec/console_log Suggest: modprobe cros_ec_debugfs
than tried that modprobe command: modprobe cros_ec_debugfs modprobe: FATAL: Module cros_ec_debugfs not found in directory /lib/modules/6.14.5-300.fc42.x86_64
tomorrow evening i can try again
I looked at Fedora 42.
To get the “cros_ec_debugfs” module, you would need to compile your own kernel.
The FW laptops use the same EC code that is in chrome books. So, although that is where it started, it’s used on lots of different laptops now.
after a reeboot a new ostree deployment was booted with this new kernel installed. i just needed to disable secureboot because of missing signature - but since it is only a debug build i can totally live with that
since these modules are the plain minimum to make the installation work - now i need to look for what .rpm file contains the wanted cros_ec_debugfs