ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: Aleksandr Fetininsky <sashurik@telecont.ru>
To: community@altlinux.ru
Subject: Re: [Comm] Re: Community digest, Vol 1 #2252 - 17 msgs
Date: Tue, 27 May 2003 15:24:22 +0400
Message-ID: <20030527152422.1d1b9d27.sashurik@telecont.ru> (raw)
In-Reply-To: <3ED1CAE0.6000001@inbox.ru>

  On Mon, 26 May 2003 11:05:52 +0300 Sergey Scherbina
<tacitpro@inbox.ru> wrote:

> Александр!
> Спасибо за ответ.
> Несколько вопросов, если можно.
> 1) Где можно прочитать про начинку modules.conf
> 2) -"- про alias

    man modules.conf ;-)

> 3) -"- про то, в чем разница между soun-slot-, 
> sond-service-0-0 sond-service-0-3

   Если я правильно ошибаюсь:

   sound-slot-0 - привязка 1-й зв. карты к нужному драйверу

   sound-service - загрузка модулей mixer, sequencer ..., нужно
   только при использовании ALSA для эмуляции OSS

> char-major- и т.д и т.п.

   В исходниках kernel: Documentation --> devices.txt

> 4) Нужн ли перезагружать комп после модификации modules.conf

    Не обязательно. Читать man modprobe

> 5) Может можно модули добавлять/выгружать на ходу, без
> перезагрузки?

   man modprobe, man insmod, man rmmod.

> 
> Поменял, как Вы подсказали char-major- на soun-slot-
> 
> Вот содержимое modules.conf
> 
> pre-install pcmcia_core CARDMGR_OPTS=-f /etc/rc.d/init.d/pcmcia
> start alias usb-interface usb-uhci
> alias eth0 ne2k-pci
> #alias char-major-81-64 via82cxxx_audio
> alias sound-slot-0 via82cxxx_audio
> #alis sound-service-0-3 via82cxxx_audio
> 
> Теперь то, что мы имеем по поводу звука в системе
> 
> 1)  Содержимое файла /etc/sysconfig/hwconf
> 
> class: AUDIO
> bus: PCI
> detached: 0
> driver: snd-via686
> desc: "VIA Technologies|VT82C686 [Apollo Super AC97/Audio]"
> vendorId: 1106
> deviceId: 3058
> subVendorId: 11d6
> subDeviceId: 7378
> pciType: 1
> 
> 2) Сообщения загрузки
> 
> May 26 10:27:43 crocus kernel: Via 686a audio driver 1.9.1
> May 26 10:27:43 crocus kernel: PCI: Found IRQ 5 for device
> 00:07.5 May 26 10:27:43 crocus kernel: ac97_codec: AC97 Audio
> codec, id: 0x4144:0x5360 (Analog Devices AD1885) May 26
> 10:27:43 crocus kernel: via82cxxx: board #1 at 0x7000, IRQ 5
> 
> May 26 10:27:39 crocus sound: Loading sound module
> (via82cxxx_audio): succeeded 
> 
> May 26 10:28:13 crocus modprobe: modprobe: Can't locate module
> char-major-81

    Это модуль Video4Linux, нужен для плат захвата видео и
    радиокарт. в т.ч тюнеров. Из исходного письма я понял, что на
    машине с ALM2.0 у Вас только звуковая карта? Если да, то в 
    modules.conf прописать

     alias char-major-81 off

    Если есть еще и радиотюнер, то добиться воспроизведения
    звука, а затем уже настраивать радио. Письмо по настройке
    радиотюнера - новой темой. Я с ними пока дела не имел, так
    что помочь не смогу.
> 
> May 26 10:28:15 crocus modprobe: modprobe: Can't locate module
> char-major-81
> 
> 
> 3) Сообщения в логах:
> 
> May 26 10:28:15 crocus kernel: NVRM: AGPGART: allocated 16
> pages May 26 10:28:15 crocus modprobe: modprobe: Can't locate
> module char-major-81 May 26 10:28:26 crocus pam_tcb[2681]: kde:
> Authentication passed for fish from (uid=0) May 26 10:28:27
> crocus pam_tcb[2681]: kde: Session opened for fish by (uid=0)
> May 26 10:28:40 crocus modprobe: modprobe: Can't locate module
> sound-slot-1 May 26 10:28:40 crocus modprobe: modprobe: Can't
> locate module sound-service-1-0 May 26 10:28:40 crocus
> modprobe: modprobe: Can't locate module sound-slot-1 May 26
> 10:28:41 crocus modprobe: modprobe: Can't locate module
> sound-service-1-0 May 26 10:29:22 crocus pam_tcb[3030]: su:
> Authentication passed for root from (uid=505) May 26 10:29:22
> crocus pam_tcb[3030]: su: Session opened for root by (uid=505)

   Опять же, если кроме звука VIA на машине нет других устройств
   для работы со звуком, то в modules.conf отключить ненужные
   модули
  
   alias sound-service-1-0 off
   alias sound-slot-1 off  

   А вот по поводу самого звука Вы ничего не написали.
   Звук появился?

--
Удачи

Александр



      reply	other threads:[~2003-05-27 11:24 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-05-26  8:05 ` Sergey Scherbina
2003-05-27 11:24   ` Aleksandr Fetininsky [this message]

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=20030527152422.1d1b9d27.sashurik@telecont.ru \
    --to=sashurik@telecont.ru \
    --cc=community@altlinux.ru \
    /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