[Bug 254837] Re: hostap_cs causes kernel oops on 2.6.26 with senao nl-2511cd

2008-09-03 Thread Colin King
Hi again, I have put another kernel image deb package, this time into: http://people.ubuntu.com/~cking/debug-254837-4 This has some more sanity checking to see why the interrupt handler is jumping to a zero address, and also some checks on the interrupt vector to see if they are getting corrupte

[Bug 264368] [NEW] totem crashes when compiz is enabled

2008-09-03 Thread Colin King
Public bug reported: ISO Testing, Desktop Install on an Dell Inspiron 6400 Laptop, following Desktop installations instructions in https://wiki.ubuntu.com/Testing/Cases/LiveCDInstall and then https://wiki.ubuntu.com/Testing/Cases/UbuntuDesktop Clicked on Places->Home folder, then Examples then Ex

[Bug 264368] Re: totem crashes when compiz is enabled

2008-09-03 Thread Colin King
** Attachment added: "Output from totem" http://launchpadlibrarian.net/17268913/totem_crash.txt -- totem crashes when compiz is enabled https://bugs.launchpad.net/bugs/264368 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu

[Bug 264368] Re: totem crashes when compiz is enabled

2008-09-03 Thread Colin King
** Attachment added: "dmesg log" http://launchpadlibrarian.net/17268941/dmesg.txt -- totem crashes when compiz is enabled https://bugs.launchpad.net/bugs/264368 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 264368] Re: totem crashes when compiz is enabled

2008-09-03 Thread Colin King
** Attachment added: "lspci -vvnn" http://launchpadlibrarian.net/17268945/lspci.txt -- totem crashes when compiz is enabled https://bugs.launchpad.net/bugs/264368 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailin

[Bug 137978] Re: Wine causes process hang in kernel when running applications from FAT partition

2008-09-03 Thread Colin King
OK, I've tested this myself doing: 1. Install 6.0.6 LTS i386 Desktop inside VirtualBox 2. Download all the latest updates 3. Install Wine 4. Download a Windows application (VisualGPS from http://www.visualgps.net/VisualGPS/VisualGPSInstall.exe) 5. Create a fat32 filesystem and loop-back mount it

[Bug 137978] Re: Wine causes process hang in kernel when running applications from FAT partition

2008-09-04 Thread Colin King
SRU Justification: Impact: Running wine applications from a FAT filesystem causes the wine process to get stuck in a kernel "D" state and cannot be killed. This prevents a user from unmounting the FAT filesystem. Fix: Replace a typo in fat_ioctl_readdir() introduced during CVE-2007-2878, where th

[Bug 254837] Re: hostap_cs causes kernel oops on 2.6.26 with senao nl-2511cd

2008-09-04 Thread Colin King
Thanks for this information - it was a lot of help for the next round of debugging. I have put another kernel image deb package, this time into: http://people.ubuntu.com/~cking/debug-254837-5 The debug will cause a kernel panic when it detects the zeroing of the interrupt vectors 16 upwards - ho

[Bug 86778] Re: Precedence bug in patch

2008-09-04 Thread Colin King
** Changed in: linux-source-2.6.15 (Ubuntu Dapper) Assignee: Ubuntu Kernel Team (ubuntu-kernel-team) => Colin King (colin-king) Status: Triaged => In Progress Target: None => dapper-updates -- Precedence bug in patch https://bugs.launchpad.net/bugs/86778 You received

[Bug 237306] Re: hisax isdn network broken

2008-09-04 Thread Colin King
** Changed in: linux (Ubuntu Hardy) Assignee: Ubuntu Kernel Team (ubuntu-kernel-team) => Colin King (colin-king) Status: Triaged => In Progress -- hisax isdn network broken https://bugs.launchpad.net/bugs/237306 You received this bug notification because you are a member of

[Bug 86778] Re: Precedence bug in patch

2008-09-04 Thread Colin King
SRU Justification: Impact: The mm zone page calculations are being miscalculated because of a previous commit. Fix: Add parentheses around >> operators in setup_per_zone_pages_min() to correct the calculation. Elaboration here: originally the calculation was: zone->pages_low = zone->pages_min +

[Bug 86778] Re: Precedence bug in patch

2008-09-04 Thread Colin King
** Attachment added: "/proc/zoneinfo for fixed version" http://launchpadlibrarian.net/17287906/zoneinfo_fixed.log ** Changed in: linux-source-2.6.15 (Ubuntu Dapper) Status: In Progress => Fix Committed -- Precedence bug in patch https://bugs.launchpad.net/bugs/86778 You received this

[Bug 235119] Re: Coretemp outdated / can't show 45nm core temps

2008-09-04 Thread Colin King
** Changed in: linux (Ubuntu Hardy) Assignee: Ubuntu Kernel Team (ubuntu-kernel-team) => Colin King (colin-king) Status: Triaged => In Progress -- Coretemp outdated / can't show 45nm core temps https://bugs.launchpad.net/bugs/235119 You received this bug notification beca

[Bug 254837] Re: hostap_cs causes kernel oops on 2.6.26 with senao nl-2511cd

