[Bug 507416] Re: CONFIG_NEON=y causes platform lockups with certain application/platform combinations

2010-01-18 Thread Bryan Wu
@Jamie,

Are you sure this is running on your BB3.0 board. The cpuinfo is the
same as my BB 2.5 board. BB3 is supposed to be 51130 instead of 51120.

Thanks,
-Bryan

-- 
CONFIG_NEON=y causes platform lockups with certain application/platform 
combinations
https://bugs.launchpad.net/bugs/507416
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 507416] Re: CONFIG_NEON=y causes platform lockups with certain application/platform combinations

2010-01-18 Thread Bryan Wu
@Dave,

After some discussion with Alex and Oliver, I think we still need to
disable the whole CONFIG_NEON for our lucid kernel. Although my dynamic
chip rev checking patch can make some testing pass, we still have some
potential issues from user space NEON applications.

There are 2 types NEON applications:
Type 1 applications will be built twice and will generate 2 version of .so or 
executable files. One is -neon version and the other is -none-neon one. Then 
these applications will determine whether NEON is available from the hardware, 
if 
NEON is there, it will run neon version code. Otherwise run none neon version.
Type 2 applications will enable NEON instruction code when building. And it 
will not determine the NEON flag from kernel. Such as Chromium.

According to the impact from second type applications, I think we will
switch back to turn on the CONFIG_NEON.

Thanks,
-Bryan

-- 
CONFIG_NEON=y causes platform lockups with certain application/platform 
combinations
https://bugs.launchpad.net/bugs/507416
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 507416] Re: CONFIG_NEON=y causes platform lockups with certain application/platform combinations

2010-01-15 Thread Bryan Wu
I added a simple dynamic checking patch in the kernel and build the kernel 
again, please help me to test on your side.
So in this kernel, CONFIG_NEON is enabled but it won't export NEON bit in HWCAP 
on TO1 and TO2.

Kernel:
http://people.canonical.com/~roc/kernel/neon/

Git branch:
http://kernel.ubuntu.com/git?p=roc/ubuntu-lucid.git;a=shortlog;h=refs/heads/neon

Thanks,
-Bryan

** Attachment added: 
0001-UBUNTU-SAUCE-IMX51-only-export-NEON-flag-to-userspac.patch
   
http://launchpadlibrarian.net/37919906/0001-UBUNTU-SAUCE-IMX51-only-export-NEON-flag-to-userspac.patch

-- 
CONFIG_NEON=y causes platform lockups with certain application/platform 
combinations
https://bugs.launchpad.net/bugs/507416
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 456659] Re: suspend/resume failure on imx51

2010-01-15 Thread Bryan Wu
Paul,

Could you please grab my testing kernel to do the quick suspend/resume testing?
http://people.canonical.com/~roc/kernel/lucid_fsl-bsp-2010-01-07/

And my kernel tree is URL:
http://kernel.ubuntu.com/git?p=roc/ubuntu-lucid.git;a=shortlog;h=refs/heads/fsl-imx51

Thanks,
-Bryan

-- 
suspend/resume failure on imx51
https://bugs.launchpad.net/bugs/456659
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 458537] Re: hibernate does not work

2010-01-15 Thread Bryan Wu
Paul,

Could you please grab my testing kernel to do the quick hibernate testing?
http://people.canonical.com/~roc/kernel/lucid_fsl-bsp-2010-01-07/

And my kernel tree is URL:
http://kernel.ubuntu.com/git?p=roc/ubuntu-lucid.git;a=shortlog;h=refs/heads/fsl-imx51

Thanks,
-Bryan

-- 
hibernate does not work
https://bugs.launchpad.net/bugs/458537
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 458537] Re: hibernate does not work

2010-01-15 Thread Bryan Wu
Freescale said hibernate is not available on fsl-imx51, so we might need
to remove this bug.

-- 
hibernate does not work
https://bugs.launchpad.net/bugs/458537
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 507416] Re: CONFIG_NEON=y causes platform lockups with certain application/platform combinations

2010-01-14 Thread Bryan Wu
** Changed in: linux-fsl-imx51 (Ubuntu)
 Assignee: (unassigned) = Bryan Wu (cooloney)

-- 
CONFIG_NEON=y causes platform lockups with certain application/platform 
combinations
https://bugs.launchpad.net/bugs/507416
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 507416] Re: CONFIG_NEON=y causes platform lockups with certain application/platform combinations

2010-01-14 Thread Bryan Wu
@Dave,

I just simply disabled the NEON in fsl-imx51 kernel now. The git tree is here:
http://kernel.ubuntu.com/git?p=roc/ubuntu-lucid.git;a=shortlog;h=refs/heads/lp507416

And please download the kernel package here to do some test on your hardware:
http://people.canonical.com/~roc/kernel/lp507416/

Thanks,
-Bryan

-- 
CONFIG_NEON=y causes platform lockups with certain application/platform 
combinations
https://bugs.launchpad.net/bugs/507416
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 456659] Re: suspend/resume failure on imx51

2010-01-11 Thread Bryan Wu
Paul,

Thanks a lot.

There are some suspend/resume fixing patches pending on my side. I am
going to test them soon and will update the status soon.

-Bryan

** Changed in: linux-fsl-imx51 (Ubuntu Lucid)
 Assignee: Amit Kucheria (amitk) = Bryan Wu (cooloney)

** Changed in: linux-fsl-imx51 (Ubuntu Karmic)
 Assignee: (unassigned) = Bryan Wu (cooloney)

-- 
suspend/resume failure on imx51
https://bugs.launchpad.net/bugs/456659
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 431963] Re: io/fs errors when launching gdm on imx51 with sata

2009-12-15 Thread Bryan Wu
Guys, sorry for the delay.

I rewrote the patch and tested it on both Karmic and Lucid. It works
fine. With the patch, kernel can operate the SATA drive now.

Please find the patch firstly and I will post the kernel deb package
here.

** Attachment added: 
0001-Ubuntu-SAUCE-Workaround-for-SATA-drive-failure-on-Ub.patch
   
http://launchpadlibrarian.net/36855032/0001-Ubuntu-SAUCE-Workaround-for-SATA-drive-failure-on-Ub.patch

-- 
io/fs errors when launching gdm on imx51 with sata
https://bugs.launchpad.net/bugs/431963
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 431963] Re: io/fs errors when launching gdm on imx51 with sata

2009-12-15 Thread Bryan Wu
lucid kernel package with the patch.

-- 
io/fs errors when launching gdm on imx51 with sata
https://bugs.launchpad.net/bugs/431963
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 431963] Re: io/fs errors when launching gdm on imx51 with sata

2009-12-15 Thread Bryan Wu
sorry missing the attachment

** Attachment added: 
sata-lucid-linux-image-2.6.31-601-imx51_2.6.31-601.2_armel.deb
   
http://launchpadlibrarian.net/36855096/sata-lucid-linux-image-2.6.31-601-imx51_2.6.31-601.2_armel.deb

-- 
io/fs errors when launching gdm on imx51 with sata
https://bugs.launchpad.net/bugs/431963
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 431963] Re: io/fs errors when launching gdm on imx51 with sata

2009-12-15 Thread Bryan Wu
karmic kernel package with the patch

** Attachment added: 
sata-karmic-linux-image-2.6.31-107-imx51_2.6.31-107.17_armel.deb
   
http://launchpadlibrarian.net/36861260/sata-karmic-linux-image-2.6.31-107-imx51_2.6.31-107.17_armel.deb

