ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] modprobe vs modules.conf
@ 2003-11-14 10:59 Maxim.Savrilov
  2003-11-14 11:24 ` Sergey Vlasov
  0 siblings, 1 reply; 2+ messages in thread
From: Maxim.Savrilov @ 2003-11-14 10:59 UTC (permalink / raw)
  To: Сообщество

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

Здравствуйте, господа!

интересная проблемка возникла.
есть /etc/modules.conf вот такого содержания
alias eth0 3c59x
alias eth1 3c59x
options 3c59x 0x200,0x204

это означает, что карты выставляются в 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: 307 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Comm] modprobe vs modules.conf
  2003-11-14 10:59 [Comm] modprobe vs modules.conf Maxim.Savrilov
@ 2003-11-14 11:24 ` Sergey Vlasov
  0 siblings, 0 replies; 2+ messages in thread
From: Sergey Vlasov @ 2003-11-14 11:24 UTC (permalink / raw)
  To: Сообщество

[-- 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 --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-11-14 11:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-11-14 10:59 [Comm] modprobe vs modules.conf Maxim.Savrilov
2003-11-14 11:24 ` Sergey Vlasov

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