Bug 5567 - tg3 fails to initialize in installer
Summary: tg3 fails to initialize in installer
Status: RESOLVED OLD
Alias: None
Product: Mageia
Classification: Unclassified
Component: RPM Packages (show other bugs)
Version: 3
Hardware: All Linux
Priority: High major
Target Milestone: ---
Assignee: Thomas Backlund
QA Contact:
URL:
Whiteboard: MGA2TOO
Keywords: NEEDINFO
Depends on:
Blocks:
 
Reported: 2012-04-23 12:50 CEST by Loïc PORTE
Modified: 2015-03-31 16:04 CEST (History)
7 users (show)

See Also:
Source RPM: kernel
CVE:
Status comment:


Attachments
Firstscreen-screenshot (815.50 KB, image/jpeg)
2012-04-23 12:51 CEST, Loïc PORTE
Details
ALT+F3-screenshot (682.59 KB, image/jpeg)
2012-04-23 12:53 CEST, Loïc PORTE
Details
lspci (3.75 KB, text/plain)
2012-04-23 17:29 CEST, Loïc PORTE
Details
Kernel-Log (857.10 KB, image/jpeg)
2012-04-23 17:31 CEST, Loïc PORTE
Details
screenshot of the new iso bug (195.80 KB, application/x-gzip)
2012-05-10 16:29 CEST, Loïc PORTE
Details

Description Loïc PORTE 2012-04-23 12:50:03 CEST
I try to install Mageia 2 beta 3 with the boot-nonfree.iso on my DELL Vostro 430(desktop) with a PXE. The problem is the network card isn't detected during the install. 
When I try in VirtualBox PXE works fine.

The problem is effective in Mageia 1 too.

I join some screenshots of the problem.
Comment 1 Loïc PORTE 2012-04-23 12:51:40 CEST
Created attachment 2074 [details]
Firstscreen-screenshot
Comment 2 Loïc PORTE 2012-04-23 12:53:01 CEST
Created attachment 2075 [details]
ALT+F3-screenshot
Samuel Verschelde 2012-04-23 14:31:52 CEST

CC: (none) => stormi

Loïc PORTE 2012-04-23 14:53:35 CEST

CC: (none) => bewiwi

Comment 3 Thierry Vignaud 2012-04-23 17:10:56 CEST
It was properly detected but it looks like tg3 failed to detect your card.
What were the kernel messages after tg3 insertion (see the other terminal).
Also please attach output of lspi. (eg the lspci.txt file resulting from running "lspci -nnk>lspci.txt" from any Linux system)

Keywords: (none) => NEEDINFO
CC: (none) => thierry.vignaud, tmb

Comment 4 Loïc PORTE 2012-04-23 17:29:09 CEST
Created attachment 2077 [details]
lspci
Comment 5 Loïc PORTE 2012-04-23 17:31:41 CEST
Created attachment 2078 [details]
Kernel-Log
Comment 6 Thierry Vignaud 2012-04-23 17:39:13 CEST
Thomas, he's using boot-nonfree.iso so he has the proper firmware

Component: Installer => RPM Packages
Summary: Can't see network card in network install (PXE) => tg3 fails to initialize in installer (mdio bus probed / No PHY devices / Problem fetching invariants of chips, aborting)
Source RPM: (none) => kernel

Manuel Hiebel 2012-04-24 00:43:23 CEST

Keywords: NEEDINFO => (none)

Comment 7 Samuel Verschelde 2012-04-27 17:01:46 CEST
setting to blocker since it can't be fixed by updates after release

Priority: Normal => release_blocker

Comment 8 Thomas Backlund 2012-04-27 17:24:09 CEST
can you try to boot with rdloaddriver=broadcom
Comment 9 Loïc PORTE 2012-04-27 17:33:01 CEST
Same error with rdloaddriver=broadcom
Guillaume Rousse 2012-05-02 23:20:07 CEST

CC: (none) => guillomovitch
Summary: tg3 fails to initialize in installer (mdio bus probed / No PHY devices / Problem fetching invariants of chips, aborting) => tg3 fails to initialize in installer

Guillaume Rousse 2012-05-02 23:23:29 CEST

Assignee: bugsquad => tmb

Filip Komar 2012-05-06 15:37:08 CEST

CC: (none) => filip.komar

Comment 10 Thomas Backlund 2012-05-09 22:24:51 CEST
Can you try to do:

