0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

vaio-p(vpcp11alj)

Last updated at Posted at 2023-02-09

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
・・・作成中・・・

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?