Bug 236462
Summary: | Network device detection inconsistant between install and boot | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Bruno Wolff III <bruno> |
Component: | kudzu | Assignee: | Bill Nottingham <notting> |
Status: | CLOSED DUPLICATE | QA Contact: | David Lawrence <dkl> |
Severity: | low | Docs Contact: | |
Priority: | medium | ||
Version: | rawhide | CC: | rvokal |
Target Milestone: | --- | Keywords: | Reopened |
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2007-04-16 19:46:41 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Bruno Wolff III
2007-04-14 15:11:55 UTC
'Network controller' is the class used - unfortunately, you can't really do anything else, b/c that's what's used for wireless cards. I can live with that, but then the install process should also see things the same way, so that the setup during the install still works post install. Maybe this is an anaconda issue instead of a kudzu issue? The installer doesn't see it that way because the ISDN driver (hisax, or whatever) isn't included in the installer. Can mac addresses be used in the ifcfg files to keep the association between the physical devices and the logical devices consistant? If not, I'll just live with it as it only needs to be dealt with once per install. They can *if the device has them*. Not sure that ISDN devices do? The two normal ethernet devices (one on motherboard, the other a pci card) do have them and those are the ones that get mucked up. Since the tdm400 isn't even detected, it doesn't have a config from the install process to get messed up. The real annoyance was setting up the IP addresses and related information for the two network cards during the install and then having the devices renamed (eth0 became eth1 and eth1 became eth2) once I booted the system, but the config files kept the name from the install so that they weren't correct. P.S. The tdm400 isn't really an isdn card. It probably uses the same modem chip that someone else uses for one. It is an analog telephony card supported by the zaptel drivers and is used with asterisk (or callweaver - the new name for openpbx). Note that there is a bug in anaconda currently where it won't write out HWADDR for devices that do have them - if that's hitting you, things will go odd on reboot. That sounds like it. So I think it is safe to mark this one as a duplicate of 234764. (I don't know the right way to do it, but will add myself as a cc to that bug in case you just want to close this one.) Since detecting the TDM400 card as a network device was new, I thought that was the soruce of the issue, rather than a regression. Thanks. |