[Bug 816797] Lsusb.txt

2011-07-26 Thread Ming Lei
apport information ** Attachment added: "Lsusb.txt" https://bugs.launchpad.net/bugs/816797/+attachment/2235670/+files/Lsusb.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/816797 Title: [Oneir

[Bug 816797] BootDmesg.txt

2011-07-26 Thread Ming Lei
apport information ** Attachment added: "BootDmesg.txt" https://bugs.launchpad.net/bugs/816797/+attachment/2235668/+files/BootDmesg.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/816797 Title:

[Bug 784421] Re: natty slow boot on pandaboard(rev A1)

2011-07-26 Thread Ming Lei
In Oneiric, the disk geometry parameters have been changed from 255 heads, 63 sectors/track, 941 cylinders (natty and before) to 128 heads, 32 sectors/track, 1890 cylinders(Oneiric) so the start sector number of partitions is even number now. -- You received this bug notif

[Bug 791019] Re: yama_ptracer_del lockdep warning

2011-07-26 Thread Ming Lei
SRU Justification against Ubuntu-2.6.38-11.47: - does fix the lockdep warning - normal function is good, and can boot well into natty see attachment dmesg ** Attachment added: "2.6.38-11-generic.dmsg" https://bugs.launchpad.net/ubuntu/+source/linux-ti-omap4/+bug/791019/+attachment/2234095/+

[Bug 791019] Re: yama_ptracer_del lockdep warning

2011-07-25 Thread Ming Lei
In fact, I have done SRU Justification before submitting the patch into kernel-t...@lists.ubuntu.com. see https://lists.ubuntu.com/archives/kernel-team/2011-June/016037.html I am sure the patch did not affect normal function and only fixed the lockdep warning, and Tim already Acked it.

[Bug 784421] Re: natty slow boot on pandaboard(rev A1)

2011-07-25 Thread Ming Lei
After reading the paper in the link below: https://lwn.net/Articles/428584/ I think the slow writing to my sd card is not strange, see below: - my card is a kingston class 4 card, not a "high speed" card - writing to sd card is a slow action because of storage feature of sd card, also opt

[Bug 784280] Re: Logitech UVC webcam keeps disconnecting

2011-07-21 Thread Ming Lei
Walter, it is very different with #753714. In #753714 , the problem is about a fullspeed usb camera(not uvc) plugged into a external usb highspeed hub, which is not supported well in linux, also is a dark area in usb 2.0 spec. This bug is about a uvc camera, which is a highspeed device, and the

[Bug 792771] Re: USB HID suspend error

2011-07-21 Thread Ming Lei
The problem has been fixed in 3.0 -rc, see the below commit log: commit 0af212ba8f123c2eba151af7726c34a50b127962 Author: Alan Stern Date: Wed Jun 15 16:27:43 2011 -0400 USB: don't let errors prevent system sleep -- You received this bug notification because you are a member of Ubuntu Bug

[Bug 809729] Re: [oneiric] kernel 3.0.0-4 fails to suspend on a eeePC 1000H

2011-07-20 Thread Ming Lei
This was fixed by the patches below, which has been merged into -rc7 already. commit ca5c485f55d326d9a23e4badd05890148aa53f74 Author: Alan Stern Date: Wed Jul 6 17:03:45 2011 -0400 USB: additional regression fix for device removal commit e534c5b831c8b8e9f5edee5c8a37753c808b80dc Author: A

[Bug 795626] Re: ehci_hcd fatal error - USB devices randomly crash

2011-07-20 Thread Ming Lei
Looks like very similar with issues, in which full speed/low speed devices connected into highspeed bus from usb 2.0 hs hub. Could you connect your two low speed devices into root hub(PC) directly instead of external usb 2.0 hub to see if the problem can be reproduced? See the two devices from

[Bug 794642] Re: [Dell optiplex 390][SFF] Dvd drive not recognized by system

2011-07-14 Thread Ming Lei
Marc, as far as I know, several guys have reported the problem, and still no good solution for it until now. Could you help to test upstream kernel(3.0-rc6 or -rc7) and see if it can fix the problem? thanks, -- You received this bug notification because you are a member of Ubuntu Bugs, which i

[Bug 794642] Re: [Dell optiplex 390][SFF] Dvd drive not recognized by system

