[Bug 1905635] [NEW] package linux-image-5.8.0-29-generic 5.8.0-29.31 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1

2020-11-25 Thread li li
Public bug reported: when i install this package, there is this error. ProblemType: Package DistroRelease: Ubuntu 20.10 Package: linux-image-5.8.0-29-generic 5.8.0-29.31 ProcVersionSignature: Ubuntu 5.8.0-25.26-generic 5.8.14 Uname: Linux 5.8.0-25-generic x86_64 ApportVersion: 2.20.11-0ubuntu50

[Bug 1785946] [NEW] package scons 2.5.1-1 failed to install/upgrade: 子进程 已安装 post-installation 脚本 返回错误状态 1

2018-08-07 Thread li li
Public bug reported: I type in sudo apt-get install git cmake scons protobuf-compiler libgflags-dev libgoogle-glog-dev. And it prompts that libgflags-dev: 依赖 libflags2v5(=2.1.2-3),但是 2.1.2-4正要被安装 so I degrade libgflags-dev, and the problem shows up. ProblemType: Package DistroRelease: Ubuntu

[Bug 1218680] [NEW] C-a ~ show messages instead of save the scroll buffer

2013-08-29 Thread Li Li
Public bug reported: According to https://bugs.launchpad.net/ubuntu/+source/byobu/+bug/565399 A keybinding C-a ~ is used to save the scroll buffer. But it's mapped to show messages instead on 12.04 LTS. ** Affects: byobu (Ubuntu) Importance: Undecided Status: New -- You received

[Bug 1218680] [NEW] C-a ~ show messages instead of save the scroll buffer

2013-08-29 Thread Li Li
Public bug reported: According to https://bugs.launchpad.net/ubuntu/+source/byobu/+bug/565399 A keybinding C-a ~ is used to save the scroll buffer. But it's mapped to show messages instead on 12.04 LTS. ** Affects: byobu (Ubuntu) Importance: Undecided Status: New -- You received

[Bug 1052735] Re: kernel oops on scp large file

2012-09-24 Thread Li Li
@Ike, I'm curious how you trigger this issue with scp (When scp a large file into armadaxp system, console shows kernel oops.). I tried to scp files up to 1GB to AXP but didn't observe any kernel oops. -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1034450] Re: highbank install kernel hangs when earlyprintk is added to the kernel command-line

2012-08-22 Thread Li Li
Same issue as https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1034781 ? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1034450 Title: highbank install kernel hangs when earlyprintk is added to

[Bug 1034781] Re: kernel hangs with earlyprintk on highbank

2012-08-12 Thread Li Li
There're several problems in hb kernel. 1) CONFIG_DEBUG_HIGHBANK_UART is not enabled 2) HB_DEBUG_LL_VIRT_BASE resides in vmalloc area, wasting memory 3) arch/arm/mach-highbank/include/mach/debug-macro.S uses the predefined phys/virt uart io address directly - should calculate the value from

[Bug 1034781] Re: kernel hangs with earlyprintk on highbank

2012-08-12 Thread Li Li
Ike, can you please add the following line to highbank config file? Thanks! CONFIG_DEBUG_HIGHBANK_UART=y -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1034781 Title: kernel hangs with earlyprintk

[Bug 1034781] Re: kernel hangs with earlyprintk on highbank

2012-08-12 Thread Li Li
** Changed in: linux (Ubuntu) Status: Confirmed = In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1034781 Title: kernel hangs with earlyprintk on highbank To manage notifications

[Bug 1006217] Re: [public] SBP (Static Branch Prediction) problem - disable it

2012-06-22 Thread Li Li
According to Maen, this patch is a software fix for AXP A0 only. The HW issue should be fixed in Armada XP B0 (the next revision). So we need maintain the software fix for AXP A0 (until B0 replaces it). To reproduce the issue, we can run derby subtest of SPECJVM benchmark. the test will simply

[Bug 1006217] Re: [public] SBP (Static Branch Prediction) problem - disable it

2012-06-17 Thread Li Li
@Adam, trying to get some (regression) test cases from Marvell as the bug is really hard to reproduce by ourselves. And as Tawfik stated, they have found the root cause internally and this would be fixed in the new silicon revision. So basically the two patches are software workaround for current