-- 
io/fs errors when launching gdm on imx51 with sata
https://bugs.launchpad.net/bugs/431963
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 431963] Re: io/fs errors when launching gdm on imx51 with sata

2009-12-15 Thread Bryan Wu
** Changed in: linux-fsl-imx51 (Ubuntu Karmic)
   Status: Triaged = In Progress

** Changed in: linux-fsl-imx51 (Ubuntu Lucid)
   Status: Triaged = In Progress

-- 
io/fs errors when launching gdm on imx51 with sata
https://bugs.launchpad.net/bugs/431963
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 431963] Re: io/fs errors when launching gdm on imx51 with sata

2009-12-01 Thread Bryan Wu
@ Dinh,

Thanks a lot for this patch.

After some discussion on kernel team mail list, we think we need to make
this change only effect GL830 USB device. Otherwise, it won't send out
0x85 command to any USB mass storage device connected to i.MX51 EHCI
host port.

Please take a look at the patch attached here and could you test this on
your side?

-Bryan

** Attachment added: 
0001-Fix-SATA-drive-failure-on-Ubuntu-9.10-installation.patch
   
http://launchpadlibrarian.net/36295974/0001-Fix-SATA-drive-failure-on-Ubuntu-9.10-installation.patch

-- 
io/fs errors when launching gdm on imx51 with sata
https://bugs.launchpad.net/bugs/431963
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 456264] Re: China Telecom CDMA EVDO USB dangle does not work in Ubuntu

2009-11-02 Thread Bryan Wu
It is already merged into mainline,
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=fead2ab6cf9ad3a84a06e68ccc20d1e460fad13e

-- 
China Telecom CDMA EVDO USB dangle does not work in Ubuntu
https://bugs.launchpad.net/bugs/456264
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 456264] [NEW] China Telecom CDMA EVDO USB dangle does not work in Ubuntu

2009-10-20 Thread Bryan Wu
Public bug reported:

A new EVDO USB dangle from China Telecom does not work in Karmic latest
kernel. The vendor is Tlaytech Corporation from Shanghai. The USB VID is
0x20B9 and PID is 0x1682.

** Affects: linux (Ubuntu)
 Importance: Medium
 Assignee: Bryan Wu (cooloney)
 Status: In Progress

-- 
China Telecom CDMA EVDO USB dangle does not work in Ubuntu
https://bugs.launchpad.net/bugs/456264
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 456264] Re: China Telecom CDMA EVDO USB dangle does not work in Ubuntu

2009-10-20 Thread Bryan Wu
I fix this issue in Karmic by just adding the USB VID and PID to
drivers/usb/serial/option.c. After that, the dongle works very well
under Karmic with NetworkManger and wvdail.

Will post a patch soon.

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

** Changed in: linux (Ubuntu)
   Status: New = In Progress

** Changed in: linux (Ubuntu)
 Assignee: (unassigned) = Bryan Wu (cooloney)

-- 
China Telecom CDMA EVDO USB dangle does not work in Ubuntu
https://bugs.launchpad.net/bugs/456264
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 446274] Re: System freeze with ACER aspire 5100

2009-10-18 Thread Bryan Wu
Peter,

Great, please run the following command from a Terminal
(Applications-Accessories-Terminal).  It will automatically gather and
attach kernel debug information to this bug report.

apport-collect -p linux bug#

-Bryan

-- 
System freeze with ACER aspire 5100
https://bugs.launchpad.net/bugs/446274
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 445503] Re: WARNING: at /build/buildd/linux-2.6.31/fs/notify/inotify/inotify_user.c:398 inotify_remove_from_idr+0xae/0xc0()

2009-10-18 Thread Bryan Wu
Sorry for this mess. Please ignore that wrong message. How do think that
this bug is related to bug #435877?

-- 
WARNING: at /build/buildd/linux-2.6.31/fs/notify/inotify/inotify_user.c:398 
inotify_remove_from_idr+0xae/0xc0()
https://bugs.launchpad.net/bugs/445503
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 442619] Re: Fresh install + update, #^$( start sound LOUD, then fail system test, silent.

2009-10-16 Thread Bryan Wu
Eric, Thanks for this updates. I will close this bug as you confirmed
that it works.

-- 
Fresh install + update, #^$( start sound LOUD, then fail system test, silent.
https://bugs.launchpad.net/bugs/442619
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 442619] Re: Fresh install + update, #^$( start sound LOUD, then fail system test, silent.

2009-10-16 Thread Bryan Wu
** Changed in: linux (Ubuntu)
   Status: Triaged = Won't Fix

-- 
Fresh install + update, #^$( start sound LOUD, then fail system test, silent.
https://bugs.launchpad.net/bugs/442619
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 442857] Re: Computer doesn't shutdown automatically

2009-10-16 Thread Bryan Wu
Michael,

I apologize that. I did not remove the sentence  wake up in old kernel when I 
was copying the message. And you are not using the latest karmic kernel now, it 
should be 2.6.31-14 now:
$ uname -a
Linux roc-macubuntu 2.6.31-14-generic #46-Ubuntu SMP Tue Oct 13 16:47:28 UTC 
2009 x86_64 GNU/Linux

I think you need add karmic proposed repo to your source.list.

-- 
Computer doesn't shutdown automatically
https://bugs.launchpad.net/bugs/442857
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 442302] Re: BUG: scheduling while atomic: Xorg/9801/0x00000001

2009-10-15 Thread Bryan Wu
ok, thanks a lot. For the suspend_test.c issue, there are several
similar reports about that. Please follow that tracker
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/441583.

Since you did not face this issue anymore, I will close it to 'Invalid'.


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

-- 
BUG: scheduling while atomic: Xorg/9801/0x0001
https://bugs.launchpad.net/bugs/442302
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 446991] Re: kernel BUG at /build/buildd/linux-2.6.31/lib/prio_tree.c:149!

2009-10-13 Thread Bryan Wu
Marian,

Could you please help us to test the latest Karmic 9.10 kernel which
should be 2.6.31-13 now. And If it is possible, it would be great to
then also test the latest upstream mainline kernel available.  This will
allow additional upstream developers to examine this issue.  Refer to
https://wiki.ubuntu.com/KernelMainlineBuilds .  Thanks in advance.

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

-- 
kernel BUG at /build/buildd/linux-2.6.31/lib/prio_tree.c:149!
https://bugs.launchpad.net/bugs/446991
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 446662] Re: [Acer Aspire 5720] suspend/resume failure [non-free: nvidia]

2009-10-13 Thread Bryan Wu
Vadim,

I just wanna make sure whether this is a regression. Can you wake up in
old kernel? And could you please help us to test the latest Karmic 9.10
kernel which should be 2.6.31-13 now. And If it is possible, it would be
great to then also test the latest upstream mainline kernel available.
This will allow additional upstream developers to examine this issue.
Refer to https://wiki.ubuntu.com/KernelMainlineBuilds . Thanks in
advance.

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

-- 
[Acer Aspire 5720] suspend/resume failure [non-free: nvidia]
https://bugs.launchpad.net/bugs/446662
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 446473] Re: [232108.449868] ------------[ cut here ]------------

2009-10-13 Thread Bryan Wu
MAKAPOH,

