Bug 2071
Summary: | (net) Inability to boot >=linux-2.6.2 due to initialization of eth devices | ||
---|---|---|---|
Product: | Drivers | Reporter: | NeoNik (neo-nik) |
Component: | Network | Assignee: | Alexander Nyberg (alexn) |
Status: | CLOSED CODE_FIX | ||
Severity: | blocking | ||
Priority: | P2 | ||
Hardware: | i386 | ||
OS: | Linux | ||
Kernel Version: | since 2.6.2-vanilla final | Subsystem: | |
Regression: | --- | Bisected commit-id: | |
Attachments: |
The used eth init script
The used .config file |
Description
NeoNik
2004-02-10 06:01:05 UTC
Created attachment 2075 [details]
The used eth init script
This same script is also used for eth1.
Created attachment 2076 [details]
The used .config file
In this .config the both eth drivers are to be compiled as modules, thus eth1
should be blocking the boot. eth1 is the Intel's gigabit eth interface device,
eth0 is the NETGEAR's natsemi compatbile eth 10/100 megabit interface device -
that is if they both are compiled into the kernel like it is now, since I can't
see how they both are recognized by the not booting kernels.
Since my mozilla is not completely set up, I've jsut noticed I can't download the attachments properly, therefore I've placed the two files on my pub ftp: [1] http://neonik.net/gentoo/net.eth0 [2] http://neonik.net/gentoo/.config-2.6.3-rc1 Partitially resolved in this bug report: http://bugme.osdl.org/show_bug.cgi?id=2106 Does this still occur in 2.6.5-rc? (mail exchange with NeoNik) >Does this still occur with say a 2.6.9 kernel? > This issue was solved as you can see there: http://bugme.osdl.org/show_bug.cgi?id=2106#c7 and on. So it does not occur any longer. |