ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: "A.Kitouwaykin" <cetus@newmail.ru>
To: community@lists.altlinux.org
Subject: Re: [Comm] microphone on branch
Date: Mon, 15 Oct 2007 23:52:48 +0400
Message-ID: <20071015235248.0f97c8dc.cetus@newmail.ru> (raw)
In-Reply-To: <471329FD.40402@iop.kiev.ua>

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

On Mon, 15 Oct 2007 11:51:09 +0300
Andrii Dobrovol`s`kii wrote:

> >> Так. Один коллега по несчастью обнаружен. :) Поделитесь работающей
> >> на вывод звука конфигурацией. После пары запусков alsaconf у меня и

В прицепе,

/etc/modprobe.d/oss принадлежит пакету sound-scripts. Не помню историю
появления в нем разных алиасов, но рядом с ним лежит oss.rpmorig, в котором
только три строчки install и три remove. Судя по названию файла, алиасы
добавлялись мною вручную. Зачем - не помню. Полагаю, без OSS тоже должен
быть звук.
 
/etc/modprobe.d/alsa-cet добавлял ручками с целью вставить position_fix=
с целью избавиться от хрипа при выводе звука на встроенные динамики. Сейчас
еще пытаюсь поиграться с model=

Больше никаких конфигов не обнаружено, т.е. "я даже не знаю, как загружаются
драйвера". Совершенно не уверен, что чем-то Вам помог. На всякий случай:

# lspci -v

00:1b.0 Audio device: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) High Definition Audio Controller (rev 04)
        Subsystem: Acer Incorporated [ALI] Unknown device 0070
        Flags: bus master, fast devsel, latency 0, IRQ 169
        Memory at c8000000 (64-bit, non-prefetchable) [size=16K]
        Capabilities: [50] Power Management version 2
        Capabilities: [60] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 Enable-
        Capabilities: [70] Express Unknown type IRQ 0
        Capabilities: [100] Virtual Channel
        Capabilities: [130] Unknown (5)



# lsmod |grep snd
snd_ac97_codec        103716  0
ac97_bus                6400  1 snd_ac97_codec
snd_hda_intel         266524  2
snd_pcm_oss            47008  0
snd_seq_dummy           8196  0
snd_seq_oss            38656  0
snd_seq_midi_event     11520  1 snd_seq_oss
snd_seq                56784  5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device         12556  3 snd_seq_dummy,snd_seq_oss,snd_seq
snd_mixer_oss          21120  1 snd_pcm_oss
snd_pcm                81540  3 snd_ac97_codec,snd_hda_intel,snd_pcm_oss
snd_timer              26116  2 snd_seq,snd_pcm
snd                    59112  13 snd_ac97_codec,snd_hda_intel,snd_pcm_oss,snd_seq_dummy,snd_seq_oss,snd_seq,snd_seq_device,snd_mixer_oss,snd_pcm,snd_timer
soundcore              13792  1 snd
snd_page_alloc         14088  2 snd_hda_intel,snd_pcm


Специально проверил, с внешнего (воткнутого в гнездо) микрофона запись
идет, в audacity, практически не зависимо от выбранного устойства
записи (на вкладочке по Ctrl-P), а вот через встроенный - никак.

Полагаю, встроенный микрофон зарыт где-нибудь в дебрях
/proc/asound/card0/codec#0...



-- 
Анатолий Китайкин
ОАО Радиоавионика, СПб

[-- Attachment #2: oss --]
[-- Type: application/octet-stream, Size: 923 bytes --]

[-- Attachment #3: alsa-cet --]
[-- Type: application/octet-stream, Size: 358 bytes --]

  reply	other threads:[~2007-10-15 19:52 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-10-14 13:58 Andriy Dobrovol`s`kii
2007-10-14 14:12 ` Владимир Черный
2007-10-14 14:15   ` Andriy Dobrovol`s`kii
2007-10-14 14:26 ` Konstantin S. Uvarin
2007-10-14 14:59   ` Andriy Dobrovol`s`kii
2007-10-14 15:07     ` Andrey Rahmatullin
2007-10-14 15:53       ` Andriy Dobrovol`s`kii
2007-10-14 15:13     ` Konstantin S. Uvarin
2007-10-14 15:27     ` Alexander Yereschenko
2007-10-14 15:50       ` Andriy Dobrovol`s`kii
2007-10-14 16:13         ` Alexander Yereschenko
2007-10-14 16:24           ` Andriy Dobrovol`s`kii
2007-10-14 19:23             ` A.Kitouwaykin
2007-10-14 21:01               ` Alexander Yereschenko
2007-10-15  7:18               ` Andrii Dobrovol`s`kii
2007-10-15  8:23                 ` A.Kitouwaykin
2007-10-15  8:51                   ` Andrii Dobrovol`s`kii
2007-10-15 19:52                     ` A.Kitouwaykin [this message]
2007-10-16  9:43                       ` Andrii Dobrovol`s`kii
2007-10-15  9:11                   ` Oleg Poteev
2007-10-16  7:48                     ` Anton Gorlov

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=20071015235248.0f97c8dc.cetus@newmail.ru \
    --to=cetus@newmail.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