I just wanna make sure whether this is a regression. Can you wake up in
old kernel? And could you please help us to test the latest Karmic 9.10
kernel which should be 2.6.31-13 now. And If it is possible, it would be
great to then also test the latest upstream mainline kernel available.
This will allow additional upstream developers to examine this issue.
Refer to https://wiki.ubuntu.com/KernelMainlineBuilds . Thanks in
advance.

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

-- 
[232108.449868] [ cut here ]
https://bugs.launchpad.net/bugs/446473
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 445757] Re: WARNING: at /build/buildd/linux-2.6.31/fs/notify/inotify/inotify_fsnotify.c:129 idr_callback+0x4f/0x80()

2009-10-13 Thread Bryan Wu
*** This bug is a duplicate of bug 446473 ***
https://bugs.launchpad.net/bugs/446473

This oops is the same as bug #446473, so mark this as duplicated.

** This bug has been marked a duplicate of bug 446473
   [232108.449868] [ cut here ]

-- 
WARNING: at /build/buildd/linux-2.6.31/fs/notify/inotify/inotify_fsnotify.c:129 
idr_callback+0x4f/0x80()
https://bugs.launchpad.net/bugs/445757
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 446274] Re: System freeze with ACER aspire 5100

2009-10-13 Thread Bryan Wu
Peter,

Thanks a lot. If it is possible, it would be great to then also test the latest 
upstream mainline kernel available. This will allow additional upstream 
developers to examine this issue. Refer to 
https://wiki.ubuntu.com/KernelMainlineBuilds . 
And could you please also post the apport-bug info on your Karmic Beta machine?

Thanks in advance.

-- 
System freeze with ACER aspire 5100
https://bugs.launchpad.net/bugs/446274
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 445503] Re: WARNING: at /build/buildd/linux-2.6.31/fs/notify/inotify/inotify_user.c:398 inotify_remove_from_idr+0xae/0xc0()

2009-10-13 Thread Bryan Wu

I just wanna make sure whether this is a regression. Can you wake up in old 
kernel? And could you please help us to test the latest Karmic 9.10 kernel 
which should be 2.6.31-13 now. And If it is possible, it would be great to then 
also test the latest upstream mainline kernel available. This will allow 
additional upstream developers to examine this issue. Refer to 
https://wiki.ubuntu.com/KernelMainlineBuilds . Thanks in advance.

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

-- 
WARNING: at /build/buildd/linux-2.6.31/fs/notify/inotify/inotify_user.c:398 
inotify_remove_from_idr+0xae/0xc0()
https://bugs.launchpad.net/bugs/445503
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 447282] Re: [FUJITSU LifeBook T1010] suspend/resume failure

2009-10-13 Thread Bryan Wu
@ Vertago1,

Can you suspend/resume before 2.6.31-13 kernel? I still don't know what
is the exactly suspend/resume bug. Is audio card issue? You cannot use
audio after resume or the audio card driver prevent it resume?

If it is possible, it would be great to then also test the latest
upstream mainline kernel available.  This will allow additional upstream
developers to examine this issue.  Refer to
https://wiki.ubuntu.com/KernelMainlineBuilds .  Thanks in advance.

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

-- 
[FUJITSU LifeBook T1010] suspend/resume failure
https://bugs.launchpad.net/bugs/447282
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 445296] Re: [FUJITSU LifeBook P1630] suspend/resume failure

2009-10-13 Thread Bryan Wu
Andrew,
Since this bug is a shutdown issue, it is not a suspend/resume bug, I will 
change the bug title to shutdown problem.

And I just wanna make sure whether this is a regression. Can you wake up
in old kernel? And could you please help us to test the latest Karmic
9.10 kernel which should be 2.6.31-13 now. And If it is possible, it
would be great to then also test the latest upstream mainline kernel
available. This will allow additional upstream developers to examine
this issue. Refer to https://wiki.ubuntu.com/KernelMainlineBuilds .
Thanks in advance.

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

** Summary changed:

- [FUJITSU LifeBook P1630] suspend/resume failure
+ [FUJITSU LifeBook P1630] observe that occasionally the shutdown does not shut 
down the computer power

-- 
[FUJITSU LifeBook P1630] observe that occasionally the shutdown does not shut 
down the computer power
https://bugs.launchpad.net/bugs/445296
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 444894] Re: package linux-image-2.6.31-12-generic 2.6.31-12.39 failed to install/upgrade: nvidia-common postinst failed

2009-10-13 Thread Bryan Wu
Change this bug to package nvidia-common, it should not be a problem of
kernel.

And after going through the bug 273681, I suggest you try following
steps,

I finally managed to get the problem to go away. I did an 'apt-get
purge nvidia-common', then I installed the latest kernel update, and
then reinstalled nvidia-common, and everything seems to be fine now.

Thanks

** Package changed: linux (Ubuntu) = nvidia-common (Ubuntu)

-- 
package linux-image-2.6.31-12-generic 2.6.31-12.39 failed to install/upgrade: 
nvidia-common postinst failed
https://bugs.launchpad.net/bugs/444894
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 444263] Re: [IBM 2529FKG] suspend/resume failure

2009-10-13 Thread Bryan Wu
I just wanna make sure whether this is a regression. Can you wake up in
old kernel? And could you please help us to test the latest Karmic 9.10
kernel which should be 2.6.31-13 now. And If it is possible, it would be
great to then also test the latest upstream mainline kernel available.
This will allow additional upstream developers to examine this issue.
Refer to https://wiki.ubuntu.com/KernelMainlineBuilds . Thanks in
advance.

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

-- 
[IBM 2529FKG] suspend/resume failure
https://bugs.launchpad.net/bugs/444263
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 441588] Re: WARNING: at /build/buildd/linux-2.6.31/kernel/power/suspend_test.c:52 suspend_test_finish+0x80/0x90()

2009-10-13 Thread Bryan Wu
*** This bug is a duplicate of bug 441583 ***
https://bugs.launchpad.net/bugs/441583

arand, thanks, I will mark this bug as duplicated.

** This bug has been marked a duplicate of bug 441583
   WARNING: at /build/buildd/linux-2.6.31/kernel/power/suspend_test.c:52 
suspend_test_finish+0x80/0x90()

-- 
WARNING: at /build/buildd/linux-2.6.31/kernel/power/suspend_test.c:52 
suspend_test_finish+0x80/0x90()
https://bugs.launchpad.net/bugs/441588
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 442302] Re: BUG: scheduling while atomic: Xorg/9801/0x00000001

2009-10-13 Thread Bryan Wu
I just wanna make sure whether this is a regression. Can you wake up in
old kernel? And could you please help us to test the latest Karmic 9.10
kernel which should be 2.6.31-13 now. And If it is possible, it would be
great to then also test the latest upstream mainline kernel available.
This will allow additional upstream developers to examine this issue.
Refer to https://wiki.ubuntu.com/KernelMainlineBuilds .

And this bug looks like something related to i915 Intel graphic driver,
please help us do some test.

Thanks in advance.

-- 
BUG: scheduling while atomic: Xorg/9801/0x0001
https://bugs.launchpad.net/bugs/442302
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 442053] Re: BUG: unable to handle kernel NULL pointer dereference at 0000003c

2009-10-13 Thread Bryan Wu
I just wanna make sure whether this is a regression. Can you wake up in
old kernel? And could you please help us to test the latest Karmic 9.10
kernel which should be 2.6.31-13 now. And If it is possible, it would be
great to then also test the latest upstream mainline kernel available.
This will allow additional upstream developers to examine this issue.
Refer to https://wiki.ubuntu.com/KernelMainlineBuilds .

