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]
clonezilla 起動しない
2015/10/13
カテゴリー » Raspberry Pi 2 Model B
clonezillaでバックアップしようとしたが
アーキテクチャーが合わないという旨のエラーメッセージが出て起動できない。
amd64,i686どちらも試したがやはりだめ?
仕方が無くVirtualBox上の仮想ディスクにclonezillaをインストールして
それにバックアップする仮想ディスクを接続してバックアップをとった。
なんだかなー
— posted by くま at 07:04 pm TrackBack [0]
今日のarchlinux...(APU1C)
2015/10/10
カテゴリー » Raspberry Pi 2 Model B
今回はsamba,ssh...
# uname -a
Linux arch 4.2.2-1-ARCH #1 SMP PREEMPT Tue Sep 29 22:21:33 CEST 2015 x86_64 GNU/Linux
# systemctl disable smbd.service winbindd.service samba.service
# systemctl enable smbd.socket
# systemctl restart smbd.socket
# systemctl status smbd.socket
● smbd.socket - Samba SMB/CIFS server socket
Loaded: loaded (/usr/lib/systemd/system/smbd.socket; enabled; vendor preset: disabled)
Active: active (listening) since 土 2015-10-10 15:55:37 JST; 9min ago
Listen: [::]:445 (Stream)
Accepted: 0; Connected: 0
10月 10 15:55:37 arch systemd[1]: Listening on Samba SMB/CIFS server socket.
# vi /etc/ssh/sshd_config
PermitRootLogin yes
PasswordAuthentication yes
— posted by くま at 03:59 pm TrackBack [0]
タイトルなし
2015/10/6
カテゴリー » Raspberry Pi 2 Model B
[Unit]
Description=MythTV backend service
Requires=mysqld.service
After=network.target mysqld.service systemd-networkd.service fuse_b25.service
Wants=httpd.service
[Service]
Type=simple
Environment=MYTHCONFDIR=/etc/mythtv
Environment=HOME=/usr/share/mythtv
User=mythtv
StandardOutput=null
ExecStart=/usr/local/bin/mythbackend --logpath /var/log/mythtv --loglevel debug
[Install]
WantedBy=multi-user.target
— posted by くま at 10:34 am TrackBack [0]
VirtualBox V2Pからのエラー表示を止める。
2015/10/5
カテゴリー » Raspberry Pi 2 Model B
— posted by くま at 08:06 am TrackBack [0]
Comments