ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: Michael Shigorin <mike@osdn.org.ua>
To: community@altlinux.ru
Subject: [Comm] Re: Как установить звук АС97 встроенный.
Date: Mon, 29 Mar 2004 13:05:36 +0300
Message-ID: <20040329100531.GA8114@osdn.org.ua> (raw)
In-Reply-To: <1831396349.20040329005633@uraltc.ru>

On Mon, Mar 29, 2004 at 12:56:33AM +0600, Krutoj Anton wrote:
> Michael Shigorin> Уберите или закомментируйте все
> Michael Shigorin> эти строчки (с snd или sound) и
> Michael Shigorin> напишите:
> Michael Shigorin> above snd-cmipci snd-pcm-oss
> Michael Shigorin> above snd-pcm-oss snd-mixer-oss
> Michael Shigorin> alias sound-slot-0 snd-cmipci
> Michael Shigorin> alias sound-slot-1 i810_audio
> спасибо, но к сожалению либо я что-то не так делаю либо мало
> знаний пока что. попробую еще раз поискать доки и покапаться
> самостоятельно.  хорошо что алт можно переставлять менее часа.

Не, это не наш метод =)

Тогда так: откройте терминал с правами рута (в меню терминалы ->
Konsole, в нем su - и ввести root password), в нем наберите:

grep -v s.*nd /etc/modules.conf > /etc/modules.conf-
echo "above snd-cmipci snd-pcm-oss" >> /etc/modules.conf-
echo "above snd-pcm-oss snd-mixer-oss" >> /etc/modules.conf-
echo "alias sound-slot-0 snd-cmipci" >> /etc/modules.conf-
echo "alias sound-slot-1 i810_audio" >> /etc/modules.conf-
mv -f /etc/modules.conf- /etc/modules.conf
reboot

Только или лучше cut-n-paste, или проверьте посимвольно.

-- 
 ---- WBR, Michael Shigorin <mike@altlinux.ru>
  ------ Linux.Kiev http://www.linux.kiev.ua/


  reply	other threads:[~2004-03-29 10:05 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-03-26  9:04 [Comm] " project
2004-03-26  9:18 ` John A. Gladkikh
2004-03-26 11:11   ` Re[2]: " project
2004-03-26 11:45     ` Slava Dubrovskiy
2004-03-26 10:34 ` [Comm] " Michael Shigorin
2004-03-26 11:13   ` project
2004-03-26 13:10     ` Michael Shigorin
2004-03-27  7:10       ` project
2004-03-27  7:35       ` project
2004-03-27 21:11         ` Michael Shigorin
2004-03-28 18:56           ` Krutoj Anton
2004-03-29 10:05             ` Michael Shigorin [this message]
2004-03-30  8:27                 ` John A. Gladkikh
2004-03-30  9:59                   ` Andrey Rahmatullin
2004-03-31 18:53                 ` Michael Shigorin
2004-03-31 20:02                   ` Krutoj Anton
2004-04-01  5:07                     ` Michael Shigorin
2004-04-01  5:50                       ` Alexander Leschinsky
2004-04-01 16:17                     ` Fateyev Grigory
2004-04-02  5:04                       ` [Comm] " Alexey Novikov
2004-04-02 15:10                         ` Fateyev Grigory
2004-04-05  5:46                           ` [Comm]Re:Как " Alexey Novikov
2004-03-27 21:13 ` [Comm] Re: Как " Michael Shigorin

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=20040329100531.GA8114@osdn.org.ua \
    --to=mike@osdn.org.ua \
    --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