[Bug 336151] New: Dual network ports detected on ASRock 939Dual-SATA2, only one exists
https://bugzilla.novell.com/show_bug.cgi?id=336151#c1 Summary: Dual network ports detected on ASRock 939Dual-SATA2, only one exists Product: openSUSE 10.3 Version: Final Platform: x86-64 OS/Version: openSUSE 10.3 Status: NEW Severity: Normal Priority: P5 - None Component: Installation AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: roger.larsson@norran.net QAContact: jsrain@novell.com Found By: Customer 1. ASRock In ULi 1689,1573 integrated ethernet 2. ASRock In M5263 Ethernet Controller Sadly the second, not working one is selected as default eth0 (Could be some upgrade problem from 10.2) But install was not able to connect and download new README. The M5263 does not exist when using lspci nor in the manuals... lspci 00:11.0 Ethernet controller: ALi Corporation ULi 1689,1573 integrated ethernet. (rev 40) But in dmesg there is a trace: uli526x: ULi M5261/M5263 net driver, version 0.9.3 (2005-7-29) - - - eth0: ULi M5263 at pci0000:00:11.0, 00:13:8f:39:30:fb, irq 17. - - - eth0 renamed to eth1 - - - uli526x: eth1 NIC Link is Up 100 Mbps Full duplex config #1 "ASRock In ULi 1689..." Hardware tab - Module Name "uli526x" config #2 "ASRock In M5263" Hardware tab - Module Name: empty! Just wanted to add a note on this, as it works after minor manual config. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=336151#c1 Cyril Hrubis <chrubis@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |roger.larsson@norran.net --- Comment #1 from Cyril Hrubis <chrubis@novell.com> 2007-10-26 06:50:54 MST --- Please attach y2logs, output from hwinfo --network and dmesg from installation. Help how to get y2logs can be reached at: http://en.opensuse.org/Bugs/YaST Thanks! -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=336151#c2 --- Comment #2 from Roger Larsson <roger.larsson@norran.net> 2007-10-27 00:56:02 MST --- Created an attachment (id=180903) --> (https://bugzilla.novell.com/attachment.cgi?id=180903) hwinfo --network -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=336151#c3 Roger Larsson <roger.larsson@norran.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Info Provider|roger.larsson@norran.net | --- Comment #3 from Roger Larsson <roger.larsson@norran.net> 2007-10-27 00:56:44 MST --- Created an attachment (id=180904) --> (https://bugzilla.novell.com/attachment.cgi?id=180904) saved y2 logs -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=336151 Cyril Hrubis <chrubis@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team-screening@forge.provo.novell.com |mzugec@novell.com -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=336151#c4 michal zugec <mzugec@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |roger.larsson@norran.net --- Comment #4 from michal zugec <mzugec@novell.com> 2007-10-30 10:24:51 MST --- When did you upgrade from 10.2? Was it 10.3 GoldMaster or any Beta? I see one possibility: First netdevice worked before - in udev was created rule for permanent name eth0 and therefore second was named eth1 - configuration was created for eth0 and now this netdevice doesn't works - you can check it here: /etc/udev/rules.d/70-persistent-net.rules Or better - paste this file here -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=336151#c5 Roger Larsson <roger.larsson@norran.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Info Provider|roger.larsson@norran.net | --- Comment #5 from Roger Larsson <roger.larsson@norran.net> 2007-11-04 14:04:44 MST --- Upgrade from 10.2 no 10.3 Beta Requested file pasted below. There is only one other file with the same MAC ADDR. I have been running this computer using wireless that MAC ADDR is from one of those PCCARDs. But I do not think that I ever used that PCCARD while running 10.2! /etc/udev/rules.d/70-persistent-net.rules --------------------------------------------------- # This file was automatically generated by the etc/sysconfig/network/scripts/convert_persistent_name_rules # program, probably run by the persistent-net-generator.rules rules file. # # You can modify it, as long as you keep each rule on a single line. # converted 'rename_netiface' rule SUBSYSTEM=="net", DRIVERS=="?*", ATTRS{address}=="00:13:8f:39:30:fb", NAME="eth1" # converted 'rename_netiface' rule SUBSYSTEM=="net", DRIVERS=="?*", ATTRS{address}=="00:90:47:00:05:60", NAME="eth0" /udev/rules.d/30-net_persistent_names.rules.disabled -------------------------------------------------------------------- # This rules are autogenerated from /lib/udev/rename_netiface. # But you can modify them, but make sure that you don't use an interface name # twice. Also add such interface name rules only in this rules file. Otherwise # rename_netiface will create wrong rules for new interfaces. # It is safe to delete a rule, as long as you did not disable automatic rule # generation. Only if all interfaces get a rule the renaming will work # flawlessly. See also /etc/udev/rules.d/31-net_create_names.rules. # # Read /usr/share/doc/packages/sysconfig/README.Persistent_Interface_Names for # further information. # # Use only a-z, A-Z and 0-9 for interface names! # SUBSYSTEM=="net", ACTION=="add", SYSFS{address}=="00:13:8f:39:30:fb", IMPORT="/lib/udev/rename_netiface %k eth1" SUBSYSTEM=="net", ACTION=="add", SYSFS{address}=="00:90:47:00:05:60", IMPORT="/lib/udev/rename_netiface %k eth0" -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=336151#c6 michal zugec <mzugec@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |zoz@novell.com --- Comment #6 from michal zugec <mzugec@novell.com> 2007-11-08 07:21:25 MST --- Yes, probably because it was wireless device without firmware (without device file) Christian, what do you think? IMHO in case I described this is wontfix ... -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=336151#c7 Christian Zoz <zoz@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |zoz@novell.com Status|NEEDINFO |NEW Info Provider|zoz@novell.com | --- Comment #7 from Christian Zoz <zoz@novell.com> 2007-11-28 04:20:36 MST --- I don't see any problem here outside YaST. And the interface name should not really matter. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=336151#c8 michal zugec <mzugec@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX --- Comment #8 from michal zugec <mzugec@novell.com> 2007-11-29 13:56:58 MST --- Very special case which shouldn't happend ;-) But it seems that real problem in this bug was in 10.2 ... Closed as WONTFIX -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com