Gestern habe ich auf ein
MacBook Air 6.2 "core i5" 1.6 11" (Early 2015)
Debian GNU/Linux 8.7 (jessie) MATE
installiert.
Edit 20/2/17 19:53
Soeben folgendes eingegeben und folgende Ausgabe erhalten... :/
Code: Alles auswählen
sudo dmidecode | grep MacBookAir
Product Name: MacBookAir7,1
Version: MacBookAir7,1
1) Tastaturlayout & Touchpad
2) Hibernate / Sleep / Stromadapter
In diesesm Thread bitte ich um Hilfe bei Problem 2).
Problem 1) bitte hier klicken.
bisher kontaktierte Internetquellen
[*] https://wiki.debian.org/InstallingDebia ... ookAir/6-2
[*] https://bugs.freedesktop.org/show_bug.cgi?id=67454 Das verstehe ich aber nicht mehr
Problembeschreibung
Ursprungszustand
Bevor ich acpi-support installiert und angewandt habe, hatte ich folgendes Problem:
Wenn ich den Deckel schliesse geht das MacBook Air (MBA) zwar in den SleepModus (apfel wird nicht mehr beleuchtet etc.), lässt sich aber nicht mehr aufwecken. Nur wenn ich das Stromkabel abstecke und wieder anstecke, wird das MBA wieder aufgeweckt.
Nach installation acpi-support
Nach sudo apt install acpi-support und reboot bleibt das MBA beim Schliessen des Deckels wach. Apfel, Bildschirm und Tastatur leuchten weiterhin.
LID_SLEEP=true
nach
Code: Alles auswählen
sudo nano /etc/default/acip-support
# Uncomment this to enable ACPI sleep when the lid screen is closed.
LID_SLEEP=true
Ziel: Sleepmodus wenn Deckel geschlossen wird, Auto aufwecken, wenn Deckel geöffnet wird. Unabhängig ob am Strom angeschlossen oder nicht.
Hoffentlich war das okay für den ersten Beitrag! Sonst einfach (nett) belehren.
P.s.: Wie manipuliere ich systemdateien und speise diese wieder ein, ohne dass ich das System jedesmal rebooten muss?
Der ganze Code von /etc/default/acip-support
Code: Alles auswählen
#
# Configuration file for the acpi-support package
#
#
# The acpi-support package is intended as "glue" to make special functions of
# laptops work. Specifically, it translates special function keys for some
# laptop models into actions or generic function key presses.
#
#
# Suspend/hibernate method
# ------------------------
#
# When gnome or kde power management daemons are running, acpi-support will
# translate the suspend and hibernate keys of laptops into special "suspend"
# and "hibernate" keys that these daemons handle.
#
# Only in situations where there is no power management daemon
# running, acpi-support needs to perform suspend/hibernate in some other way.
# Beginning with version 0.122-1 acpi-support solely uses pm-utils then.
# Comment the next line to disable ACPI suspend to RAM
ACPI_SLEEP=true
# Comment the next line to disable suspend to disk
ACPI_HIBERNATE=true
# Use Radeontool to switch the screen off? Seems to be needed on some machines
# RADEON_LIGHT=true
# Comment this out to disable screen locking on resume
LOCK_SCREEN=true
# Uncomment this to enable ACPI sleep when the lid screen is closed.
# LID_SLEEP=true
# Uncomment this to shutdown the system if ACPI sleep has not been possible
# upon lid closure. Has no effect if LID_SLEEP is not set.
#LID_SHUTDOWN=true
# On some systems pressing the wireless button only results in an event that we
# handle, but not in some hardware enforced action. On these systems we are
# free to choose whether or not we cycle through "Both on, Both off, Wireless
# only, Bluetooth only" as we used to do, or if we just do "Both on, Both off"
# as the hardware kill switch does on most systems.
#
# For compatibility reasons with older version the larger cycle is the default.
# Enable this to to have both in switched on and off simultaniously.
#WIRELESS_BLUETOOTH_SYNC=true
# Choose the method used to switch off/on the display. Available options are
# "xset", "xrandr" and "vbetool".
DISPLAY_DPMS=xset
# xrandr needs the output device to be named
XRANDR_OUTPUT=LVDS
# vbetool can switch off/on the display even if no user is logged in. However,
# there are systems that do not reset the display when coming out of suspend,
# so that the screen remains dark. Enable this option to switch off the display
# even if no one is logged in.
#DISPLAY_DPMS_NO_USER=true