2008-09-05 Thread Colin King
Hi Dan, Is it possible for you to see if you can enable your local APIC in your BIOS set up? The kernel is reporting it is disabled, which does not seem correct to me. Meanwhile, I have a good understanding now of why the OOPS is occurring and I am opening up a discussion with the maintainer of t

[Bug 254837] Re: hostap_cs causes kernel oops on 2.6.26 with senao nl-2511cd

2008-09-05 Thread Colin King
I have another put another kernel image deb package, this time into: http://people.ubuntu.com/~cking/debug-254837-6 This tweaks a possible bug in the yenta_socket driver, and also has a patch to stop the kernel from OOPsing. I've bumped this to the latest Intrepid Kernel too. Please let me know o

[Bug 235119] Re: Coretemp outdated / can't show 45nm core temps

2008-09-05 Thread Colin King
Hi, I've added the patch and built the linux-kernel package - you can download the packages from my PPA at: https://launchpad.net/~colin- king/+archive Add the following lines to your apt sources.list: deb http://ppa.launchpad.net/colin-king/ubuntu hardy main deb-src http://ppa.launchpa

[Bug 237306] Re: hisax isdn network broken

2008-09-05 Thread Colin King
Hi, I've added the patch and built the linux-kernel package - you can download the packages from my PPA at: https://launchpad.net/~colin- king/+archive Add the following lines to your apt sources.list: deb http://ppa.launchpad.net/colin-king/ubuntu hardy main deb-src http://ppa.launchpa

[Bug 254837] Re: hostap_cs causes kernel oops on 2.6.26 with senao nl-2511cd

2008-09-08 Thread Colin King
Hi Dan, One more try... I think this kernel may get a little further now: http://people.ubuntu.com/~cking/debug-254837-7 Please let me know of outcome. Colin. -- hostap_cs causes kernel oops on 2.6.26 with senao nl-2511cd https://bugs.launchpad.net/bugs/254837 You received this bug notifica

[Bug 263217] Re: Unable to connect Motorola Z6 phone in mass storage mode

2008-09-08 Thread Colin King
** Changed in: linux (Ubuntu Hardy) Assignee: (unassigned) => Colin King (colin-king) Status: New => In Progress -- Unable to connect Motorola Z6 phone in mass storage mode https://bugs.launchpad.net/bugs/263217 You received this bug notification because you are a member of

[Bug 235119] Re: Coretemp outdated / can't show 45nm core temps

2008-09-08 Thread Colin King
SRU justification: Impact: Newer 45nm model 17 CPUs ("Penryn", such as Intel q9300,q9450,Core 2 Due E8200,E800, etc) are not recognised by coretemp driver. The patch attached is straight forward upstream cherry pick of commit ae770152c801f10a91e5e86597a39b5f9ccf2d0d from 2.6.25. Testcase: With

[Bug 237306] Re: hisax isdn network broken

2008-09-08 Thread Colin King
SRU justification: Impact: ISDN networking does not work at all because ipppX interfaces cannot be configured - c.f. http://bugzilla.kernel.org/show_bug.cgi?id=9923 The patch attached is straight forward 1 line change in the form of an upstream cherry pick of commit d2dcba612b357a4687843ad4f4662

[Bug 254453] Re: Ubuntu 8.10 Alpha-3 Intrepid Ibex - Via C3 CPU not Supported

