ALT Linux Team development discussions
 help / color / mirror / Atom feed
From: Led <led@altlinux.ru>
To: devel@lists.altlinux.org
Subject: Re: [devel] /dev/mixer
Date: Sun, 2 Feb 2014 21:54:12 +0200
Message-ID: <201402022154.12372.led@altlinux.ru> (raw)
In-Reply-To: <20140202185838.GA20701@mw.mithraen.ru>



On Sunday 02 February 2014 20:58:38 Денис Смирнов wrote:
> On Sat, Feb 01, 2014 at 04:41:23PM +0200, Michael Shigorin wrote:
> > Дополнения:
> > - в качестве обёртки также можно применять ossp из одноименного
> >   пакета -- чем это лучше/хуже, не скажу, не пользовался;
>
> aoss не всегда работает корректно, а через ossp работает в том числе
> захват звука (я его ради xvidcap вообще изначально собирал).
>
> > - для получения под ALSA "настоящих" /dev/dsp и /dev/mixer
> >   можно загружать модули snd-pcm-oss и snd-mixer-oss, как минимум
> >   в ядре led-ws они присутствут; в std-def и других ядрах
> >   их давно вырезали в угоду требованиям автора PulseAudio:
> >   http://lists.altlinux.org/pipermail/devel/2009-July/173460.html
> >  
> > http://lists.altlinux.org/pipermail/devel/attachments/20090723/b5a7ee5f/a
> >ttachment-0001.mht
>
> По крайней мере после появления ossp в этом хаке особого смысла тоже не
> вижу.
>
> Вот думаю как бы можно было научить стартовать ossp вообще через udev,
> чтобы без необходимости в OSS он не грузился, и будет вообще счастье :)

cat /etc/modprobe.d/oss.conf
alias char-major-14-3 oss_pcm
alias char-major-14-12 oss_pcm
alias char-major-14-0 oss_mixer
install oss_pcm /sbin/service osspd start
install oss_mixer /sbin/service osspd start

cat /etc/udev/rules.d/oss.rules
KERNEL=="oss_pcm", OPTIONS+="static_node=dsp", OPTIONS+="static_node=adsp"
KERNEL=="oss_mixer", OPTIONS+="static_node=mixer"

cat /etc/tmpfiles.d/oss.conf
c /dev/dsp 0660 root audio - 14:3
c /dev/adsp 0660 root audio - 14:12
c /dev/mixer 0660 root audio - 14:0

Это так - навскидку. Но работает.
Правильно было бы добавить проверки. В частности, попытаться делать "modprobe snd-oss-pcm/snd-oss-mixer" перед тем как 
стартовать сервис osspd.

-- 
Led

  reply	other threads:[~2014-02-02 19:54 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-30  4:59 REAL
2014-01-30  5:04 ` Led
2014-01-30  5:09   ` REAL
2014-01-31 11:39     ` Sergey V Turchin
2014-01-30  5:19   ` REAL
2014-01-30  8:42 ` Michael Shigorin
2014-01-30  8:59   ` REAL
2014-01-30  9:02     ` Michael Shigorin
2014-01-30  9:10       ` REAL
2014-01-30 11:51         ` Michael Shigorin
2014-01-31 11:00         ` Michael Shigorin
2014-01-31 12:05           ` Sergey V Turchin
2014-02-01 14:41           ` Michael Shigorin
2014-02-02 18:58             ` Денис Смирнов
2014-02-02 19:54               ` Led [this message]
2014-02-06  3:54                 ` Денис Смирнов
2014-02-02  8:56 ` [devel] [sisyphus] /dev/mixer Денис Смирнов

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=201402022154.12372.led@altlinux.ru \
    --to=led@altlinux.ru \
    --cc=devel@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 Team development discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/devel/0 devel/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 devel devel/ http://lore.altlinux.org/devel \
		devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
	public-inbox-index devel

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.devel


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git