And from the oops message, it looks like a serial tty bug which should
be fixed in recent kernel update. please help us to test.

Thanks in advance.

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

-- 
BUG: unable to handle kernel NULL pointer dereference at 003c
https://bugs.launchpad.net/bugs/442053
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 442857] Re: Computer doesn't shutdown automatically

2009-10-13 Thread Bryan Wu
I just wanna make sure whether this is a regression. Can you wake up in
old kernel? And could you please help us to test the latest Karmic 9.10
kernel which should be 2.6.31-13 now. And If it is possible, it would be
great to then also test the latest upstream mainline kernel available.
This will allow additional upstream developers to examine this issue.
Refer to https://wiki.ubuntu.com/KernelMainlineBuilds . Thanks in
advance.

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

-- 
Computer doesn't shutdown automatically
https://bugs.launchpad.net/bugs/442857
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 446662] Re: [Acer Aspire 5720] suspend/resume failure [non-free: nvidia]

2009-10-13 Thread Bryan Wu
Great, I just marked the new bug as duplicated to this one. After we got
the mainline kernel testing result, we will triage this bug for further
debugging.

Thanks a lot.

-- 
[Acer Aspire 5720] suspend/resume failure [non-free: nvidia]
https://bugs.launchpad.net/bugs/446662
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 441583] Re: WARNING: at /build/buildd/linux-2.6.31/kernel/power/suspend_test.c:52 suspend_test_finish+0x80/0x90()

2009-10-13 Thread Bryan Wu
I just wanna make sure whether this is a regression. Can you wake up in
old kernel? And could you please help us to test the latest Karmic 9.10
kernel which should be 2.6.31-13 now. And If it is possible, it would be
great to then also test the latest upstream mainline kernel available.
This will allow additional upstream developers to examine this issue.
Refer to https://wiki.ubuntu.com/KernelMainlineBuilds . Thanks in
advance.

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

-- 
WARNING: at /build/buildd/linux-2.6.31/kernel/power/suspend_test.c:52 
suspend_test_finish+0x80/0x90()
https://bugs.launchpad.net/bugs/441583
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 441827] Re: [LENOVO 76697DM] suspend/resume failure

2009-10-13 Thread Bryan Wu
I just wanna make sure whether this is a regression. Can you wake up in
old kernel? And could you please help us to test the latest Karmic 9.10
kernel which should be 2.6.31-13 now. And If it is possible, it would be
great to then also test the latest upstream mainline kernel available.
This will allow additional upstream developers to examine this issue.
Refer to https://wiki.ubuntu.com/KernelMainlineBuilds . Thanks in
advance.

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

-- 
[LENOVO 76697DM] suspend/resume failure
https://bugs.launchpad.net/bugs/441827
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 444573] Re: [ASUSTeK Computer Inc. X71Sr] late resume failure [non-free: fglrx]

2009-10-13 Thread Bryan Wu
KAMI,

I just wanna make sure whether this is a regression. Can you wake up in
old kernel? And could you please help us to test the latest Karmic 9.10
kernel which should be 2.6.31-13 now. And If it is possible, it would be
great to then also test the latest upstream mainline kernel available.
This will allow additional upstream developers to examine this issue.
Refer to https://wiki.ubuntu.com/KernelMainlineBuilds . Thanks in
advance.

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

-- 
[ASUSTeK Computer Inc. X71Sr] late resume failure [non-free: fglrx]
https://bugs.launchpad.net/bugs/444573
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 450121] Re: [Acer Aspire 5720] suspend/resume failure [non-free: nvidia]

2009-10-13 Thread Bryan Wu
*** This bug is a duplicate of bug 446662 ***
https://bugs.launchpad.net/bugs/446662

** This bug has been marked a duplicate of bug 446662
   [Acer Aspire 5720] suspend/resume failure [non-free: nvidia]

-- 
[Acer Aspire 5720] suspend/resume failure [non-free: nvidia]
https://bugs.launchpad.net/bugs/450121
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 442302] Re: BUG: scheduling while atomic: Xorg/9801/0x00000001

2009-10-13 Thread Bryan Wu
** Changed in: linux (Ubuntu)
   Status: New = Incomplete

-- 
BUG: scheduling while atomic: Xorg/9801/0x0001
https://bugs.launchpad.net/bugs/442302
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 446662] Re: [Acer Aspire 5720] suspend/resume failure [non-free: nvidia]

2009-10-13 Thread Bryan Wu
** Changed in: linux (Ubuntu)
   Importance: Undecided = Medium

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

-- 
[Acer Aspire 5720] suspend/resume failure [non-free: nvidia]
https://bugs.launchpad.net/bugs/446662
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 450429] Re: [Acer Aspire 5720] suspend/resume failure [non-free: nvidia]

2009-10-13 Thread Bryan Wu
*** This bug is a duplicate of bug 446662 ***
https://bugs.launchpad.net/bugs/446662

** This bug has been marked a duplicate of bug 446662
   [Acer Aspire 5720] suspend/resume failure [non-free: nvidia]

-- 
[Acer Aspire 5720] suspend/resume failure [non-free: nvidia]
https://bugs.launchpad.net/bugs/450429
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 446274] Re: System freeze with ACER aspire 5100

2009-10-13 Thread Bryan Wu
@valir, thanks a lot for this update

@Peter, could you please help us to test latest Karmic on your machine.

-- 
System freeze with ACER aspire 5100
https://bugs.launchpad.net/bugs/446274
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 396563] Re: Headphone jack regression in 2.6.31-1

2009-10-12 Thread Bryan Wu
@Andy, I just test on my MacBook Pro 15-inch machine with kernel
2.6.31-13.44-generic. The headphone does not work at all.

-- 
Headphone jack regression in 2.6.31-1
https://bugs.launchpad.net/bugs/396563
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 437823] Re: WARNING: at /build/buildd/linux-2.6.31/arch/x86/kernel/check.c:134 check_for_bios_corruption+0xcb/0xe0()

2009-09-29 Thread Bryan Wu
Can you confirm this issue exists with the most recent Karmic Koala 9.10
Alpha release?  ISO CD images are available at
http://cdimage.ubuntu.com/releases/karmic/ .  If the issue remains with
Karmic it would be great to then also test the latest upstream mainline
kernel available.  This will allow additional upstream developers to
examine this issue.  Refer to
https://wiki.ubuntu.com/KernelMainlineBuilds .  Thanks in advan

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

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

-- 
WARNING: at /build/buildd/linux-2.6.31/arch/x86/kernel/check.c:134 
check_for_bios_corruption+0xcb/0xe0()
https://bugs.launchpad.net/bugs/437823
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 431883] Re: Disk benchmark in System Testing shows nothing

2009-09-29 Thread Bryan Wu
Can you confirm this issue exists with the most recent Karmic Koala 9.10
Alpha release?  ISO CD images are available at
http://cdimage.ubuntu.com/releases/karmic/ .  If the issue remains with
Karmic it would be great to then also test the latest upstream mainline
kernel available.  This will allow additional upstream developers to
examine this issue.  Refer to
https://wiki.ubuntu.com/KernelMainlineBuilds .  Thanks in advan

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

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

-- 
Disk benchmark in System Testing shows nothing
https://bugs.launchpad.net/bugs/431883
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 432211] Re: rt2860sta driver not working with network manager

