ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
* [sisyphus] ALSA 0.9.0rc7 и файлы устройств
@ 2003-02-21 20:13 Dima Vukolov
  2003-02-22 10:59 ` Dmitry V. Levin
  0 siblings, 1 reply; 3+ messages in thread
From: Dima Vukolov @ 2003-02-21 20:13 UTC (permalink / raw)
  To: sisyphus

После обновления alsa до 0.9.0rc7-alt1 и, может, еще чего-то из Sisyphus 
KDE перестал выводить звук через ALSA (только через OSS), а aplay начал 
выдавать ошибки:
aplay: main:462: audio open error: Permission denied

strace показал следующее:
open("/dev/snd/controlC0", O_RDONLY) = -1 EACCES (Permission denied)
open("/dev/aloadC0", O_RDONLY)    = -1 ENOENT (No such file or 
directory)
open("/dev/snd/controlC0", O_RDWR) = -1 EACCES (Permission denied)
open("/dev/snd/controlC0", O_RDONLY) = -1 EACCES (Permission denied)
open("/dev/aloadC0", O_RDONLY)    = -1 ENOENT (No such file or 
directory)
open("/dev/snd/controlC0", O_RDWR) = -1 EACCES (Permission denied)
write(2, "aplay: main:462: ", 17) = 17
write(2, "audio open error: Permission den"..., 35) = 35
write(2, "\n", 1)                 = 1
_exit(1)                          = ?

Права на /dev/snd/* я исправил через options snd device_mode=0666 в 
/etc/modules.conf. И после создания /dev/aloadC* всё заработало на ура.
Вопрос 1: почему в пакете dev нет /dev/aloadC*, раз они требуются?
Вопрос 2: откуда взялась ошибка с правами на /dev/snd/*? Ведь раньше всё 
прекрасно работало и с device_mode=0660.

-- 
Dima Vukolov



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [sisyphus] ALSA 0.9.0rc7 и файлы устройств
  2003-02-21 20:13 [sisyphus] ALSA 0.9.0rc7 и файлы устройств Dima Vukolov
@ 2003-02-22 10:59 ` Dmitry V. Levin
  2003-02-22 14:53   ` Dima Vukolov
  0 siblings, 1 reply; 3+ messages in thread
From: Dmitry V. Levin @ 2003-02-22 10:59 UTC (permalink / raw)
  To: ALT Linux Sisyphus mailing list

[-- Attachment #1: Type: text/plain, Size: 1337 bytes --]

On Fri, Feb 21, 2003 at 11:13:50PM +0300, Dima Vukolov wrote:
> После обновления alsa до 0.9.0rc7-alt1 и, может, еще чего-то из Sisyphus 
> KDE перестал выводить звук через ALSA (только через OSS), а aplay начал 
> выдавать ошибки:
> aplay: main:462: audio open error: Permission denied
> 
> strace показал следующее:
> open("/dev/snd/controlC0", O_RDONLY) = -1 EACCES (Permission denied)
> open("/dev/aloadC0", O_RDONLY)    = -1 ENOENT (No such file or 
> directory)
> open("/dev/snd/controlC0", O_RDWR) = -1 EACCES (Permission denied)
> open("/dev/snd/controlC0", O_RDONLY) = -1 EACCES (Permission denied)
> open("/dev/aloadC0", O_RDONLY)    = -1 ENOENT (No such file or 
> directory)
> open("/dev/snd/controlC0", O_RDWR) = -1 EACCES (Permission denied)
> write(2, "aplay: main:462: ", 17) = 17
> write(2, "audio open error: Permission den"..., 35) = 35
> write(2, "\n", 1)                 = 1
> _exit(1)                          = ?
> 
> Права на /dev/snd/* я исправил через options snd device_mode=0666 в 
> /etc/modules.conf. И после создания /dev/aloadC* всё заработало на ура.
> Вопрос 1: почему в пакете dev нет /dev/aloadC*, раз они требуются?

в BTS, на пакет dev.

> Вопрос 2: откуда взялась ошибка с правами на /dev/snd/*? Ведь раньше всё 
> прекрасно работало и с device_mode=0660.

Что-то ещё в правах поменялось?


--
ldv

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [sisyphus] ALSA 0.9.0rc7 и файлы устройств
  2003-02-22 10:59 ` Dmitry V. Levin
@ 2003-02-22 14:53   ` Dima Vukolov
  0 siblings, 0 replies; 3+ messages in thread
From: Dima Vukolov @ 2003-02-22 14:53 UTC (permalink / raw)
  To: sisyphus

On Saturday 22 February 2003 13:59, Dmitry V. Levin wrote:
> On Fri, Feb 21, 2003 at 11:13:50PM +0300, Dima Vukolov wrote:
> > После обновления alsa до 0.9.0rc7-alt1 и, может, еще чего-то из
> > Sisyphus KDE перестал выводить звук через ALSA (только через OSS),
> > а aplay начал выдавать ошибки:
> > aplay: main:462: audio open error: Permission denied
> >
<skip>
> >
> > Права на /dev/snd/* я исправил через options snd device_mode=0666 в
> > /etc/modules.conf. И после создания /dev/aloadC* всё заработало на
> > ура. Вопрос 1: почему в пакете dev нет /dev/aloadC*, раз они
> > требуются?
>
> в BTS, на пакет dev.
>
> > Вопрос 2: откуда взялась ошибка с правами на /dev/snd/*? Ведь
> > раньше всё прекрасно работало и с device_mode=0660.
>
> Что-то ещё в правах поменялось?

Других изменений пока не замечено.

-- 
Dima Vukolov



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-02-22 14:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-02-21 20:13 [sisyphus] ALSA 0.9.0rc7 и файлы устройств Dima Vukolov
2003-02-22 10:59 ` Dmitry V. Levin
2003-02-22 14:53   ` Dima Vukolov

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