Re: [Kernel-packages] [Bug 1556676] Re: In 14.04.04, r8169.ko cannot recover wired Ethernet connection after resume from suspend

2016-03-26 Thread Richard Elkins
I know that. See my comment about the command line using the tar utility in the back 1/2 of the same paragraph. On 03/26/2016 01:05 PM, Christopher M. Penalver wrote: > Richard Elkins: >> "Do not gzip tar files? Every file manager..." > Not everyone uses a file m

[Kernel-packages] [Bug 1556676] Re: In 14.04.04, r8169.ko cannot recover wired Ethernet connection after resume from suspend

2016-03-25 Thread Richard Elkins
Comment #31 was in error. Finished my project. Upgraded same laptop (HP Pavilion dv3-1075us Laptop) to 16.04 Beta-2. This issue is no longer present. I can only guess that this was not a kernel issue but in upstart/pm or elsewhere because I previously tried the upstream 4.5 kernel in a 14.04.04

[Kernel-packages] [Bug 1556676] Re: In 14.04.04, r8169.ko cannot recover wired Ethernet connection after resume from suspend

2016-03-25 Thread Richard Elkins
Finished my project. Upgraded same laptop (HP Pavilion dv3-1075us Laptop) to 16.04 Beta-2. Issue still present. uname -a: Linux hplaptop 4.4.0-15-generic #31-Ubuntu SMP Fri Mar 18 19:08:31 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux -- You received this bug notification because you are a member of

[Kernel-packages] [Bug 1556676] Re: In 14.04.04, r8169.ko cannot recover wired Ethernet connection after resume from suspend

2016-03-25 Thread Richard Elkins
lsmod shows that r8169 is still in use: r8169 81920 0 mii16384 1 r8169 -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1556676 Title: In 14.04.04,

[Kernel-packages] [Bug 1556676] Re: In 14.04.04, r8169.ko cannot recover wired Ethernet connection after resume from suspend

2016-03-23 Thread Richard Elkins
Do not gzip tar files? Every file manager on every desktop automatically opens the folder for you- just double-click on the tar.gz file in the file manager. Using a command line, tar xvfz (added the 'z' for zipped) extracts the folder. Adding the 'z' is hard? But, if that is what you want, I

[Kernel-packages] [Bug 1556676] Re: In 14.04.04, r8169.ko cannot recover wired Ethernet connection after resume from suspend

2016-03-21 Thread Richard Elkins
I just noticed that this failed make was for the "Broadcom 802.11 Linux STA wireless driver source" (bcmwl). So, maybe this failure is irrelevant since the anomaly I reported concerns wired Ethernet. Please advise. -- You received this bug notification because you are a member of Kernel

[Kernel-packages] [Bug 1556676] Re: In 14.04.04, r8169.ko cannot recover wired Ethernet connection after resume from suspend

2016-03-21 Thread Richard Elkins
Please note that if a build has an issue installing 100%, then the reporter should not proceed with a test. I thought that I observed a totally successful install of the 4.5 kernel image and headers yesterday but I missed seeing that the make of bcmwl failed to make even though the installation

[Kernel-packages] [Bug 1556676] Re: In 14.04.04, r8169.ko cannot recover wired Ethernet connection after resume from suspend

2016-03-20 Thread Richard Elkins
In my previous attempt with 4.5, I downloaded the wrong header file. I should have grabbed the "all" one. Successfully installed 4.5. Symptom of this report exists in the 4.5 kernel. ** Tags added: kernel-bug-exists-upstream-4.5 -- You received this bug notification because you are a member

[Kernel-packages] [Bug 1556676] Re: In 14.04.04, r8169.ko cannot recover wired Ethernet connection after resume from suspend

2016-03-20 Thread Richard Elkins
Successfully installed 4.4.6. Symptom of this report exists in the 4.4.6 kernel. ** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1556676] Re: In 14.04.04, r8169.ko cannot recover wired Ethernet connection after resume from suspend

2016-03-20 Thread Richard Elkins
Went to http://kernel.ubuntu.com/~kernel-ppa/mainline/?C=N;O=D Selected: v4.5-wily/14-Mar-2016 06:30 Downloaded: linux-headers-4.5.0-040500-generic_4.5.0-040500.201603140130_amd64.deb linux-image-4.5.0-040500-generic_4.5.0-040500.201603140130_amd64.deb Executed the normal

[Kernel-packages] [Bug 1558025] Re: skb_warn_bad_offload Crash