2009-09-29 Thread Bryan Wu
Can you confirm this issue exists with the most recent Karmic Koala 9.10
Alpha release?  ISO CD images are available at
http://cdimage.ubuntu.com/releases/karmic/ .  If the issue remains with
Karmic it would be great to then also test the latest upstream mainline
kernel available.  This will allow additional upstream developers to
examine this issue.  Refer to
https://wiki.ubuntu.com/KernelMainlineBuilds .  Thanks in advan

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

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

-- 
rt2860sta driver not working with network manager
https://bugs.launchpad.net/bugs/432211
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 432988] Re: asus x59gl reboots on intensive opengl

2009-09-29 Thread Bryan Wu
Can you confirm this issue exists with the most recent Karmic Koala 9.10
Alpha release?  ISO CD images are available at
http://cdimage.ubuntu.com/releases/karmic/ .  If the issue remains with
Karmic it would be great to then also test the latest upstream mainline
kernel available.  This will allow additional upstream developers to
examine this issue.  Refer to
https://wiki.ubuntu.com/KernelMainlineBuilds .  Thanks in advance.

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

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

-- 
asus x59gl reboots on intensive opengl
https://bugs.launchpad.net/bugs/432988
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 431110] Re: PCIMIA card inactive on resume from suspend

2009-09-29 Thread Bryan Wu
Can you confirm this issue exists with the most recent Karmic Koala 9.10
Alpha release?  ISO CD images are available at
http://cdimage.ubuntu.com/releases/karmic/ .  If the issue remains with
Karmic it would be great to then also test the latest upstream mainline
kernel available.  This will allow additional upstream developers to
examine this issue.  Refer to
https://wiki.ubuntu.com/KernelMainlineBuilds .  Thanks in advance.

-- 
PCIMIA card inactive on resume from suspend
https://bugs.launchpad.net/bugs/431110
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 433438] Re: device descriptor read/64, error -110

2009-09-29 Thread Bryan Wu
Can you confirm this issue exists with the most recent Karmic Koala 9.10
Alpha release?  ISO CD images are available at
http://cdimage.ubuntu.com/releases/karmic/ .  If the issue remains with
Karmic it would be great to then also test the latest upstream mainline
kernel available.  This will allow additional upstream developers to
examine this issue.  Refer to
https://wiki.ubuntu.com/KernelMainlineBuilds .  Thanks in advance.

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

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

-- 
device descriptor read/64, error -110
https://bugs.launchpad.net/bugs/433438
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 433438] Re: device descriptor read/64, error -110

2009-09-29 Thread Bryan Wu
Can you confirm this issue exists with the most recent Karmic Koala 9.10
Alpha release?  ISO CD images are available at
http://cdimage.ubuntu.com/releases/karmic/ .  If the issue remains with
Karmic it would be great to then also test the latest upstream mainline
kernel available.  This will allow additional upstream developers to
examine this issue.  Refer to
https://wiki.ubuntu.com/KernelMainlineBuilds .  Thanks in advance.

-- 
device descriptor read/64, error -110
https://bugs.launchpad.net/bugs/433438
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 431110] Re: PCIMIA card inactive on resume from suspend

2009-09-29 Thread Bryan Wu
Can you confirm this issue exists with the most recent Karmic Koala 9.10
Alpha release?  ISO CD images are available at
http://cdimage.ubuntu.com/releases/karmic/ .  If the issue remains with
Karmic it would be great to then also test the latest upstream mainline
kernel available.  This will allow additional upstream developers to
examine this issue.  Refer to
https://wiki.ubuntu.com/KernelMainlineBuilds .  Thanks in advance.

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

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

-- 
PCIMIA card inactive on resume from suspend
https://bugs.launchpad.net/bugs/431110
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 433681] Re: Unsupported Bios Version Acer 5050

2009-09-29 Thread Bryan Wu
Can you confirm this issue exists with the most recent Karmic Koala 9.10
Alpha release?  ISO CD images are available at
http://cdimage.ubuntu.com/releases/karmic/ .  If the issue remains with
Karmic it would be great to then also test the latest upstream mainline
kernel available.  This will allow additional upstream developers to
examine this issue.  Refer to
https://wiki.ubuntu.com/KernelMainlineBuilds .  Thanks in advance.

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

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

-- 
Unsupported  Bios Version Acer 5050
https://bugs.launchpad.net/bugs/433681
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 434135] Re: Random system Freeze in Jaunty after hardware upgrade

2009-09-29 Thread Bryan Wu
Can you confirm this issue exists with the most recent Karmic Koala 9.10
Alpha release?  ISO CD images are available at
http://cdimage.ubuntu.com/releases/karmic/ .  If the issue remains with
Karmic it would be great to then also test the latest upstream mainline
kernel available.  This will allow additional upstream developers to
examine this issue.  Refer to
https://wiki.ubuntu.com/KernelMainlineBuilds .  Thanks in advance.

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

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

-- 
Random system Freeze in Jaunty after hardware upgrade
https://bugs.launchpad.net/bugs/434135
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 437337] Re: Can't Configure Linux-Image

2009-09-29 Thread Bryan Wu
Can you confirm this issue exists with the most recent Karmic Koala 9.10
Alpha release?  ISO CD images are available at
http://cdimage.ubuntu.com/releases/karmic/ .  If the issue remains with
Karmic it would be great to then also test the latest upstream mainline
kernel available.  This will allow additional upstream developers to
examine this issue.  Refer to
https://wiki.ubuntu.com/KernelMainlineBuilds .  Thanks in advance.

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

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

-- 
Can't Configure Linux-Image
https://bugs.launchpad.net/bugs/437337
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 432826] Re: [KARMIC] Keyboard Volume controls do not work correctly.

2009-09-29 Thread Bryan Wu
If the issue remains with Karmic it would be great to then also test the
latest upstream mainline kernel available.  This will allow additional
upstream developers to examine this issue.  Refer to
https://wiki.ubuntu.com/KernelMainlineBuilds .  Thanks in advance.

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

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

-- 
[KARMIC] Keyboard Volume controls do not work correctly.
https://bugs.launchpad.net/bugs/432826
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 432601] Re: WARNING: at /build/buildd/linux-2.6.31/kernel/power/suspend_test.c:52 suspend_test_finish+0x80/0x90()

2009-09-29 Thread Bryan Wu
If the issue remains with Karmic it would be great to then also test the
latest upstream mainline kernel available.  This will allow additional
upstream developers to examine this issue.  Refer to
https://wiki.ubuntu.com/KernelMainlineBuilds .  Thanks in advance.

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

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

-- 
WARNING: at /build/buildd/linux-2.6.31/kernel/power/suspend_test.c:52 
suspend_test_finish+0x80/0x90()
https://bugs.launchpad.net/bugs/432601
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 433217] Re: WARNING: at /build/buildd/linux-2.6.31/kernel/power/suspend_test.c:52 suspend_test_finish+0x7c/0x80()

2009-09-29 Thread Bryan Wu
If the issue remains with Karmic it would be great to then also test the
latest upstream mainline kernel available.  This will allow additional
upstream developers to examine this issue.  Refer to
https://wiki.ubuntu.com/KernelMainlineBuilds .  Thanks in advance.

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

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

-- 
WARNING: at /build/buildd/linux-2.6.31/kernel/power/suspend_test.c:52 
suspend_test_finish+0x7c/0x80()
https://bugs.launchpad.net/bugs/433217
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 436700] Re: [Hewlett-Packard HP Compaq nc8000] suspend/resume failure