2008-09-08 Thread Colin King
Confirmed - this change occurred in the following commit: commit 3b76902afade4425f607700d6a264264df53b2b0 Author: Ben Collins <[EMAIL PROTECTED]> Date: Sat Aug 23 15:42:08 2008 -0400 UBUNTU: Update config files Signed-off-by: Ben Collins <[EMAIL PROTECTED]> ** Changed in: linux (

[Bug 153702] Re: Dell Inspiron 530 SATA drive not detected in IDE mode

2008-09-08 Thread Colin King
** Also affects: module-init-tools Importance: Undecided Status: New -- Dell Inspiron 530 SATA drive not detected in IDE mode https://bugs.launchpad.net/bugs/153702 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bug

[Bug 263217] Re: Unable to connect Motorola Z6 phone in mass storage mode

2008-09-08 Thread Colin King
Hi, I've added the patch and built the linux-kernel package for Hardy - you can download the packages from my PPA at: https://launchpad.net/~colin- king/+archive Add the following lines to your apt sources.list: deb http://ppa.launchpad.net/colin-king/ubuntu hardy main deb-src

[Bug 138583] Re: [Gutsy] Kernel Oops after calling synce-serial-start

2008-09-08 Thread Colin King
Hi, I suspect this bug will end up in the Won't Fix state if it's not tested. Any volunteers to test this? Colin -- [Gutsy] Kernel Oops after calling synce-serial-start https://bugs.launchpad.net/bugs/138583 You received this bug notification because you are a member of Ubuntu Bugs, which is su

[Bug 254837] Re: hostap_cs causes kernel oops on 2.6.26 with senao nl-2511cd

2008-09-09 Thread Colin King
Dan, can you try pci=noacpi in the boot line? -- hostap_cs causes kernel oops on 2.6.26 with senao nl-2511cd https://bugs.launchpad.net/bugs/254837 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs

[Bug 254837] Re: hostap_cs causes kernel oops on 2.6.26 with senao nl-2511cd

2008-09-09 Thread Colin King
..and if the above fails try assign-busses in the boot line too. -- hostap_cs causes kernel oops on 2.6.26 with senao nl-2511cd https://bugs.launchpad.net/bugs/254837 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs maili

[Bug 235119] Re: Coretemp outdated / can't show 45nm core temps

2008-09-09 Thread Colin King
therelic: I've modified lm-sensors which should contain the appropriate fix - you can download the package from my PPA at: https://launchpad.net/~colin- king/+archive Add the following lines to your apt sources.list: deb http://ppa.launchpad.net/colin-king/ubuntu hardy main deb-src

[Bug 267089] Re: 2.6.27-2 kernel on intrepid: disk is mounted in RO after several hours

2008-09-09 Thread Colin King
Hi Lionel, A couple of things: 1. Is this bug repeatable? When it occurs can you attach the output from the "mount" command. 2. The DMA: Out of SW-IOMMU space for 4224 bytes at device :0b:00.0 message in the dmesg log is interesting too - was this occurring on previous kernels? Colin. -

[Bug 263217] Re: Unable to connect Motorola Z6 phone in mass storage mode

2008-09-09 Thread Colin King
SRU justification: Impact: Motorola Z6 phone is unable to connect in USB Mass Storage Mode because of buggy phone USB implementation. Fix: The patch from upstream commit cc36bdd47ae51b66780b317c1fa519221f894405 describes new "unusual" USB device for this phone with FIX_INQUIRY and FIX_CAPACITY

[Bug 214810] Re: Kernel Panic due to null pointer dereference in do_add_mount()

2008-09-09 Thread Colin King
Hi Chad, Thanks for investigating this with 2.6.27. Any success with the kernels I built in https://bugs.launchpad.net/ubuntu/+source/linux- source-2.6.22/+bug/214810/comments/19 ? Colin -- Kernel Panic due to null pointer dereference in do_add_mount() https://bugs.launchpad.net/bugs/214810 You

[Bug 239215] Re: kernel panics when executing "conntrackd -c"

2008-09-09 Thread Colin King
** Changed in: linux (Ubuntu Hardy) Assignee: Ubuntu Kernel Team (ubuntu-kernel-team) => Colin King (colin-king) Status: Triaged => In Progress Target: None => ubuntu-8.04.2 -- kernel panics when executing "conntrackd -c" https://bugs.launchpad.net/bugs/

[Bug 254837] Re: hostap_cs causes kernel oops on 2.6.26 with senao nl-2511cd

2009-08-11 Thread Colin King
Thanks Dan. After some digging around I suspect this problem occurs because the device shares an interrupt line with other devices and the interrupt handler for this driver is trying to handle and interrupt before the rest of the driver is fully initialised, which leads to the oops. Which version

[Bug 254837] Re: hostap_cs causes kernel oops on 2.6.26 with senao nl-2511cd

2009-08-11 Thread Colin King
** Changed in: linux (Ubuntu) Status: New => Incomplete -- hostap_cs causes kernel oops on 2.6.26 with senao nl-2511cd https://bugs.launchpad.net/bugs/254837 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 402918] [NEW] Karmic Alpha3, OEM login cycles round and around

2009-07-22 Thread Colin King
Public bug reported: Following ISO test http://testcases.qa.ubuntu.com/Install/DesktopOem, OEM install, after successful install and 1st reboot I get to the gdm login screen. However, this login screen cycles around and around about 6 times before stopping and getting just a desktop background. R

[Bug 402918] Re: Karmic Alpha3, OEM login cycles round and around

2009-07-22 Thread Colin King
@Martin, attached gzip'd tar of /var/log/gdm. ** Attachment added: "gzip'd tar of /var/log/gdm" http://launchpadlibrarian.net/29384928/gdm.tar.gz -- Karmic Alpha3, OEM login cycles round and around https://bugs.launchpad.net/bugs/402918 You received this bug notification because you are a me

[Bug 402918] Re: Karmic Alpha3, OEM login cycles round and around

2009-07-22 Thread Colin King
*** This bug is a duplicate of bug 402707 *** https://bugs.launchpad.net/bugs/402707 ..and /etc/gdm/custom.conf ** Attachment added: "/etc/gdm/custom.conf" http://launchpadlibrarian.net/29385108/custom.conf -- Karmic Alpha3, OEM login cycles round and around https://bugs.launchpad.net/bu

[Bug 402918] Re: Karmic Alpha3, OEM login cycles round and around

2009-07-22 Thread Colin King
*** This bug is a duplicate of bug 402707 *** https://bugs.launchpad.net/bugs/402707 @Martin, just to confirm, today's image fixes this issue: http://cdimage.ubuntu.com/daily-live/20090722/karmic-desktop-amd64.iso -- Karmic Alpha3, OEM login cycles round and around https://bugs.launchpad.net

[Bug 403021] [NEW] OEM install: black screen with cursor on login

2009-07-22 Thread Colin King
Public bug reported: Testing today's ISO: ISO: http://cdimage.ubuntu.com/daily-live/20090722/karmic-desktop-amd64.iso Test: http://testcases.qa.ubuntu.com/Install/DesktopOem After test case uoi-002 (Desktop Ready For End User) has completed and I had rebooted the machine, X failed to start and

[Bug 403021] Re: OEM install: black screen with cursor on login

2009-07-22 Thread Colin King
** Attachment added: "var.log.tar.gz" http://launchpadlibrarian.net/29388978/var.log.tar.gz -- OEM install: black screen with cursor on login https://bugs.launchpad.net/bugs/403021 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 403046] [NEW] Nautilus tries to mount /sda1 on login and requests authentication

2009-07-22 Thread Colin King
Public bug reported: Testing today's ISO: ISO: http://cdimage.ubuntu.com/daily-live/20090722/karmic-desktop-amd64.iso Test: http://testcases.qa.ubuntu.com/Install/DesktopResize After logging in, Nautilus reports that it needs authentication to mount a device (in this case, /dev/sda1). A few sec

[Bug 403046] Re: Nautilus tries to mount /sda1 on login and requests authentication

2009-07-22 Thread Colin King
** Attachment added: "Authentication for /dev/sda1 to be mounted" http://launchpadlibrarian.net/29390501/Screenshot-Authenticate.png -- Nautilus tries to mount /sda1 on login and requests authentication https://bugs.launchpad.net/bugs/403046 You received this bug notification because you are

[Bug 403046] Re: Nautilus tries to mount /sda1 on login and requests authentication

2009-07-22 Thread Colin King
** Attachment added: "Apport screen shot 1" http://launchpadlibrarian.net/29390508/nautilus_1.png -- Nautilus tries to mount /sda1 on login and requests authentication https://bugs.launchpad.net/bugs/403046 You received this bug notification because you are a member of Ubuntu Bugs, which is s

[Bug 403046] Re: Nautilus tries to mount /sda1 on login and requests authentication

2009-07-22 Thread Colin King
** Attachment added: "Apport screenshot 2" http://launchpadlibrarian.net/29390535/nautilus-2.png -- Nautilus tries to mount /sda1 on login and requests authentication https://bugs.launchpad.net/bugs/403046 You received this bug notification because you are a member of Ubuntu Bugs, which is su

[Bug 403046] Re: Nautilus tries to mount /sda1 on login and requests authentication

2009-07-22 Thread Colin King
** Attachment added: "/var/log log files in gzip'd tar" http://launchpadlibrarian.net/29390577/nautilus-failure-var.log.tar.gz -- Nautilus tries to mount /sda1 on login and requests authentication https://bugs.launchpad.net/bugs/403046 You received this bug notification because you are a memb

[Bug 352117] Re: lockup after resume from suspend and modprode -r iwl3945

2009-08-18 Thread Colin King
** Changed in: linux (Ubuntu) Status: Incomplete => Fix Released -- lockup after resume from suspend and modprode -r iwl3945 https://bugs.launchpad.net/bugs/352117 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs ma

[Bug 318942] Re: no sound from speakers on HP Mini 1000 (hda-intel, IDT 92HD75B2X5)

2009-08-19 Thread Colin King
SRU Justification: Impact: HP Mini 1000 speakers do not work, and audio only works through the headphone jack. Fix: Patch attached includes correct Intel HDA audio verb table and mixer settings to enable speakers for the HP Mini 1000 (Audio chipset: IDT 92HD75B2X5, Vendor Id 0x111d7608, Subsystem

[Bug 318942] Re: no sound from speakers on HP Mini 1000 (hda-intel, IDT 92HD75B2X5)

2009-08-19 Thread Colin King
Patch Commited: http://kernel.ubuntu.com/git?p=ubuntu/ubuntu- jaunty.git;a=commit;h=a1e1f79d23a7d6316a3d3865750143c632e61aa6 ** Changed in: linux (Ubuntu) Status: In Progress => Fix Committed -- no sound from speakers on HP Mini 1000 (hda-intel, IDT 92HD75B2X5) https://bugs.launchpad.ne

[Bug 414745] Re: [LENOVO 0768BXG] ACPI wakealarm failure

2009-08-20 Thread Colin King
** Changed in: linux (Ubuntu) Status: In Progress => Incomplete -- [LENOVO 0768BXG] ACPI wakealarm failure https://bugs.launchpad.net/bugs/414745 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-

[Bug 317308] Re: OOPS at /build/buildd/linux-2.6.28/net/mac80211/rx.c:2201

2009-08-20 Thread Colin King
** Changed in: linux (Ubuntu) Status: Fix Committed => Fix Released -- OOPS at /build/buildd/linux-2.6.28/net/mac80211/rx.c:2201 https://bugs.launchpad.net/bugs/317308 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bug

[Bug 124159] Re: Broadcom bcm43xx Wireless driver regression in gutsy

2009-08-20 Thread Colin King
On Marco's note https://bugs.launchpad.net/ubuntu/+source/linux/+bug/124159/comments/128 will mark this as Fix released. ** Changed in: linux (Ubuntu) Status: Incomplete => Fix Released -- Broadcom bcm43xx Wireless driver regression in gutsy https://bugs.launchpad.net/bugs/124159 You rece

[Bug 414745] Re: [LENOVO 0768BXG] ACPI wakealarm failure

2009-08-20 Thread Colin King
@Neil, thanks for looking into this and spotting the need for --utc --systohc - my fail on that one. I will see that these added to the system/resume tests script. As it is, your machine looks fine. I will mark this bug as Invalid as there is no issue you machine as it's a bug with out scripts.

[Bug 414745] Re: [LENOVO 0768BXG] ACPI wakealarm failure

2009-08-21 Thread Colin King
@Neil, Just to add, instead of using hwclock --utc --systohc one can use: SECS=$((`cat /sys/class/rtc/rtc0/since_epoch`+$SLEEP_SECS)) echo 0 > /sys/class/rtc/rtc0/wakealarm echo $SECS > /sys/class/rtc/rtc0/wakealarm -- [LENOVO 0768BXG] ACPI wakealarm failure https://bugs.launchpad.net/bug

[Bug 363523] Re: [TOSHIBA Satellite A55] suspend/resume failure

2009-08-21 Thread Colin King
nee: (unassigned) => Colin King (colin-king) -- [TOSHIBA Satellite A55] suspend/resume failure https://bugs.launchpad.net/bugs/363523 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lis

[Bug 359202] Re: [Hewlett-Packard HP Pavilion tx2500 Notebook PC] suspend/resume failure

2009-08-21 Thread Colin King
@uve, are you able to ping this machine, or even login into it remotely using ssh? If you can, than this may suggest a GPU/X lock up bug. -- [Hewlett-Packard HP Pavilion tx2500 Notebook PC] suspend/resume failure https://bugs.launchpad.net/bugs/359202 You received this bug notification because y

[Bug 318942] Re: no sound from speakers on HP Mini 1000 (hda-intel, IDT 92HD75B2X5)

2009-08-21 Thread Colin King
** Changed in: linux (Ubuntu Jaunty) Status: Fix Committed => Fix Released ** Changed in: linux (Ubuntu) Status: Fix Committed => Fix Released -- no sound from speakers on HP Mini 1000 (hda-intel, IDT 92HD75B2X5) https://bugs.launchpad.net/bugs/318942 You received this bug notifica

[Bug 351089] Re: kswapd Bad page state in process

2009-07-28 Thread Colin King
@Mihai, Looks like you are getting "struct page" corruption, and as a result we see the "Bad page state" messages. It's of interest that you are seeing this in the following scenarios: NTFS -> reiserfs NTFS -> XFS reiserfs -> XFS Also, this error occurs after writing large files and very probab

[Bug 351089] Re: kswapd Bad page state in process

2009-07-28 Thread Colin King
ntu.com/DebuggingGNOMEPowerManager and submit any other logs related to your problem. Thanks in advance. ** Changed in: linux (Ubuntu) Status: Triaged => Incomplete ** Changed in: linux (Ubuntu) Assignee: (unassigned) => Colin King (colin-king) -- kswapd Bad page state in

[Bug 351089] Re: kswapd Bad page state in process

2009-07-28 Thread Colin King
Oops, ignore comment #9, it got pasted in by mistake. :-( -- kswapd Bad page state in process https://bugs.launchpad.net/bugs/351089 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.co

[Bug 301694] Re: "ipw2200: Failed to send SYSTEM_CONFIG" but mostly works

2009-07-28 Thread Colin King
Ken, can you let us know what value you get when you do the following: cat /sys/module/ipw2200/parameters/associate If it's 1, then can you do the following: as sudo create the file /etc/modprobe.d/ipw220 and add to it the following: options ipw2200 associate=0 And reboot. Maybe this will st

[Bug 357724] Re: radio_maestro module generates kernel oops and crash

2009-07-28 Thread Colin King
@GertjanVD, Thanks for the patch and this observation. Are you 100% sure that video_device_release() is being called twice? I'm unclear that it's being called in the video_unregister_device() call. I will look into this, but if you can clarify this, it would help. Thanks! Colin -- radio_maestr

[Bug 357724] Re: radio_maestro module generates kernel oops and crash

2009-07-28 Thread Colin King
@GertjanVD, Thanks for the patch and this observation. Are you 100% sure that video_device_release() is being called twice? I'm unclear that it's being called in the video_unregister_device() call. I will look into this, but if you can clarify this, it would help. Thanks! Colin -- radio_maestr

[Bug 357724] Re: radio_maestro module generates kernel oops and crash

2009-07-29 Thread Colin King
@GertjanVD: I concur with your findings. I've reworked your patch a little and uploaded some test kernels with a fix in at: http://people.canonical.com/~cking/sru-357724 Can you install the appropriate kernel and give this a test. If this fixes the problem I will try and get the patch incorpora

[Bug 357724] Re: radio_maestro module generates kernel oops and crash

2009-07-29 Thread Colin King
Post script: Please let me know if these kernels fix the problem. Thanks! -- radio_maestro module generates kernel oops and crash https://bugs.launchpad.net/bugs/357724 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mail

[Bug 254837] Re: hostap_cs causes kernel oops on 2.6.26 with senao nl-2511cd

2009-07-29 Thread Colin King
Hi Dan, Can you confirm this issue exists with the Karmic Alpha 9.10 release. Images for testing are available at http://cdimage.ubuntu.com/daily- live/current/ . Please let us know your results. If the issue remains while still running Karmic, please run the following command which will automat

[Bug 301694] Re: "ipw2200: Failed to send SYSTEM_CONFIG" but mostly works

2009-07-29 Thread Colin King
@Ken, After digging around a bit, I believe it was fixed, see bug 264104 in module-init-tools_3.3-pre11-4ubuntu15. Are you happy for me to mark this as fixed released now? ** Changed in: linux (Ubuntu) Status: Triaged => Incomplete -- "ipw2200: Failed to send SYSTEM_CONFIG" but mostly

[Bug 301694] Re: "ipw2200: Failed to send SYSTEM_CONFIG" but mostly works

2009-07-29 Thread Colin King
** Changed in: linux (Ubuntu) Assignee: (unassigned) => Colin King (colin-king) -- "ipw2200: Failed to send SYSTEM_CONFIG" but mostly works https://bugs.launchpad.net/bugs/301694 You received this bug notification because you are a member of Ubuntu Bugs, which is subscri

[Bug 214713] Re: Suspend to RAM fails on Asus A8N-E

2009-07-29 Thread Colin King
command which will automatically gather and attach updated debug information: apport-collect -p linux-image-2.6.28-11-generic 214713 Thanks in advance. ** Changed in: linux (Ubuntu) Status: Triaged => Incomplete ** Changed in: linux (Ubuntu) Assignee: (unassigned) => Colin King

[Bug 357724] Re: radio_maestro module generates kernel oops and crash

2009-07-30 Thread Colin King
SRU Justification: Impact: A failed radio-maestro probe always generates a kernel oops. Probe failures in maestro_probe cause a double call to video_device_release(): a) indirectly when calling video_unregister_device() via dev->release(dev) in device_release() b) explicity in the error handli

