From: Artem <u2u@nm.ru> To: ALT Linux Sisyphus discussion list <sisyphus@lists.altlinux.org> Subject: [sisyphus] доступ к alsa из-под разных пользователей Date: Sat, 12 Nov 2005 18:57:39 +0200 Message-ID: <43761F03.5020909@nm.ru> (raw) Доброго времени суток всем! Продолжая терзать slmodemd , стал добавлять в него софтовый вывод звука (тот, который должен выводиться через отсутствующий у меня, и наверное, у многих владельцев ноутбуков модемный динамик). Вот уже и модем начал голос подавать (в виде прерывистого и более высокчастотного писка пока, но это уже вопросы конверсии различных частот оцифровки и синхронизация размеров буферов - решаются с помощью того же alsa api). Т.к. slmodemd работает из-под root (под обычным user вроде тоже работает, но выдает ошибки при старте - жалуется на memory allocation и еще на что-то), то после старта из-под рута, он открывает звуковое устройство alsa default - и после этого все программы (хmms, aplay) из-под простых пользователей начинают ругаться на то, что нет доступа к звуковому устройству (хотя у меня настроен dmix). Стартую slmodemd из-под простого пользователя и в под тем же пользователем пробую xmms - звуки от модема и от xmms нормально микшируются. Подозревая, что это какие-то особенности sisyphus, отсылаю письмо сюда. P.S. Открытие устройства выполняется следующим кодом (по прообразу aplay) int rc; char *pcm_name = "default"; snd_pcm_t *shandle; <skip> rc = snd_pcm_open(&shandle, pcm_name, SND_PCM_STREAM_PLAYBACK, 0); if (rc < 0) { ERR("Cannot open speaker playback device %s\n", snd_strerror(rc)); return 1; } <skip> P.P.S. Это только у меня в XMMS при выводе через dmix не работает "пауза"? Воспроизведение останавливается, но продолжить потом нельзя - нужно сначала композицию включать кнопкой play. При указании вывода напрямую в hw:0.0 - все работает. Rgds, Artem.
next reply other threads:[~2005-11-12 16:57 UTC|newest] Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top 2005-11-12 16:57 Artem [this message] 2005-11-12 17:08 ` Artem 2005-11-13 22:01 ` Artem 2005-11-13 22:04 ` Artem 2005-11-12 18:01 ` Sergey Vlasov 2005-11-12 18:28 ` Artem 2005-11-13 18:58 ` [sisyphus] " Michael Shigorin 2005-11-13 21:41 ` Artem 2005-11-17 14:07 ` Artem 2005-11-18 6:49 ` Anton Farygin 2005-11-18 12:02 ` [sisyphus] Re: ДПУФХР Л alsa ЙЪ-РПД ТБЪОЩИ РПМШЪПЧБФЕМЕК Artem 2005-11-18 15:32 ` [sisyphus] Re: доступ к alsa из-под разных пользователей Artem 2005-11-17 14:44 ` [sisyphus] xmms и dmix pause (was: доступ к alsa из-под разных пользователей) Artem 2005-11-24 12:44 ` [sisyphus] " Michael Shigorin 2005-11-24 22:33 ` [sisyphus] Re: xmms и dmix pause Artem
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=43761F03.5020909@nm.ru \ --to=u2u@nm.ru \ --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