2009-09-29 Thread Bryan Wu
If the issue remains with Karmic it would be great to then also test the
latest upstream mainline kernel available.  This will allow additional
upstream developers to examine this issue.  Refer to
https://wiki.ubuntu.com/KernelMainlineBuilds .  Thanks in advance.

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

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

-- 
[Hewlett-Packard HP Compaq nc8000] suspend/resume failure
https://bugs.launchpad.net/bugs/436700
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 325851] Re: [133672.221112] kvm: 28400: cpu0 unhandled wrmsr: 0xc0010117 data 0

2009-07-23 Thread Bryan Wu
ï¼ freakalad, did you confirm this issue was fixed in Jaunty? if not, 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 automatically gather and attach updated
debug information:

apport-collect -p linux bug #

Thanks in advance.
-Bryan

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

-- 
[133672.221112] kvm: 28400: cpu0 unhandled wrmsr: 0xc0010117 data 0 
https://bugs.launchpad.net/bugs/325851
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 201711] Re: Apple fn key behavior isn't consistent with what's expected

2009-07-22 Thread Bryan Wu
Unfortunately it seems this bug is still an issue.  Can you confirm this
issue exists with the most recent Jaunty Jackalope 9.04 release -
http://www.ubuntu.com/news/ubuntu-9.04-desktop .  Please let us know
your results.

If the issue remains while still running Jaunty, please run the
following command which will automatically gather and attach updated
debug information:

apport-collect -p linux-image-2.6.28-11-generic bug #

Thanks in advance.

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

-- 
Apple fn key behavior isn't consistent with what's expected
https://bugs.launchpad.net/bugs/201711
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 303802] Re: Wireless Card Fails After X Amount of Time or Y Amount of Data Transfered

2009-07-22 Thread Bryan Wu
Unfortunately it seems this bug is still an issue.  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 automatically gather and attach updated
debug information:

apport-collect -p linux bug #

Thanks in advance.

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

-- 
Wireless Card Fails After X Amount of Time or Y Amount of Data Transfered
https://bugs.launchpad.net/bugs/303802
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 182473] Re: rtl8187 drops connection

2009-07-22 Thread Bryan Wu
Unfortunately it seems this bug is still an issue.  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 automatically gather and attach updated
debug information:

apport-collect -p linux bug #

Thanks in advance.

-- 
rtl8187 drops connection
https://bugs.launchpad.net/bugs/182473
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 239479] Re: Support for console rotation with fbcon in linux-image

2009-07-21 Thread Bryan Wu
@ajonat, there is no updates for 1 month. I will close this, so I think
we will not add enable this config in the future.

Thanks
-Bryan

** Changed in: linux (Ubuntu)
   Status: Triaged = Invalid

-- 
Support for console rotation with fbcon in linux-image
https://bugs.launchpad.net/bugs/239479
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 311481] Re: still uses /proc/bus/usb for $DEVICE

2009-07-21 Thread Bryan Wu
Call for testing 1 month ago. But there is no update. So I will set this
bug to Won't fix.

-Bryan

** Changed in: linux (Ubuntu)
   Status: In Progress = Won't Fix

-- 
still uses /proc/bus/usb for $DEVICE
https://bugs.launchpad.net/bugs/311481
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 319378] Re: [ath9k] Kernel panic in 2.6.27-11

2009-07-21 Thread Bryan Wu
@maxauthority:  2.6.28.10 stable kernel is in jaunty-proposed as
2.6.28-14.46. Could you please test that? Thanks

-Bryan


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

-- 
[ath9k] Kernel panic in 2.6.27-11
https://bugs.launchpad.net/bugs/319378
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 359474] Re: wwan 3g module Ericsson F3507g on Toshiba laptops not working because rfkill cannot be changed

2009-07-21 Thread Bryan Wu
Martin:

Thanks a lot for keeping your eyes on this issue. Since the toshipa_acpi
driver was set to be orphaned, I will set this issue to invalid. And
Johannes Berg is promoting a new rfkill framework, I think you might
move your patch to new framework.

-Bryan

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

-- 
wwan 3g module Ericsson F3507g on Toshiba laptops not working because rfkill 
cannot be changed
https://bugs.launchpad.net/bugs/359474
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 343268] Re: linux 2.6.28 doesn't boot for recent processors with XSAVE

2009-07-20 Thread Bryan Wu
emmanuel, we found this upstream fixing was already merged to Jaunty
kernel. http://kernel.ubuntu.com/git?p=ubuntu/ubuntu-
jaunty.git;a=commitdiff;h=6de0c79f31daafff7f83555fde64e92debbc411c.
Could you please test the latest Jaunty kernel? I'm going to set this
bug to Fix in Release.

Thanks
-Bryan

** Changed in: linux (Ubuntu)
   Status: Triaged = Fix Released

-- 
linux 2.6.28 doesn't boot for recent processors with XSAVE
https://bugs.launchpad.net/bugs/343268
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 361758] Re: [Asus m2n32 sli deluxe wifi, evga 7600gt] hibernate/resume failure [non-free: nvidia]

2009-07-08 Thread Bryan Wu
If you could also test the latest upstream kernel available that would
be great.  It will allow additional upstream developers to examine this
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.  Please let us know your
results.

If the issue remains with the upstream kernel, please be sure to also
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-image-2.6.28-11-generic bug #

Thanks in advance.

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

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

** Tags added: needs-kernel-logs needs-upstream-testing

-- 
[Asus m2n32 sli deluxe wifi, evga 7600gt] hibernate/resume failure [non-free: 
nvidia]
https://bugs.launchpad.net/bugs/361758
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 384402] Re: Sierra Wireless MC8775 fails to wakeup from suspend to ram: usb_dev_resume returns -19

2009-07-08 Thread Bryan Wu
If you could also test the latest upstream kernel available that would
be great.  It will allow additional upstream developers to examine this
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.  Please let us know your
results.

If the issue remains with the upstream kernel, please be sure to also
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-image-2.6.28-11-generic bug #

Thanks in advance.

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

** Tags added: needs-kernel-logs needs-upstream-testing

-- 
Sierra Wireless MC8775 fails to wakeup from suspend to ram: usb_dev_resume 
returns -19
https://bugs.launchpad.net/bugs/384402
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 374608] Re: wifi card Atheros, sometimes not found after boot in amilo li1718 using 9.04

2009-07-08 Thread Bryan Wu
This issue is fixed in other place. So close it to won't fix for kernel
package.

Thanks
-Bryan

** Changed in: linux (Ubuntu)
   Status: New = Won't Fix

-- 
wifi card Atheros, sometimes not found after boot in amilo li1718 using 9.04
https://bugs.launchpad.net/bugs/374608
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 348626] Re: SiS laptop only boots with noacpi and wifi wont work

2009-07-08 Thread Bryan Wu
Unfortunately it seems this bug is still an issue.  Can you confirm this
issue exists with the most recent Jaunty Jackalope 9.04 release -
http://www.ubuntu.com/news/ubuntu-9.04-desktop .  Please let us know
your results.  Thanks.

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

-- 
SiS laptop only boots with noacpi and wifi wont work
https://bugs.launchpad.net/bugs/348626
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 351846] Re: Socket CF WiFi card firmware not loading after upgrade to Jaunty

2009-07-08 Thread Bryan Wu
Sorry for the delay. This bug seems is a regression since 2.6.28 kernel
release. I will keep my eyes on this issue.

Could you please also test this mainline kernel build 
http://kernel.ubuntu.com/~kernel-ppa/mainline/v2.6.27.26/?
That is also 2.6.27 kernel and please let us know your result.

