HP Pavilion ノートブック


Klue3.0 アップデート 
ubuntu18.04 LDT
32bit OSは ubuntu18.04に対応できないか?グラフィックが不安定?

-----------------------

klue-3.0-mate_x86_64に切り替え、インストール

USB 起動ディスクを作成(UNetbootin)

Escキーで, USB 起動 インストール

OS インストール前に、無線ラン設定
2つのI-O Data Device (ルーター)
AirPort 01408   192.168.0.1  ・・・ こちらを選択
AirPort 57904    192.158.1.1    選択可能

ルーターでIP アドレスを固定
アダプター マックアド 34:76:C5:D0:63:62
DHCP           192.168.0.5  ・・・固定IP に登録

インストール完了

Klue3.0初期設定 
追加自動インストール

$ sudo passwd root

$ sudo apt install vim

# apt install ssh
# systemctl enable ssh
# systemctl start ssh


----------------

ここからは、sshリモート接続 
root@pavilion:~# apt-get install x11vnc

root@pavilion:~# x11vnc -storepasswd /etc/x11vnc.passwd
Enter VNC password:
Verify password:
Write password to /etc/x11vnc.passwd? [y]/n y
Password written to: /etc/x11vnc.passwd


root@pavilion:~# vi /lib/systemd/system/x11vnc.service
[Unit]
Description=Start x11vnc at startup.
After=multi-user.target

[Service]
Type=simple
ExecStart=/usr/bin/x11vnc -auth guess -forever -loop -noxdamage -repeat -rfbauth /etc/x11vnc.passwd -rfbport 5900 -shared

[Install]
WantedBy=multi-user.target



root@pavilion:~# apt-get install xrdp


root@pavilion:~# reboot


-----------------------

x11vnc を起動
root@pavilion:~# x11vnc -auth guess -geometry 1270x900

アプリチェック
64bit OSでは、Chromeがインストールされている。・・・amazon video の視聴が可能になる。

wine 設定
メニュー → winetricks → Select the default wineprefix → 「Install a font」を選択。
cjkfonts」にチェックをつけてOK。

winecfg ウインドウ  ・・・文字化け無しで表示

ネットワーク 設定
メニュー → システム管理 →ネットワーク
鍵アイコンをクリックして、ロックを解除
DNA サーバー  192.168.0.1
検索ドメイン    airport 
ホスト     追加 IPアドレス   192.168.0.5
エイリアス   pavilion
 

root@pavilion:~# ifconfig
eth0: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
        ether 00:1b:24:0b:31:2b  txqueuelen 1000  (\u30a4\u30fc\u30b5\u30cd\u30c3\u30c8)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 0  bytes 0 (0.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        loop  txqueuelen 1000  (\u30ed\u30fc\u30ab\u30eb\u30eb\u30fc\u30d7\u30d0\u30c3\u30af)
        RX packets 1104  bytes 105242 (105.2 KB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 1104  bytes 105242 (105.2 KB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

wlan0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.168.0.5  netmask 255.255.255.0  broadcast 192.168.0.255
        inet6 2405:6585:c600:1100:5a7:4e99:8983:555f  prefixlen 64  scopeid 0x0<global>
        inet6 fe80::f344:4e53:713c:d674  prefixlen 64  scopeid 0x20<link>
        inet6 2405:6585:c600:1100:107:4e47:690b:8b4  prefixlen 64  scopeid 0x0<global>
        ether 34:76:c5:dd:63:62  txqueuelen 1000  (\u30a4\u30fc\u30b5\u30cd\u30c3\u30c8)
        RX packets 348294  bytes 243060951 (243.0 MB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 407036  bytes 449774518 (449.7 MB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

 

投票数:15 平均点:10.00

 
Back to Top