[Bug 357724] Re: radio_maestro module generates kernel oops and crash

2009-07-30 Thread Colin King
Commit http://kernel.ubuntu.com/git?p=ubuntu/ubuntu- jaunty.git;a=commit;h=cc4057b17be975a0f71116b005aea0cf3a2f2728 ** Changed in: linux (Ubuntu) Status: Incomplete => Fix Committed -- radio_maestro module generates kernel oops and crash https://bugs.launchpad.net/bugs/357724 You receive

[Bug 318942] Re: no sound from speakers on HP Mini 1000 (hda-intel, IDT 92HD75B2X5)

2009-08-13 Thread Colin King
Colin ** Changed in: linux (Ubuntu) Assignee: Andy Whitcroft (apw) => Colin King (colin-king) -- no sound from speakers on HP Mini 1000 (hda-intel, IDT 92HD75B2X5) https://bugs.launchpad.net/bugs/318942 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed t

[Bug 357724] Re: radio_maestro module generates kernel oops and crash

2009-08-13 Thread Colin King
@Ian. This will work it's way through the SRU process and will be released in a Jaunty kernel update sometime in the near future. -- radio_maestro module generates kernel oops and crash https://bugs.launchpad.net/bugs/357724 You received this bug notification because you are a member of Ubuntu Bu

