Bim
Bim
> We should probably change the type of the attribute `idx` to `size_t`. And compile with warnings==errors. There's some more warnings in https://github.com/bombela/backward-cpp/blob/5ffb2c879ebdbea3bdb8477c671e32b1c984beaa/backward.hpp#L3618 ff (I suppose, I don't have the...
Uploading does not work on the current Win32 release version either.
The error message is: "The report could not be uploaded". I'm connected through the internet through a VPN tunnel, if that matters. [Here's the xml](http://pastebin.com/wXZiGhG1). GitHub won't let me upload...
Ok. I cloned the repo to "/usr/src", called "make DEBUG=1" and ran "./misc/test_module.sh". W/O "force_load=1" I got: > [i] ------------ Starting 'asus-fan' kernel module quick test > [i] Clearing 'dmesg'...
Oh. Sorry the dmesg output was using `./misc/test_module.sh` without `force-load=1`. Here ist is again, just to be sure: > [27891.355150] asus-fan (set_auto) - failed reseting fan(s) to auto-mode! errcode: 5...
I can toy around with the ACPI calls via `/proc/acpi/call` tomorrow if you tell me what I should be looking for...
I installed `acpi-call-dkms` and started the module with `modprobe acpi_call`. It installs and starts without errors or messages in dmesg, but when I `sudo echo \_SB.PCI0.LPCB.EC0.SFNV > /proc/acpi/call` tells me...
`ls -la /proc/acpi/` ``` dr-xr-xr-x 3 root root 0 Apr 23 22:31 . dr-xr-xr-x 252 root root 0 Apr 23 20:49 .. dr-xr-xr-x 3 root root 0 Apr 23 22:31...
I get: ``` $ sudo su $ echo "\_SB.PCI0.LPCB.EC0.SFNV 0" > call $ cat call; echo ``` (empty result, just an empty line) Fan speeds do not change regardless of...
Nice! It looks like this is going somewhere... Will try the ACPI calls on my laptop too when I find time. Maybe we should make a list of models and...