2013年12月30日月曜日

[FreeBSD/wine] iTunes on FreeBSD/i368 and Wine(update 2015/4/18: about input keyboard)

I can use iTunes-7.3.2(not latest version) on FreeBSD/i386 and Wine

  • Environment
    • FreeBSD-11-current/i386(Dec/23/2013)
    • wine-1.6.1(from ports tree)
    • iTunes-7.3.2

  • Tested senario
    • Kanji code: OK(menu and MP3 meta data) with enviroment variable LANG.
      • cf. tcsh
        • setenv LANG ja_JP.UTF-8
    • play back MP3 file: OK
    • input keyboard
      • winecfg -> Graphics -> disable Allow the window manager to control the windows

2013年12月29日日曜日

[Raspberry Pi/OpenElec]How to create SD card on FreeBSD

I created latest OpenElec SD card on FreeBSD.

1.  create empty partition

 maybe we could create partition with gpart. But this time I use below empty partition image (easy operation).

related link
http://wiki.openelec.tv/index.php?title=Installing_OpenELEC_on_Raspberry_Pi#tab=Mac_OSX

1.1 download empty image

http://openelec.thestateofme.com/empty.img.zip

1.2 write empty image

dd if=empty.img of=/dev/da0 bs=10240 conv=sync

1.3 check partition table

fdisk /dev/da0

2. write system file

this step from below Windows steps
http://wiki.openelec.tv/index.php?title=Installing_OpenELEC_on_Raspberry_Pi#tab=Windows

2.1 mount msdos partition

mount -t msdosfs /dev/da0s1 /mnt

2.2 write files


cp target/KERNEL /mnt/kernel.img
cp target/SYSTEM /mnt/
cp 3rdparty/bootloader/*.* /mnt
cp openelec.ico /mnt
cp README.md /mnt

2.3 create cmdline.txt

vi /mnt/cmdline.txt

write below line
boot=/dev/mmcblk0p1 disk=/dev/mmcblk0p2 quite

----------------------------------------------------------------------
I installed OpenELEC 3.2.4 is faster than 2.99.4 and I could play back
MPEG4 H.264 Full HD movie files without problem(noise).

Thank you, OpenELEC Team.



[RaspberryPi] nice box/seed Skeleton Box for Raspberry Pi

I bought SEED STUDIO Skeleton box for Raspberry Pi.

http://www.seeedstudio.com/depot/skeleton-box-for-rasberry-pi-p-1547.html
http://www.seeedstudio.com/wiki/Skeleton_box_for_Rasberry_Pi

I bought from SeNGoKu-Denshi(In Japan/Japanese page, 1,300 Yen)
http://www.sengoku.co.jp/mod/sgk_cart/detail.php?code=EEHD-4CLB

This box is made by aluminum(side), strong than other plastic box.

Unfortunately, my Raspberry Pi is maybe first lot(256MB model). This Pi does not have mountaing holes. I mounted with rubber.

2013年12月28日土曜日

[FreeBSD/X/Radeon] could not suspend/resume on ThinkPadX31 with latest X

I updated X server system(xorg-server-1.7.7_11,1) on ThinkPad X31/FreeBSD-11-current(around 23/Dec/2013).

Latest X server requre drm2 kernel module, however drm2 kernel module(only radeon?) does not support suspend/resume(see below commit log).

http://svnweb.freebsd.org/base?view=revision&revision=255573

I could not suspend/resume on ThinkPadX31.


So I added below line to my /etc/make.conf
WITHOUT_NEW_XORG=