-Bryan

-- 
Socket CF WiFi card firmware not loading after upgrade to Jaunty 
https://bugs.launchpad.net/bugs/351846
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 162120] Re: Wifi doesn't work on Compal CL56 without crazy acerhk hack

2009-07-07 Thread Bryan Wu
Can you please try installing the linux-backports-modules-jaunty
package.  The linux-backports-modules-jaunty package contains and
updated compat-wireless stack which may help.  Be sure to reboot after
installing this package in order to test.  Please let us know your
results.

If the issue remains even after installing and testing linux-backports-
modules-jaunty, could you then please try the latest upstream compat-
wireless stack.  See http://wireless.kernel.org/en/users/Download for
more info.  If the issue exists upstream, we'll want to work with the
upstream developers to try to get this resolved.  Also, after confirming
the issue remains with the latest upstream compat-wireless stack, be
sure to also 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-image-2.6.28-11-generic bug #

** Tags added: compat-wireless needs-kernel-logs

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

-- 
Wifi doesn't work on Compal CL56 without crazy acerhk hack
https://bugs.launchpad.net/bugs/162120
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 203477] Re: [hardy] 2WIRE Wireless USB Dongle (prism based) does not work in Ubuntu

2009-07-07 Thread Bryan Wu
Unfortunately it seems this bug is still an issue.  Can you confirm this
issue exists with the most recent Jaunty Jackalope 9.04 release -
http://www.ubuntu.com/news/ubuntu-9.04-desktop .  Please let us know
your results.  Thanks.

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

-- 
[hardy] 2WIRE Wireless USB Dongle (prism based) does not work in Ubuntu 
https://bugs.launchpad.net/bugs/203477
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 224548] Re: sound and wifi does not work

2009-07-07 Thread Bryan Wu
Unfortunately it seems this bug is still an issue.  Can you confirm this
issue exists with the most recent Jaunty Jackalope 9.04 release -
http://www.ubuntu.com/news/ubuntu-9.04-desktop .  Please let us know
your results.  Thanks.

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

-- 
sound and wifi does not work
https://bugs.launchpad.net/bugs/224548
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 224548] Re: sound and wifi does not work

2009-07-07 Thread Bryan Wu
** Changed in: linux (Ubuntu)
   Importance: Undecided = Low

-- 
sound and wifi does not work
https://bugs.launchpad.net/bugs/224548
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 240282] Re: Wpa and wireless connection problems with some cards

2009-07-07 Thread Bryan Wu
Unfortunately it seems this bug is still an issue.  Can you confirm this
issue exists with the most recent Jaunty Jackalope 9.04 release -
http://www.ubuntu.com/news/ubuntu-9.04-desktop .  Please let us know
your results.  Thanks.

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

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

-- 
Wpa and wireless connection problems with some cards
https://bugs.launchpad.net/bugs/240282
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 277634] Re: Intel Pro/Wireless 4965 AG stops transferring data within a few minutes

2009-07-07 Thread Bryan Wu
Can you please try installing the linux-backports-modules-jaunty
package.  The linux-backports-modules-jaunty package contains and
updated compat-wireless stack which may help.  Be sure to reboot after
installing this package in order to test.  Please let us know your
results.

If the issue remains even after installing and testing linux-backports-
modules-jaunty, could you then please try the latest upstream compat-
wireless stack.  See http://wireless.kernel.org/en/users/Download for
more info.  If the issue exists upstream, we'll want to work with the
upstream developers to try to get this resolved.  Also, after confirming
the issue remains with the latest upstream compat-wireless stack, be
sure to also 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-image-2.6.28-11-generic bug #

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

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

-- 
Intel Pro/Wireless 4965 AG stops transferring data within a few minutes
https://bugs.launchpad.net/bugs/277634
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 291963] Re: Wifi seems to work on Dell Inspiron 1501 but WPA connexion does'nt work

2009-07-07 Thread Bryan Wu
Unfortunately it seems this bug is still an issue.  Can you confirm this
issue exists with the most recent Jaunty Jackalope 9.04 release -
http://www.ubuntu.com/news/ubuntu-9.04-desktop .  Please let us know
your results.  Thanks.

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

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

-- 
Wifi seems to work on Dell Inspiron 1501 but WPA connexion does'nt work
https://bugs.launchpad.net/bugs/291963
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 295414] Re: Wireless network keeps disconnecting in Intrepid

2009-07-07 Thread Bryan Wu
Unfortunately it seems this bug is still an issue.  Can you confirm this
issue exists with the most recent Jaunty Jackalope 9.04 release -
http://www.ubuntu.com/news/ubuntu-9.04-desktop .  Please let us know
your results.  Thanks.

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

-- 
Wireless network keeps disconnecting in Intrepid
https://bugs.launchpad.net/bugs/295414
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 298717] Re: Wifi (b43) sometimes causes events/0 to use near-100% CPU after suspend/resume cycle

2009-07-07 Thread Bryan Wu
Sybren,

Is this bug still there. Please try our latest release Jaunty 9.04
Kubuntu. And let us know the result. Obviously, this issues is not
related to kernel. So I will set it to invalid.

Thanks
-Bryan 

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

-- 
Wifi (b43) sometimes causes events/0 to use near-100% CPU after suspend/resume 
cycle
https://bugs.launchpad.net/bugs/298717
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 311519] Re: The wifi adapter causes system freeze with CAPS LOCK blinking

2009-07-07 Thread Bryan Wu
Unfortunately it seems this bug is still an issue.  Can you confirm this
issue exists with the most recent Jaunty Jackalope 9.04 release -
http://www.ubuntu.com/news/ubuntu-9.04-desktop .  Please let us know
your results.  Thanks.

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

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

-- 
The wifi adapter causes system freeze with CAPS LOCK blinking
https://bugs.launchpad.net/bugs/311519
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 327934] Re: kernel panic when enabling after disabling wireless

2009-07-07 Thread Bryan Wu
Unfortunately it seems this bug is still an issue.  Can you confirm this
issue exists with the most recent Jaunty Jackalope 9.04 release -
http://www.ubuntu.com/news/ubuntu-9.04-desktop .

For your reference, the full description of procedures for kernel-
related bug reports is available at
https://wiki.ubuntu.com/KernelTeamBugPolicies

Thanks

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

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

-- 
kernel panic when enabling after disabling wireless
https://bugs.launchpad.net/bugs/327934
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 305777] Re: trackpad disconnect

2009-06-30 Thread Bryan Wu
Robert,

I did read this short bug log. We didn't get any useful information
about your configuration, so please follow this:

---
Unfortunately it seems this bug is still an issue.  Can you confirm this issue 
exists with the most recent Jaunty Jackalope 9.04 release - 
http://www.ubuntu.com/news/ubuntu-9.04-desktop .  If the issue remains in 
Jaunty, Please 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-image-2.6.28-11-generic bug #

If you could also test the latest upstream kernel available that would
be great.  It will allow additional upstream developers to examine this
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.  Please let us know your
results.

Thanks in advance.
---

Bryan

** Tags added: needs-kernel-logs needs-upstream-testing

-- 
trackpad disconnect
https://bugs.launchpad.net/bugs/305777
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 374122] Re: add two hercules webcam models to gspca devlist

2009-06-30 Thread Bryan Wu
** Changed in: linux (Ubuntu Jaunty)
   Status: In Progress = Fix Committed

