Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 182541 - newer (2.16.20-X) adds Eth over 1394 as eth0
Summary: newer (2.16.20-X) adds Eth over 1394 as eth0
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-19 06:05 UTC by Someone Else Who Won't Be Here
Modified: 2007-06-19 07:34 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Someone Else Who Won't Be Here 2007-06-19 06:05:12 UTC
Newer kernels are including ethernet over firewire built by default, replaces expected eth0 with an UNSPEC eth0 that is the firewire port.

Reproducible: Sometimes

Steps to Reproduce:
Use genkernel with a 1394 port on the machine


Actual Results:  
firewire port gets assigned as an ethernet device before the normal network card is assigned eth0

expected network access not available after reboot due to device order change

Expected Results:  
firewire port should not be eth0 or should not autoload eth over 1394

Seems to be due to driver change in either Depreciated CONFIG_IEEE1394_DV1394, CONFIG_IEEE1394_RAWIO, or  CONFIG_IEEE1394_VIDEO1394 that causes CONFIG_IEEE1394_ETH1394 to build even though not listed as a dependancy.

I saw this on x86_64 and a user reported it on x86 tonight.

I reproduced this with a couple kernel versions, will check their versions and fill in the details.  Will add details after I check driver is depending on IEEE1934_ETH1394
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-06-19 07:34:30 UTC
Attach your kernel .config here please.