modprobe -r tg3 && modprobe broadcom && modprobe tg3

is tg3 usable then ?
Comment 11 Loïc PORTE 2012-05-10 09:02:42 CEST
Where I suppose do that ? I haven't prompt at this step in any terminal .
Comment 12 Samuel Verschelde 2012-05-10 10:44:37 CEST
according to a discussion on IRC, busybox was removed from boot.iso to make it smaller.

[10:26] <pterjan> it is quite easy to generate images with it but I don't have any time currently
Comment 13 Thierry Vignaud 2012-05-10 12:16:57 CEST
Well, I've made it easy to include it in drakx-installer-stage2 (just need to set the debug param to 1).
For drakx-installer-images, one would need to rebuild it with DEBUGSTAGE1=1.
(we should add a parameter to its spec file that BuildRequires the appropriate packages and "export DEBUGSTAGE1=1"
Comment 14 Loïc PORTE 2012-05-10 14:22:15 CEST
I'm sorry but i don't know how build the boot.iso.
Can anyone do it ?
Or send me a detailed procedure ?
Comment 15 Manuel Hiebel 2012-05-10 14:25:26 CEST
what about using the boot-nonfree.iso to take an iso on the hard drive ?
https://wiki.mageia.org/en/Boot.iso_install#Installation_from_Hard_disk
Comment 16 Thierry Vignaud 2012-05-10 14:26:16 CEST
(In reply to comment #14)
> I'm sorry but i don't know how build the boot.iso.
> Or send me a detailed procedure ?

download
http://distrib-coffee.ipsl.jussieu.fr/pub/linux/Mageia/distrib/cauldron/SRPMS/core/release/drakx-installer-images-1.71-7.mga2.src.rpm
then run:
export DEBUGSTAGE1=1
rpmbuild -ba ~/rpmbuild/SPECS/drakx-installer-images.spec
Once the binary package has been generated, you can extract the boot.iso from.
Or just install it and get the boot.iso from
/usr/lib64/drakx-installer-images/install/images/boot.iso
Comment 17 Thomas Backlund 2012-05-10 14:40:51 CEST

Actually, we do miss broadcom and libphy from boot*.iso, so tg3 could not work.

I've just added the missing modules to the list and will release new boot images
Comment 18 Thomas Backlund 2012-05-10 15:16:37 CEST
New isos are available on primary mirror so they should be available soon:

x86_64:
e49c42c7d2d6e9391786283d16bf8fb3  boot.iso
88a34ad50145f882bb65d113a0c2f6c2  boot-nonfree.iso

i586:
7a6a645e348893208488dd55f629b84f  boot.iso
e9feb4a0ffe683737c488a0d98aa7f1c  boot-nonfree.iso


please test
Comment 19 Loïc PORTE 2012-05-10 16:28:50 CEST
I test but it doesn't work.
But You progress, I have new message in my prompts
I join the new screenshot.
Comment 20 Loïc PORTE 2012-05-10 16:29:30 CEST
Created attachment 2243 [details]
screenshot of the new iso bug
Comment 21 Thierry Vignaud 2012-05-10 16:50:24 CEST
That's exactly the same error as in the beginning.
Loic: are you sure you're using latest boot.iso (see above MD5 sum)

Thomas: note that we did not miss libphy previously...
But we do miss all the other PHY modules...
I think we should include all of them
Comment 22 Loïc PORTE 2012-05-10 17:39:24 CEST
Yes I'm sure,
I use the x64 version of boot-nonfree.iso.
And for proof the md5sum of the different file I use :
dcbbdb7494d69886c0c3e2ab03aa1b13  all.rdz
d101c64d6830e7635edd7a053a1d627c  vmlinuz
Comment 23 Thomas Backlund 2012-05-10 19:23:05 CEST
ok, now when broadcom module is actually on the boot*.iso,

try to boot with:

rdloaddriver=broadcom


and if that does not help try:

rdloaddriver=broadcom rdloaddriver=tg3
Comment 24 Loïc PORTE 2012-05-11 09:11:24 CEST
Doesn't work.
Comment 25 AL13N 2012-05-15 12:17:23 CEST
ping

CC: (none) => alien

Comment 26 Samuel Verschelde 2012-05-16 11:57:02 CEST
tmb, is there anything else we can test or any information we can give ?
Comment 27 Thomas Backlund 2012-05-17 01:00:31 CEST
Can you try the new boot images that just got built and uploaded:

2a9b736ce1b81c78dc1dc7f97142db42  boot.iso
b982e42617b3b947d585afabfbb7f371  boot-nonfree.iso
Comment 28 AL13N 2012-05-18 22:00:30 CEST
@stormi: ping for release_critical
Comment 29 Samuel Verschelde 2012-05-18 23:57:01 CEST
unfortunately the hardware is at work and thursday was public holiday, and neither Loïc nor myself were at work today.
Comment 30 AL13N 2012-05-19 11:20:20 CEST
hmm, so it can't be tested before normal release time...

i guess it'll have to be lowered in priority then...
Comment 31 Loïc PORTE 2012-05-21 09:08:32 CEST
I don't see iso with b982e42617b3b947d585afabfbb7f371 md5sum. I think this is a new release with ed5472df248b8767e735881876d82c76. But it's still not working.
Comment 32 Marja Van Waes 2012-05-26 13:03:50 CEST
Hi,

This bug was filed against cauldron, but we do not have cauldron at the moment.

Please report whether this bug is still valid for Mageia 2.

Thanks :)

Cheers,
marja

Keywords: (none) => NEEDINFO

Loïc PORTE 2012-05-28 09:35:39 CEST

Version: Cauldron => 2

Comment 33 AL13N 2012-05-28 09:42:27 CEST
since it's an installer bug, we can't fix in mageia 2, so i'm setting it to cauldron, sadly this will be for mga3

Version: 2 => Cauldron

Sander Lepik 2012-05-28 10:52:38 CEST

Keywords: NEEDINFO => (none)
CC: (none) => sander.lepik

Comment 34 Manuel Hiebel 2012-05-28 10:54:47 CEST
(In reply to comment #33)
> since it's an installer bug, we can't fix in mageia 2, so i'm setting it to
> cauldron, sadly this will be for mga3

but we can provide bugfix for the boot.iso if the maintainer want's so.

Priority: release_blocker => High
Version: Cauldron => 2
Severity: normal => major

Comment 35 AL13N 2012-05-28 11:02:53 CEST
ok, as in other bugs, setting to cauldron and adding MGA2TOO in whiteboard

Version: 2 => Cauldron
Whiteboard: (none) => MGA2TOO

Comment 36 Marja Van Waes 2012-07-06 15:05:00 CEST
Please look at the bottom of this mail to see whether you're the assignee of this  bug, if you don't already know whether you are.


If you're the assignee:

We'd like to know for sure whether this bug was assigned correctly. Please change status to ASSIGNED if it is, or put OK on the whiteboard instead.

If you don't have a clue and don't see a way to find out, then please put NEEDHELP on the whiteboard.

Please assign back to Bug Squad or to the correct person to solve this bug if we were wrong to assign it to you, and explain why.

Thanks :)

**************************** 

@ the reporter and persons in the cc of this bug:

If you have any new information that wasn't given before (like this bug being valid for another version of Mageia, too, or it being solved) please tell us.

@ the reporter of this bug

If you didn't reply yet to a request for more information, please do so within two weeks from now.

Thanks all :-D
Comment 37 AL13N 2012-10-01 23:17:16 CEST
did this eventually get fixed? or not?
Filip Komar 2013-06-06 13:37:02 CEST

CC: filip.komar => (none)

Manuel Hiebel 2014-08-28 00:08:39 CEST

Version: Cauldron => 3

Comment 38 Thierry Vignaud 2014-08-28 09:04:42 CEST
Can someone test mga5 alpha boot.iso?

Keywords: (none) => NEEDINFO

Comment 39 Marja Van Waes 2015-03-31 16:04:53 CEST
Mageia 3 changed to end-of-life (EOL) status 4 months ago.
http://blog.mageia.org/en/2014/11/26/lets-say-goodbye-to-mageia-3/ 

Mageia 3 is no longer maintained, which means that it will not receive any further security or bug fix updates. As a result we are closing this bug.

If you can reproduce this bug against a currently maintained version of Mageia
please feel free to click on "Version" change it against that version of Mageia
and reopen this bug.

Thank you for reporting this bug and we are sorry it could not be fixed.

--
The Mageia Bugsquad

Status: NEW => RESOLVED
Resolution: (none) => OLD


Note You need to log in before you can comment on or make changes to this bug.