[Bug 1010108] Re: Usage of MSG_KERNSPACE and MSG_NOCATCHSIG ?

2012-06-13 Thread Li Li
@Jani, even if there're any applications using these flags, they should use the macro instead of the value directly, right? If they did use the value (instead of the macro) directly, it's actually a bug in the app to be fixed. -- You received this bug notification because you are a member of

[Bug 1006217] Re: [public] SBP (Static Branch Prediction) problem - disable it

2012-06-04 Thread Li Li
@Ike, As the vendor has confirmed this is a CPU related issue and found the root cause already, I think we should merge this into the kernel tree, with a comment stating this should be removed later (once the old silicon is replaced by the new one). What's your thought? -- You received this bug

[Bug 959604] Re: [public] bad: scheduling from the idle thread!

2012-05-31 Thread Li Li
Me, either. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/959604 Title: [public] bad: scheduling from the idle thread! To manage notifications about this bug go to:

[Bug 959604] Re: [public] bad: scheduling from the idle thread!

2012-05-22 Thread Li Li
@Seif, cool~ -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/959604 Title: [public] bad: scheduling from the idle thread! To manage notifications about this bug go to:

[Bug 959604] Re: [public] bad: scheduling from the idle thread!

2012-05-21 Thread Li Li
Enabling this hotplug config provides the possibility to save more power (as well as introducing advanced error reporting and correction capabilities theoretically). Meanwhile, according to kernel document, SMP support for suspend/resume is a work in progress. I would suggest we enable this by

[Bug 959604] Re: [public] bad: scheduling from the idle thread!

2012-05-10 Thread Li Li
update the patch with author's signed-off ** Patch added: 0001-DSMP-fix-the-bad-scheduling-from-the-idle-thread-mes.patch https://bugs.launchpad.net/eilt/+bug/959604/+attachment/3140210/+files/0001-DSMP-fix-the-bad-scheduling-from-the-idle-thread-mes.patch -- You received this bug

[Bug 959604] Re: [public] bad: scheduling from the idle thread!

2012-05-08 Thread Li Li
@MMorana, I didn't see bad: scheduling from the idle thread! in the new log you posted. Are you pasting comments about another bug of MS card could make kernel panic? :) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 959604] Re: [public] bad: scheduling from the idle thread!

2012-05-08 Thread Li Li
Aha, I saw you pasted a new log and misunderstood that. Thank you and Seif a lot! :) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/959604 Title: [public] bad: scheduling from the idle thread! To

[Bug 959604] Re: [public] bad: scheduling from the idle thread!

2012-04-23 Thread Li Li
@MMorana, has Seif's patch fixed this issue? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/959604 Title: [public] bad: scheduling from the idle thread! To manage notifications about this bug go

[Bug 960383] Re: [public] mmc0: unhandled interrupt status=0x8810 en=0x0000 pio=0 - sporadic under load

2012-04-23 Thread Li Li
@Seif, have you reproduced this at your side? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/960383 Title: [public] mmc0: unhandled interrupt status=0x8810 en=0x pio=0 - sporadic under load

[Bug 959604] Re: [public] bad: scheduling from the idle thread!

2012-04-23 Thread Li Li
Hi MMorana, please find the patched kernel at https://chinstrap.canonical.com/~lli5/959604/linux- image-3.2.0-1602-armadaxp_3.2.0-1602.5_armhf.deb. Thanks! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 946663] Re: Installer stuck at Removing conflicting operating system files...

2012-04-15 Thread Li Li
agree on #54, #58, #59, etc. above that it's nothing to do with if the partition is any of NTFS, btrfs, reiserfs. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/946663 Title: Installer stuck at

[Bug 959604] Re: [public] bad: scheduling from the idle thread!

2012-04-14 Thread Li Li
** Changed in: eilt Status: Confirmed = In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/959604 Title: [public] bad: scheduling from the idle thread! To manage notifications about

[Bug 959604] Re: [public] bad: scheduling from the idle thread!

2012-04-14 Thread Li Li
Thank you, Seif. :) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/959604 Title: [public] bad: scheduling from the idle thread! To manage notifications about this bug go to:

[Bug 960383] Re: [public] mmc0: unhandled interrupt status=0x8810 en=0x0000 pio=0 - sporadic under load

