From: Michael Shigorin <mike@osdn.org.ua>
To: sisyphus@lists.altlinux.org
Subject: Re: [sisyphus] Восстановление громкости звука (часть очередная)
Date: Mon, 4 Jan 2010 18:03:35 +0200
Message-ID: <20100104160335.GF1710@osdn.org.ua> (raw)
In-Reply-To: <hhsvna$4nd$1@ger.gmane.org>
On Mon, Jan 04, 2010 at 05:58:51PM +0300, Alexei V. Mezin wrote:
> >Возможно не в тему, а может и да. В общем по обсуждению с
> >Генадием Ищенко, про его TVtuner, в ощем так: ALD41 -
> >устройство /dev/mixrer есть; на ядре 2.6.30 данного
> >устройстыва уже нет. Ну и т.д., и т.п. то то я смотрю, xdtv
> >ни как уровень звука не меняет ...
> >
> >P.S.: может кто то из альтовских ядерщиков объяснит, что к
> >чуму? Надеюмь услышать отает ...
>
> Ну это вроде как естественный результат постепенного и
> неумолимого выкидывания поддержки OSS. На очередном этапе по
> умолчанию перестала грузится эмуляция OSS через ALSA, и пропали
> всякие /dev/dsp, /dev/mixer и т.п.
Попробуйте создать файл /etc/modprobe.d/oss следующего вида:
alias sound_slot_0 snd_card_0
alias sound_service_0_0 snd-mixer-oss
alias sound_service_0_1 snd-seq-oss
alias sound_service_0_3 snd-pcm-oss
alias sound_service_0_8 snd-seq-oss
alias sound_service_0_12 snd-pcm-oss
install snd-pcm /sbin/modprobe --first-time --ignore-install snd-pcm && { /sbin/modprobe snd-pcm-oss; /bin/true; }
install snd-pcm-oss /sbin/modprobe --first-time --ignore-install snd-pcm-oss && { /sbin/modprobe snd-seq-oss; /bin/true; }
Если сгодится -- повесьте багу, чтоб вернуть его в alsa-oss,
см. коммиты f4ab776c03d3e33d5741c0e64a852d897f15b75a и
111cc7565c8accf6af00e64af3cb8dc0b2fff84a.
Если нет -- попробуйте так:
install snd-pcm modprobe --ignore-install snd-pcm $CMDLINE_OPTS && { modprobe --quiet snd-pcm-oss ; : ; }
install snd-mixer modprobe --ignore-install snd-mixer $CMDLINE_OPTS && { modprobe --quiet snd-mixer-oss ; : ; }
install snd-seq modprobe --ignore-install snd-seq $CMDLINE_OPTS && { modprobe --quiet snd-seq-midi ; modprobe --quiet snd-seq-oss ; : ; }
(это прямо из http://packages.debian.org/sid/oss-compat)
--
---- WBR, Michael Shigorin <mike@altlinux.ru>
------ Linux.Kiev http://www.linux.kiev.ua/
next prev parent reply other threads:[~2010-01-04 16:03 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-01-02 15:19 Alexei V. Mezin
2010-01-02 15:21 ` Michael Shigorin
2010-01-02 15:24 ` Alexei V. Mezin
2010-01-02 15:55 ` Andrei Kovtun
2010-01-04 12:50 ` Алексей Шенцев
2010-01-04 14:58 ` Alexei V. Mezin
2010-01-04 16:03 ` Michael Shigorin [this message]
2010-01-05 9:57 ` Алексей Шенцев
2010-01-05 10:29 ` Michael Shigorin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20100104160335.GF1710@osdn.org.ua \
--to=mike@osdn.org.ua \
--cc=shigorin@gmail.com \
--cc=sisyphus@lists.altlinux.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
ALT Linux Sisyphus discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
public-inbox-index sisyphus
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.sisyphus
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git