2016-03-20 Thread Richard Laager
This is the relevant commit which *fixes* the bug: https://github.com/torvalds/linux/commit/a8c4a2522a0808c5c2143612909717d1115c40cf The fact that this occurs with UDP+IPv4 traffic lines up with my NFS usage, as we use UDP for NFS. -- You received this bug notification because you are a member

[Kernel-packages] [Bug 1259861] Re: 5-10 second delay in kernel boot

2016-03-20 Thread Richard Hansen
Yes, I think the change to CONFIG_IP_PNP=y is what caused this problem. If you look in net/ipv4/Makefile, you'll see this line: obj-$(CONFIG_IP_PNP) += ipconfig.o If CONFIG_IP_PNP is not set to y, then all of net/ipv4/ipconfig.c is excluded from the resulting kernel. That file contains the

[Kernel-packages] [Bug 1259861] Re: 5-10 second delay in kernel boot

2016-03-20 Thread Richard Hansen
I have uploaded some modified initramfs-tools packages to my PPA: https://launchpad.net/~rhansen/+archive/ubuntu/bug1259861 With the version in my PPA, the initramfs init script now has a new initramfs_ip parameter in addition to the existing ip parameter. The initramfs treats the initramfs_ip

[Kernel-packages] [Bug 1259861] Re: 5-10 second delay in kernel boot

2016-03-19 Thread Richard Hansen
After studying the code in net/ipv4/ipconfig.c I'm fairly confident that the problem is caused by wait_for_devices() failing to find any network interfaces and timing out. That function waits for 12 seconds before giving up, and the time difference between the "IP-Config: Entered" message and the

[Kernel-packages] [Bug 1259861] Re: 5-10 second delay in kernel boot

2016-03-19 Thread Richard Hansen
I installed a vanilla 4.5 kernel, which has this debug logging change: https://git.kernel.org/cgit/linux/kernel/git/stable/linux- stable.git/commit/net/ipv4/ipconfig.c?id=09605cc12c07830659a19b266503795c511a2060 After booting with the dyndbg argument, the only new output is this: [1.079405]

[Kernel-packages] [Bug 1556676] Re: In 14.04.04, r8169.ko cannot recover wired Ethernet connection after resume from suspend

2016-03-19 Thread Richard Elkins
Christopher, I always use `ubuntu-bug` to create a report. However, until I saw your mail, I did not have the python-apport package installed. Maybe, since it is not very big, it should always be installed as part of *buntu base in case it is needed. Please let me know if anything else is

[Kernel-packages] [Bug 1556676] WifiSyslog.txt

2016-03-19 Thread Richard Elkins
apport information ** Attachment added: "WifiSyslog.txt" https://bugs.launchpad.net/bugs/1556676/+attachment/4605036/+files/WifiSyslog.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1556676] UdevDb.txt

2016-03-19 Thread Richard Elkins
apport information ** Attachment added: "UdevDb.txt" https://bugs.launchpad.net/bugs/1556676/+attachment/4605034/+files/UdevDb.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1556676] PulseList.txt

2016-03-19 Thread Richard Elkins
apport information ** Attachment added: "PulseList.txt" https://bugs.launchpad.net/bugs/1556676/+attachment/4605032/+files/PulseList.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1556676] Lspci.txt

2016-03-19 Thread Richard Elkins
apport information ** Attachment added: "Lspci.txt" https://bugs.launchpad.net/bugs/1556676/+attachment/4605026/+files/Lspci.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1556676

[Kernel-packages] [Bug 1556676] ProcCpuinfo.txt

2016-03-19 Thread Richard Elkins
apport information ** Attachment added: "ProcCpuinfo.txt" https://bugs.launchpad.net/bugs/1556676/+attachment/4605028/+files/ProcCpuinfo.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1556676] CRDA.txt

2016-03-19 Thread Richard Elkins
apport information ** Attachment added: "CRDA.txt" https://bugs.launchpad.net/bugs/1556676/+attachment/4605023/+files/CRDA.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1556676

[Kernel-packages] [Bug 1556676] RfKill.txt

2016-03-19 Thread Richard Elkins
apport information ** Attachment added: "RfKill.txt" https://bugs.launchpad.net/bugs/1556676/+attachment/4605033/+files/RfKill.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1556676] CurrentDmesg.txt

2016-03-19 Thread Richard Elkins
apport information ** Attachment added: "CurrentDmesg.txt" https://bugs.launchpad.net/bugs/1556676/+attachment/4605024/+files/CurrentDmesg.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1556676] ProcModules.txt

2016-03-19 Thread Richard Elkins
apport information ** Attachment added: "ProcModules.txt" https://bugs.launchpad.net/bugs/1556676/+attachment/4605031/+files/ProcModules.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1556676] IwConfig.txt

