[Bug 371159] Re: Gigabit network speed lost after suspend/hibernate

2012-08-03 Thread Christopher M. Penalver
Spearhead, thank you for reporting this and helping make Ubuntu better. Jaunty 
reached EOL on October 23, 2010.
Please see this document for currently supported Ubuntu releases:
https://wiki.ubuntu.com/Releases

We were wondering if this is still an issue in a supported release? If
so, could you please provide the information following
https://wiki.ubuntu.com/DebuggingKernelSuspend ? As well, could you
please confirm this issue exists with the latest development release of
Ubuntu? ISO CD images are available from
http://cdimage.ubuntu.com/daily/current/ . If the issue remains, could
you please run the following command from a Terminal
(Applications-Accessories-Terminal), as it will automatically gather
and attach updated debug information to this report:

apport-collect -p %s %d

Also, could you please test the latest upstream kernel available following 
https://wiki.ubuntu.com/KernelMainlineBuilds ? It will allow additional 
upstream developers to examine the issue. Please do not test the kernel in the 
daily folder, but the one all the way at the bottom. Once you've tested the 
upstream kernel, please comment on which kernel version specifically you tested 
and remove the tag:
needs-upstream-testing

This can be done by clicking on the yellow pencil icon next to the tag located 
at the bottom of the bug description and deleting the text:
needs-upstream-testing

If this bug is fixed in the mainline kernel, please add the following tags:
kernel-fixed-upstream
kernel-fixed-upstream-VERSION-NUMBER

where VERSION-NUMBER is the version number of the kernel you tested.

If the mainline kernel does not fix this bug, please add the following tags:
kernel-bug-exists-upstream
kernel-bug-exists-upstream-VERSION-NUMBER

where VERSION-NUMBER is the version number of the kernel you tested.

If you are unable to test the mainline kernel, please comment as to why 
specifically you were unable to test it and add the following tags:
kernel-unable-to-test-upstream
kernel-unable-to-test-upstream-VERSION-NUMBER

where VERSION-NUMBER is the version number of the kernel you tested.

Please let us know your results. Thank you for your understanding.

Helpful Bug Reporting Links:
https://help.ubuntu.com/community/ReportingBugs#Bug_Reporting_Etiquette
https://help.ubuntu.com/community/ReportingBugs#A3._Make_sure_the_bug_hasn.27t_already_been_reported
https://help.ubuntu.com/community/ReportingBugs#Adding_Apport_Debug_Information_to_an_Existing_Launchpad_Bug
https://help.ubuntu.com/community/ReportingBugs#Adding_Additional_Attachments_to_an_Existing_Launchpad_Bug

** This bug is no longer a duplicate of bug 331699
   Realtek RTL8111/8169 LAN (r8169) falls back from Gigabit to 100Mb/s after 
waking up from Suspend(S3)

** Tags removed: kernel-hibernate kernel-suspend
** Tags added: intrepid jaunty resume suspend

** Summary changed:

- Gigabit network speed lost after suspend/hibernate
+ Gigabit network speed lost after suspend

** Changed in: linux (Ubuntu)
   Importance: Undecided = Medium

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/371159

Title:
  Gigabit network speed lost after suspend

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/371159/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 371159] Re: Gigabit network speed lost after suspend/hibernate

2010-03-25 Thread Holger Mauermann
*** This bug is a duplicate of bug 331699 ***
https://bugs.launchpad.net/bugs/331699

** This bug has been marked a duplicate of bug 331699
   Realtek RTL8111/8169 LAN (r8169) falls back from Gigabit to 100Mb/s after 
waking up from Suspend(S3)

-- 
Gigabit network speed lost after suspend/hibernate
https://bugs.launchpad.net/bugs/371159
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 371159] Re: Gigabit network speed lost after suspend/hibernate

2010-03-13 Thread Jeremy Foshee
Hi Spearhead,

Please be sure to confirm this issue exists with the latest development
release of Ubuntu.  ISO CD images are available from
http://cdimage.ubuntu.com/releases/ .  However, note you can only test
Suspend, not Hibernate, when using a LiveCD.  If the issue remains, run
the following command from a Terminal
(Applications-Accessories-Terminal) it will automatically gather and
attach updated debug information to this report.