2012-04-07 Thread Li Li
Then, we could do little but wait for updates from Marvell. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/960383 Title: [public] mmc0: unhandled interrupt status=0x8810 en=0x pio=0 - sporadic

[Bug 959604] Re: [public] bad: scheduling from the idle thread!

2012-04-07 Thread Li Li
Thanks for the new log. It looks like a certain driver failed to clean up itself and reschedule happened within its interrupt handler. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/959604 Title:

Re: [Bug 959604] Re: [public] bad: scheduling from the idle thread!

2012-04-06 Thread Li Li
Thanks. I saw that. And it's really strange that this error disappeared after the board reboot. Could you paste a full log which shows (from boot-up) when the first error message is printed? It's helpful for us to understand which device driver is likely to cause this unexpected scheduling

[Bug 960383] Re: [public] mmc0: unhandled interrupt status=0x8810 en=0x0000 pio=0 - sporadic under load

2012-04-05 Thread Li Li
From drivers/mmc/host/mvsdio.c:492, this interrupt is an unexpected one, which cannot be recognized and processed correctly by all branches of code within this handler. So either this handler is not well designed to miss this interrupt, or it meets an unexpected hw error. For the former case, we

[Bug 959604] Re: [public] bad: scheduling from the idle thread!

2012-04-05 Thread Li Li
Well, I get it already. Thanks Ike and the remote access. :) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/959604 Title: [public] bad: scheduling from the idle thread! To manage notifications

[Bug 959604] Re: [public] bad: scheduling from the idle thread!

2012-04-05 Thread Li Li
However, I didn't see this scheduling error in the log on the board (xx.xx.37.252). Good or bad luck... :( -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/959604 Title: [public] bad: scheduling from

[Bug 965819] Re: mount fail during boot-up

2012-04-05 Thread Li Li
my /var/log/installer was wiped out. I'll install a fresh new precise beta2 to follow up this. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/965819 Title: mount fail during boot-up To manage

[Bug 965819] Re: mount fail during boot-up

2012-04-05 Thread Li Li
Hey Colin, there's another bug causing this behavior. See https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/946663. The standalone reiserfs partition isn't detected because it cannot be mounted in installation stage. -- You received this bug notification because you are a member of Ubuntu

[Bug 946663] Re: Installer stuck at Removing conflicting operating system files...

2012-04-05 Thread Li Li
Update: still met this issue on Precise beta2. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/946663 Title: Installer stuck at Removing conflicting operating system files... To manage notifications

[Bug 959604] Re: [public] bad: scheduling from the idle thread!

2012-04-04 Thread Li Li
Can anybody upload a full log from power-on. We need to understand from which point this unexpected schedule is happening. Thanks! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/959604 Title:

[Bug 960383] Re: [public] mmc0: unhandled interrupt status=0x8810 en=0x0000 pio=0 - sporadic under load

2012-04-04 Thread Li Li
** Changed in: eilt Assignee: Bryan Wu (cooloney) = Li Li (lli5) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/960383 Title: [public] mmc0: unhandled interrupt status=0x8810 en=0x pio=0

[Bug 959604] Re: [public] bad: scheduling from the idle thread!

2012-04-04 Thread Li Li
** Changed in: eilt Assignee: Bryan Wu (cooloney) = Li Li (lli5) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/959604 Title: [public] bad: scheduling from the idle thread! To manage

[Bug 913808] Re: chromium browser is missing in software-center

2012-04-02 Thread Li Li
Confirmed that I could find it on at least beta2. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/913808 Title: chromium browser is missing in software-center To manage notifications about this bug

[Bug 965819] [NEW] mount fail during boot-up

2012-03-26 Thread Li Li
Public bug reported: I installed a fresh new Precise (daily image after beta1). It just stopped at the very beginning and prompted that a partition couldn't be mounted successfully. But when I pressed M to pause the boot-up process and run mount -a, nothing wrong happened. Pressing Ctrl-D to

[Bug 965819] Re: mount fail during boot-up

2012-03-26 Thread Li Li
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/965819 Title: mount fail during boot-up To manage notifications about this bug go to:

[Bug 965822] [NEW] screen flashes in precise (unity)

2012-03-26 Thread Li Li
Public bug reported: On Precise (installed from the latest daily live image after beta1), the screen flashes on the areas where a repaint is ongoing. I suspect this is caused by a bug inside X driver or Unity. Looks like the HW 2D/3D operations doesn't get sync'ed well with SW operations. I'm

