ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: Олег <rioter569@ukr.net>
To: community@lists.altlinux.org
Subject: Re: [Comm] Realtek PXE boot problems
Date: Wed, 26 May 2010 17:09:23 +0000 (UTC)
Message-ID: <loom.20100526T185301-457@post.gmane.org> (raw)
In-Reply-To: <4BDC2EB1.7090209@rndfido.net>

Egor Glukhov <kaman120@...> writes:

> 
> Поставил LTSP сервер с дистрибутива: 
> ftp://ftp.linux.kiev.ua/pub/Linux/ALT/people/mike/iso/terminal/altlinux-5.0-
20091216-simply-terminal-i586-ru-install-cd.iso
> 
> И столкнулся с проблемой - часть клиентских машин
> упорно отказывается 
> загружаться по сети, зависая на "r8169: eth0: link down" (фото
> процесса 
> тут: http://pics.rsh.ru/img/pxe-2_u3cwc.jpg [147k]). Хотя на другом 
> железе всё замечательно грузится и работает.
> 
> Общее у неработающих клиентов - мать ASRock G31M-VS, на
> которой 
> встроенная сетевая карта Realtek PCIEx1 LAN 8103EL / 8102EL.
> Загрузчик 
> пишет о себе "Intel UNDI, PXE-2.1 (build 082) ... Realtek PCI Express 
> Fast Ethernet Controller Series v1.15 (090224)".
> 
> Как лечить или в какую сторону копать?
> _______________________________________________
> community mailing list
> community <at> lists.altlinux.org
> https://lists.altlinux.org/mailman/listinfo/community

Я тоже долго копался с этой проблемой, проверил плату Realtek 8169 на Win XP 
средствами REaltek с сайта и пришел к такому выводу:
1. Плата абсолютно правильно работает в Windows.
2. Проблема не в плате, а в том, что Линукс не может ее "разбудить". Связано
   это с тем, что  realtek PCI платы работают через интерфейс Media 
   Indepented (mii), где-то здесь и глючит Линукс, 
   или в управлении питанием?...
3. Плата наотрез оказывается договариваться с сетью о скорости 100Mb.
4. Интересный эффект :
   а) Сеть запускается при перезагрузке из Windows при чем на скорости 100Mb!!!
   б) Сеть не запускается при холодном старте после Windows и после Линукс.
5. Все это наблюдается и в Ubuntu и в Fedora.

При тесте платы из Windows тестер показал длину кабеля 97 метров, при этом 
некоторое время назад я заметил, что техники копались в оборудовании, скорее 
всего поменяли свитчи... Вот после этого Realtek b перестал работать как с 
диска, так и с LiveCD.   
Применил вот такое решение:

/etc/network/interfaces

auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp
pre-up /usr/sbin/ethtool -s eth0 speed 10 duplex full autoneg off
up route add -host 255.255.255.255 dev eth0 # это для DHCP

С такой инициализацией сеть поднимается на скорости 10Mb при любом включении.



  parent reply	other threads:[~2010-05-26 17:09 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-05-01 13:37 Egor Glukhov
2010-05-01 14:14 ` Владимир
2010-05-01 15:16 ` Sergey Vlasov
2010-05-01 15:30   ` Anton A. Vinogradov
2010-05-01 16:06   ` Egor Glukhov
2010-05-02  8:30     ` Sergey Vlasov
2010-05-17  7:54       ` Michael Shigorin
2010-05-02 21:57 ` Yura Kalinichenko
2010-05-03  6:24   ` Алексей Шенцев
2010-05-03 10:01     ` Yura Kalinichenko
2010-05-26 17:09 ` Олег [this message]
2010-05-26 19:27   ` Aleksander Gorohovski
2010-05-28 10:46     ` alisher
2010-06-09 15:40       ` Олег

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=loom.20100526T185301-457@post.gmane.org \
    --to=rioter569@ukr.net \
    --cc=community@lists.altlinux.org \
    /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