visudo のエディターが nano だと困る(笑)
2015/11/23
カテゴリー » Raspberry Pi 2 Model B
alternative editor (/usr/bin/editor を提供) には 3 個の選択肢があります。
選択肢 パス 優先度 状態
------------------------------------------------------------
* 0 /bin/nano 40 自動モード
1 /bin/nano 40 手動モード
2 /usr/bin/emacs24 0 手動モード
3 /usr/bin/vim.tiny 10 手動モード
現在の選択 [*] を保持するには Enter、さもなければ選択肢の番号のキーを押してください: 3
update-alternatives: /usr/bin/editor (editor) を提供するためにマニュアルモードで /usr/bin/vim.tiny を使います
— posted by くま at 06:54 pm
TrackBack [0]
苦肉の策...APU1C mpd quimup Cover-art表示
2015/11/20
カテゴリー » Raspberry Pi 2 Model B
# rsync -av --include="*/" --include="*.jpg" --include="*.jpeg" --exclude="*" 192.168.11.7:/var/lib/mpd/music ./
— posted by くま at 07:58 pm
TrackBack [0]
DisplayLink社製のチップ
2015/11/17
カテゴリー » Raspberry Pi 2 Model B
— posted by くま at 09:22 am
TrackBack [0]
kurobox-pro LANが余りに遅いので
2015/10/31
カテゴリー » Raspberry Pi 2 Model B
http://www.asix.com.tw/FrootAttach/driver/AX88179_178A_LINUX_DRIVER_v1.14.2_SOURCE.tar.gz

ダウンロードしてコンパイル、インストールしたら使えそうなのでテスト中
— posted by くま at 12:08 pm
TrackBack [0]
Where does the album art come from?
2015/10/27
カテゴリー » Raspberry Pi 2 Model B

Quimup Where does the album art come from?
From the directory where the audio file is located.
It is recommended to put a 200×200 pixel bitmap named *.jpg in the album directory.
The program looks for a filename that matches
*albumart* *folder* *front* *cover* or * (in that order), and an extension
that matches .jpg .png .gif or .bmp.
オーディオファイルがあるディレクトリから。
それは、*.jpgと名付けられた200×200ピクセルビットマップを
アルバムディレクトリに入れるように勧められる。
プログラムは、ファイル名*albumart* *folder* *front* *cover*(その注文の)
とのマッチングまたは*、
および.jpg .png .gifまたは.bmpとマッチしている拡張を捜す。
Quimup first checks the audio-file for embedded Album-art.
If that fails it checks the directory
where the audio file is located for
a bitmap that matches *albumart*, *folder*, *front*, *cover*
or * (in that order). Note that Quimup must be able to access MPD's music
directory (see above).
Quimup 最初にチェックするオーディオファイル のために アルバムアートを埋め込んだ 。
もしそれがそれに失敗するならば、*albumart*とマッチしているビットマップのために
オーディオファイルが突き止められるディレクトリをチェックする、
*folder*、*front*、*cover* または*(その注文において)。
QuimupがMPDの音楽ディレクトリにアクセスすることができるにちがいないことに注意しなさい
(上で見なさい)。
— posted by くま at 01:51 pm
TrackBack [0]
alsa設定 デバイスの優先順位
カテゴリー » Raspberry Pi 2 Model B

$ cat /proc/asound/modules
0 snd_ice1724
1 snd_hda_intel
# vi /etc/modprobe.d/sound.conf
options snd_ice1724 index=0
options snd_hda_intel index=1
— posted by くま at 10:26 am
TrackBack [0]
QUIMUP / GUIMUP FRQ
2015/10/22
カテゴリー » Raspberry Pi 2 Model B
— posted by くま at 07:13 pm
TrackBack [0]
SoundConverterでオーディオファイルを変換する
2015/10/19
カテゴリー » Raspberry Pi 2 Model B
$ wget http://li.nux.ro/download/nux/dextop/el6/SRPMS/soundconverter-1.5.4-7.el6.nux.src.rpm

$ rpmbuild --rebuild soundconverter-1.5.4-7.el6.nux.src.rpm
# rpm -ivh /home/hoge/rpmbuild/RPMS/noarch/soundconverter-1.5.4-7.el6.noarch.rpm
— posted by くま at 01:27 pm
TrackBack [0]
Comments