patjak / mba6x_bl

MacBook Air 6,1 and 6,2 (mid 2013) backlight driver
GNU General Public License v2.0
125 stars 21 forks source link

Issue when connected to power #28

Closed PeterSterner closed 8 years ago

PeterSterner commented 9 years ago

Hi,

How do I uninstall the mba6x_bl?

I have an issue when my mba is connected to the power cable. Then the machine will not suspend.

I thought maybe it had something to do with mba6x_bl? Just a wild guess.

Regards Petey

rembo10 commented 9 years ago

I'm not sure if it's a mba6x_bl issue. Does it resume instantly after suspending? I was having the same issue even without mba6x_bl installed

ghost commented 9 years ago

Hi,

Nevertheless, do you know how to uninstall mba6x_bl?

patjak commented 9 years ago

@pskoncej if you compiled and installed from source you can just remove the kernel module. Think it is in /lib/modules/your-kernel-version/kernel/extra/mba6x_bl.ko If you installed it with some package, just uninstall that package.

eugenecormier commented 9 years ago

if the laptop won;t suspend, check: cat /proc/acpi/wakeup I got mine to suspend properly by disabling XHC1: echo XHC1 > /proc/acpi/wakeup

PeterSterner commented 9 years ago

Thanks a lot eugenecormier.

Now the mba suspends almost every time. Sometimes, though, it freezes or won't turn off the screen when I close the lid. Do you have the same problems?