ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: Sergey Vlasov <vsu@altlinux.ru>
To: Сообщество <community@altlinux.ru>
Subject: Re: [Comm] modprobe vs modules.conf
Date: Fri, 14 Nov 2003 14:24:01 +0300
Message-ID: <20031114112401.GC21212@master.mivlgu.local> (raw)
In-Reply-To: <20031114165931.719d0447.Maxim.Savrilov@socenter.ru>

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

On Fri, Nov 14, 2003 at 04:59:31PM +0600, Maxim.Savrilov@socenter.ru wrote:
> Здравствуйте, господа!
> 
> интересная проблемка возникла.
> есть /etc/modules.conf вот такого содержания
> alias eth0 3c59x
> alias eth1 3c59x
> options 3c59x 0x200,0x204

Это синтаксически неправильно (и почему modprobe на эту строку не
ругается...)

Должно быть:

options 3c59x options=0x200,0x204

Кстати, full duplex вроде бы рекомендуется ставить не через 0x200 в
options, а отдельным параметром full_duplex (правда, не знаю, есть ли он
той версии драйвера).

> это означает, что карты выставляются в 10 и 100 мбит eth0 и eth1 соответственно
> 
> вернее, должно означать
> потому что они обе выставляются в 100
> 
> в то же время, если выгрузить модуль и сделать
> modprobe 3c59x options=0x200,0x204
> service network start
> то все идет как положено: eth0 - 10мбит, eth1 - 100
> 
> система - чистый мастер с ядром 2.2.23-up-secure +updates

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-11-14 10:59 Maxim.Savrilov
2003-11-14 11:24 ` Sergey Vlasov [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=20031114112401.GC21212@master.mivlgu.local \
    --to=vsu@altlinux.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