2016-03-19 Thread Richard Elkins
apport information ** Attachment added: "IwConfig.txt" https://bugs.launchpad.net/bugs/1556676/+attachment/4605025/+files/IwConfig.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1556676] UdevLog.txt

2016-03-19 Thread Richard Elkins
apport information ** Attachment added: "UdevLog.txt" https://bugs.launchpad.net/bugs/1556676/+attachment/4605035/+files/UdevLog.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1556676] BootDmesg.txt

2016-03-19 Thread Richard Elkins
apport information ** Attachment added: "BootDmesg.txt" https://bugs.launchpad.net/bugs/1556676/+attachment/4605022/+files/BootDmesg.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1556676] ProcEnviron.txt

2016-03-19 Thread Richard Elkins
apport information ** Attachment added: "ProcEnviron.txt" https://bugs.launchpad.net/bugs/1556676/+attachment/4605029/+files/ProcEnviron.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1556676] ProcInterrupts.txt

2016-03-19 Thread Richard Elkins
apport information ** Attachment added: "ProcInterrupts.txt" https://bugs.launchpad.net/bugs/1556676/+attachment/4605030/+files/ProcInterrupts.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1556676] Lsusb.txt

2016-03-19 Thread Richard Elkins
apport information ** Attachment added: "Lsusb.txt" https://bugs.launchpad.net/bugs/1556676/+attachment/4605027/+files/Lsusb.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1556676

[Kernel-packages] [Bug 1556676] Re: In 14.04.04, r8169.ko cannot recover wired Ethernet connection after resume from suspend

2016-03-19 Thread Richard Elkins
apport information ** Tags added: apport-collected trusty ** Description changed: Whenever my laptop suspends (desirable) and then resumes, the r8169 module cannot reconnect the wired Ethernet line. This is consistent. I can see network_manager trying over and over to get a

[Kernel-packages] [Bug 1558025] Re: skb_warn_bad_offload Crash

2016-03-19 Thread Richard Laager
I tested that build. It works. Thanks! ** Changed in: linux (Ubuntu Xenial) Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1558025 Title:

[Kernel-packages] [Bug 1558025] [NEW] skb_warn_bad_offload Crash

2016-03-19 Thread Richard Laager
Public bug reported: We're setting up a new Dovecot server on Xenial. When we start the migration of emails, either the IMAP traffic or the NFS traffic immediately reproduces the crash below. I bisected using the mainline kernels. Everything up to and including v4.5-rc7-wily fails, but v4.5-wily

[Kernel-packages] [Bug 1259861] Re: 5-10 second delay in kernel boot

2016-03-19 Thread Richard Hansen
> Try adding kernel command-line dynamic debug option: > > ... "dyndbg=file net/ipv4/ipconfig.c +pflm" ... I added: dyndbg="file net/ipv4/ipconfig.c +pflm" to the end of the kernel command line arguments in grub and removed quiet. After booting I ran 'dmesg >after.txt'. I then rebooted

[Kernel-packages] [Bug 1542826] Re: NFS Client Ignores TCP Resets

2016-02-13 Thread Richard Laager
** Description changed: Steps to reproduce: 1) Mount NFS share from HA cluster with TCP. 2) Failover the HA cluster. (The NFS server's IP address moves from one -    machine to the other.) - 3) Access the mounted NFS share. + machine to the other.) + 3) Access the mounted NFS share from the

[Kernel-packages] [Bug 1542826] Re: NFS Client Ignores TCP Resets

2016-02-13 Thread Richard Laager
** Attachment added: "dovecot-test.upstream-kernel.pcap" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1542826/+attachment/4571304/+files/dovecot-test.upstream-kernel.pcap -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux

[Kernel-packages] [Bug 1542826] Re: NFS Client Ignores TCP Resets

2016-02-13 Thread Richard Laager
I posted this upstream: http://www.spinics.net/lists/linux-nfs/msg56520.html -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1542826 Title: NFS Client Ignores TCP Resets Status in linux

[Kernel-packages] [Bug 1542826] Re: NFS Client Ignores TCP Resets

2016-02-12 Thread Richard Laager
The problem exists with the upstream kernel as well. It times out right at 5 minutes instead of right at 15 minutes. So clearly some timer is different. But the problem is still there. ** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed ** Tags added: kernel-bug-exists-upstream

[Kernel-packages] [Bug 1542826] Re: NFS Client Ignores TCP Resets

2016-02-12 Thread Richard Laager
I have never seen this work, but I can't say the earliest kernel we tried with. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1542826 Title: NFS Client Ignores TCP Resets Status in

[Kernel-packages] [Bug 1533043] Re: AUFS can hang up; Please update to v20160111

2016-02-08 Thread Richard Hansen
Running: docker run -it --rm akihirosuda/test18180 I was able to verify the last two unverified kernels: 3.16.0-61 (utopic kernel on trusty via linux-image-generic-lts-utopic): verified 3.19.0-50 (vivid kernel on trusty via linux-image-generic-lts-vivid): verified So it looks like

[Kernel-packages] [Bug 1542826] ProcModules.txt

2016-02-07 Thread Richard Laager
apport information ** Attachment added: "ProcModules.txt" https://bugs.launchpad.net/bugs/1542826/+attachment/4565984/+files/ProcModules.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1542826] IwConfig.txt

2016-02-07 Thread Richard Laager
apport information ** Attachment added: "IwConfig.txt" https://bugs.launchpad.net/bugs/1542826/+attachment/4565979/+files/IwConfig.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1542826] ProcInterrupts.txt

2016-02-07 Thread Richard Laager
apport information ** Attachment added: "ProcInterrupts.txt" https://bugs.launchpad.net/bugs/1542826/+attachment/4565983/+files/ProcInterrupts.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1542826] Lspci.txt

2016-02-07 Thread Richard Laager
apport information ** Attachment added: "Lspci.txt" https://bugs.launchpad.net/bugs/1542826/+attachment/4565980/+files/Lspci.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1542826

[Kernel-packages] [Bug 1542826] Re: NFS Client Ignores TCP Resets

2016-02-07 Thread Richard Laager
apport information ** Tags added: apport-collected trusty ** Description changed: Steps to reproduce: 1) Mount NFS share from HA cluster with TCP. 2) Failover the HA cluster. (The NFS server's IP address moves from one    machine to the other.) 3) Access the mounted NFS share.

[Kernel-packages] [Bug 1542826] Lsusb.txt

2016-02-07 Thread Richard Laager
apport information ** Attachment added: "Lsusb.txt" https://bugs.launchpad.net/bugs/1542826/+attachment/4565981/+files/Lsusb.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1542826

[Kernel-packages] [Bug 1542826] ProcCpuinfo.txt

2016-02-07 Thread Richard Laager
apport information ** Attachment added: "ProcCpuinfo.txt" https://bugs.launchpad.net/bugs/1542826/+attachment/4565982/+files/ProcCpuinfo.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1542826] CurrentDmesg.txt

2016-02-07 Thread Richard Laager
apport information ** Attachment added: "CurrentDmesg.txt" https://bugs.launchpad.net/bugs/1542826/+attachment/4565978/+files/CurrentDmesg.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1542826] UdevDb.txt

2016-02-07 Thread Richard Laager
apport information ** Attachment added: "UdevDb.txt" https://bugs.launchpad.net/bugs/1542826/+attachment/4565985/+files/UdevDb.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1542826] UdevLog.txt

2016-02-07 Thread Richard Laager
apport information ** Attachment added: "UdevLog.txt" https://bugs.launchpad.net/bugs/1542826/+attachment/4565986/+files/UdevLog.txt ** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Kernel Packages, which

[Kernel-packages] [Bug 1542826] [NEW] NFS Client Ignores TCP Resets

2016-02-07 Thread Richard Laager
Public bug reported: Steps to reproduce: 1) Mount NFS share from HA cluster with TCP. 2) Failover the HA cluster. (The NFS server's IP address moves from one    machine to the other.) 3) Access the mounted NFS share. Expected results: Accessing the NFS mount works fine immediately. Actual

[Kernel-packages] [Bug 1504618] Re: Touch pad not working on Surface Pro 3 Type Cover

2016-02-06 Thread Richard Harding
I can verify that this is still the case in 16.04 using ke3rnel 4.3.0-5. I can get the moues working with the added 10-evdev.conf updates but the multi-touch fails so there's no two finger scrolling or two finger tap for right click abilities in the latest kernel. ** Changed in: linux (Ubuntu)

[Kernel-packages] [Bug 1504618] Re: Touch pad not working on Surface Pro 3 Type Cover

2016-02-06 Thread Richard Harding
Note that I can also verify the comment that I have a new device id with the keyboard cover purchased and so there are two devices, mine is the 0x07e2. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1533043] Re: AUFS can hang up; Please update to v20160111

2016-02-05 Thread Richard Hansen
Would someone please provide a simple test case to verify that the version in -proposed fixes the bug? -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1533043 Title: AUFS can hang up;

[Kernel-packages] [Bug 1533043] Re: AUFS can hang up; Please update to v20160111

2016-02-05 Thread Richard Hansen
I'm unable to reproduce the problem on wily (I'm actually running wily, not trusty with the wily kernel), so I changed the verification-needed- wily tag to verification-done-wily. ** Tags removed: verification-needed-wily ** Tags added: verification-done-wily -- You received this bug

[Kernel-packages] [Bug 1404409] Re: [regression] Intel 10Gb NIC Crashes

2016-01-12 Thread Richard Laager
This has been stable on all systems for quite some time now. I don't know what fixed it. It might be the SR-IOV thing. I'm marking it Incomplete, since I can't reproduce it any more. ** Changed in: linux (Ubuntu) Status: In Progress => Incomplete ** Changed in: linux (Ubuntu Trusty)

[Kernel-packages] [Bug 1509723] Re: [Acer Aspire ES1-311] Ubuntu freezes occasionally

2016-01-08 Thread Richard Baka
I've just found an another bug report on kernel bugzilla what was started last April. I don't know why this is not important. Bad news for me as a linux user, and I don't like it. There is no feedback no patch plan or anything like: -Okay, we are working on it. Or: -We don't care about this, it

[Kernel-packages] [Bug 1509723] Re: [Acer Aspire ES1-311] Ubuntu freezes occasionally

2016-01-07 Thread Richard Baka
A few days ago I have replaced my debian jessie with new ubuntu 15.10 to make a try and that was suprisingly stable. (I installed debian before because of ubuntu's freezes.) There were no crashes. Then I downloaded an app (intel-graphics-installer) from the official website of Intel and I ran it.

[Kernel-packages] [Bug 1509723] Re: [Acer Aspire ES1-311] Ubuntu freezes occasionally

2016-01-07 Thread Richard Baka
Okay, I agree. Do you know where we could follow this? How could we know that this has been fixed? There are kernel changelogs on kernel.org, but I don't know, what I should look for. There is something here: https://bugzilla.kernel.org/show_bug.cgi?id=109051 but I haven't found anything news

[Kernel-packages] [Bug 1509723] Re: [Acer Aspire ES1-311] Ubuntu freezes occasionally

2016-01-07 Thread Richard Baka
I recommend Debian Jessie, which is stable enough. :D Yes, I know that It would be a little intresting after Gentoo-BleedingEdge. Ubuntu 14.04 is alright too. That is an LTS Release. It seems to be a complicated problem. 3.16.0-4 Kernel is perfect. -- You received this bug notification

[Kernel-packages] [Bug 1509723] Re: [Acer Aspire ES1-311] Ubuntu freezes occasionally

2016-01-06 Thread Richard Baka
julio, Nick Did you not install intel microcode driver with closed driver manager tool, or official intel graphics driver? -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1509723 Title:

[Kernel-packages] [Bug 1509723] Re: [Acer Aspire ES1-311] Ubuntu freezes occasionally

2016-01-06 Thread Richard Baka
julio It should work. I hope it will but unfortunately this is not the best solution. These Intel CPUs use very advanced power saving technologies and C-state is something that is in connection with power saving. The more bigger c-state number is in use the more energy efficient your cpu is.

[Kernel-packages] [Bug 1509723] Re: [Acer Aspire ES1-311] Ubuntu freezes occasionally

2016-01-05 Thread Richard Baka
Christian, this is a kernel bug. You should use the kernel parameter: "intel_idle.max_cstate=1", or downgrade to the 14.04 LTS Release, or just downgrade the kernel. I use ubuntu kernel 3.13.0-24, and it doesn't freeze. If you choose the first option, do these steps: 1. sudo nano

[Kernel-packages] [Bug 1527825] Re: Dell Latitude 7350 - Audio Broken

2015-12-19 Thread Richard Turner
There has been no change in audio with the latest BIOS Update. Below is the information you have requested: A08 11/19/2015 ** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Kernel Packages, which is

[Kernel-packages] [Bug 1527825] Re: Dell Latitude 7350 - Audio Broken

2015-12-19 Thread Richard Turner
Upgraded to 15.10 and I now see the broadwell-rt286. Unfortunately I still don't get any sound. My aplay output: List of PLAYBACK Hardware Devices card 0: HDMI [HDA Intel HDMI], device 3: HDMI 0 [HDMI 0] Subdevices: 1/1 Subdevice #0: subdevice #0 card 0: HDMI [HDA Intel HDMI],

[Kernel-packages] [Bug 1527825] Re: Dell Latitude 7350 - Audio Broken

2015-12-19 Thread Richard Turner
I was finally able to get the sound to work by enabling the SPO switch within alsamixer. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1527825 Title: Dell Latitude 7350 - Audio Broken

[Kernel-packages] [Bug 1527825] Re: Dell Latitude 7350 - Audio Broken

2015-12-19 Thread Richard Turner
In addition, my dmesg output has included new audio error messages: rt286 i2c-INT343A:00: Device with ID register 10ec0288 is not rt286 [2.951218] broadwell-audio broadwell-audio: ASoC: CODEC DAI rt286-aif1 not registered [2.951231] platform broadwell-audio: Driver broadwell-audio

[Kernel-packages] [Bug 1509723] Re: [Acer Aspire ES1-311] Ubuntu freezes occasionally

2015-12-18 Thread Richard Baka
Stasia, you could be right. Removing pulse didn't solve the problem (Acer e1-510) but I have upgraded to the 4.3.3-040303-generic kernel and it's much better. My acer freezed regularly with ubuntu's default kernel but I haven't seen one after the upgrade (several hours). I hope it will be okay.

[Kernel-packages] [Bug 1527825] [NEW] Dell Latitude 7350 - Audio Broken

2015-12-18 Thread Richard Turner
Public bug reported: On a 7350 with Ubuntu 15.04 there is no sound. The results of aplay are the following: List of PLAYBACK Hardware Devices card 0: HDMI [HDA Intel HDMI], device 3: HDMI 0 [HDMI 0] Subdevices: 1/1 Subdevice #0: subdevice #0 card 0: HDMI [HDA Intel HDMI], device 7:

[Kernel-packages] [Bug 1259861] Re: 5-10 second delay in kernel boot

2015-12-17 Thread Richard Hansen
** Changed in: linux (Ubuntu) Assignee: Rahul (rahulshantagiri) => (unassigned) ** Tags added: wily -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1259861 Title: 5-10 second

[Kernel-packages] [Bug 1509723] Re: [Acer Aspire ES1-311] Ubuntu freezes occasionally

2015-12-17 Thread Richard Baka
Try this: > sudo apt-get remove pulseaudio && sudo apt-get purge pulseaudio && sudo apt-get autoremove -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1509723 Title: [Acer Aspire

[Kernel-packages] [Bug 1259861] Re: 5-10 second delay in kernel boot

2015-12-17 Thread Richard Hansen
I have been seeing this on multiple machines since trusty (at least). I'm currently running wily. I noticed that if I remove the 'ip=dhcp' kernel command line parameter then the 10 second delay goes away. (I added ip=dhcp so that I could ssh into the initramfs to unlock the encrypted root device

[Kernel-packages] [Bug 1488842] [NEW] Can't copy and paste more than 4kB into a terminal

2015-08-26 Thread Richard Bruce Baxter
is a function of a) how busy the user is / spare time they can devote to subsystems, and b) the level of robustness required: automatically editing files which may have been significantly updated between deployments is not necessarily safe. Cheers - Richard ** Affects: linux (Ubuntu

[Kernel-packages] [Bug 1488842] Re: Can't copy and paste more than 4kB into a terminal

2015-08-26 Thread Richard Bruce Baxter
deployments is not necessarily safe. Cheers - Richard To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1488842/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe

[Kernel-packages] [Bug 1485080] [NEW] package linux-image-3.19.0-25-generic 3.19.0-25.26 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2015-08-14 Thread Richard BONNEAU
-generic i686 ApportVersion: 2.17.2-0ubuntu1.3 Architecture: i386 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: richard1548 F pulseaudio Date: Thu Aug 13 22:20:01 2015 DuplicateSignature: package:linux-image-3.19.0-25-generic:3.19.0-25.26:subprocess installed post

[Kernel-packages] [Bug 1404409] Re: [regression] Intel 10Gb NIC Crashes

2015-08-14 Thread Richard Laager
The production system has been stable for a week. I suspect the problem is fixed. I recall reading something where someone was having trouble with an ixgbe NIC, and they turned on SR-IOV in the BIOS. I rebooted the server with Trusty today during maintenance and took screenshots of the BIOS

[Kernel-packages] [Bug 1404409] Re: [regression] Intel 10Gb NIC Crashes

2015-08-07 Thread Richard Laager
It's been fine with two different high traffic guests. We have generic- receive-offload disabled now, to fix a different problem (it breaks IPv6 PMTUD when bridging). Maybe that's it. But when I was testing (for comment #13), I did try leaving gro enabled and I still couldn't reproduce the

[Kernel-packages] [Bug 1404409] Re: [regression] Intel 10Gb NIC Crashes

2015-07-23 Thread Richard Laager
I've put a (less critical) production guest back on this system to see if that reproduces the problem. If it's stable, I'll move the mission critical guest (the one that typically reproduced the problem in the past) over. Maybe that'll help narrow it down. -- You received this bug notification

[Kernel-packages] [Bug 1475904] [NEW] package linux-image-3.13.0-30-generic 3.13.0-30.55 failed to install/upgrade: subprocess installed post-installation script returned error exit status 17

2015-07-18 Thread Richard McDonald
-57-generic x86_64 NonfreeKernelModules: nvidia ApportVersion: 2.14.1-0ubuntu3.11 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: richard1919 F pulseaudio Date: Sat Jul 18 10:14:17 2015 DuplicateSignature: package:linux-image-3.13.0-30-generic

[Kernel-packages] [Bug 1475904] Re: package linux-image-3.13.0-30-generic 3.13.0-30.55 failed to install/upgrade: subprocess installed post-installation script returned error exit status 17

2015-07-18 Thread Richard McDonald
/snd/controlC0: richard1919 F pulseaudio Date: Sat Jul 18 10:14:17 2015 DuplicateSignature: package:linux-image-3.13.0-30-generic:3.13.0-30.55:subprocess installed post-installation script returned error exit status 17 ErrorMessage: subprocess installed post-installation script

[Kernel-packages] [Bug 1404409] Re: [regression] Intel 10Gb NIC Crashes

2015-07-11 Thread Richard Laager
I reinstalled Trusty from scratch and I still can't reproduce it. It's always been somewhat intermittent. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1404409 Title: [regression]

[Kernel-packages] [Bug 1404409] Re: [regression] Intel 10Gb NIC Crashes

2015-07-10 Thread Richard Laager
I tested with this for some time tonight. I couldn't reproduce the issue. In the past, for some reason, it's been easier (or only possible?) to reproduce with a fresh install of Trusty. I'm going to reinstall Trusty tomorrow and re-test. -- You received this bug notification because you are a

[Kernel-packages] [Bug 1404409] Re: [regression] Intel 10Gb NIC Crashes

2015-07-10 Thread Richard Laager
I do see some a kernel log entry that says audit_printk_skb: 42 callbacks suppressed, but definitely no stack dumps. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1404409 Title:

[Kernel-packages] [Bug 1404409] Re: [regression] Intel 10Gb NIC Crashes

2015-06-24 Thread Richard Laager
I haven't had a chance to test yet, but I will soon. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1404409 Title: [regression] Intel 10Gb NIC Crashes Status in linux package in

Re: [Kernel-packages] [Bug 1465424] Re: package linux-image-extra-3.13.0-55-generic 3.13.0-55.92 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2015-06-17 Thread Richard Ferris
Thanks man. I suspected I had to simply purge, but it's still not meant to happen. Is it worth reporting if it happens again or should I simply purge? I'm cool with either, I just wanted to know the best way to provide useful feedback. :) Thanks for your help on this. On Wed, Jun 17, 2015

Re: [Kernel-packages] [Bug 1465424] Re: package linux-image-extra-3.13.0-55-generic 3.13.0-55.92 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2015-06-17 Thread Richard Ferris
I'll run all that as well instead of just purging and see if it gets rid permanently. :) On Wed, Jun 17, 2015 at 10:57 PM, Richard Ferris richard.fer...@gmail.com wrote: Thanks man. I suspected I had to simply purge, but it's still not meant to happen. Is it worth reporting if it happens

Re: [Kernel-packages] [Bug 1465424] Re: package linux-image-extra-3.13.0-55-generic 3.13.0-55.92 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2015-06-17 Thread Richard Ferris
-3.13.0-48-generic E: Sub-process /usr/bin/dpkg returned an error code (1) root@games-tower:~# Weirdly, vitualbox is still there and I can still run it. I'm just going to reboot to make sure I've not bricked my system and mail you again once back up. :) On Wed, Jun 17, 2015 at 11:02 PM, Richard

Re: [Kernel-packages] [Bug 1465424] Re: package linux-image-extra-3.13.0-55-generic 3.13.0-55.92 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2015-06-17 Thread Richard Ferris
:~$ VirtualBox is still there, too. Is this a bug or normal behaviour? Is /boot meant to self clean? On Thu, Jun 18, 2015 at 2:30 AM, Richard Ferris richard.fer...@gmail.com wrote: That didn't do the trick. shizoor@games-tower:~$ sudo bash [sudo] password for shizoor: root@games-tower:~# apt

[Kernel-packages] [Bug 1465424] [NEW] package linux-image-extra-3.13.0-55-generic 3.13.0-55.92 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2015-06-15 Thread Richard Ferris
Public bug reported: /boot keeps filling up with deprecated packages. I don't know if I'm meant to report this bug over and over or just purge to fix it. Please advise. ProblemType: Package DistroRelease: Ubuntu 14.04 Package: linux-image-extra-3.13.0-55-generic 3.13.0-55.92

[Kernel-packages] [Bug 1453542] Re: 15.04 with 3.19.0-17 kernel boot failure

2015-05-11 Thread richard jones
Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: richard1880 F pulseaudio CurrentDesktop: Unity Date: Mon May 11 00:49:15 2015 HibernationDevice: RESUME=UUID=f08d2e82-db26-49b2-b688-4df3cc5f0762 InstallationDate: Installed on 2015-01-08

[Kernel-packages] [Bug 1453302] Re: Linux kernel freeze (it seems in current/3.19.0-17) on Dell Inspiron 1525

2015-05-10 Thread richard jones
Very pleased to help immensely, though I need a little more hand holding... What would you like the new report to say? Please excuse my dumb response! Thanks -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1453542] [NEW] 15.04 with 3.19.0-17 kernel boot failure

2015-05-10 Thread richard jones
DistroRelease: Ubuntu 15.04 Package: linux-image-3.19.0-16-generic 3.19.0-16.16 ProcVersionSignature: Ubuntu 3.19.0-16.16-generic 3.19.3 Uname: Linux 3.19.0-16-generic x86_64 ApportVersion: 2.17.2-0ubuntu1 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: richard

[Kernel-packages] [Bug 1453302] Re: Linux kernel freeze (it seems in current/3.19.0-17) on Dell Inspiron 1525

2015-05-10 Thread richard jones
packages having unmet dependencies. uname -r command confirmed that the expected kernel was running: 4.1.0-040100rc2-generic Hope that helps. Cheers Richard -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https

[Kernel-packages] [Bug 1411514] Re: [Dell Precision M4800] Brightness can't be controlled on 14.04.1

2015-04-26 Thread Richard Laager
I can confirm this on Vivid with the proprietary nvidia driver (version 346) installed. With switchable graphics disabled, I have an acpi_video0 backlight that does nothing. That is, the contents of /sys/class/backlight/acpi_video0/backlight changes, but the screen's brightness does not. If I

[Kernel-packages] [Bug 1290867] Re: [7392:a822] rtl8812au - Edimax AC-1200 not supported

2015-04-17 Thread Richard Elkins
Temporary solution until the rtl8812au driver is incorporated into the supported kernel objects, in English: http://blog.danielscrivano.com/installing-rtl8812au-on-linux-for- wireless-dual-band-usb-adapters/ This temporary (I hope) solution has been verified with an ASUS USB-AC56 wireless

[Kernel-packages] [Bug 1290867] Re: [7392:a822] rtl8812au - Edimax AC-1200 not supported

2015-04-17 Thread Richard Elkins
There are other wireless function kernel objects in /lib/modules/3.16.0-36-generic/kernel/drivers/net/wireless/ and these objects are, according to `dpkg -S`, components of package linux-image- extra-3.16.0-36-generic. But, that kernel version designation would change on the next kernel upgrade.

[Kernel-packages] [Bug 1443258] [NEW] [HP-Pavilion GV454AA-ABU s3230.uk] suspend/resume failure

2015-04-12 Thread richard burton
PID ACCESS COMMAND /dev/snd/controlC0: richard2034 F pulseaudio Date: Sun Apr 12 17:37:13 2015 DuplicateSignature: suspend/resume:HP-Pavilion GV454AA-ABU s3230.uk:5.04 ExecutablePath: /usr/share/apport/apportcheckresume Failure: suspend/resume HibernationDevice: RESUME=UUID=6674202a

[Kernel-packages] [Bug 1404558] Re: IPv6 related kernel panic following upgrade to 3.13.0-43

2015-02-27 Thread Richard van der Hoff
I was previously seeing this problem; I've now upgraded to 3.1.0-46 and am seeing a similar, but slightly different, panic (see attached) ** Attachment added: dmesg.txt https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1404558/+attachment/4329425/+files/dmesg.txt -- You received this

[Kernel-packages] [Bug 1307744] Re: bcmwl-kernel-source 6.30.223.141+bdcom-0ubuntu2: bcmwl kernel module failed to build [error: too few arguments to function ‘cfg80211_ibss_joined’]

2015-02-23 Thread Richard
Same issue for me today with a fresh install of 14.04_2 downloaded yesterday and installed on a lenovo n500 today. No wifi. reply #11 works fine for me. Hopefully will stay working regardless of future updates... -- You received this bug notification because you are a member of Kernel Packages,

<    3   4   5   6   7   8   9   10   >