From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1IrZVA-0002OE-7E for garchives@archives.gentoo.org; Mon, 12 Nov 2007 13:38:56 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.2/8.14.0) with SMTP id lACDanFo031449; Mon, 12 Nov 2007 13:36:49 GMT Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.190]) by robin.gentoo.org (8.14.2/8.14.0) with ESMTP id lACDUHif020352 for ; Mon, 12 Nov 2007 13:30:17 GMT Received: by nf-out-0910.google.com with SMTP id f5so1130282nfh for ; Mon, 12 Nov 2007 05:30:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:from:to:subject:date:user-agent:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; bh=kmSdv4aL7qmM9tgoFzT2IWaWwd0hgZa3JANWXNiC7gU=; b=eWyIgSaZTYlf8MtUi4F+2F7ZHb6HCEWeSl0VoNxuQ85RMBTCazfUbA7sjggV6j20Sf3GdUIKKqZj2ORfL2EKP8B2QcESCZ6p/4saJhsaN1jBoYy0vQPXveqEYosgzNMIZsqQw1OoWJcF81r/0Fxgpv3F82ELAFOTB/ViPMcm6Bw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:from:to:subject:date:user-agent:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=a5FVs+AsLF6WSAkHCfDNNVhf5hxnTa7Njlk7Q8H9JV+U6xYKhrTX9HTJT2+pI338dxMkEho60FdLoK8KOFs6B4szCCOLh2rS96FHmI8vIUEOhV9WubtSeve61pTW393iL5iRTRoPoQwgyg4URyv3hFuQlEskpjVEuXye9xd196Y= Received: by 10.86.100.7 with SMTP id x7mr4610410fgb.1194874216736; Mon, 12 Nov 2007 05:30:16 -0800 (PST) Received: from 0x57356bd2.svgnxx4.adsl-dhcp.tele.dk ( [87.53.107.210]) by mx.google.com with ESMTPS id e11sm2493805fga.2007.11.12.05.30.14 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 12 Nov 2007 05:30:15 -0800 (PST) From: Peter Alfredsen To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Installation problem Date: Mon, 12 Nov 2007 14:30:13 +0100 User-Agent: KMail/1.9.7 References: <4737498D.5080405@libero.it> <200711121149.34397.peter.alfredsen@gmail.com> <473840CB.1030002@libero.it> In-Reply-To: <473840CB.1030002@libero.it> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200711121430.13219.peter.alfredsen@gmail.com> X-Archives-Salt: b4f5bc71-5ce5-490f-93ce-39f29b418342 X-Archives-Hash: aa598191bd9d27b66007d048e6970caf On Monday 12 November 2007, Fabio wrote: > Thank you very much Peter. This is my ethernet card: > > 82557/8/9 Ethernet pro 100 There are two ethernet cards in your machine, as evidenced by the error message "eth1: PHY reset until link up". Enumeration starts at eth0, then eth1, etc. What is the other? The card you list is supported by the eepro100 kernel module. That module nowhere mentions the error you are receiving. The only modules that do are sis190 and r8169: sis190.c: net_link(tp, KERN_WARNING "%s: PHY reset until link up.\n", r8169.c: printk(KERN_WARNING "%s: PHY reset until link up\n", dev->name); Take note of the punctuation of the above messages. If indeed you have quoted the error message correctly, it would indicate that you have a r8169-based card in your machine. Does any other live-cds boot for you? If yes, post the output of the following commands: lspci lspci -n ifconfig lsmod > I downloaded the latest cd minimal installation image for amd64. > So what do you suggest me to do? By latest minimal installation image, do you mean "install-amd64-minimal-2007.0.iso" as available from: http://mirror.ing.unibo.it/gentoo/releases/amd64/2007.0/installcd/install-amd64-minimal-2007.0.iso ? The reason I'm making doubly sure that it is indeed the latest live-cd, is that the last time the "PHY reset until link up" error led to failures such as yours was many kernel revisions ago. That being said, there are some known problems with the r8169-based cards. For one, they will retain state when you reboot from windows. To test if that is what is causing this, power off your machine and pull the plug, wait 1 minute, re-insert power cord and boot. Also, the bug at http://bugzilla.kernel.org/show_bug.cgi?id=6807 has some of the characteristics you describe. It was hopefully fixed in kernel 2.6.23. You could try to install Gentoo from a 2.6.23-based livecd such as paldo at: http://www.paldo.org/ The iso is at: http://www.paldo.org/paldo-live-cd-x86_64-stable.iso Gentoo only needs very few tools to be installed and most live-cds provide them. -- /PA -- gentoo-user@gentoo.org mailing list