José Ángel Pastrana

Results 18 comments of José Ángel Pastrana

Fan basic configuration located at 0x71 position. Lowest value is 0x19 and highest value is 0x37 Fan advanced configuration is more complex to analyse. I may cover it later. Cooler...

Past year I was working in a kernel module [1], which could be a better long-term solution. In my mind, I wish continue it adding generic sysfs, ex: platform profiles...

@FaridZelli I have my MSI laptop and I use it most of the time. For my model #204 and newer ones, some constants doesn't match with the "standard" constants, ex:...

Useful resources... Well, it's hard answer and I just prefer fit it as an example. Taking as an example to powerdevil (KDE) / upower (GNOME): - In the server-side, **sysfs...

@Daniel-kpi I have not got experience working with Fedora, but should be enough with: ``` git clone https://github.com/BeardOverflow/isw make -C /lib/modules/$(uname -r)/build M=$(pwd)/isw/dkms/ec_sys modules make -C /lib/modules/$(uname -r)/build M=$(pwd)/isw/dkms/ec_sys modules_install...

As oz123 said, this is a Kubernetes problem. The Kubernetes console is buffering the output of your application. This buffer will release as soon as a operation flush is invoked...

My workaround was: 1. Mount /assets/custom-scripts as persistent storage (ex: ./volumes/freepbx/scripts) ``` volumes: - ./volumes/freepbx/scripts:/assets/custom-scripts ``` 2. Create ./volumes/freepbx/scripts/update-suid.sh with the following content: ```sh #!/bin/bash # Workaround: https://github.com/tiredofit/docker-freepbx/issues/196#issuecomment-1337997584 chmod u+s...

This bug was introduced for first time since [this commit](https://github.com/tiredofit/docker-debian/commit/6ab45bd156b860ce5dde638061c161f3a442af91#diff-dd2c0eb6ea5cfc6c4bd4eac30934e2d5746747af48fef6da689e85b752f39557) on the parent image tiredofit/docker-debian: According to the [cron applet's documentation](https://github.com/mirror/busybox/blob/master/miscutils/crontab.c#L12-L19): > Crontab manipulates the crontab for a particular user....

I would like to explore some of unknown values here: > /sys/devices/platform/msi-ec/webcam > /sys/devices/platform/msi-ec/win_key > /sys/devices/platform/msi-ec/fn_key Has your laptop these buttons? If so, what values are you getting for them...

Ok, I need know the decimal value given when: | Path | On | Off | | - | - | - | | /sys/devices/platform/msi-ec/webcam | 9 | ? |...