[Bug 318942] Re: no sound from speakers on HP Mini 1000 (hda-intel, IDT 92HD75B2X5)

2009-08-13 Thread Colin King
I'm not 100% convinced that having the same chip necessarily means going to be wired up the same, e.g. pin configurations may be subtly different and BIOS config may be different. For this bug, I've got a fix for the HP Mini 1000 - and I'd like that verified before pursuing different models. --

[Bug 254837] Re: hostap_cs causes kernel oops on 2.6.26 with senao nl-2511cd

2009-08-13 Thread Colin King
Hi Dan, Please download and install the appropriate deb package from http://people.canonical.com/~cking/sru-254837/ and re-test. Please attach the dmesg as this contains some debug information to verify my assumptions about this bug. Thanks! -- hostap_cs causes kernel oops on 2.6.26 with senao

[Bug 355284] Re: [LENOVO 0768BXG] suspend/resume failure

2009-08-14 Thread Colin King
ntu) Assignee: (unassigned) => Colin King (colin-king) -- [LENOVO 0768BXG] suspend/resume failure https://bugs.launchpad.net/bugs/355284 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@l

[Bug 360843] Re: [ASUSTeK Computer Inc. F7SR] suspend/resume failure

2009-08-14 Thread Colin King
nd 5. If you get any kernel panic messages, please take a digital photo of the messages and attach it to the bug report. Thanks ** Changed in: linux (Ubuntu) Status: New => Incomplete ** Changed in: linux (Ubuntu) Assignee: (unassigned) => Colin King (colin-king) -- [ASUSTeK C

[Bug 360379] Re: [A8VE Deluxe] suspend/resume failure

2009-08-14 Thread Colin King
: pm-suspend 5. If you get any kernel panic messages, please take a digital photo of the messages and attach it to the bug report. Thanks ** Changed in: linux (Ubuntu) Status: New => Incomplete ** Changed in: linux (Ubuntu) Assignee: (unassigned) => Colin King (colin-king) -- [

[Bug 358646] Re: [LG Electronics LW20-CDMV2] suspend/resume failure

2009-08-14 Thread Colin King
problem. Thanks! ** Changed in: linux (Ubuntu) Status: New => Incomplete ** Changed in: linux (Ubuntu) Assignee: (unassigned) => Colin King (colin-king) -- [LG Electronics LW20-CDMV2] suspend/resume failure https://bugs.launchpad.net/bugs/358646 You received this bug notifi

[Bug 357026] Re: [Acer Aspire 4315] suspend/resume failure

2009-08-14 Thread Colin King
linux (Ubuntu) Status: New => Incomplete ** Changed in: linux (Ubuntu) Importance: Undecided => Low ** Changed in: linux (Ubuntu) Assignee: (unassigned) => Colin King (colin-king) -- [Acer Aspire 4315] suspend/resume failure https://bugs.launchpad.net/bugs/357026 You rec

[Bug 357782] Re: [Sony Corporation PCG-K35(UC)] suspend/resume failure [non-free: ath_hal]

2009-08-14 Thread Colin King
attach the dmesg output once you have rebooted the machine so that I can check to see which driver is causing the problem. Thanks! ** Changed in: linux (Ubuntu) Status: New => Incomplete ** Changed in: linux (Ubuntu) Assignee: (unassigned) => Colin King (colin-king) -- [Sony Corpor

[Bug 356223] Re: [LENOVO 64574UG] suspend/resume failure [non-free: nvidia]

2009-08-14 Thread Colin King
@Diggory, does this happen every time the T61 goes into suspend on idle, or just sporadically? ** Changed in: linux (Ubuntu) Status: New => Incomplete ** Changed in: linux (Ubuntu) Assignee: (unassigned) => Colin King (colin-king) -- [LENOVO 64574UG] suspend/resume failur

[Bug 350060] Re: Gigabyte P35-DS3 fails to resume

2009-08-14 Thread Colin King
the problem. Thanks! ** Summary changed: - System dont come up after Suspend + Gigabyte P35-DS3 fails to resume ** Changed in: linux (Ubuntu) Importance: Undecided => Medium ** Changed in: linux (Ubuntu) Assignee: (unassigned) => Colin King (colin-king) -- Gigabyte P35-DS3 fa

[Bug 344943] Re: [Acer Extensa 5220] suspend/resume failure

2009-08-14 Thread Colin King
nux (Ubuntu) Assignee: (unassigned) => Colin King (colin-king) -- [Acer Extensa 5220] suspend/resume failure https://bugs.launchpad.net/bugs/344943 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@li

[Bug 350409] Re: [TOSHIBA Satellite M105] suspend/resume failure

2009-08-14 Thread Colin King
@Tristian, from the error messages from the photo you attached to the bug report I suspect that your Toshiba BIOS is corrupting memory during the suspend/resume cycle. Since this is out of our control, I suspect there is very little we can do to fix this at all. It may be worth looking at either s

[Bug 350409] Re: [TOSHIBA Satellite M105] suspend/resume failure

2009-08-14 Thread Colin King
ad news. ** Changed in: linux (Ubuntu) Status: New => Won't Fix ** Changed in: linux (Ubuntu) Importance: Undecided => Medium ** Changed in: linux (Ubuntu) Assignee: (unassigned) => Colin King (colin-king) -- [TOSHIBA Satellite M105] suspend/resume failure https://bugs.lau

[Bug 350847] Re: [Packard Bell BV EasyNote_BG46-T-001RU] suspend/resume failure

2009-08-14 Thread Colin King
problem. Thanks! ** Changed in: linux (Ubuntu) Status: New => Incomplete ** Changed in: linux (Ubuntu) Importance: Undecided => Medium ** Changed in: linux (Ubuntu) Assignee: (unassigned) => Colin King (colin-king) -- [Packard Bell BV EasyNote_BG46-T-001RU] suspend/resum

[Bug 351558] Re: [Hewlett-Packard Pavilion ze5300 (DC964A)] suspend/resume failure

2009-08-14 Thread Colin King
the problem. Thanks! ** Changed in: linux (Ubuntu) Status: New => Incomplete ** Changed in: linux (Ubuntu) Importance: Undecided => Medium ** Changed in: linux (Ubuntu) Assignee: (unassigned) => Colin King (colin-king) -- [Hewlett-Packard Pavilion ze5300 (DC964A)] suspe

[Bug 352735] Re: [Jaunty][Hewlett-Packard HP Pavilion dv6500 Notebook PC] suspend/resume failure, screen does not come back on, but all status lights do.[non-free: nvidia]

2009-08-14 Thread Colin King
problem. Thanks! ** Changed in: linux (Ubuntu) Status: New => Incomplete ** Changed in: linux (Ubuntu) Importance: Undecided => Medium ** Changed in: linux (Ubuntu) Assignee: (unassigned) => Colin King (colin-king) -- [Jaunty][Hewlett-Packard HP Pavilion dv6500 No

[Bug 354124] Re: [Acer TravelMate 5510] suspend/resume failure

2009-08-17 Thread Colin King
rtance: Low => Medium ** Changed in: linux (Ubuntu) Assignee: (unassigned) => Colin King (colin-king) -- [Acer TravelMate 5510] suspend/resume failure https://bugs.launchpad.net/bugs/354124 You received this bug notification because you are a member of Ubuntu Bugs, which is sub

[Bug 359202] Re: [Hewlett-Packard HP Pavilion tx2500 Notebook PC] suspend/resume failure

2009-08-17 Thread Colin King
problem. Thanks! ** Changed in: linux (Ubuntu) Status: New => Incomplete ** Changed in: linux (Ubuntu) Importance: Undecided => Medium ** Changed in: linux (Ubuntu) Assignee: (unassigned) => Colin King (colin-king) -- [Hewlett-Packard HP Pavilion tx2500 Notebook PC] suspe

[Bug 359768] Re: [] suspend/resume failure

2009-08-17 Thread Colin King
Hi Talia, I'd like you to double check some basic settings. Perhaps the screen saver is switching in and causing this for some strange reason. Can you set the screen saver settings to be much higher (e.g. 1 hour) and check if this happens again? Also, does this problem always happen every time at

[Bug 359768] Re: [] suspend/resume failure

2009-08-17 Thread Colin King
signee: (unassigned) => Colin King (colin-king) -- [] suspend/resume failure https://bugs.launchpad.net/bugs/359768 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.

[Bug 355666] Re: [To Be Filled By O.E.M. To Be Filled By O.E.M.] suspend/resume failure [non-free: nvidia]

2009-08-17 Thread Colin King
u) Assignee: (unassigned) => Colin King (colin-king) -- [To Be Filled By O.E.M. To Be Filled By O.E.M.] suspend/resume failure [non-free: nvidia] https://bugs.launchpad.net/bugs/355666 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 354867] Re: [] suspend/resume failure [non-free: nvidia]

2009-08-17 Thread Colin King
Assignee: (unassigned) => Colin King (colin-king) -- [] suspend/resume failure [non-free: nvidia] https://bugs.launchpad.net/bugs/354867 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.ub

[Bug 352117] Re: lockup after resume from suspend and modprode -r iwl3945

2009-08-17 Thread Colin King
) Status: New => Incomplete ** Changed in: linux (Ubuntu) Importance: Undecided => Medium ** Changed in: linux (Ubuntu) Assignee: (unassigned) => Colin King (colin-king) -- lockup after resume from suspend and modprode -r iwl3945 https://bugs.launchpad.net/bugs/352117 You received

[Bug 355284] Re: [LENOVO 0768BXG] suspend/resume failure

2009-08-17 Thread Colin King
@Neil, I suggest re-running the suspend/resume stress tests and pressing the appropriate resume key to work through the test to completion. Meanwhile, do you mind opening a new bug related to the ACPI alarm not working and assigning that bug to me? Thanks. ** Changed in: linux (Ubuntu) Sta

[Bug 353940] Re: [LENOVO 0768FPG] suspend/resume failure

2009-08-17 Thread Colin King
Thanks. ** Changed in: linux (Ubuntu) Status: New => Incomplete ** Changed in: linux (Ubuntu) Importance: Undecided => Medium ** Changed in: linux (Ubuntu) Assignee: (unassigned) => Colin King (colin-king) -- [LENOVO 0768FPG] suspend/resume failure https://bugs.laun

[Bug 350060] Re: Gigabyte P35-DS3 fails to resume

2009-08-17 Thread Colin King
** Changed in: linux (Ubuntu) Status: New => Incomplete -- Gigabyte P35-DS3 fails to resume https://bugs.launchpad.net/bugs/350060 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.ubun

[Bug 353136] Re: [ASUSTeK Computer Inc. X51R] suspend/resume failure

2009-08-17 Thread Colin King
I can check to see which driver is causing the problem. Thanks! ** Changed in: linux (Ubuntu) Status: New => Incomplete ** Changed in: linux (Ubuntu) Importance: Undecided => Medium ** Changed in: linux (Ubuntu) Assignee: (unassigned) => Colin King (colin-king) -- [ASUSTe

[Bug 414745] Re: [LENOVO 0768BXG] ACPI wakealarm failure

2009-08-17 Thread Colin King
Hi Neil, can you attach a copy of your ACPI DSDT so that I can disassemble it and see if I can see why the wake alarm is failing. To do so, use: sudo cat /proc/acpi/dsdt > lenovo_N100_0768BXG.dsdt and attaching this to the bug. Thanks. ** Changed in: linux (Ubuntu) Status: New => In Prog

<    1   2   3   4   5   6   7   8   9   10   >