apport-collect -p linux 371159

Also, please be sure to take a look at
https://wiki.ubuntu.com/DebuggingKernelSuspendHibernateResume .  If you
can provide any additional information outlined there it would be much
appreciated.

Additionally, if you could try to reproduce this with the upstream
mainline kernel that would be great.  It will allow additional upstream
developers to examine the issue.  Refer to
https://wiki.ubuntu.com/KernelMainlineBuilds .  Once you've tested the
upstream kernel, please remove the 'needs-upstream-testing' tag.  This
can be done by clicking on the yellow pencil icon next to the tag
located at the bottom of the bug description and deleting the 'needs-
upstream-testing' text.  Thanks in advance.

[This is an automated message.  Apologies if it has reached you
inappropriately; please just reply to this message indicating so.]


** Tags added: kernel-suspend

** Tags added: kernel-hibernate

** Tags added: needs-kernel-logs

** Tags added: needs-upstream-testing

** Tags added: kj-triage

** Changed in: linux (Ubuntu)
   Status: New = Incomplete

-- 
Gigabit network speed lost after suspend/hibernate
https://bugs.launchpad.net/bugs/371159
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 371159] Re: Gigabit network speed lost after suspend/hibernate

2009-12-21 Thread GriFF3n
kede's trick worked for me. Just wished he would have better explained
the fact that you have to chmod +x the file to make it execute. I'm a
noob so took me a bit of time to figure this out on my own ;)

-- 
Gigabit network speed lost after suspend/hibernate
https://bugs.launchpad.net/bugs/371159
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 371159] Re: Gigabit network speed lost after suspend/hibernate

2009-11-15 Thread kede
I have the same Problem.
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/331699

I found the following workaround:

- Install ethtool
- Create /etc/pm/sleep.d/99realtek:
#!/bin/sh
ethtool -s eth0 speed 1000

This sets speed to 1000Mbit on resume.

-- 
Gigabit network speed lost after suspend/hibernate
https://bugs.launchpad.net/bugs/371159
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 371159] Re: Gigabit network speed lost after suspend/hibernate

2009-11-02 Thread dreadnod
My system is affected by the same bug. I'm using Jaunty and have the
same network chipset: RTL8111/8168B PCI Express Gigabit Ethernet
controller

Maybe it's related to that kind of network controller?

-- 
Gigabit network speed lost after suspend/hibernate
https://bugs.launchpad.net/bugs/371159
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 371159] Re: Gigabit network speed lost after suspend/hibernate

2009-09-24 Thread Matthieu Pepin
I can replicate this bug on my computer. It uses the onboard NIC of my
Gigabyte P35-DS3R. lspci -v returns this:


04:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI 
Express Gigabit Ethernet controller (rev 01)
Subsystem: Giga-byte Technology Device e000
Flags: bus master, fast devsel, latency 0, IRQ 2299
I/O ports at c000 [size=256]
Memory at f700 (64-bit, non-prefetchable) [size=4K]
[virtual] Expansion ROM at c000 [disabled] [size=128K]
Capabilities: [40] Power Management version 2
Capabilities: [48] Vital Product Data ?
Capabilities: [50] Message Signalled Interrupts: Mask- 64bit+ Queue=0/1 
Enable+
Capabilities: [60] Express Endpoint, MSI 00
Capabilities: [84] Vendor Specific Information ?
Capabilities: [100] Advanced Error Reporting ?
Capabilities: [12c] Virtual Channel ?
Capabilities: [148] Device Serial Number 
Capabilities: [154] Power Budgeting ?
Kernel driver in use: r8169
Kernel modules: r8169

-- 
Gigabit network speed lost after suspend/hibernate
https://bugs.launchpad.net/bugs/371159
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 371159] Re: Gigabit network speed lost after suspend/hibernate

2009-05-21 Thread Kurt Wall
** Package changed: ubuntu = linux (Ubuntu)

-- 
Gigabit network speed lost after suspend/hibernate
https://bugs.launchpad.net/bugs/371159
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs