2009-02-08 14:49:33 |
Chris Puttick |
bug |
|
|
added bug |
2009-02-09 06:50:37 |
phil |
None: bugtargetdisplayname |
Ubuntu |
linux (Ubuntu) |
|
2009-02-09 06:50:37 |
phil |
None: bugtargetname |
ubuntu |
linux (Ubuntu) |
|
2009-02-09 06:50:37 |
phil |
None: statusexplanation |
|
|
|
2009-02-09 06:50:37 |
phil |
None: title |
Bug #326891 in Ubuntu: "2.6.27.11 kernel breaks r8169 support for rtl8102e" |
Bug #326891 in linux (Ubuntu): "2.6.27.11 kernel breaks r8169 support for rtl8102e" |
|
2009-02-09 07:00:56 |
phil |
linux: status |
New |
Confirmed |
|
2009-02-10 16:56:36 |
Leann Ogasawara |
linux: status |
Confirmed |
Triaged |
|
2009-02-10 16:56:36 |
Leann Ogasawara |
linux: importance |
Undecided |
High |
|
2009-02-10 16:56:36 |
Leann Ogasawara |
linux: statusexplanation |
|
Hi Phill,
I'd agree that this bug and bug 313081 are likely duplicates. Rule of thumb is usually use the most descriptive bug with debug information as the master bug. Regardless, I'll escalate this to the Ubuntu kernel team and work getting the duplicates cleaned up so they only have one bug to reference. Thanks. |
|
2009-02-10 20:54:42 |
Stefan Bader |
linux: status |
Triaged |
In Progress |
|
2009-02-10 20:54:42 |
Stefan Bader |
linux: assignee |
|
stefan-bader-canonical |
|
2009-02-10 20:54:42 |
Stefan Bader |
linux: statusexplanation |
Hi Phill,
I'd agree that this bug and bug 313081 are likely duplicates. Rule of thumb is usually use the most descriptive bug with debug information as the master bug. Regardless, I'll escalate this to the Ubuntu kernel team and work getting the duplicates cleaned up so they only have one bug to reference. Thanks. |
|
|
2009-02-10 22:56:58 |
Stéphane Graber |
bug |
|
|
added subscriber ltsp-cluster-team |
2009-02-13 18:02:22 |
Stefan Bader |
linux: status |
New |
Fix Committed |
|
2009-02-13 18:02:22 |
Stefan Bader |
linux: assignee |
|
stefan-bader-canonical |
|
2009-02-13 18:02:22 |
Stefan Bader |
linux: statusexplanation |
|
Commited to Intrepid by the following patches:
http://kernel.ubuntu.com/git?p=ubuntu/ubuntu-intrepid.git;a=commitdiff;h=14cb649fc54c2b6145d29fe9c363b05e6d699b26
http://kernel.ubuntu.com/git?p=ubuntu/ubuntu-intrepid.git;a=commitdiff;h=30bca41a7d5c00881fd28452208b75847648d1b0
http://kernel.ubuntu.com/git?p=ubuntu/ubuntu-intrepid.git;a=commitdiff;h=9850529711c6f7f70e0cc470eedf4f18051ea2fd
http://kernel.ubuntu.com/git?p=ubuntu/ubuntu-intrepid.git;a=commitdiff;h=f31534810ba83c1ae563eed619dc49c0cb983db4
http://kernel.ubuntu.com/git?p=ubuntu/ubuntu-intrepid.git;a=commitdiff;h=c89d721cb5eafa50e82e76744953fd907d0420f5 |
|
2009-02-13 18:04:13 |
Stefan Bader |
description |
Hi
Installed Intrepid (from Kubuntu desktop CD) on mini-ITX computer with Intel 945GC and ICH7 chipset (Intel Atom processor) and on board RTL8102 Ethernet LAN (v.similar to Netbook type setups). Installation all works as expected (i.e. quick, easy, everything just works). Updated via Adept (configured as default). Restarted computer.
Ethernet no longer functions. Specific observed symptoms: everything seems to work; NetworkManager sees device and tries to configure it. Manually configing device in /etc/network/interfaces and restarting gives no errors. ifconfig shows config is as expected. Pinging anything other than localhost (either 127.0.0.1 or static IP address) fails with "network unreachable". Interesting snippet - ifconfig shows lots and lots of rx dropped packets and a few tx dropped packets. Log entries state r8169 link up.
sudo modprobe -r r8169 && modprobe r8169 gives "failed with error -22"
Restarting and using grub menu to boot with 2.27-7 causes NIC to function again.
This is what is known in the trade as a show-stopper as people with little technical knowledge would have been presented with a useless system which they would be unable to update any further.
It is of course possible that I am only person using this particular Jetway NC91 motherboard (highly unlikely) or that the manufacturer has done something outside of reference specs such that this problem is rare.
Recommend release patched kernel ASAP or finding some way of alerting users of this problem. |
SRU justification:
Impact: This was reported as a regression against Intrepid. The change that most likely caused this was a fix (which was now asked for Hardy by another user) to remove access to a certain register for cards other than 8169. Unfortunately the code uses in some cases the PCI information but in other cases the MAC version to decide how to handle a card. For those cards in question the 8101 code is used to initialize the cards hardware but for other aspects the unknown MAC causes it to be handled as a 8169 card.
The fact that those cards worked before seems to be pure luck.
Fix: The following 5 patches taken from upstream adds proper support for those cards.
Testcase: Networking was impossible before and has been verified to be working after by several users.
Hi
Installed Intrepid (from Kubuntu desktop CD) on mini-ITX computer with Intel 945GC and ICH7 chipset (Intel Atom processor) and on board RTL8102 Ethernet LAN (v.similar to Netbook type setups). Installation all works as expected (i.e. quick, easy, everything just works). Updated via Adept (configured as default). Restarted computer.
Ethernet no longer functions. Specific observed symptoms: everything seems to work; NetworkManager sees device and tries to configure it. Manually configing device in /etc/network/interfaces and restarting gives no errors. ifconfig shows config is as expected. Pinging anything other than localhost (either 127.0.0.1 or static IP address) fails with "network unreachable". Interesting snippet - ifconfig shows lots and lots of rx dropped packets and a few tx dropped packets. Log entries state r8169 link up.
sudo modprobe -r r8169 && modprobe r8169 gives "failed with error -22"
Restarting and using grub menu to boot with 2.27-7 causes NIC to function again.
This is what is known in the trade as a show-stopper as people with little technical knowledge would have been presented with a useless system which they would be unable to update any further.
It is of course possible that I am only person using this particular Jetway NC91 motherboard (highly unlikely) or that the manufacturer has done something outside of reference specs such that this problem is rare.
Recommend release patched kernel ASAP or finding some way of alerting users of this problem. |
|
2009-02-13 18:06:44 |
Stefan Bader |
linux: status |
New |
Fix Committed |
|
2009-02-13 18:06:44 |
Stefan Bader |
linux: assignee |
|
stefan-bader-canonical |
|
2009-02-13 18:06:44 |
Stefan Bader |
linux: importance |
Undecided |
Medium |
|
2009-02-13 18:06:44 |
Stefan Bader |
linux: statusexplanation |
|
Committed to Hardy by the following 5 patches
http://kernel.ubuntu.com/git?p=ubuntu/ubuntu-hardy.git;a=commitdiff;h=4b4eb2b4b05e1a96c6900dc3f28f743c0b57ff7c
http://kernel.ubuntu.com/git?p=ubuntu/ubuntu-hardy.git;a=commitdiff;h=5fe4b92fa82eae9922493db84900471cac5ff0f2
http://kernel.ubuntu.com/git?p=ubuntu/ubuntu-hardy.git;a=commitdiff;h=254f9a9fb44c197fc2a3e6cb6926fb4f36d41b95
http://kernel.ubuntu.com/git?p=ubuntu/ubuntu-hardy.git;a=commitdiff;h=9d928cbfedc8aa1f6221900f5c17cf99c8782c9c
http://kernel.ubuntu.com/git?p=ubuntu/ubuntu-hardy.git;a=commitdiff;h=696585352fed0a4bade3b1801cf2f907367b8b86
|
|
2009-02-13 18:07:06 |
Stefan Bader |
linux: importance |
Undecided |
High |
|
2009-02-13 18:07:06 |
Stefan Bader |
linux: statusexplanation |
Commited to Intrepid by the following patches:
http://kernel.ubuntu.com/git?p=ubuntu/ubuntu-intrepid.git;a=commitdiff;h=14cb649fc54c2b6145d29fe9c363b05e6d699b26
http://kernel.ubuntu.com/git?p=ubuntu/ubuntu-intrepid.git;a=commitdiff;h=30bca41a7d5c00881fd28452208b75847648d1b0
http://kernel.ubuntu.com/git?p=ubuntu/ubuntu-intrepid.git;a=commitdiff;h=9850529711c6f7f70e0cc470eedf4f18051ea2fd
http://kernel.ubuntu.com/git?p=ubuntu/ubuntu-intrepid.git;a=commitdiff;h=f31534810ba83c1ae563eed619dc49c0cb983db4
http://kernel.ubuntu.com/git?p=ubuntu/ubuntu-intrepid.git;a=commitdiff;h=c89d721cb5eafa50e82e76744953fd907d0420f5 |
|
|
2009-02-13 18:07:58 |
Stefan Bader |
linux: status |
In Progress |
Invalid |
|
2009-02-13 18:08:38 |
Stefan Bader |
bug |
|
|
added subscriber Ubuntu Stable Release Updates Team |
2009-02-18 03:47:52 |
shemgp |
bug |
|
|
added attachment 'dmesg.txt' (dmesg.txt) |
2009-02-19 02:20:57 |
Steve Langasek |
bug |
|
|
added subscriber SRU Verification |
2009-02-19 11:45:24 |
Damiano |
bug |
|
|
added attachment 'dmesg.txt' (dmesg.txt) |
2009-02-27 14:17:52 |
Artyom Pervukhin |
bug |
|
|
added attachment 'r8169_bug.txt' (r8169_bug.txt) |
2009-02-28 07:37:43 |
Damiano |
bug |
|
|
added attachment 'dmesg1.txt' (dmesg1.txt) |
2009-03-03 05:38:33 |
Damiano |
bug |
|
|
added attachment 'dmesg2.txt' (dmesg2.txt) |
2009-04-03 15:06:02 |
Brandon Checketts |
removed subscriber Brandon Checketts |
|
|
|
2009-04-23 19:20:37 |
Evan Leibovitch |
removed subscriber Evan Leibovitch |
|
|
|
2009-05-04 09:35:17 |
Launchpad Janitor |
linux (Ubuntu Hardy): status |
Fix Committed |
Fix Released |
|
2009-05-04 09:35:17 |
Launchpad Janitor |
cve linked |
|
2008-4307 |
|
2009-05-04 09:35:17 |
Launchpad Janitor |
cve linked |
|
2008-6107 |
|
2009-05-04 09:35:17 |
Launchpad Janitor |
cve linked |
|
2009-0028 |
|
2009-05-04 09:35:17 |
Launchpad Janitor |
cve linked |
|
2009-0031 |
|
2009-05-04 09:35:17 |
Launchpad Janitor |
cve linked |
|
2009-0065 |
|
2009-05-04 09:35:17 |
Launchpad Janitor |
cve linked |
|
2009-0269 |
|
2009-05-04 09:35:17 |
Launchpad Janitor |
cve linked |
|
2009-0322 |
|
2009-05-04 09:35:17 |
Launchpad Janitor |
cve linked |
|
2009-0675 |
|
2009-05-04 09:35:17 |
Launchpad Janitor |
cve linked |
|
2009-0676 |
|
2009-05-04 09:35:17 |
Launchpad Janitor |
cve linked |
|
2009-0745 |
|
2009-05-04 09:35:17 |
Launchpad Janitor |
cve linked |
|
2009-0746 |
|
2009-05-04 09:35:17 |
Launchpad Janitor |
cve linked |
|
2009-0834 |
|
2009-05-04 09:35:17 |
Launchpad Janitor |
cve linked |
|
2009-0835 |
|
2009-05-04 09:35:17 |
Launchpad Janitor |
cve linked |
|
2009-0859 |
|
2009-05-04 09:35:17 |
Launchpad Janitor |
cve linked |
|
2009-1046 |
|
2009-05-12 16:09:24 |
Launchpad Janitor |
linux (Ubuntu Intrepid): status |
Fix Committed |
Fix Released |
|
2009-05-12 16:09:24 |
Launchpad Janitor |
cve linked |
|
2009-0029 |
|
2009-05-12 16:09:24 |
Launchpad Janitor |
cve linked |
|
2009-0605 |
|
2009-05-12 16:09:24 |
Launchpad Janitor |
cve linked |
|
2009-0747 |
|
2009-05-12 16:09:24 |
Launchpad Janitor |
cve linked |
|
2009-0748 |
|