-- 
add two hercules webcam models to gspca devlist
https://bugs.launchpad.net/bugs/374122
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 294123] Re: 2.6.27 SATA drives not accessible at boot time, 2.6.24 working

2009-06-23 Thread Bryan Wu
Unfortunately it seems this bug is still an issue.  Can you confirm this
issue exists with the most recent Jaunty Jackalope 9.04 release -
http://www.ubuntu.com/news/ubuntu-9.04-desktop .  If the issue remains
in Jaunty, Please 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-image-2.6.28-11-generic bug #

If you could also test the latest upstream kernel available that would
be great.  It will allow additional upstream developers to examine this
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.  Please let us know your
results.

Thanks in advance

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

** Tags added: needs-kernel-logs needs-upstream-testing

-- 
2.6.27 SATA drives not accessible at boot time, 2.6.24 working
https://bugs.launchpad.net/bugs/294123
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 289339] Re: [prism2_usb] Upgrade to 8.10 RC breaks wireless USB

2009-06-23 Thread Bryan Wu
This bug report is being closed because we received no response to the
previous inquiry for information. Please reopen if this is still an
issue in the current Ubuntu release, Jaunty Jackalope 9.04 -
http://www.ubuntu.com/getubuntu/download.  If the issue remains in
Jaunty, please test the latest upstream kernel build -
https://wiki.ubuntu.com/KernelMainlineBuilds .  To reopen the bug, click
on the current status under the Status column and change the status back
to New.  Thanks.

** Changed in: linux (Ubuntu)
   Status: Incomplete = Won't Fix

-- 
[prism2_usb] Upgrade to 8.10 RC breaks wireless USB
https://bugs.launchpad.net/bugs/289339
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 292642] Re: dv6700 doesn't wake from suspend with kernel 2.6.27.7

2009-06-23 Thread Bryan Wu
This bug report is being closed because we received no response to the
previous inquiry for information. Please reopen if this is still an
issue in the current Ubuntu release, Jaunty Jackalope 9.04 -
http://www.ubuntu.com/getubuntu/download.  If the issue remains in
Jaunty, please test the latest upstream kernel build -
https://wiki.ubuntu.com/KernelMainlineBuilds .  To reopen the bug, click
on the current status under the Status column and change the status back
to New.  Thanks.

** Changed in: linux (Ubuntu)
   Status: Incomplete = Won't Fix

-- 
dv6700 doesn't wake from suspend with kernel 2.6.27.7
https://bugs.launchpad.net/bugs/292642
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 300845] Re: kernel - problem with sd card recognition

2009-06-23 Thread Bryan Wu
This bug report is being closed because we received no response to the
previous inquiry for information. Please reopen if this is still an
issue in the current Ubuntu release, Jaunty Jackalope 9.04 -
http://www.ubuntu.com/getubuntu/download.  If the issue remains in
Jaunty, please test the latest upstream kernel build -
https://wiki.ubuntu.com/KernelMainlineBuilds .  To reopen the bug, click
on the current status under the Status column and change the status back
to New.  Thanks.

** Changed in: linux (Ubuntu)
   Status: Incomplete = Won't Fix

-- 
kernel - problem with sd card recognition
https://bugs.launchpad.net/bugs/300845
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 305777] Re: trackpad disconnect

2009-06-23 Thread Bryan Wu
This bug report is being closed because we received no response to the
previous inquiry for information. Please reopen if this is still an
issue in the current Ubuntu release, Jaunty Jackalope 9.04 -
http://www.ubuntu.com/getubuntu/download.  If the issue remains in
Jaunty, please test the latest upstream kernel build -
https://wiki.ubuntu.com/KernelMainlineBuilds .  To reopen the bug, click
on the current status under the Status column and change the status back
to New.  Thanks.

** Changed in: linux (Ubuntu)
   Status: Incomplete = Won't Fix

-- 
trackpad disconnect
https://bugs.launchpad.net/bugs/305777
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 323728] Re: [P4i65G] hibernate/resume problem

2009-06-23 Thread Bryan Wu
Unfortunately it seems this bug is still an issue.  Can you confirm this
issue exists with the most recent Jaunty Jackalope 9.04 release -
http://www.ubuntu.com/news/ubuntu-9.04-desktop .  If the issue remains
in Jaunty, Please 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-image-2.6.28-11-generic bug #

If you could also test the latest upstream kernel available that would
be great.  It will allow additional upstream developers to examine this
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.  Please let us know your
results.

Thanks in advance.

** Tags added: needs-kernel-logs needs-upstream-testing

-- 
[P4i65G] hibernate/resume problem
https://bugs.launchpad.net/bugs/323728
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 276577] Re: echo/tick even when not playing sounds

2009-06-23 Thread Bryan Wu
This bug report is being closed because we received no response to the
previous inquiry for information. Please reopen if this is still an
issue in the current Ubuntu release, Jaunty Jackalope 9.04 -
http://www.ubuntu.com/getubuntu/download.  If the issue remains in
Jaunty, please test the latest upstream kernel build -
https://wiki.ubuntu.com/KernelMainlineBuilds .  To reopen the bug, click
on the current status under the Status column and change the status back
to New.  Thanks.

** Changed in: linux (Ubuntu)
   Status: Incomplete = Won't Fix

-- 
echo/tick even when not playing sounds
https://bugs.launchpad.net/bugs/276577
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 227659] Re: Wireless network list is broken when there are many networks

2009-06-23 Thread Bryan Wu
Unfortunately it seems this bug is still an issue.  Can you confirm this
issue exists with the most recent Jaunty Jackalope 9.04 release -
http://www.ubuntu.com/news/ubuntu-9.04-desktop .  If the issue remains
in Jaunty, Please 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-image-2.6.28-11-generic bug #

If you could also test the latest upstream kernel available that would
be great.  It will allow additional upstream developers to examine this
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.  Please let us know your
results.

Thanks in advance.

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

** Tags added: needs-kernel-logs needs-upstream-testing

-- 
Wireless network list is broken when there are many networks
https://bugs.launchpad.net/bugs/227659
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 239479] Re: Support for console rotation with fbcon in linux-image

2009-06-22 Thread Bryan Wu
@ajonat, i built the jaunty kernel for you testing. Please downloading the from 
this URL:
http://people.ubuntu.com/~roc/lp239479/ and let's us know your test result.

But according to the SRU policy of Jaunty kernel, we are not going to
enable this option in Jaunty, probably for Karmic kernel. And I noticed
that this option is only useful for framebuffer console not for X or
other GUI, right. So it is not very common option for common users.

Thanks,
-Bryan

-- 
Support for console rotation with fbcon in linux-image
https://bugs.launchpad.net/bugs/239479
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 70102] Re: Toshiba Satellite A70 always reports lid as closed

2009-06-22 Thread Bryan Wu
Here is the stock reply for this bug:

Unfortunately it seems this bug is still an issue.  Can you confirm this
issue exists with the most recent Jaunty Jackalope 9.04 release -
http://www.ubuntu.com/news/ubuntu-9.04-desktop .  If the issue remains
in Jaunty, Please 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-image-2.6.28-11-generic bug #

If you could also test the latest upstream kernel available that would
be great.  It will allow additional upstream developers to examine this
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.  Please let us know your
results.

Thanks in advance.
-Bryan

-- 
Toshiba Satellite A70 always reports lid as closed
https://bugs.launchpad.net/bugs/70102
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


<    1   2   3   4   5   >