2015年1月26日月曜日

LOOX-U/C40 への Voyage MPD 0.9.5 の導入(1) Wifi接続

もう1台の古Atomマシン,LOOX-U/C40 にも Voyage MPD 0.9.5 をインストールした.


今回のポイントは二つ.
  1. Wifi で LAN に接続する
  2. sshfs を使ってデータの入っている NAS に接続する

2.は,職場の机から自宅の NAS に接続するため.
この記事では wifi まで.sshfs は 続きの別記事 に.

2015年1月21日水曜日

LibreOffice / OpenOffice Math の tips

・色を変える color red {   }
red 以外は,green,blue,cyan,magenta,yellow,white は有効だった.

・フォントサイズを変える size 20 {  }
数字はポイント数

・部分的にイタリックを解除する " "
double quotationで囲ってテキスト扱いにし,テキストのフォントを適当なものに指定する

2015年1月9日金曜日

Zenfone 5 を USB 接続して中のファイルを操作

USB でつなぐだけでは内部ストレージも microSD カードにもアクセスできない.
接続時すると見えるフォルダにあるドライバをインストールする.
.inf ファイルを右クリック > インストール

まず,ASUS_T00P\Windows_XP_VISTA_7_8.1 のドライバをインストール
さらに ASUS_T00P\Windows_XP_VISTA_7\MTP のドライバをインストール

いったん PC から外して,再接続.
Zenfone 側がスリープのままだと,ASUS_T00P は現れるが,その下には何も見えない.Zenfone のスリープを解除すると,内部ストレージと microSD が別フォルダとして見えるようになる.

2015年1月8日木曜日

Volumio プッシュスイッチに機能追加 / Volumio + 1 push switch with 2 functions - shutdown and play/pause toggle

(日本語の本文は続きにあります)

For English readers,

This script is written for Volumio on Raspberry pi.
It enables one push switch (momentary on) to control two functions:  shutdown and play/pause toggle.
When you press the switch over 5 s, the system shutdowns.  An LED turns on informing you that the system enters the shutdown process and you can release the switch.
When you press for a moment (1 s or so), mpd starts/pauses the music -- toggle.
Watch the video below.

Install a push switch between Pins 15 and 17 of the GPIO port.
Install an LED between Pins 20 and 22.  Pin 20 is for the cathode (K).  No register is required (but a 50 - 200 ohm register in series is prefered :-) )
See the photo on this page.

The script may be named as you like, and the permission is 755.  Run it as daemon by adding the following line at the end of /etc/rc.local (just before 'exit 0' line).
When the script name is 'daemon.sh' and it is located at /home/volumio,

su -c /home/volumio/daemon.sh &

2014年12月26日金曜日

DynDNS + ddclient

Updater Client Key を設定したら,ddclient.conf の中のパスワードはそれにする.

daemonとして起動する前に,

# ddclient -daemon=0 -verbose -noquiet

で,更新がちゃんとできるかを確認すること.

2014年12月19日金曜日

Vaio Pro 13 の SSD 換装 Exchange of SSD in Vaio Pro 13

(続編あり) (Continued on this article )
かなりはまったので,最終的にうまく行った方法だけメモ.
不要な処理もあるのかもしれないが,未検証.こうやったらできた,という記録.
This is only a record of my trial (succeeded).  No warranty.  If you will trace this, be careful and try on your own risk.

本体は Vaio Pro 13 128GB SSD のモデル.
交換する SSD は m.2 2280 (SATA) のもの.今回は Transcend を使用.購入時の相場は 256 GB で1万5千円くらい.
m.2 SATA を 2.5" SATA にするアダプタ.購入価格で2000円ほど.
2.5" SATA を USB3.0 にするアダプタは,手持ちを流用.
なお,上位機種には m.2 PCIe のモデルがあるが,同様にできるのかどうかは不明 (たぶんできるとは思うが).
The target model is Vaio Pro 13 with a 128 GB SSD.
The SSD to be replaced is of m.2 2280 (SATA) format.   I used Transcend TS256GMTS800 (256 GB).
An adaptor converting m.2 SATA to 2.5" SATA and one converting 2.5" SATA to USB were used.  Of course, you can use an m.2-SATA-to-USB adapter.
If your model of Vaio features PCIe SSD, you have to obtain a corresponding SSD to be replaced and appropriate adaptor(s).

2014年12月13日土曜日

Voyage MPD 0.9.5 のインストール (Onkyo TW217編)

Onkyo TW217 という Atom なタブレットPCで Voyage MPD を使っているけど,それを 0.9.5 に入れ替えたので,そのメモ.

このブログもVoyage関係は比較的アクセスがあるので,今回はちょっと詳しめに.
なお,富士通 LOOX-U という,やはり Atom なミニマシンに入れた 記録 が別にあります.