[Bug 965822] Re: screen flashes in precise (unity)

2012-03-26 Thread Li Li
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/965822 Title: screen flashes in precise (unity) To manage notifications about this bug go to:

[Bug 965819] Re: mount fail during boot-up

2012-03-26 Thread Li Li
Searched LP and found it might related to http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=440719. I did see swapon error in boot log. Would investigate more... ** Bug watch added: Debian Bug tracker #440719 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=440719 -- You received this bug

[Bug 965819] Re: mount fail during boot-up

2012-03-26 Thread Li Li
Should be nothing to do with swapon. Instead, found fsck error. Seems fsck.reiserfs is missing! apt-get install reiserfsprogs solved this issue. I would suggest we check and install the corresponding fsck.xxx when installing the OS. This can be done easily. Or we just panic those normal end

[Bug 963093] Re: Unity 5.8: Flickering and corruption on Unity UI elements

2012-03-26 Thread Li Li
Just FYI. apt-get upgrade today fixed the issue on my laptop. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/963093 Title: Unity 5.8: Flickering and corruption on Unity UI elements To manage

[Bug 946663] Re: Installer stuck at Removing conflicting operating system files...

2012-03-25 Thread Li Li
Same on an Atom netbook. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/946663 Title: Installer stuck at Removing conflicting operating system files... To manage notifications about this bug go to:

Re: [Bug 914983] Re: [Thinkpad X121e][AMD] Wifi is nonfunctional

2012-03-14 Thread Li Li
Anthony, yes, bcma is loaded. I think we need kernel team to make professional decision on how to deal with this kind of confliction. Personally I like the idea to just blackout the old (or even obsolete) drivers. /etc/modprobe.d/nobcma.conf # Do not load the bcma module on boot blacklist bcma

[Bug 881143] Re: [ThinkPad Edge E220s] Touchpoint/volume keys nonfunctional after suspend

2012-03-10 Thread Li Li
Is the precise kernel working? The debian package could be found at http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.2.9-precise/ -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/881143 Title:

[Bug 913793] Re: keyboard backlight adjust wrongly

2012-03-08 Thread Li Li
Confirmed the issue is gone after apt-get upgrade. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/913793 Title: keyboard backlight adjust wrongly To manage notifications about this bug go to:

[Bug 881143] Re: [ThinkPad Edge E220s] Touchpoint/volume keys nonfunctional after suspend

2012-03-08 Thread Li Li
Great to know this. :P -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/881143 Title: [ThinkPad Edge E220s] Touchpoint/volume keys nonfunctional after suspend To manage notifications about this bug

[Bug 881143] Re: [ThinkPad Edge E220s] Touchpoint/volume keys nonfunctional after suspend

2012-03-02 Thread Li Li
Do you mean 1) the volume up/down hotkeys failed to work after suspend/resume; 2) the volume up/down hotkeys got back to work after you ran vlc? Please correct me if I understand wrongly. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 881143] Re: [ThinkPad Edge E220s] Touchpoint/volume keys nonfunctional after suspend

2012-02-29 Thread Li Li
btw, if any music player application could adjust the sound volume successfully (after a suspend/resume), please try if the volume hot keys returns to work correctly. :) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 881143] Re: [ThinkPad Edge E220s] Touchpoint/volume keys nonfunctional after suspend

2012-02-29 Thread Li Li
Well, the g-s-d seems get the key events correctly and begin Launching action for key type xx. So we can assume all components before that are correct. I would take a look at the media keys plugin and see how it perform the reset process. Meanwhile, @Marc, could you do me a favor to test if any

[Bug 881143] Re: [ThinkPad Edge E220s] Touchpoint/volume keys nonfunctional after suspend

2012-02-29 Thread Li Li
Well, I'm a bit confused why this just happens on only a certain machine. Seems there's nothing wrong on hw related components. Anyway, would try to follow up and dig deeper. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 881143] Re: [ThinkPad Edge E220s] Touchpoint/volume keys nonfunctional after suspend

2012-02-27 Thread Li Li
Can anybody perform the following test and paste the log here? Thanks! Boot the machine, open a terminal, killall gnome-settings-daemon, and run gnome-settings-daemon --debug. Then press volume up/down keys to see if g-s-d could capture the key events and pass to its media plugin. please do the

