Debian Macbook: Unterschied zwischen den Versionen

Aus d0b
Zur Navigation springenZur Suche springen
 
Zeile 49: Zeile 49:
 
Ausgabe:
 
Ausgabe:
 
00:08.0 Audio device: NVIDIA Corporation MCP89 High Definition Audio (rev a2)
 
00:08.0 Audio device: NVIDIA Corporation MCP89 High Definition Audio (rev a2)
 +
</pre>
 +
 +
== Keyboard ==
 +
vim /etc/default/keyboard
 +
<pre>
 +
XKBMODEL="macintosh"
 +
XKBLAYOUT="de"
 +
XKBVARIANT="de_mac"
 +
XKBOPTIONS="lv3:alt_switch"
 +
 +
BACKSPACE="guess"
 
</pre>
 
</pre>
  

Aktuelle Version vom 29. Dezember 2019, 05:17 Uhr

Info
OS: Debian Stretch (testing)
Hardware: Macbook Pro 7,1
:


Obwohl es bereits Kochrezepte für dieses vorhaben gibt, mach ich noch eins ;-)

Installation

Ich habe mir ein Debian Stretch netinstall image geschnappt und auf eine CD gebrannt. CD einlegen & beim booten "c" gedrückt halten damit von CD auch gebootet wird. Nun geht es weiter bei "Advanced Install" -> "Expert Mode", welchen wir für die erweiterten Optionen bei der Partitionierung brauchen.

Bei der Partitionierung wähle ich das gewünschte Volume aus und bestätige diese Auswahl mit der Eingabetaste. Nun wird eine neue leere Partitionstabelle zu erstellt, als Partitionstabellentyp wähle ich "gpt".

WLAN

lspci -vvnn | grep 14e4
lspci | grep Wireless

AUSGABE:
02:00.0 Network controller: Broadcom Inc. and subsidiaries BCM4322 802.11a/b/g/n Wireless LAN Controller (rev 01)

vim /etc/apt/sources.list
	-> "non-free contrib" anhängen

apt-get update
apt install broadcom-sta-dkms 

modprobe -r b43
modprobe b43

iwlist wlan0 scan

Audio

lspci | grep Audio

Ausgabe:
00:08.0 Audio device: NVIDIA Corporation MCP89 High Definition Audio (rev a2)

Keyboard

vim /etc/default/keyboard

XKBMODEL="macintosh"
XKBLAYOUT="de"
XKBVARIANT="de_mac"
XKBOPTIONS="lv3:alt_switch"

BACKSPACE="guess"

Software

GUI

apt install keepassx firefox-esr thunderbird gimp libreoffice vlc filezilla wireshark guake

CLI

apt install nmap vim