2011-07-13 Thread Ming Lei
Hi Marc, After discussion with Chris and jk, the problem may be related with intel sandy bridge bug, many similar problems are reported before, such as below: https://bugs.launchpad.net/hwe-chihshang/+bug/758433 You can change sata ports to avoid the problem according to chris's suggest

[Bug 794642] Re: [Dell optiplex 390][SFF] Dvd drive not recognized by system

2011-07-12 Thread Ming Lei
Hi Marc, As far as I know, changing to ahci is always done in "SATA options" of BIOS, I have found it does work at least in 4 machines of mine, including one very old machine dell D630. If you google "Sata ahci ide", you will find sata controller should support ahci. I don't know why BIOS of t

[Bug 794642] Re: [Dell optiplex 390][SFF] Dvd drive not recognized by system

2011-07-09 Thread Ming Lei
Marc, Thanks for your test. As we discussed in Dublin, the SATA works at IDE compatible mode now, but it is a sata controller and should wok at ahci mode as reported in LP 737388. So I suggested that you can try to upgrade the BIOS to see if newer version can support to change to AHCI mode. A

[Bug 791019] Re: yama_ptracer_del lockdep warning

2011-06-30 Thread Ming Lei
Now security_task_free is called from __put_task_struct in ubuntu kernel, and __put_task_struct c can surely be called in softirq context.In upstream, there are no security_task_free at all. If not calling security_task_free, where is it called from? Seems depending on security implementat

[Bug 791019] Re: yama_ptracer_del lockdep warning

2011-06-29 Thread Ming Lei
The attachment patch does fix the warning, yama_ptracer_del can be called in softirq context, also can be run in common process context, so use spin_lock_bh to fix it. ** Attachment added: "fix_yama_lsm_lockdep_warning.log" https://bugs.launchpad.net/ubuntu/+source/linux-ti-omap4/+bug/7910

[Bug 791022] Re: cupsd lockdep warning

2011-06-29 Thread Ming Lei
>From the log, there is a bug surely: allock(GFP_KERNEL) is called with >spinlock holding, so the warning is triggered: struct cred *prepare_creds(void) { .. new = kmem_cache_alloc(cred_jar, GFP_KERNEL); .. } and prepare_creds is called in this path with spin_lo

[Bug 791019] Re: yama_ptracer_del lockdep warning

2011-06-29 Thread Ming Lei
attach another lockdep warning in yama_ptracer_del path. ** Attachment added: "yama_ptracer_del-lockdep-warning.log" https://bugs.launchpad.net/ubuntu/+source/linux-ti-omap4/+bug/791019/+attachment/2184345/+files/yama_ptracer_del-lockdep-warning.log -- You received this bug notification beca

[Bug 794642] Re: [Dell optiplex 390][SFF] Dvd drive not recognized by system

2011-06-27 Thread Ming Lei
Marc, the same issue is reported in 737388: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/737388 which does happen on the same sata controller: 8086:1c00(pci vid: pci pid) but from 737388, we can find it will work at ahci mode. So I suggest you to enable ahci to fix the issue for your

[Bug 794642] Re: [Dell optiplex 390][SFF] Dvd drive not recognized by system

2011-06-26 Thread Ming Lei
Marc, can this DVD drive work well on windows? BTW: could you post out the options for SATA in BIOS? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/794642 Title: [Dell optiplex 390][SFF] Dv

[Bug 794642] Re: [Dell optiplex 390][SFF] Dvd drive not recognized by system

