Mikołaj Miotk

Results 43 comments of Mikołaj Miotk

Is WiFi (brcmfmac4364) working for anybody (besides @MCMrARM)? Whenever i'm trying to load brcmfmac module, i'm getting error mentioned below: ``` [ 990.003990] usbcore: registered new interface driver brcmfmac [...

@aunali1 yep, you're right - I've missed one line when I was generating a patch. https://github.com/mikeeq/mbp-fedora-kernel/commit/d8f5578d4fd9c9ee01c2a125dae30237aefcf391 @ppaulweber could you confirm if that fix is not needed for MacBookAir8,2?

@jhohisel try to reload brcmfmac kernel module. I'm experiencing the same issue and after module reload I'm able to connect to WPA2 network ;) https://github.com/mikeeq/mbp-fedora#known-issues

Is keyboard backlight working for anybody?

@roadrunner2 any clue how to make keyboard backlight working? Due to lack of apple smc driver keyboard backlight device is not initialized, should it be done by your spi driver...

@roadrunner2 I've tried to test your latest changes: https://github.com/roadrunner2/macbook12-spi-driver/tree/d05467440f16d17c2572c5fe3ca59f126758f00f but apple-ib-tb.ko module is crashing during load time: ``` [ 91.756773] bce_vhci_urb_dequeue 81 [ 91.764955] input: Apple Inc. iBridge Display as...

@roadrunner2 - Macbook Pro 15,2 13" 2019 i5 TouchBar Z0WQ000AR MV972ZE/A/R1 I can confirm that patched version is working ;) Will you have a minute to implement keyboard backlight to...

@MCMrARM are you able to change keyboard backlight brightness by pressing buttons on touchbar? but i can confirm that it's working for me - thanks Man. Good job, once again!...

@aunali1 Yes it does. ``` ➜ for inp in /sys/class/input/input* ; do cat $inp/name; grep . $inp/id/*; cat $inp/modalias; echo ---; done | grep "Internal Keyboard" Apple Inc. Apple Internal...

@roadrunner2 ``` ➜ for inp in /sys/class/input/input* ; do cat $inp/name; grep . $inp/id/*; cat $inp/capabilities/key; echo ---; done | grep -A5 "Internal Keyboard" Apple Inc. Apple Internal Keyboard /...