[Bug 881143] Re: [ThinkPad Edge E220s] Touchpoint/volume keys nonfunctional after suspend

2012-02-21 Thread Li Li
Analyzed the thinkpad_acpi patch list between the two kernel versions but found nothing valuable. Would try to see if I can get a machine to debug directly. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 913793] Re: keyboard backlight adjust wrongly

2012-02-14 Thread Li Li
Filed at https://bugzilla.gnome.org/show_bug.cgi?id=670116 ** Bug watch added: GNOME Bug Tracker #670116 https://bugzilla.gnome.org/show_bug.cgi?id=670116 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 903655] Re: Macbook Air 4, 1 keyboard unusable after upgrading to Precise

2012-02-08 Thread Li Li
@rubiojr, I came back from the long CNY holiday and tried to follow up this bug. But unfortunately, I failed to reproduce that with either stock 12.04 or upgrading from stock 11.10 to 12.04. Could you please try to install a fresh Ubuntu from livecd and reproduce this issue at your side and

Re: [Bug 913779] Re: Fail to choose keyboard type when installing Precise on Macbook Air 4, 1

2012-01-20 Thread Li Li
I repeated it two times to confirm it (The third time I just used default keyboard layout to bypass this). Need somebody else to reproduce on another machine. On Thu, Jan 19, 2012 at 6:20 PM, Rick Spencer 913...@bugs.launchpad.netwrote: perhaps someone would care to see if they can reproduce

[Bug 913793] Re: keyboard backlight adjust wrongly

2012-01-20 Thread Li Li
Seems nobody review and merge the patch. I still see this issue now. :( -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/913793 Title: keyboard backlight adjust wrongly To manage notifications about

[Bug 913793] Re: keyboard backlight adjust wrongly

2012-01-20 Thread Li Li
** Changed in: gnome-settings-daemon (Ubuntu) Assignee: (unassigned) = Ubuntu Desktop (ubuntu-desktop) ** Changed in: gnome-settings-daemon (Ubuntu) Status: Fix Committed = Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 903655] Re: Macbook Air 4, 1 keyboard unusable after upgrading to Precise

2012-01-13 Thread Li Li
@rubiojr, is it possible for you to get the output of lsmod without inserting an external USB keyboard? E.g. you can ssh to it and run the command. I'm wondering there's something wrong with your udev rules. BTW, I recommend you install a fresh stock Ubuntu Precise from ISO instead of upgrading

[Bug 914983] Re: [Thinkpad X121e][AMD] Wifi is nonfunctional

2012-01-13 Thread Li Li
And could you please paste the output lf lsmod w/ w/o wl? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/914983 Title: [Thinkpad X121e][AMD] Wifi is nonfunctional To manage notifications about

[Bug 914983] Re: [Thinkpad X121e][AMD] Wifi is nonfunctional

2012-01-13 Thread Li Li
And could you please paste the output of lsmod with without wl? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/914983 Title: [Thinkpad X121e][AMD] Wifi is nonfunctional To manage notifications

[Bug 914983] Re: [Thinkpad X121e][AMD] Wifi is nonfunctional

2012-01-13 Thread Li Li
Marc, is the device working with the open source driver (removing wl)? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/914983 Title: [Thinkpad X121e][AMD] Wifi is nonfunctional To manage

[Bug 914983] Re: [Thinkpad X121e][AMD] Wifi is nonfunctional

2012-01-13 Thread Li Li
Quite strange, without wl, the open source driver should be loaded to make it work. I didn't see it existing in lsmod result. See my open source module info and wl modinfo below: both include the support of 0576 with alias: pci:v14E4d0576sv*sd*bc*sc*i* (the first alias line).

[Bug 914983] Re: [Thinkpad X121e][AMD] Wifi is nonfunctional

2012-01-13 Thread Li Li
And I saw your had bcma installed, which may compete with other drivers (brcmsmac/wl). You can rmmod bcma (or blacklist it) and then try modprobe brcmsmac/wl again. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 903655] Re: Macbook Air 4, 1 keyboard unusable after upgrading to Precise

2012-01-12 Thread Li Li
Tested and marked as fix released. @rubiojr, please modify it to confirmed if you still meet this issue at your side. Thanks. ** Changed in: linux (Ubuntu) Status: Incomplete = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 915188] [NEW] LCD backlight level is reset to maximum after a reboot.

