[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[debian-users:16517] Re: don't purge alsalib0.3.0
丸山@静岡大学です.
無事(? 後述)解決しました.
From:NOMURA Masafumi <by2m-nmr@xxxxxxxxxxxxxxx>
Subject:[debian-users:16515] Re: don't purge alsalib0.3.0
Message-Id:<19990705020811J.by2m-nmr@xxxxxxxxxxxxxxx>
Date:Mon, 5 Jul 1999 02:08:20 +0900
> 私もalsalib0.3.0が消えてくれなくなって困ったのですが、解決できたので、書き
> ます。
<<snip>>
> これはDebianバグ追跡システムにも報告があがっていましたが、alsalib0.3.0パッ
> ケージの/var/lib/dpkg/info/alsalib0.3.0.prermというファイルの中身が
> -----------------------------------------------------------
> if command -v install-docs >/dev/null 2>&1; then
> install-docs -r #PACKAGE#
> fi
> -----------------------------------------------------------
> こうなってしまっているからで、この#PACKAGE#の部分をalsalib0.3.0に書きかえ
> てやれば、このalsalib0.3.0パッケージを消せるようになりました。
> つまり、以下のように書きかえてやれば大丈夫でした。
> -----------------------------------------------------------
> if command -v install-docs >/dev/null 2>&1; then
> install-docs -r alsalib0.3.0
> fi
> -----------------------------------------------------------
自分の能力不足だと思いそこまで,ケアが至りませんでした. 申し訳ありませ
ん.
BTS見たら
#35512: alsalib0.3.0: bad prerm script
#36561: alsalib0.3.0: can't be removed
subject一発でわかりますね. お恥ずかしい…
一応 それからの経緯を示します.(あいかわらす, logを取らなかったので漠然
過ぎますが…)
0. prermを上記に書き換える
1. dpkg --purge alsautils0.3.0 で無事消去
2. dpkg --install alsa* で 0.3.2系へ
3. 再構築し alsa-modules2.2.10を作成
4. alsautils0.3.0の時と同様に alsamixerを実行したら
TODOと表示される. なんじゃこりゃと思い(結構これが書きたかった…)
同パッケージにある, amixerを利用.
使い方がさっぱりわからず, 情報を漁る. (manとsyncしてないような…
だからといって --helpしてもよくわからず、というか全然わからず…)
[debian-users:16459] Re: How to install ALSA
村田さん wrote...
>#amixer は…地獄を見るでしょう。
で納得, 解決.
5. xamixerをインストール
6. 無事, 音はなるようになったが…
# xamixer
Unable to read element Capture! Error: Input/output error.
Unable to read element PC Speaker! Error: Input/output error.
Unable to read element MIC! Error: Input/output error.
Unable to read element Line! Error: Input/output error.
Unable to read element CD! Error: Input/output error.
Unable to read element Synth! Error: Input/output error.
Unable to read element Playback! Error: Input/output error.
Unable to read element Master! Error: Input/output error.
Unable to read element Output Accumulator! Error: Input/output error.
Unable to read element Input Accumulator! Error: Input/output error.
と気持悪い表示.でも音はなる…
という状態になりました.
以上ご報告まで. ありがとうございました.
----
Maruyama Akira
mailto:s4038@xxxxxxxxxxxxxxxxxxxxx