タイトルなし
2013/9/30
カテゴリー » Raspberry Pi 2 Model B
— posted by くま at 02:07 pm TrackBack [0]
今日出ていたエラー
2013/9/29
カテゴリー » Raspberry Pi 2 Model B
connect: No such file or directory
Please make sure that the zfs-fuse daemon is running.
internal error: failed to initialize ZFS library
対策
# /etc/init.d/zfs-fuse start
zfs-fuse を起動中: [ OK ]
Immunizing zfs-fuse against OOM kills [ OK ]
Mounting zfs partitions: [ OK ]
— posted by くま at 10:18 am TrackBack [0]
ADT (Android Developer Tools)内臓のEclipseの日本語化
2013/9/28
カテゴリー » Raspberry Pi 2 Model B
— posted by くま at 01:52 pm TrackBack [0]
P-06D を linux でいじる(1)
2013/9/25
カテゴリー » Raspberry Pi 2 Model B
Bus 002 Device 006: ID 04da:2216 Panasonic (Matsushita)
# adb kill-server
# adb start-server
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
# adb devices
List of devices attached
xxxxxxxxxxxxxx device
— posted by くま at 07:30 am TrackBack [0]
ADT (Android Developer Tools) download
2013/9/24
カテゴリー » Raspberry Pi 2 Model B
— posted by くま at 07:58 pm TrackBack [0]
起動の順番を変える
カテゴリー » Raspberry Pi 2 Model B
# cd /etc/rc.d/rc3.d]$
# ll S24rpcidmapd
# mv S10network S11network
# mv S24rpcidmapd S10rpcidmapd
— posted by くま at 01:26 pm TrackBack [0]
libfprint サポートデバイス
カテゴリー » Raspberry Pi 2 Model B
linuxで使えるデバイスが最近減った。減った分はiphonへ行ってしまった。
便利なんだから存続を考えてほしい。
— posted by くま at 12:13 am TrackBack [0]
P-06D bluetooth は使えるか? blueman-manager CentOS6.4
2013/9/22
カテゴリー » Raspberry Pi 2 Model B
# yum remove gnome-bluetooth
$ rpmbuild --rebuild -ba blueman-1.21-8.el6.src.rpm
# rpm -ivh blueman-1.21-8.el6.x86_64.rpm
CentOS6.4とスマ−トフォンの接続がうまくいかない。プロトコルが微妙に合ってない?感じ
色々弄くってbluemanを入れてみたら少しまともになった。とりあえずファイル転送が出来た。
だが、まだ安定していない。
おまけですがPLAY-STATION3のBDリモコンはキーボードとして認識されます。
必要と思われるパッケージ
gdbm-devel-1.8.0-36.el6.x86_64
tix-devel-8.4.3-5.el6.x86_64
valgrind-devel-3.8.1-3.2.el6.x86_64
blueman-1.21-8.el6.x86_64
Pyrex-0.9.8.4-4.1.el6.noarch
dbus-python-devel-0.83.0-6.1.el6.x86_64
obex-data-server-0.4.3-4.el6.x86_64
obexd-0.19-2.el6.x86_64
openobex-devel-1.4-7.el6.x86_64
bluez-alsa-4.66-1.el6.x86_64
bluez-cups-4.66-1.el6.x86_64
bluez-compat-4.66-1.el6.x86_64
bluez-debuginfo-4.66-1.el6.x86_64
bluez-gstreamer-4.66-1.el6.x86_64
bluez-4.66-1.el6.x86_64
pulseaudio-module-bluetooth-0.9.21-14.el6_3.x86_64
調子が悪いと、このエラーメッセージが出る?!
— posted by くま at 07:22 pm TrackBack [0]
ubuntuもここを参考にバーチャルでやってみて成功
2013/9/21
カテゴリー » Raspberry Pi 2 Model B
— posted by くま at 07:18 pm TrackBack [0]
HD ハードディスク情報の取得基本スクリプト
HD=`df | sed -n '2,2'p | awk '{print $1}' | sed 's/[1-9]//g'`
#echo "$HD"
echo ""
smartctl --all $HD | grep "Device Model"
echo ""
smartctl --all $HD | grep "overall-health self-assessment"
このスクリプトは現在、起動しているHDがどれか?分からなくなるので作りました。
マルチブートにすると間違いが命取りになります。
— posted by くま at 05:36 pm TrackBack [0]
Comments