2012-01-12 Thread Li Li
Public bug reported: Happened on the latest Ubuntu Precise on MacbookAir 4,1. I have to adjust the LCD backlight each time Ubuntu is rebooted manually - or the LCD hurts my eyes. ** Affects: ubuntu Importance: Undecided Status: New ** Tags: bot-comment -- You received this bug

[Bug 915188] Re: LCD backlight level is reset to maximum after a reboot.

2012-01-12 Thread Li Li
apport information ** Tags added: apport-collected precise running-unity staging ** Description changed: Happened on the latest Ubuntu Precise on MacbookAir 4,1. - I have to adjust the LCD backlight each time Ubuntu is rebooted manually - - or the LCD hurts my eyes. + I have to adjust the

[Bug 915188] AlsaDevices.txt

2012-01-12 Thread Li Li
apport information ** Attachment added: AlsaDevices.txt https://bugs.launchpad.net/bugs/915188/+attachment/2669084/+files/AlsaDevices.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/915188

[Bug 915188] BootDmesg.txt

2012-01-12 Thread Li Li
apport information ** Attachment added: BootDmesg.txt https://bugs.launchpad.net/bugs/915188/+attachment/2669086/+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/915188 Title:

[Bug 915188] CRDA.txt

2012-01-12 Thread Li Li
apport information ** Attachment added: CRDA.txt https://bugs.launchpad.net/bugs/915188/+attachment/2669087/+files/CRDA.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/915188 Title: LCD

[Bug 915188] Card0.Amixer.values.txt

2012-01-12 Thread Li Li
apport information ** Attachment added: Card0.Amixer.values.txt https://bugs.launchpad.net/bugs/915188/+attachment/2669088/+files/Card0.Amixer.values.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 915188] Card0.Codecs.codec.3.txt

2012-01-12 Thread Li Li
apport information ** Attachment added: Card0.Codecs.codec.3.txt https://bugs.launchpad.net/bugs/915188/+attachment/2669090/+files/Card0.Codecs.codec.3.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 915188] Card0.Codecs.codec.0.txt

2012-01-12 Thread Li Li
apport information ** Attachment added: Card0.Codecs.codec.0.txt https://bugs.launchpad.net/bugs/915188/+attachment/2669089/+files/Card0.Codecs.codec.0.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 915188] IwConfig.txt

2012-01-12 Thread Li Li
apport information ** Attachment added: IwConfig.txt https://bugs.launchpad.net/bugs/915188/+attachment/2669092/+files/IwConfig.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/915188 Title:

[Bug 915188] Lspci.txt

2012-01-12 Thread Li Li
apport information ** Attachment added: Lspci.txt https://bugs.launchpad.net/bugs/915188/+attachment/2669093/+files/Lspci.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/915188 Title: LCD

[Bug 915188] PciMultimedia.txt

2012-01-12 Thread Li Li
apport information ** Attachment added: PciMultimedia.txt https://bugs.launchpad.net/bugs/915188/+attachment/2669095/+files/PciMultimedia.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/915188

[Bug 915188] ProcCpuinfo.txt

2012-01-12 Thread Li Li
apport information ** Attachment added: ProcCpuinfo.txt https://bugs.launchpad.net/bugs/915188/+attachment/2669096/+files/ProcCpuinfo.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/915188

[Bug 915188] ProcEnviron.txt

2012-01-12 Thread Li Li
apport information ** Attachment added: ProcEnviron.txt https://bugs.launchpad.net/bugs/915188/+attachment/2669097/+files/ProcEnviron.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/915188

[Bug 915188] ProcInterrupts.txt

2012-01-12 Thread Li Li
apport information ** Attachment added: ProcInterrupts.txt https://bugs.launchpad.net/bugs/915188/+attachment/2669098/+files/ProcInterrupts.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 915188] ProcModules.txt

2012-01-12 Thread Li Li
apport information ** Attachment added: ProcModules.txt https://bugs.launchpad.net/bugs/915188/+attachment/2669099/+files/ProcModules.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/915188

[Bug 915188] PulseSources.txt

