2010年1月15日金曜日

ubuntu - rythmbox

gstreamer0.10-plugins-bad

ネットラジオ

ubuntu - フォルダ名を変更

LANG=C xdg-user-dirs-gtk-update

2010年1月3日日曜日

ubuntu - apache2

sudo aptitude install apache2

https://wiki.ubuntulinux.jp/UbuntuTips/Server/ApacheServer

2010年1月2日土曜日

ubuntu 9.10 - サウンド設定

lspci | grep -i audio
00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 02)


どうしてだか分からないが、

/etc/pulse/default.pa の

### Automatically load driver modules depending on the hardware available
.ifexists module-udev-detect.so
load-module module-udev-detect
.else
### Alternatively use the static hardware detection module (for systems that
### lack udev support)
load-module module-detect
.endif



### Automatically load driver modules depending on the hardware available
#.ifexists module-udev-detect.so
#load-module module-udev-detect
#.else
### Alternatively use the static hardware detection module (for systems that
### lack udev support)
load-module module-detect
#.endif

コメントアウト。
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/394500/comments/14

それと

/etc/modprobe.d/alsa-base.conf

options snd-hda-intel model=laptop-micsense
を追加