roadrunner2

Results 168 comments of roadrunner2

@TheChatty Sorry for the slow reply. Regarding the keyboard light, if restarting upower doesn't fix the issue and after reloading the module, then I don't know what the issue is...

@andy-shev But would adding `irqfixup` change anything wrt /proc/interrupts? In any case, for completeness sake, yes, it would probably be good to have the full /proc/interrupts after booting w/ and...

Given the dmesg and other info above, it looks like the SPI interface is properly enabled (and the USB interface disabled), so that's good. And especially the fact that the...

Thanks. So, no keyboard packets. Hmm: can you turn on a bit more debugging: ``` echo 0xd00 | sudo tee /sys/module/applespi/parameters/debug ``` This will also print the interrupts received and...

Wow, no interrupts. Can you check your DSDT and see what GPE it declares for the keyboard/touchpad? (look for the `APP000D` device, and then the `_GPE` attribute in there) -...

What is the output of ``` cat /sys/firmware/acpi/interrupts/gpe1C ```

Thanks. Hmm, so the GPE is enabled, but apparently not being triggered (well, it was only triggered once, so obviously not on each keyboard/touchpad event, like we expect). As this...

@newperson1746 Sorry, I missed your edits. Regarding the code and the `applespi_default_info`: those values are "just" the range of x/y values the touchpad reports - while we'll quite possibly need...

Thanks for the DSDT - that looks good, i.e. it contains the expected _DSM method for the spi device, from which we extract various parameters for the SPI driver. And...

Sorry for the delay. First of all: what version exactly of applespi are you running? Next, either something's changed or I misread things last time, because your latest log seems...