2011-06-23 Thread Ming Lei
Marc, as we chatted in IRC, suggest you to set AHCI mode for sata controller in BIOS to see if it can work first. thanks, -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/794642 Title: [Dell optiple

[Bug 784421] Re: natty slow boot on pandaboard(rev A1)

2011-06-23 Thread Ming Lei
Unfortunately, I found my pandaboard is destroyed just the next morning after the mmc read teat. I am not sure if it is caused by the mmc read test. But certainly, I have done nothing using the board after doing the mmc test and before I found it is broken. My board will hang in several minut

[Bug 794642] Re: [Dell optiplex 390][SFF] Dvd drive not recognized by system

2011-06-23 Thread Ming Lei
Hi Marc Legris, >From BootDmesg.txt, over-current change happened on port 1 and 2 of >"Integrated Rate Matching Hub"(2-1), even though no any devices are connected into these two ports, not sure if the test machine is good. Suggest you find a good one to do certification test on natty. thank

[Bug 794642] Re: [Dell optiplex 390][SFF] Dvd drive not recognized by system

2011-06-22 Thread Ming Lei
Hi Marc Legris, please set SATA drive working at AHCI mode in BIOS to see if DVD can work well. If it may work at ahci mode, can you accept this wrt. certification? thanks, -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://

[Bug 794642] Re: [Dell optiplex 390][SFF] Dvd drive not recognized by system

2011-06-22 Thread Ming Lei
Hi Marc Legris, Could you test DVD reading on windows to see if it can work? >From google, many guys are touched by this kind of issue and are fixed by changing SATA port on the motherboard. see [1]: [1], - http://ubuntuforums.org/showthread.php?t=1755888 - http://www.tomshardware.

[Bug 784421] Re: natty slow boot on pandaboard(rev A1)

2011-06-21 Thread Ming Lei
Use ftrace to trace block event, and found the blow when bad read performance[1] is observed: mmcqd/0-57[000] 8827.689789: block_rq_issue: 179,0 W 0 () 5653017 + 8 [mmcqd/0] mmcqd/0-57[000] 8828.408600: block_rq_complete: 179,0 W () 5653017 + 8 [0] Seems the bad read

[Bug 791022] Re: cupsd lockdep warning

2011-06-20 Thread Ming Lei
Ricardo, Please enable lockdep irq trace config options, then rebuild kernel. You will see the warning during the new kenel booting. thanks, -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/791022 T

[Bug 795626] Re: ehci_hcd fatal error - USB devices randomly crash

2011-06-12 Thread Ming Lei
I saw this message now: [122397.871035] ehci_hcd :00:10.4: fatal error [122397.872856] ehci_hcd :00:10.4: force halt; handshake c918e014 4000 4000 -> -110 [122397.872864] ehci_hcd :00:10.4: HC died; cleaning up Looks like a PCI error, from 2.3.2 of ehci spec 1.0, may

[Bug 795626] Re: ehci_hcd fatal error - USB devices randomly crash

2011-06-10 Thread Ming Lei
>From lsusb.txt, no any usb 2.0 root hub devices are found at all, so how can >you say it is a ehci_hcd fatal error? Seems it is a uhci_hcd issue. Could you paste out all dmesg info after the uhci issue happened. -- You received this bug notification because you are a member of Ubuntu Bugs, wh

[Bug 794846] Re: Very slow boot of Ubuntu 11.04

2011-06-08 Thread Ming Lei
could you try to run bootchart and paste the generated .svg? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/794846 Title: Very slow boot of Ubuntu 11.04 To manage notifications about this bug go to:

[Bug 690370] Re: Strange out of memory on pandaboard

2011-06-07 Thread Ming Lei
I think the attachment patch can fix the issue, so anyone would like to verify it on your board? ** Patch added: "usbnet_oom_3.0-rc1.patch" https://bugs.launchpad.net/ubuntu/+source/linux-ti-omap4/+bug/690370/+attachment/2160134/+files/usbnet_oom_3.0-rc1.patch -- You received this bug notif

[Bug 791016] Re: kernel panic when enabling function-graphy of ftrace

2011-06-07 Thread Ming Lei
The patch below: http://marc.info/?t=13048465831&r=1&w=2 does fix the issue, but Tony and Kevin have a better solution to address it. So the reason is clear, that omap_readl should be declared as notrace -- You received this bug notification because you are a member of Ubuntu Bugs, whi

[Bug 784421] Re: natty slow boot on pandaboard(rev A1)

2011-06-01 Thread Ming Lei
When I enable lockdep today on my pandaboard, the warning below[1] has been triggered, so the issue is surely related with block storage or filesystem. [1], lockdep warning [ 1202.199310] INFO: task updatedb.mlocat:6892 blocked for more than 120 seconds. [ 1202.207519] "echo 0 > /proc/sys/kern

[Bug 791019] Re: yama_ptracer_del lockdep warning

2011-05-31 Thread Ming Lei
** Attachment added: "yama-lockdep-warning.log" https://bugs.edge.launchpad.net/bugs/791019/+attachment/2149973/+files/yama-lockdep-warning.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/791019

[Bug 791019] [NEW] yama_ptracer_del lockdep warning

2011-05-31 Thread Ming Lei
Public bug reported: See attachment log when the lockdep compile option is enabled. ** Affects: linux-ti-omap4 (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.lau

[Bug 791022] Re: cupsd lockdep warning

2011-05-31 Thread Ming Lei
** Attachment added: "cupsd-in-atomic-warning.log" https://bugs.edge.launchpad.net/bugs/791022/+attachment/2149975/+files/cupsd-in-atomic-warning.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/7

[Bug 791022] [NEW] cupsd lockdep warning

2011-05-31 Thread Ming Lei
Public bug reported: See the warning log if the compile option of lockdep irq trace is enabled. ** Affects: linux-ti-omap4 (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. http

[Bug 791016] Re: kernel panic when enabling function-graphy of ftrace

2011-05-31 Thread Ming Lei
** Attachment added: "ftrace-bug.log" https://bugs.edge.launchpad.net/bugs/791016/+attachment/2149972/+files/ftrace-bug.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/791016 Title: kernel pan

[Bug 791016] [NEW] kernel panic when enabling function-graphy of ftrace

2011-05-31 Thread Ming Lei
Public bug reported: See panic log from attachment. ** Affects: linux-ti-omap4 (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/791016 Title:

[Bug 784421] Re: natty slow boot on pandaboard(rev A1)

2011-05-30 Thread Ming Lei
The issue should be caused by 'mount' in /usr/lib/pm-utils/power.d/journal-commit. Login window can be shown in 60sec after running the below: chmod -x /usr/lib/pm-utils/power.d/journal-commit -- You received this bug notification because you are a member of Ubuntu Bugs, which is su

[Bug 784421] Re: natty slow boot on pandaboard(rev A1)

2011-05-30 Thread Ming Lei
upload bootchart Even the chart shows that the boot time is about 60sec, but on my pandaboard I still have to take about 2minutes to see the login window. ** Attachment added: "tom-panda-natty-20110528-1.png" https://bugs.edge.launchpad.net/ubuntu/+source/linux-ti-omap4/+bug/784421/+attachme

[Bug 784421] Re: natty slow boot on pandaboard(rev A1)

2011-05-29 Thread Ming Lei
>1486 00:48:26.075713 futex(0x1baa75c, FUTEX_WAIT_PRIVATE, 1, >{14, 999571869} >1486 00:49:07.075534 <... futex resumed> ) = -1 ETIMEDOUT >(Connection timed out) <40.999668> Further ftrace on hrtimer event indicates that the hrtimer is triggered in time, but futex( FUTEX_WAIT_PRIVATE) returned

[Bug 784421] Re: natty slow boot on pandaboard(rev A1)

2011-05-28 Thread Ming Lei
1, strace on gdm-binary exec strace -e futex -fttT -o /tmp/gdm.trace gdm-binary $CONFIG_FILE 2, many tests show long time delay found in futex() syscall, such as before: 1486 00:48:26.075713 futex(0x1baa75c, FUTEX_WAIT_PRIVATE, 1, {14, 999571869} 1486 00:49:07.075534 <... futex resumed> ) = -

[Bug 784421] Re: natty slow boot on pandaboard(rev A1)

2011-05-27 Thread Ming Lei
1, some progress - if gdm is enabled, even '$' over ttyO2 comes very late when login from serial tty, see detailed analysis in next part. - if gdm is disabled, '$' over ttyO2 comes very quickly if login from serial tty. - so gdm is involved in the slow boot issue 2, strace log With

[Bug 784421] Re: natty slow boot on pandaboard(rev A1)

2011-05-23 Thread Ming Lei
Also found there is interval of ~1.5 min from running of /etc/gdm/Init/Default to running of /etc/gdm/ProSession/Default. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/784421 Title: natty slow boo

[Bug 784421] Re: natty slow boot on pandaboard(rev A1)

2011-05-21 Thread Ming Lei
Ricardo Salveti, 1, ehci issue - see the detailed log of ehci failure in attachment of #2, please point out if you think it is still not enough for you. - The MLO in http://people.canonical.com/~rsalveti/784421/MLO still doesn't make ehci of my pandaboard work, same with nattay release. - I ca

[Bug 784421] Re: natty slow boot on pandaboard(rev A1)

2011-05-20 Thread Ming Lei
It is the creating of 512MB SWAP.swap which consumes about extra 2min. The boot time is decreased a lot once I commented the line below in /etc/fstab: /SWAP.swapnone swapsw 0 0 The swap file to be created is 512M bytes, so takes long time since the rootfs is over mmc card

[Bug 690370] Re: Strange out of memory on pandaboard

2011-05-19 Thread Ming Lei
Hi Marcin Juszkiewiczm, You mean that you are building the kernel on the filesystem over usb storage, and at the same time you are controlling from remote, then oom happened? If so, could you disconnect ethernet connection(usbnet) to build kernel on usb storage and see if the oom can happen?

[Bug 784421] Re: natty slow boot on pandaboard(rev A1)

2011-05-18 Thread Ming Lei
I have found that it is MLO in natty release which caused ehci on my pandabord not work, but how about the slow boot issue? thanks, -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/784421 Title: natt

[Bug 784421] Re: natty slow boot on pandaboard(rev A1)

2011-05-18 Thread Ming Lei
Hi Ricardo Salveti, Yes, you are right. There was a story about it, i don't use released u-boot and mlo because they can't make ehci work so i build the mlo and u-boot myself from below trees and fix my ehci issue. X-loader: git://git.omapzoom.org/repo/x-loader.git branch: omap4_de

[Bug 784421] [NEW] natty slow boot on pandaboard(rev A1)

2011-05-17 Thread Ming Lei
Public bug reported: About 4~5 minutes are taken before login UI comes from power on. - natty on my pandaboard(A1) see the uart log from : https://pastebin.canonical.com/47563/ ** Affects: linux-ti-omap4 (Ubuntu) Importance: Undecided Status: New -- You received this bug not

[Bug 702999] Re: oprofile failure on panda (omap4)

2011-05-17 Thread Ming Lei
in cti.h. thanks, Ming Lei -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/702999 Title: oprofile failure on panda (omap4) -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com

[Bug 690370] Re: Strange out of memory on pandaboard

2011-05-16 Thread Ming Lei
.info/?t=130471082300010&r=1&w=2 but still have not a good solution to fix this, I will try to figure out a patch to address the issue. thanks, Ming Lei -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad

[Bug 633227] Re: instabilities with highmem activated

2011-02-19 Thread Ming Lei
Anyone who has panda A1 board may try to reproduce the issue. If at least two guys may observe no such issue on A1, we can confirm it is a hardware-dependent issue. Also we can run memory test in uboot or linux(use memtester) to see if any hardware related issue can be found about DDR on EA1. Br

[Bug 633227] Re: instabilities with highmem activated

2011-02-17 Thread Ming Lei
Hi Marcin, Suppose you use ubuntu rootfs, usb(ehci-omap) does not work on my pandaboard with the kernel and modules(even with ubuntu 10 and 11 release for omap4), but is OK if I run the same kernel and modules on Angstrom. I guess some Ubuntu applications does some special things which may cas

[Bug 633227] Re: instabilities with highmem activated

2011-02-15 Thread Ming Lei
kernel and modules binary files: see attachment ** Attachment added: "kernel_modules_2.6.38-rc4-next-20110208+.tar.gz" https://bugs.launchpad.net/ubuntu/+source/linux-ti-omap4/+bug/633227/+attachment/1851649/+files/kernel_modules_2.6.38-rc4-next-20110208%2B.tar.gz -- You received this bug n

[Bug 633227] Re: instabilities with highmem activated

2011-02-15 Thread Ming Lei
kernel : 2.6.38-rc4 + patch-v2.6.38-rc4-next-20110208.bz2 + fix_timer_lockdep_warning.patch(this attachment file) config : see config.tar.gz of last attachment log.tar.gz ** Patch added: "fix_timer_lockdep_warning.patch" https://bugs.launchpad.net/ubuntu/+source/linux-ti-omap4/+bug/633227/+a

[Bug 633227] Re: instabilities with highmem activated

2011-02-15 Thread Ming Lei
Seems A1 board is more stable than EA1 version. I had one EA1 pandaboard before, but was destroyed, so I buy another A1 board. Attach the kernel building log(build_log.tar.gz) and the config file(20110214-panda.log.tar.gz) used in building kernel for my A1 pandaboard. >From the log, you may see

<    2   3   4   5   6   7