ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: Michael Shigorin <mike@osdn.org.ua>
To: Dim Belokon <specter@mmk.ru>
Cc: ALT Linux Community <community@lists.altlinux.org>
Subject: Re: [Comm] Re: Master 2.4 и сетевая карта NetXtreme (tg3)
Date: Thu, 20 Oct 2005 10:39:09 +0300
Message-ID: <20051020073909.GF16076@osdn.org.ua> (raw)
In-Reply-To: <43573E88.9030501@mmk.ru>

On Thu, Oct 20, 2005 at 12:51:52PM +0600, Dim Belokon wrote:
> >В сизифе на неё рекомендуется драйвер tg3, который живёт прямо
> >внутри kernel-image-*.  В ALM2.4 он тоже наблюдается:
> >Покажите-ка ещё вывод grep eth /etc/modules.conf
> по данной команде ничего не выводится. я посмотрел сам файл
> modules.conf - там упоминаний о eht -  нет. только алиасы:
> звук, usb и scsi....

Если modprobe tg3; dmesg | tail покажет осмысленные сообщения
(чип найден), а ifconfig eth0 после этого что-то выдаст -- 
можно добавить в /etc/modules.conf

alias eth0 tg3

и настраивать интерфейс (draknet вроде сломан или отсутствует,
поэтому руками):

в /etc/sysconfig/network поместите

NETWORKING=yes
FORWARD_IPV4=false
HOSTNAME=host.dom.tld
DOMAINNAME=dom.tld
GATEWAY=gw.ip.ad.dr

в /etc/sysconfig/network-scripts/ifcfg-eth0:

DEVICE=eth0
BOOTPROTO=static
IPADDR=yo.ip.ad.dr
NETMASK=255.255.255.0
ONBOOT=yes

это слизано с машинки со статическим IP, если динамический -- 
то ещё проще:

DEVICE=eth0
BOOTPROTO=dhcp
ONBOOT=yes

Соответственно host.dom.tld, dom.tld, gw.ip.ad.dr, yo.ip.ad.dr 
надо подставить правильные. :)

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


  reply	other threads:[~2005-10-20  7:39 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-10-18  8:30 [Comm] postfix & NDRs Alexandr A. Alexandrov
2005-10-18  9:01 ` Mike Lykov
2005-10-18  9:11   ` Re[2]: " Alexandr A. Alexandrov
2005-10-18  9:55     ` Mike Lykov
2005-10-18 10:20       ` [Comm] Master 2.4 и сетевая карта NetXtreme Dim Belokon
2005-10-18 10:27         ` Alexandr A. Alexandrov
2005-10-18 16:58         ` [Comm] " Michael Shigorin
2005-10-19  4:39           ` Dim Belokon
2005-10-19 12:24             ` [Comm] Re: Master 2.4 и сетевая карта NetXtreme (tg3) Michael Shigorin
2005-10-20  6:51               ` Dim Belokon
2005-10-20  7:39                 ` Michael Shigorin [this message]
2005-10-25 12:21                     ` Michael Shigorin
2005-10-20  3:29             ` [Comm] проблемы с AltLinux Junior 2.3 (2-дисковая версия) Кузнецов Роман Валерьевич
2005-10-20 10:15               ` Andrii Dobrovol`s`kii
2005-10-20 11:56               ` [Comm] " Michael Shigorin
2005-10-18 10:30       ` Re[4]: [Comm] postfix & NDRs Alexandr A. Alexandrov
2005-10-18 10:50         ` Mike Lykov
2005-10-18 17:50           ` Re[6]: " Alexandr A. Alexandrov
2005-10-19  3:27             ` Mike Lykov
2005-10-19  5:29         ` Vladimir V. Kamarzin
2005-10-18  9:10 ` Pavel Usischev
2005-10-18  9:17   ` Re[2]: " Alexandr A. Alexandrov

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=20051020073909.GF16076@osdn.org.ua \
    --to=mike@osdn.org.ua \
    --cc=community@lists.altlinux.org \
    --cc=shigorin@gmail.com \
    --cc=specter@mmk.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