* [Comm] Где прописать, что-бы модуль звуковухи загружался при загрузке системы?
@ 2002-10-25 0:28 Kirill Neverovsky
2002-10-25 1:38 ` jellyfish
0 siblings, 1 reply; 5+ messages in thread
From: Kirill Neverovsky @ 2002-10-25 0:28 UTC (permalink / raw)
To: community
Здравствуйте,
после апгрэйда ядра драйвер ALSA перестал загружатся. Приходится каждый раз это делать ручками. Что мне подкрутить, что бы он загружался автоматически при загрузке?
--
Powered by GNU/Linux http://www.altlinux.ru
Registered with the Linux Counter Project http://counter.li.org
user #276994 machine #162616
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Comm] Где прописать, что-бы модуль звуковухи загружался при загрузке системы?
2002-10-25 0:28 [Comm] Где прописать, что-бы модуль звуковухи загружался при загрузке системы? Kirill Neverovsky
@ 2002-10-25 1:38 ` jellyfish
2002-10-25 4:15 ` Kirill Neverovsky
0 siblings, 1 reply; 5+ messages in thread
From: jellyfish @ 2002-10-25 1:38 UTC (permalink / raw)
To: community
On Fri, Oct 25, 2002 at 03:28:26AM +0300, Kirill Neverovsky wrote:
> после апгрэйда ядра драйвер ALSA перестал загружатся. Приходится каждый раз это делать ручками. Что мне подкрутить, что бы он загружался автоматически при загрузке?
1. Добавить в /etc/modules.conf:
-----
# ALSA native device support
alias char-major-116 snd
alias snd-card-0 snd-via82xx
# OSS/Free setup
alias char-major-14 soundcore
alias sound-slot-0 snd-card-0
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
post-install snd-via82xx /bin/aumix-minimal -f /etc/.aumixrc -L >/dev/null 2>&1
pre-remove snd-via82xx /bin/aumix-minimal -f /etc/.aumixrc -S >/dev/null 2>&1
-----
1a. Изменить snd-via82xx на нужный модуль.
2. Выполнить:
# depmod -a
3. Проверить :)) [ перегружаться не надо :-]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Comm] Где прописать, что-бы модуль звуковухи загружался при загрузке системы?
2002-10-25 1:38 ` jellyfish
@ 2002-10-25 4:15 ` Kirill Neverovsky
2002-10-27 22:46 ` jellyfish
0 siblings, 1 reply; 5+ messages in thread
From: Kirill Neverovsky @ 2002-10-25 4:15 UTC (permalink / raw)
To: community
On Fri, 25 Oct 2002 05:38:49 +0400
jellyfish@pisem.net wrote:
> On Fri, Oct 25, 2002 at 03:28:26AM +0300, Kirill Neverovsky wrote:
> > после апгрэйда ядра драйвер ALSA перестал загружатся. Приходится каждый раз это делать ручками. Что мне подкрутить, что бы он загружался автоматически при загрузке?
>
> 1. Добавить в /etc/modules.conf:
> -----
> # ALSA native device support
> alias char-major-116 snd
> alias snd-card-0 snd-via82xx
> # OSS/Free setup
> alias char-major-14 soundcore
> alias sound-slot-0 snd-card-0
> 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
> post-install snd-via82xx /bin/aumix-minimal -f /etc/.aumixrc -L >/dev/null 2>&1
> pre-remove snd-via82xx /bin/aumix-minimal -f /etc/.aumixrc -S >/dev/null 2>&1
> -----
> 1a. Изменить snd-via82xx на нужный модуль.
>
> 2. Выполнить:
> # depmod -a
>
> 3. Проверить :)) [ перегружаться не надо :-]
Все сделал. Работает. Выключил. Включил. Can't locate module snd-cmipci... [FAILED] :(
--
Powered by GNU/Linux http://www.altlinux.ru
Registered with the Linux Counter Project http://counter.li.org
user #276994 machine #162616
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Comm] Где прописать, что-бы модуль звуковухи загружался при загрузке системы?
2002-10-25 4:15 ` Kirill Neverovsky
@ 2002-10-27 22:46 ` jellyfish
2002-10-28 7:43 ` Re[2]: [Comm] çÄÅ ÐÒÏÐÉÓÁÔØ, ÞÔÏ-ÂÙ ÍÏÄÕÌØ Ú×ÕËÏ×ÕÈÉ ÚÁÇÒÕÖÁÌÓÑ ÐÒÉ ÚÁÇÒÕÚËÅ ÓÉÓÔÅÍÙ? Denis G. Samsonenko
0 siblings, 1 reply; 5+ messages in thread
From: jellyfish @ 2002-10-27 22:46 UTC (permalink / raw)
To: community
On Fri, Oct 25, 2002 at 07:15:09AM +0300, Kirill Neverovsky wrote:
> Все сделал. Работает. Выключил. Включил. Can't locate module snd-cmipci... [FAILED] :(
А сам по себе модуль snd-cmipci.o существует?
Что говорит
# modprobe snd-cmipci
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re[2]: [Comm] çÄÅ ÐÒÏÐÉÓÁÔØ, ÞÔÏ-ÂÙ ÍÏÄÕÌØ Ú×ÕËÏ×ÕÈÉ ÚÁÇÒÕÖÁÌÓÑ ÐÒÉ ÚÁÇÒÕÚËÅ ÓÉÓÔÅÍÙ?
2002-10-27 22:46 ` jellyfish
@ 2002-10-28 7:43 ` Denis G. Samsonenko
0 siblings, 0 replies; 5+ messages in thread
From: Denis G. Samsonenko @ 2002-10-28 7:43 UTC (permalink / raw)
To: jellyfish@pisem.net
Hi!
Monday, October 28, 2002, 4:46:49 AM, you wrote:
>> Все сделал. Работает. Выключил. Включил. Can't locate module snd-cmipci... [FAILED] :(
В /etc/modules.conf всё что нужно прописали?
А после этого "depmod -a"?
Best regards,
Denis
----------
earthsea@ngs.ru
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2002-10-28 7:43 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-10-25 0:28 [Comm] Где прописать, что-бы модуль звуковухи загружался при загрузке системы? Kirill Neverovsky
2002-10-25 1:38 ` jellyfish
2002-10-25 4:15 ` Kirill Neverovsky
2002-10-27 22:46 ` jellyfish
2002-10-28 7:43 ` Re[2]: [Comm] çÄÅ ÐÒÏÐÉÓÁÔØ, ÞÔÏ-ÂÙ ÍÏÄÕÌØ Ú×ÕËÏ×ÕÈÉ ÚÁÇÒÕÖÁÌÓÑ ÐÒÉ ÚÁÇÒÕÚËÅ ÓÉÓÔÅÍÙ? Denis G. Samsonenko
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