From: lleo <lleo@aha.ru> To: Community@lists.altlinux.org Subject: [Comm] Alt-Linux & AC97 Date: Thu, 9 Feb 2006 22:53:27 +0300 Message-ID: <200602092253.27815.lleo@aha.ru> (raw) Пардон, я чайник и первый раз пишу в рассылку. Суть в следующем: пару лет я не мог понять, почему под ALT-Linux (Master 2.4, да и в Compact старой версии тоже) с картами семейства AC-97 звук во флеш-плеере искажен до неузнаваемости, хотя все прочие программы вроде играют нормально. Недавно я нашел ответ на этот вопрос, и предлагаю включить его в FAQ. А лучше - пофиксить, если это еще не сделано. Я так поспрашивал - вроде, кроме как в ALT-Linux, ни у кого такой проблемы нет. Итак. Искажения флэш-плеера происходят от путаницы дискретизации 44100 и 48000. А путаница происходит от того, что инсталлятор ALT (а может kudzu?), найдя звуковую карту семейства AC-97 почему-то ставит старый OSS-драйвер i810_audio, записывая в modules.conf: alias sound-slot-0 i810_audio Хотя он мог бы и догадаться вписать новый драйвер ALSA snd-intel8x0, который тут же, рядом. Для карты Yamaha он ставит ALSA, не брезгует. И проблема со звуком во флэш решается, если прописать драйвер alsa руками в modules.conf: === cut === #alias sound-slot-0 i810_audio - нах, товарищи, нах ## ALSA portion alias char-major-116 snd alias snd-card-0 snd-intel8x0 options snd-intel8x0 index=0 id="ac97" ## OSS/Free portion alias char-major-14 soundcore alias sound-slot-0 snd-card-0 ## card #1 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 === cut === Для меня не все строки здесь понятны, но работает. Единственное, что в этом вопросе для меня остается пока загадкой - как поднять микширование с разных потоков. Для карт с аппаратным микшированием типа Yamaha такой проблемы нет, звуковая схема выключена, и запускай хоть десять песен и пять фильмов с воплями аськи одновременно. А вот для AC-97 почему-то ни arts, ни esd не дали результата, как ни старался. -- c уважением, Леонид Каганов сайт автора http://lleo.aha.ru
next reply other threads:[~2006-02-09 19:53 UTC|newest] Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top 2006-02-09 19:53 lleo [this message] 2006-02-09 20:05 ` Andrey Rahmatullin 2006-02-09 20:21 ` Alexey Rusakov 2006-02-09 21:00 ` [Comm][JT] " Andrey Rahmatullin 2006-02-09 22:11 ` Alexey Rusakov 2006-02-10 6:24 ` [Comm] " Sergey Shilov 2006-02-10 7:15 ` Michael Isachenkov 2006-02-10 7:19 ` Anton Gorlov 2006-02-13 12:27 ` Olvin
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=200602092253.27815.lleo@aha.ru \ --to=lleo@aha.ru \ --cc=Community@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 Community general discussions This inbox may be cloned and mirrored by anyone: git clone --mirror http://lore.altlinux.org/community/0 community/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 community community/ http://lore.altlinux.org/community \ mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com public-inbox-index community Example config snippet for mirrors. Newsgroup available over NNTP: nntp://lore.altlinux.org/org.altlinux.lists.community AGPL code for this site: git clone https://public-inbox.org/public-inbox.git