debianメモ
機種:vaio-p(vpcp11alj)
CPU:Atom Z560 2.13GHz
MEM:2GB
SSD:256GB
liveイメージでdebian11 xfceをインストール
USBメモリから。OK
まずはapt update
sudo apt update
wifiアダプタが認識されない
①iwlwifi-5150-ucode-8.24.2.2.tgzを解凍してiwlwifi-5150-2.ucodeをUSBメモリにコピー
https://www.intel.co.jp/content/www/jp/ja/support/articles/000005511/wireless.html
②USBメモリより/lib/firmwareにコピーして再起動→認識される。
chromiumをインストール
sudo apt install cromium
firefoxをアンインストール
sudo apt remove firefox*
※言語パックが沢山ある
bluetooth関連
daemon確認
/etc/init.d/bluetooth status
起動
/etc/init.d/bluetooth start
GUIツールのインストール(順にgnome,KDE,GTK)
sudo apt-get install sudo gnome-bluetooth
sudo apt-get install bluedevil
sudo apt-get install blueman
※xfceはGTK
GUIツールで設定
①bluetoothをオンにする
②デバイス
③一覧から右クリックで接続
ウィンドウマネージャをxmonadに変更
xmonadをインストール
sudo apt -y install xmonad
・・・作成中・・・