[Bug 608637] New: "Intel 82578DC Gigabit Network Connection" runs only 10 Mbps
http://bugzilla.novell.com/show_bug.cgi?id=608637 http://bugzilla.novell.com/show_bug.cgi?id=608637#c0 Summary: "Intel 82578DC Gigabit Network Connection" runs only 10 Mbps Classification: openSUSE Product: openSUSE 11.2 Version: Final Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Kernel AssignedTo: bphilips@novell.com ReportedBy: juhliarik@novell.com QAContact: qa@suse.de Found By: --- Blocker: --- I have network card (from hwinfo --netcard): ... Hardware Class: network Model: "Intel 82578DC Gigabit Network Connection" Vendor: pci 0x8086 "Intel Corporation" Device: pci 0x10f0 "82578DC Gigabit Network Connection" SubVendor: pci 0x8086 "Intel Corporation" SubDevice: pci 0x0037 Revision: 0x06 Driver: "e1000e" Driver Modules: "e1000e" Device File: eth1 ... It runs too slow and it is not possible change speed of running :( ethtool eth1: ------------- Settings for eth1: Supported ports: [ TP ] Supported link modes: 10baseT/Half 10baseT/Full 100baseT/Half 100baseT/Full 1000baseT/Full Supports auto-negotiation: Yes Advertised link modes: 10baseT/Half 10baseT/Full 100baseT/Half 100baseT/Full 1000baseT/Full Advertised auto-negotiation: Yes Speed: 10Mb/s Duplex: Full Port: Twisted Pair PHYAD: 1 Transceiver: internal Auto-negotiation: on Supports Wake-on: pumbag Wake-on: g Current message level: 0x00000001 (1) Link detected: yes after calling command: "ethtool -s eth1 speed 1000" the speed is still 10Mb/s. uname -a: Linux kokso 2.6.31.12-0.2-desktop #1 SMP PREEMPT 2010-03-16 21:25:39 +0100 x86_64 x86_64 x86_64 GNU/Linux -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=608637 http://bugzilla.novell.com/show_bug.cgi?id=608637#c1 Jozef Uhliarik <juhliarik@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jkosina@novell.com --- Comment #1 from Jozef Uhliarik <juhliarik@novell.com> 2010-05-25 12:28:21 UTC --- strace ethtool -s eth1 speed 1000: execve("/sbin/ethtool", ["ethtool", "-s", "eth1", "speed", "1000"], [/* 87 vars */]) = 0 brk(0) = 0x61c000 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe690317000 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe690316000 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) open("/etc/ld.so.cache", O_RDONLY) = 3 fstat(3, {st_mode=S_IFREG|0644, st_size=132205, ...}) = 0 mmap(NULL, 132205, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7fe6902f5000 close(3) = 0 open("/lib64/libc.so.6", O_RDONLY) = 3 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\220\353\1\0\0\0\0\0"..., 832) = 832 fstat(3, {st_mode=S_IFREG|0755, st_size=1408560, ...}) = 0 mmap(NULL, 3516488, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fe68fda0000 fadvise64(3, 0, 3516488, POSIX_FADV_WILLNEED) = 0 mprotect(0x7fe68fef1000, 2097152, PROT_NONE) = 0 mmap(0x7fe6900f1000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x151000) = 0x7fe6900f1000 mmap(0x7fe6900f6000, 18504, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fe6900f6000 close(3) = 0 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe6902f4000 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe6902f3000 arch_prctl(ARCH_SET_FS, 0x7fe6902f36f0) = 0 mprotect(0x7fe6900f1000, 16384, PROT_READ) = 0 mprotect(0x61a000, 4096, PROT_READ) = 0 mprotect(0x7fe690318000, 4096, PROT_READ) = 0 munmap(0x7fe6902f5000, 132205) = 0 socket(PF_INET, SOCK_DGRAM, IPPROTO_IP) = 3 ioctl(3, SIOCETHTOOL, 0x7fffeba46980) = 0 ioctl(3, SIOCETHTOOL, 0x7fffeba46980) = 0 exit_group(0) = ? -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=608637 http://bugzilla.novell.com/show_bug.cgi?id=608637#c3 Bruce Allan <bruce.w.allan@intel.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bruce.w.allan@intel.com --- Comment #3 from Bruce Allan <bruce.w.allan@intel.com> 2010-05-26 16:04:53 UTC --- Please install the latest BIOS from your system vendor. This will likely fix the issue. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=608637 http://bugzilla.novell.com/show_bug.cgi?id=608637#c4 Brandon Philips <bphilips@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE --- Comment #4 from Brandon Philips <bphilips@novell.com> 2010-05-28 22:52:59 UTC --- I believe this is a duplicate of Bug 576970 - slow network connection with Intel 82578DM ethernet card (e1000e module) *** This bug has been marked as a duplicate of bug 576970 *** http://bugzilla.novell.com/show_bug.cgi?id=576970 -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=608637 http://bugzilla.novell.com/show_bug.cgi?id=608637#c5 --- Comment #5 from Jozef Uhliarik <juhliarik@novell.com> 2010-06-07 14:37:58 UTC --- Installed last update of BIOS but it didn't help me. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=608637 http://bugzilla.novell.com/show_bug.cgi?id=608637#c6 --- Comment #6 from Brandon Philips <bphilips@novell.com> 2010-06-07 19:52:30 UTC --- (In reply to comment #5)
Installed last update of BIOS but it didn't help me.
Please make any new comments on bug 576970. I have provided Kernel RPMs for you to test in bug 576970 comment 11. Thanks. -- Configure bugmail: http://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