OSMC RC2

Post date: 2015/04/29 7:09:14

raspbmc -> OSMC(Open Source Media Center)

  1. Install the OSMC installer on ubuntu 14.04
      • $ sudo sh -c "echo 'deb http://download.opensuse.org/repositories/home:/osmc/xUbuntu_14.04/ /' >> /etc/apt/sources.list.d/osmc-installer.list"
      • $ sudo apt-get update
      • $ sudo apt-get install osmc-installer
  2. Setting wifi after boot
      • $ ssh osmc@XXX.XXX.XXX.XXX
      • osmc@osmc:~$ connmanctl
      • connmanctl> technologies /net/connman/technology/ethernet
      • Name = Wired
      • Type = ethernet
      • Powered = True
      • Connected = True
      • Tethering = False /net/connman/technology/wifi
      • Name = WiFi
      • Type = wifi
      • Powered = True
      • Connected = False
      • Tethering = False
      • connmanctl> enable wifi
      • Error wifi: Already enabled
      • connmanctl> scan wifi
      • Scan completed for wifi
      • connmanctl> agent on
      • Agent registered
      • connmanctl> services
      • *AO Wired
      • ethernet_XXXXXXXX_cable
      • wifi_XXXXXXXX_hidden_managed_psk
      • connmanctl> connect
      • wifi_XXXXXXXXXX_hidden_managed_psk
      • SSID=XXXX
      • Passphrase=XXXXX Hidden SSID
      • name? XXXXX
      • Passphrase? XXXX
      • Connected wifi_XXXXXXXX_hidden_managed_psk
      • connmanctl> exit
  3. 日本語フォントのインストール
    1. M+ FONTを利用