Gentoo Archives: gentoo-user

From: Peter Alfredsen <peter.alfredsen@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Installation problem
Date: Mon, 12 Nov 2007 13:38:56
Message-Id: 200711121430.13219.peter.alfredsen@gmail.com
In Reply to: Re: [gentoo-user] Installation problem by Fabio
1 On Monday 12 November 2007, Fabio wrote:
2 > Thank you very much Peter. This is my ethernet card:
3 >
4 > 82557/8/9 Ethernet pro 100
5
6 There are two ethernet cards in your machine, as evidenced by the error
7 message "eth1: PHY reset until link up". Enumeration starts at eth0, then
8 eth1, etc. What is the other?
9 The card you list is supported by the eepro100 kernel module. That module
10 nowhere mentions the error you are receiving. The only modules that do are
11 sis190 and r8169:
12 sis190.c: net_link(tp, KERN_WARNING "%s: PHY reset until link up.\n",
13 r8169.c: printk(KERN_WARNING "%s: PHY reset until link up\n", dev->name);
14
15 Take note of the punctuation of the above messages. If indeed you have quoted
16 the error message correctly, it would indicate that you have a r8169-based
17 card in your machine.
18
19 Does any other live-cds boot for you? If yes, post the output of the following
20 commands:
21 lspci
22 lspci -n
23 ifconfig
24 lsmod
25
26 > I downloaded the latest cd minimal installation image for amd64.
27 > So what do you suggest me to do?
28
29 By latest minimal installation image, do you
30 mean "install-amd64-minimal-2007.0.iso" as available from:
31 http://mirror.ing.unibo.it/gentoo/releases/amd64/2007.0/installcd/install-amd64-minimal-2007.0.iso
32 ?
33
34 The reason I'm making doubly sure that it is indeed the latest live-cd, is
35 that the last time the "PHY reset until link up" error led to failures such
36 as yours was many kernel revisions ago.
37
38 That being said, there are some known problems with the r8169-based cards. For
39 one, they will retain state when you reboot from windows. To test if that is
40 what is causing this, power off your machine and pull the plug, wait 1
41 minute, re-insert power cord and boot.
42
43 Also, the bug at http://bugzilla.kernel.org/show_bug.cgi?id=6807 has some of
44 the characteristics you describe. It was hopefully fixed in kernel 2.6.23.
45 You could try to install Gentoo from a 2.6.23-based livecd such as paldo at:
46 http://www.paldo.org/
47 The iso is at:
48 http://www.paldo.org/paldo-live-cd-x86_64-stable.iso
49
50 Gentoo only needs very few tools to be installed and most live-cds provide
51 them.
52
53 --
54 /PA
55 --
56 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Installation problem Mick <michaelkintzios@×××××.com>