[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[debian-users:34505] Re: powerbook:kernel-2.4:サウンドの設定
- From: "yh" <___@xxxxxxxxxxxxx>
- Subject: [debian-users:34505] Re: powerbook:kernel-2.4:サウンドの設定
- Date: Sat, 14 Sep 2002 07:14:10 +0900
- List-help: <mailto:debian-users-ctl@debian.or.jp?body=help>
- List-id: debian-users.debian.or.jp
- List-owner: <mailto:debian-users-admin@debian.or.jp>
- List-post: <mailto:debian-users@debian.or.jp>
- List-software: fml [fml 4.0.3 release (20011202/4.0.3)]
- List-unsubscribe: <mailto:debian-users-ctl@debian.or.jp?body=unsubscribe>
- X-ml-info: If you have a question, send e-mail with the body "help" (without quotes) to the address debian-users-ctl@debian.or.jp; help=<mailto:debian-users-ctl@debian.or.jp?body=help>
- X-ml-name: debian-users
- X-mlserver: fml [fml 4.0.3 release (20011202/4.0.3)]; post only (only members can post)
- X-priority: 3
- X-spam-level: **
- X-spam-status: No, hits=2.2 required=10.0 tests=ISO2022JP_CHARSET,FROM_NAME_NO_SPACES,PLING,ISO2022JP_BODY, CASHCASHCASH,US_DOLLARS_2,UPPERCASE_25_50,WEIRD_PORT version=2.31
- Message-id: <20020913221410.0C27C17B4C6@arashi.debian.or.jp>
- X-mail-count: 34505
- X-mailer: Microsoft Outlook Express Macintosh Edition - 4.5 (0410)
> こんにちは、YamYasです。
> ALSA関連のパッケージをいれているのが、問題なのでは?
> --
ちょうど今それを考えていたところです。
dselect>select…
/ alsaを検索…
alsa-xxxx をパージ…
libesd-alsa0 depends on libsound1(!)
rep-gtk-gnome depends on libesd0(!!)
libesd にalsa版とそうでないやつの2つのバージョンが…(汗)
ということで、libesd-alsa0 を libesd0 に入れ換えてインストール。
# esd -d /dev/sound/dsp
- using device /dev/sound/dsp
ぴぽぱぺ(1オクターブずつ高くなる感じ)と音が鳴る!
(コマンドプロンプトには戻ってこない)
gnomecc のテスト再生でも音が鳴る。
ありがとうございました! 解決しました。
広瀬
-------追記-----
最初のころ alsa なしの状態で音が出なかったのは esound を入れなかったから。
esound に気付かず、alsaをトライしたためえらい遠まわりになってしまった。
/etc/esound/esd.conf の設定:
$ cat /etc/esound/esd.conf
[esd]
auto_spawn=1
spawn_options=-terminate -nobeeps -as 5
spawn_wait_ms=100
$
・esd を起動させるためには、gnomecc で sounde server をオンにしておく他
にauto_spawn=1 にしておく必要もあった。
・spawn_options が esd の起動引数 になっているようだ。(ps ax | grep esd)
「-d /dev/sound/dsp」は特に入れなくてもよいようだ。