** Changed in: linux-lts-saucy (Ubuntu)
Status: Confirmed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1280058
Title:
[Dell Inspiron 3437] HIGH failures found in FWTS report
PCI: :03:00.0, VID: 86:95, Class: 02:80 (Network controller)
Config:
: 86 80 95 08 06 00 10 00 c4 00 80 02 10 00 00 00
0010: 04 00 c0 f7 00 00 00 00 00 00 00 00 00 00 00 00
0020: 00 00 00 00 00 00 00 00 00 00 00 00 86 80 22 02 ..".
This seems that the buggy firmware, set the method _PSR as NotSerialized, but
create the objects.
As from the ACPI spec mention,
Functions are equivalent to a Method that specifies NotSerialized. As such, a
function should not
create any named objects, since a second thread that might re-enter t
the failures are from the buggy firmware,
for
High failures: 1
klog: HIGH Kernel message: [ 0.00] ACPI Error: Gpe0Block - 32-bit FADT
register is too long (32 bytes, 256 bits) to convert to GAS struct - 255 bits
max, truncating (20121018/tbfadt-201)
seems the FADT table, GPEBlock setting to
the failures,
klog: HIGH Kernel message: [ 13.551401] ACPI Error: [\_SB_.PCI0.GFX0.DD02._BCL]
Namespace lookup failure, AE_NOT_FOUND (20121018/psargs-359)
klog: HIGH Kernel message: [ 13.551407] ACPI Error: Method parse/execution
failed [\_SB_.PCI0.PEG0.PEGP.DD02._BCL] (Node 880159209cd0),
the _PRT failures,
klog: CRITICAL Kernel message: [ 5.345517] ACPI Exception: AE_NOT_FOUND,
Evaluating _PRT [AE_NOT_FOUND] (20121018/pci_irq-269)
klog: HIGH Kernel message: [ 5.345505] ACPI Error: [AR02] Namespace lookup
failure, AE_NOT_FOUND (20121018/psargs-359)
klog: HIGH Kernel message: [
and the UUID failure,
\_SB_.PCI0:_OSC invalid UUID
seems that the NEXP equal to 0, that cause firmware report invalid UUID, need
firmware to check.
If (LAnd (LEqual (Arg0, GUID), NEXP))
{
.
}
Else
the failure of UUID,
\_SB_:_OSC invalid UUID
is due to the firmware checking another different UUID(ED855E0C-6C90
-47BF-47A6-2A26DE0FC5AD5C) by method OSCM and WOSC and return invalid
UUID before the actual Platform-Wide UUID (0811B06E-
4A27-44F9-8D60-3CBBC22E7B48) defined in the APCI spec and we
the failures,
method: Detected error 'Region limit' when evaluating '\_PTS'.
method: Detected error 'Region limit' when evaluating '\_WAK'.
is due to the methods \_SB.PCI0.LPCB.SIOS (Arg0) and \_SB.PCI0.LPCB.SIOW
(Arg0)
firmware implemented the Mutex not proper, and cause the Region limit er
the failures,
method: Detected error 'No return value' when evaluating
'\_SB_.PCI0.XHC_.RHUB.HS10._PLD'.
method: Detected error 'No return value' when evaluating
'\_SB_.PCI0.XHC_.RHUB.HS11._PLD'.
method: Detected error 'No return value' when evaluating
'\_SB_.PCI0.XHC_.RHUB.HS12._PLD'.
metho
the mpcheck failures,
is come from the buggy firmware implement the improper mp table.
Fortunately, the ACPI enabled platform, the MP table is replaceed by the ACPI
MADT table.
** Changed in: linux-lts-raring (Ubuntu)
Status: Triaged => Confirmed
--
You received this bug notification bec
The same acpica issue as bug#1253942, that causes false-alarm failures,
will keep following with Intel
https://bugs.acpica.org/show_bug.cgi?id=1062
please refer to,
https://bugs.launchpad.net/ubuntu/+source/linux-lts-raring/+bug/1253942/comments/3
attached the fwts result log, with the above co
Base on the fwts log on the comment#3
there are 3 critical failures that come from buggy firmware,
method: Detected error 'Not found' when evaluating
'\_SB_.PCI0.RP05.PEGP.DD02._BCL'.
method: Detected error 'Not found' when evaluating
'\_SB_.PCI0.RP05.PEGP.DD02._BCM'.
method: Detected error '
and high failures from comment3,
method: Detected error 'No return value' when evaluating
'\_SB_.PCI0.XHC_.RHUB.HS10._PLD'.
method: Detected error 'No return value' when evaluating
'\_SB_.PCI0.XHC_.RHUB.HS11._PLD'.
method: Detected error 'No return value' when evaluating
'\_SB_.PCI0.XHC_.RHUB
some high and critical failures from the fwts log on the comment#3,
Critical failures: 3
method: Detected error 'Not found' when evaluating
'\_SB_.PCI0.RP05.PEGP.DD02._BCL'.
method: Detected error 'Not found' when evaluating
'\_SB_.PCI0.RP05.PEGP.DD02._BCM'.
method: Detected error 'Not found'
** Changed in: linux-lts-saucy (Ubuntu)
Assignee: Anthony Wong (anthonywong) => Ivan Hu (ivan.hu)
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1279169
Title:
[Dell Latitude 3330] H
The S1 and S2 failures,
The failures come from firmware not provide _S1 and _S2 objects, so that the
kernel complains about cannot find _S1,_S2 namespace objects that contains the
register values for the sleep state when kernel would like to setup all the
sleep state information. This means kern
For the failure,
klog: HIGH Kernel message: [ 0.795261] \_SB_.PCI0:_OSC invalid UUID
seems from the NEXP value from firmware equal to zero, cause the _OSC return
got invalid UUID.
Method (_OSC, 4, Serialized) // _OSC: Operating System Capabilities
{
...
The same root cause with bug#1243493,
please refer to,
https://bugs.launchpad.net/ubuntu/+source/linux-lts-raring/+bug/1243493/comments/2
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1234905
Title:
The error,
klog: HIGH Kernel message: [ 0.240390] [Firmware Bug]: ACPI: No _BQC method,
cannot determine initial brightness
due to the kernel cannot find the ACPI _BQC method provided by firmware.
and the kernel log info,
klog: HIGH Kernel message: [ 0.286778] pnp 00:05: [Firmware Bug]: [mem
** Changed in: linux (Ubuntu)
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1148649
Title:
HP Pavilion G7 - FWTS HIGH errors during suspend/resume and batc
** Changed in: linux (Ubuntu)
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1151664
Title:
HP Pavilion g7 - FWTS failures when doing cert testing
To manag
The 'Not exist' issue has fixed by the fwts patch,
https://lists.ubuntu.com/archives/fwts-devel/2014-February/004404.html
It should work after fwts version V14.03.00.
Please follow by the bug#1285167
** Changed in: linux-lts-raring (Ubuntu)
Status: In Progress => Confirmed
--
You received
The 'Not exist' issue has fixed by the fwts patch,
https://lists.ubuntu.com/archives/fwts-devel/2014-February/004404.html
It should work after fwts version V14.03.00.
Please follow by the bug#1285167
** Changed in: linux-lts-raring (Ubuntu)
Status: In Progress => Confirmed
--
You received
The 'Not exist' issue has fixed by the fwts patch,
https://lists.ubuntu.com/archives/fwts-devel/2014-February/004404.html
It should work after fwts version V14.03.00.
Please follow by the bug#1285167
** Changed in: linux-lts-raring (Ubuntu)
Status: In Progress => Confirmed
--
You received
** Changed in: hwe-next
Status: New => Won't Fix
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1365253
Title:
[Dell Inspiron 5421] HIGH failures found in fwts syntaxcheck test on
12.04.5
T
The DSM failures,
klog: HIGH Kernel message: [9.454424] ACPI Warning: \_SB_.PCI0.GFX0._DSM:
Argument #4 type mismatch - Found [Integer], ACPI requires [Package]
(20131115/nsarguments-95)
klog: HIGH Kernel message: [9.454476] ACPI Warning: \_SB_.PCI0.GFX0._DSM:
Argument #4 type mismatch
For those syntaxcheck failure shouldn't need to be cared, these failures
are due to the way the tables are being assembled without externals
being reference. We are re-working the interfaces with the ACPICA
assemmbler, iASL.
--
You received this bug notification because you are a member of Ubuntu
The failures,
method: Detected error 'Not found' when evaluating
'\_SB_.PCI0.PEG0.PEGP.DD02._BCL'.
method: Detected error 'Not found' when evaluating
'\_SB_.PCI0.PEG0.PEGP.DD02._BCM'.
method: Detected error 'Not found' when evaluating
'\_SB_.PCI0.PEG0.PEGP.DD02._BQC'.
klog: HIGH Kernel mess
The failure,
klog: HIGH Kernel message: [ 16.601975] ACPI Warning:
\_SB_.PCI0.PEG0.ATRB._DSM: Argument #4 type mismatch - Found [Buffer], ACPI
requires [Package] (20131115/nsarguments-95)
for _DSM failure, kernel compliant about the mismatch of _DSM method(Device
Specific Method)
>From ACPI
For those syntaxcheck failure shouldn't need to be cared, it is no harm
for the function. These failures are due to the way the tables are being
assembled without externals being reference. We are re-working the
interfaces with the ACPICA assemmbler, iASL.
** Changed in: linux-lts-trusty (Ubuntu)
The Patch, ACPI / EC: Restart transaction even when the IBF flag set, which
fixed AE_TIME issue has been upstreamed.
available in upstream v3.10-rc2.
commit ID 28fe5c825f8e15744d04c7c1b8df197950923ecd
also available in
Ubuntu-3.2.0-47.72
commit ID e26bc00134a1b56a6d0d5cb58459a90f8982ee74
Ubuntu-
Public bug reported:
when I want to open the 'python console' plugin in gedit, it can't work,
and then the plugin icon change to the stop icon with red color.
ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: gedit 3.2.0-0ubuntu1
ProcVersionSignature: Ubuntu 3.0.0-12.19-generic-pae 3.0.4
Unam
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/862036
Title:
gedit 3.2 can't use all python support plugins
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ged
Sebastien, thank you for your help, I can run python plugins now though I
don't know why,
when I search in ubuntu bugs forum, and find some guys has solve this issue
just use some shell code, maybe it was updates.
thank you.
Ronio
2011/10/4 Sebastien Bacher
> could have been fixed with
>
> pygo
Public bug reported:
Installer crashed while installing 12.04 as KVM guest.
Guest configuration is 1024MB memory, 1 CPU.
ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: ubiquity 2.9.5
ProcVersionSignature: Ubuntu 3.2.0-2.5-generic 3.2.0-rc3
Uname: Linux 3.2.0-2-generic x86_64
ApportVersion:
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/908485
Title:
crashed while installing in kvm
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/9084
Seems the same with Bug #1082272
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1131449
Title:
[Lenovo k29]: ACPI AML intepreter has found some non-conforming AML
code
To manage notifications abou
In this case the BIOS assigns both offsets for MCE (0xf9) and IBS
(0x400) vectors to offset 0, which is why the second APIC setup (IBS)
failed.
According to AMD spec, AMD64 Architecture Programmer’s Manual Volume 2,
the IBS seems a software debug and performance monitor facility. Since
the S3 func
Checking with the testing log, the all high fails comes from the
firmware DMI/SMBIOS tables, DMIValueOutOfRange issues.
FAILED [HIGH] DMIValueOutOfRange: Test 1, Out of range value 0x00 (range
allowed 0x01..0x0b) while
accessing entry 'Voltage Probe (Type 26)' @ 0x000eb93c, field 'Location (bits
It seems the same issue #1152484, please see my comment,
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1152484/comments/8
and also the comment
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1152484/comments/12
--
You received this bug notification because you are a member of Ubuntu
Please try to set Bios default, and make sure the Ubuntu UEFI boot entry is
deleted. And install the Ubuntu again.
If you install in Legacy PXE boot mode, the Ubuntu UEFI boot entry won't be
created, only boot from legacy mode.
If you install in the UEFI mode, the Ubuntu UEFI boot entry will be
It seems the same issue with #1143312
Please refer to the comments,
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1143312/comments/27
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1143312/comments/28
--
You received this bug notification because you are a member of Ubuntu
Bugs, whic
The pattern for klog database for was added on FWTS,
http://kernel.ubuntu.com/git?p=hwe/fwts.git;a=commit;h=f2297da6d04942199242b93742e4ec6f3c9513a3
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/115248
double check the battery key on the user guide,
there is no battery key.
** Attachment added: "l430_l530_ug_en.pdf"
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1068754/+attachment/3597831/+files/l430_l530_ug_en.pdf
** Changed in: linux (Ubuntu)
Assignee: Ivan H
Yes, just install 12.10, and get this error. It is really testing your
patience
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/365300
Title:
Randomly I get double clicks when I do a single click.
To
It seems the same issue with #1148649
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1151664
Title:
HP Pavilion g7 - FWTS failures when doing cert testing
To manage notifications about this bug go t
The fail,
FAILED [HIGH] DMIStringIndexOutOfRange: Test 1, Out of range string index 0x06
while accessing entry
'Portable Battery (Type 22)' @ 0x000e4bf6, field 'Device Chemistry', offset 0x09
ADVICE: DMI strings are stored in a manner that uses a special index to fetch
the Nth string from
the d
** Changed in: acpid (Ubuntu)
Status: New => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1168332
Title:
HP ENVY 6 Sleekbook - ACPI errors during suspend
To manage notifications a
FAILED [HIGH] KlogACPIErrorNoHandlerFor: Test 1, HIGH Kernel message: [
3992.376056] ACPI Error: No
handler for Region [RTCR] (880119042ea0) [SystemCMOS]
(20120320/evregion-376)
FAILED [HIGH] KlogACPIErrorRegionHas: Test 1, HIGH Kernel message: [
3992.376061] ACPI Error: Region
SystemCMOS (I
ok
** Changed in: compiz/0.9.9
Assignee: (unassigned) => Hu Kang (stevenhooke11)
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1179155
Title:
startup notification: when application starts
** Branch linked:
lp:~stevenhooke11/compiz/fix_startup_notification_busy_cursor_0.9.9
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1179155
Title:
startup notification: when application starts up, b
# echo -n 0 > /sys/module/video/parameters/brightness_switch_enabled
this works for me,
Thank you
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1069357
Title:
Hardware keys change backlight bright
hi, all,
I fixed my problem by removing indicator-power according to tobydeemer
#23.
Wish this can be helpful to you! ^.^
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/973778
Title:
Unable to conn
Just to update.
After serveral days I suddenly find my xfce4-power-manager can not running
again.
I found it is caused by dbus by exploring on Google in an ArchWiki
I use the command 'sudo update-rc.d dbus defaults' and then everything seems to
be ok.
--
You received this bug notification becau
location
EFI_VARIABLE_NON_VOLATILE | EFI_VARIABLE_BOOTSERVICE_ACCESS |
EFI_VARIABLE_RUNTIME_ACCESS attribute and used size.
** Affects: fwts (Ubuntu)
Importance: Undecided
Assignee: Ivan Hu (ivan.hu)
Status: New
** Changed in: fwts (Ubuntu)
Assignee: (unassigned) => Ivan
Patch has been sent and acked,
http://kernel.ubuntu.com/git?p=hwe/fwts.git;a=commit;h=2e1338ddf7df09de06c66a9fed5f42f726c863b5
It will be contained in the next release 13.07.00.
** Changed in: fwts (Ubuntu)
Status: New => Fix Committed
--
You received this bug notification because you ar
Get log with grub, set debug=all
and it stop at ,
...
loader/i386/efi/linux.c:60: Locating shim protocol
loader/i386/efi/linux.c:69: Asking shim to verify kernel signature
_
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bug
It seems that the linux headers don't be installed.
Please install the linux-headers by
sudo apt-get install linux-headers-`iname -r`*
and build again.
** Changed in: fwts (Ubuntu)
Status: New => Incomplete
--
You received this bug notification because you are a member of Ubuntu
Bugs,
The Patch, ACPI / EC: Restart transaction even when the IBF flag set, which
fixed AE_TIME issue has been upstreamed.
available in upstream v3.10-rc2.
commit ID 28fe5c825f8e15744d04c7c1b8df197950923ecd
also available in
Ubuntu-3.2.0-47.72
commit ID e26bc00134a1b56a6d0d5cb58459a90f8982ee74
Ubuntu
It seems,
The shim installs the UEFI protocol in shim.c
EFI_STATUS efi_main (EFI_HANDLE image_handle, EFI_SYSTEM_TABLE *passed_systab)
{
...
shim_lock_interface.Verify = shim_verify;
...
uefi_call_wrapper(BS->InstallProtocolInterface, 4, &handle,
@Po-Hsu Lin,
not quiet sure what you mean in comment #4,
So, after you do the test, could it boot to UEFI mode?
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1143359
Title:
Dell Latittude 6340u - S
For the CMOS issue, still waiting the Patch in comment#7 to be accepted.
** Changed in: linux (Ubuntu)
Status: Triaged => 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/1148649
Titl
For Q33 issue, it is still waiting for the patch to be accepted.
please refer to
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1148649
** Changed in: linux (Ubuntu)
Status: Confirmed => In Progress
--
You received this bug notification because you are a member of Ubuntu
Bugs, whi
More detail information,
This is caused by the wmi driver(hp-wmi.c) brings the input data 160bits
struct bios_args {
u32 signature;
u32 command;
u32 commandtype;
u32 datasize;
u32 data; --- 4 bytes data
};
into the the acpi method HWMC as Arg1,
Method (HWMC, 2, NotSerialized)
{
Crea
** Changed in: compiz/0.9.9
Status: In Progress => Fix Committed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1179155
Title:
startup notification: when application starts up, busy cursor doe
the bug is also valid when
2. click the max window button on the left
** Changed in: compiz
Assignee: (unassigned) => Hu Kang (stevenhooke11)
** Changed in: compiz
Status: Triaged => In Progress
--
You received this bug notification because you are a member of Ubuntu
Bugs,
** Branch linked: lp:~stevenhooke11/compiz/compiz.fix_1101648
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1101648
Title:
Right-click context menu behaviour on titlebars is inconsistent.
To manage
Please run:
sudo acpidump > acpidump.log
and attach the log to the bug for further investigation. Thanks!
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1175475
Title:
fwts_test reports Critical
>From Acpitable, seems the problem caused by the wmi method WMAA invoke when
>S3, S4
Method (WMAA, 3, Serialized)
{
Return (HWMC (Arg1, Arg2))
}
Method (HWMC, 2, NotSerialized)
{
CreateDWordField (Arg1, Zero, SGIN)
Create
Public bug reported:
One of the neat use cases of the gdb-heap project is the ability to
inspect the Python data structures within Gdb. For some reason, the
current version adapted for Ubuntu 12.04 doesn't seem to categorize the
structures with the C-runtime of Python, so I sought out to find out
Public bug reported:
Modify the fwts category from Unsafe to UEFI, also change
FWTS_FLAG_UNSAFE to FWTS_FLAG_UEFI, in order to make the category more
specific and let users to be more aware of the tests.
** Affects: fwts (Ubuntu)
Importance: Low
Assignee: Ivan Hu (ivan.hu
** Changed in: fwts (Ubuntu)
Status: In Progress => Won't Fix
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1207178
Title:
UEFI: change the fwts_category Unsafe to UEFI
To manage notificatio
Assignee: Ivan Hu (ivan.hu)
Status: In Progress
** Changed in: fwts (Ubuntu)
Status: New => In Progress
** Changed in: fwts (Ubuntu)
Importance: Undecided => Low
** Changed in: fwts (Ubuntu)
Assignee: (unassigned) => Ivan Hu (ivan.hu)
--
You received this bug not
Ubuntu Raring)
Status: Fix Committed => Won't Fix
** Changed in: linux (Ubuntu Quantal)
Assignee: Ivan Hu (ivan.hu) => (unassigned)
** Changed in: linux (Ubuntu Raring)
Assignee: Ivan Hu (ivan.hu) => (unassigned)
--
You received this bug notification because you are a memb
*** This bug is a security vulnerability ***
Public security bug reported:
Binary package hint: update-manager
Critical:
For security update I received 6-17-2011, which included upgrade for GRUB to
latest 1.98 ---
Update Manager freezes with a Debconf dialog box open, saying:
'Continue without
See the launchpad question link provided in the bug report for more
detailed information on the crash behavior and attempted solution.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/776772
Title:
"Fa
Public bug reported:
Binary package hint: xserver-xorg-video-intel
instructed to submit bug report in this ubuntu launchpad thread:
https://answers.launchpad.net/ubuntu/+source/xserver-xorg-video-
intel/+question/155526
ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: xserver-xorg-video-in
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/776772
Title:
"Fatal Error: No screens found" in xorg.o.log
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/l
Same with 11.04.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/636711
Title:
10.10 can't mount squashfs file system
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.co
Just wanted to add that I'm still getting one crash per boot. With my
current usage this means about one crash per day. The crash usually
happens on opening a new tab in Firefox, hitting enter in the CLI to
execute a command, or opening a file in Netbeans.
After this crash, I have to log in agai
I'm sometimes seeing massive packet loss on my wifi connection (for this
computer only) after a crash. I.e. pinging the local router has ~80%
packet loss while my coworker next to me is browsing the connection just
fine.
Disconnecting and reconnect doesn't fix the problem for me, but
rebooting do
@cjcolella One solution I've seen is to select Ubuntu Classic at login.
You won't be using Unity anymore, but it *should* fix the crashes. I
haven't tested it myself since I'd like to gather some more data on this
bug and hopefully see it fixed.
I agree with you though that it makes 11.04 unstabl
@cjcolella I found that when I get the packet loss issue, putting the
computer into standby and then starting it up again resolves it (at
least temporarily)
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bug
Interesting, I wonder if we're getting the same bug. Let me know how
that new kernel works out for you. I can say that I used Ubuntu 10.10
on this system for 2 months with no similar crash. Ubuntu 10 used GNOME
instead of unity, so I figured it had more to do with that. I think
I'll try running
I believe upgrading both has also fixed the issue for me. Thank you so
much for sharing your solution, cjcolella
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/776772
Title:
"Fatal Error: No screens
I tried using Ubuntu Classic today and you were right that it wasn't the
issue. I got the same crash.
I'll try just the intel driver you suggested first and try to isolate
the fix. Thanks again for the links
--
You received this bug notification because you are a member of Ubuntu
Bugs, which i
I've been using my system today for over 3 hours today with no crash.
It seems like the Stefan Glasenhardt's driver fixed this issue. I'll
post an update if I experience another crash or if I don't within the
next week.
In the mean time, should someone be notified if this patch indeed
resolves th
Had another crash today, so the intel driver didn't (completely?)
resolve the issue.
I upgraded my kernel to 2.6.38-8-generic by following the instructions
here: http://www.cyberciti.biz/faq/linux-kernel-upgrade-howto/
Will update if I get another crash or am stable for several days.
--
You rec
It works for me. Thank you!
--
Audacity missing main menu
https://bugs.launchpad.net/bugs/660314
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/
I've already installed apache2 & libapache2-mod-dnssd in 10.10, and
there is no Personal File Sharing under System-Preferences, seems the
workaround for 10.04 doesn't work in 10.10.
Anyone resolved this problem?
--
Personal file sharing preferences dialog does not offer to install needed
pack
I don't know how to do a kernel bisection, it is the first time that I submit a
bug.
But I have tried 5.3.18 and there aren't any problems, and
5.4.0-050400.201911242031 and output is "dummy".
EDIT: I have installed all the release candidate.
v5.4.0-050400rc2.201910062030 works
v5.4.0-050400rc3
attached the test mmx64.efi
** Attachment added: "mmx64.tar.gz"
https://bugs.launchpad.net/ubuntu/+source/shim/+bug/1822043/+attachment/5278810/+files/mmx64.tar.gz
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.laun
Tested with the test kernel 6.5.0-42,
https://launchpad.net/~roxanan/+archive/ubuntu/thermal/+packages
unfortunately, got fail to boot up
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2061940
Title:
bisecting kernel from the 6.5.0-42 to latest master-next, the patch
"x86/boot: Omit compression buffer from PE/COFF image memory footprint"
also causes fail to boot up.
03651c884514d311fa3e628ac073afbad04e5c57 is the first bad commit
commit 03651c884514d311fa3e628ac073afbad04e5c57
Author: Ard Bie
** Changed in: linux (Ubuntu)
Status: New => In Progress
** Changed in: linux (Ubuntu)
Importance: Undecided => High
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2060981
Title:
ACPI BIOS
ACPI AE_NOT_FOUND errors usually come from buggy firmware which uses the
objects but not actually implemented.
Can spot which parts of firmware errors if you can support acpidump log.
$sudo acpidump > acpidump.log
** Changed in: linux (Ubuntu)
Status: In Progress => Triaged
--
You receiv
From the acpidump log on comment#2, this is buggy bios uses below
objects but are not actually implemented.
all on the ssdt2(DptfTabl) table,
\CTDP,
\_SB.PC00.LPCB.EC0.SEN1._CRT.S1CT,
\_SB.PC00.LPCB.EC0.SEN1._HOT.S1HT,
\_SB.PC00.LPCB.EC0.SEN1._PSV.S1PT,
\_SB.PC00.LPCB.EC0.SEN1._AC0.S1AT,
\_SB.PC
** Changed in: linux (Ubuntu)
Status: Confirmed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2069400
Title:
Some DUTs can't boot up after installing the hwe kernel in the
p
** Tags removed: verification-needed-mantic-linux
** Tags added: verification-done-mantic-linux
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2049733
Title:
Dynamically determine acpi_handle_list si
301 - 400 of 443 matches
Mail list logo