ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: Viacheslav Kaloshin <multik@asplinux.ru>
To: mandrake-russian@linuxteam.iplabs.ru
Subject: Re: [mdk-re] Re: [mdk-re]  не становится eth1
Date: Wed Jan 10 17:53:01 2001
Message-ID: <3A5C77AF.F1EFAB86@asplinux.ru> (raw)
In-Reply-To: <000a01c07b12$ce862720$3608d0c3@myhost.cps>

"A. Mamonov" wrote:
> >> # modprobe ne io=0x220
> >> # ifconfig eth1 io_addr 0x220 irq 5 192.168.0.1 netmask 255.255.255.0 up
> >ээээ .... а что сдесь делают io_addr и прочее ?;-0
> 
> Это я так из мана понял, после того, как не получилось просто
> ifconfig eth1 192.168.0.1 netmask 255.255.255.0 up
> думал, может так конкретнее, может поймет.
> А вообще, этого должно быть достаточно?
> И что почитать?
эээ ... что почитать, прямо так не скажу ... как-то не приходит в голову
... но пару мест исправлю ...
1 - если вы хотите указать параметры модулю сетевой прямо при загрузке,
то используйте insmod вместо modprobe. так как последний смотрит в
/etc/{conf.modules,modules.conf} и оттуда берет дополнительные параметры
и подгружает дополнительные модули.
2 - насколько я понял, у вас это вторая ne2000 isa карточка.
соответсвенно загружать ее надо по другому. иначе она не загрузится,
вернее eth0 "сядет" на вторую карточку.
это надо положить в /etc/conf.modules:
alias eth0 ne
alias eth1 ne
alias eth2 ne
options ne io=0x300,0x320,0x280 irq=0xA,0xB,0x9
и затем modprobe ne поднимутся сразу все 3 сетевых интерфейса. Ну или 2,
как у вас, только подредактируйте это.

ну а ifconfig правильный, хотя лучще все это запихать в
/etc/sysconfig/network-scripts/ifcfg-eth1 (посмотрите, как сделано в
ifcfg-eth0)
-- 
With best wishes,
Viacheslav Kaloshin
multik@asplinux.ru tel. +7 095 722-4529
http://linuxnews.ru



  reply	other threads:[~2001-01-10 17:53 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-01-10 17:37 A. Mamonov
2001-01-10 17:53 ` Viacheslav Kaloshin [this message]
2001-01-11 10:56   ` [mdk-re] ÎÅ ÓÔÁÎÏ×ÉÔÓÑ eth1 A. Mamonov

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=3A5C77AF.F1EFAB86@asplinux.ru \
    --to=multik@asplinux.ru \
    --cc=mandrake-russian@linuxteam.iplabs.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