2012-01-12 Thread Li Li
apport information ** Attachment added: PulseSources.txt https://bugs.launchpad.net/bugs/915188/+attachment/2669101/+files/PulseSources.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/915188

[Bug 915188] UdevDb.txt

2012-01-12 Thread Li Li
apport information ** Attachment added: UdevDb.txt https://bugs.launchpad.net/bugs/915188/+attachment/2669103/+files/UdevDb.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/915188 Title: LCD

[Bug 915188] RfKill.txt

2012-01-12 Thread Li Li
apport information ** Attachment added: RfKill.txt https://bugs.launchpad.net/bugs/915188/+attachment/2669102/+files/RfKill.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/915188 Title: LCD

[Bug 915188] UdevLog.txt

2012-01-12 Thread Li Li
apport information ** Attachment added: UdevLog.txt https://bugs.launchpad.net/bugs/915188/+attachment/2669104/+files/UdevLog.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/915188 Title: LCD

[Bug 915188] PulseSinks.txt

2012-01-12 Thread Li Li
apport information ** Attachment added: PulseSinks.txt https://bugs.launchpad.net/bugs/915188/+attachment/2669100/+files/PulseSinks.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/915188

[Bug 915188] WifiSyslog.txt

2012-01-12 Thread Li Li
apport information ** Attachment added: WifiSyslog.txt https://bugs.launchpad.net/bugs/915188/+attachment/2669105/+files/WifiSyslog.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/915188

[Bug 915188] Lsusb.txt

2012-01-12 Thread Li Li
apport information ** Attachment added: Lsusb.txt https://bugs.launchpad.net/bugs/915188/+attachment/2669094/+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/915188 Title: LCD

[Bug 915188] CurrentDmesg.txt

2012-01-12 Thread Li Li
apport information ** Attachment added: CurrentDmesg.txt https://bugs.launchpad.net/bugs/915188/+attachment/2669091/+files/CurrentDmesg.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/915188

[Bug 915188] AplayDevices.txt

2012-01-12 Thread Li Li
apport information ** Attachment added: AplayDevices.txt https://bugs.launchpad.net/bugs/915188/+attachment/2669085/+files/AplayDevices.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/915188

[Bug 915188] Re: LCD backlight level is reset to maximum after a reboot.

2012-01-12 Thread Li Li
apport information ** Tags added: compiz-0.9 reproducible single-occurrence ubuntu ** Description changed: Happened on the latest Ubuntu Precise on MacbookAir 4,1. I have to adjust the LCD backlight each time Ubuntu is rebooted manually - or the LCD hurts my eyes. --- AlsaVersion:

[Bug 915188] BootLog.gz

2012-01-12 Thread Li Li
apport information ** Attachment added: BootLog.gz https://bugs.launchpad.net/bugs/915188/+attachment/2669154/+files/BootLog.gz -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/915188 Title: LCD

[Bug 915188] CurrentDmesg.txt

2012-01-12 Thread Li Li
apport information ** Attachment added: CurrentDmesg.txt https://bugs.launchpad.net/bugs/915188/+attachment/2669155/+files/CurrentDmesg.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/915188

[Bug 915188] Dependencies.txt

2012-01-12 Thread Li Li
apport information ** Attachment added: Dependencies.txt https://bugs.launchpad.net/bugs/915188/+attachment/2669156/+files/Dependencies.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/915188

[Bug 915188] DpkgLog.txt

2012-01-12 Thread Li Li
apport information ** Attachment added: DpkgLog.txt https://bugs.launchpad.net/bugs/915188/+attachment/2669157/+files/DpkgLog.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/915188 Title: LCD

[Bug 915188] GconfCompiz.txt

2012-01-12 Thread Li Li
apport information ** Attachment added: GconfCompiz.txt https://bugs.launchpad.net/bugs/915188/+attachment/2669158/+files/GconfCompiz.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/915188

[Bug 915188] LightdmLog.txt

2012-01-12 Thread Li Li
apport information ** Attachment added: LightdmLog.txt https://bugs.launchpad.net/bugs/915188/+attachment/2669159/+files/LightdmLog.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/915188

[Bug 915188] Lspci.txt

2012-01-12 Thread Li Li
apport information ** Attachment added: Lspci.txt https://bugs.launchpad.net/bugs/915188/+attachment/2669160/+files/Lspci.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/915188 Title: LCD

  1   2   3   >