Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 238104 - sys-kernel/*-sources - LG R500 exhibits ACPI DSDT table errors
Summary: sys-kernel/*-sources - LG R500 exhibits ACPI DSDT table errors
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-19 13:04 UTC by saphex
Modified: 2008-09-24 16:44 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
DSDT table code (dumped and decompiled) (DSDT.dsl,374.98 KB, text/plain)
2008-09-19 13:05 UTC, saphex
Details
Kernel ACPI log file (acpi.log,12.45 KB, text/plain)
2008-09-19 13:06 UTC, saphex
Details

Note You need to log in before you can comment on or make changes to this bug.
Description saphex 2008-09-19 13:04:37 UTC
When the system is booting the Kernel reports errors on the DSDT table. The problem is that the table seems to be compiled with the Intel compiler. Both, Kernel and compiler, follow the ACPI standart (Microsoft counterparts are way more forgiving). I don't know if this is a issue with the Kernel ACPI or with the table itselt.


Reproducible: Always

Steps to Reproduce:
1. Boot the system

Actual Results:  
Log file in the attachments.


Hardware:
LG R500 Laptop, Intel Core 2 Duo T7300, 2Gb memory

emerge --info
Portage 2.1.4.4 (default/linux/amd64/2008.0/no-multilib, gcc-4.1.2, glibc-2.6.1-r0, 2.6.26-tuxonice x86_64)
=================================================================
System uname: 2.6.26-tuxonice x86_64 Intel(R) Core(TM)2 Duo CPU T7300 @ 2.00GHz
Timestamp of tree: Wed, 17 Sep 2008 11:15:01 +0000
app-shells/bash:     3.2_p33
dev-java/java-config: 1.3.7, 2.1.6
dev-lang/python:     2.5.2-r6
sys-apps/baselayout: 2.0.0
sys-apps/openrc:     0.2.5
sys-apps/sandbox:    1.2.18.1-r2
sys-devel/autoconf:  2.61-r2
sys-devel/automake:  1.7.9-r1, 1.9.6-r2, 1.10.1
sys-devel/binutils:  2.18-r3
sys-devel/gcc-config: 1.4.0-r4
sys-devel/libtool:   1.5.26
virtual/os-headers:  2.6.23-r3
ACCEPT_KEYWORDS="amd64"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe -mfpmath=sse -march=nocona"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/config"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/splash /etc/terminfo /etc/udev/rules.d"
CXXFLAGS="-O2 -pipe -mfpmath=sse -march=nocona"
DISTDIR="/usr/portage/distfiles"
FEATURES="distlocks metadata-transfer parallel-fetch sandbox sfperms strict unmerge-orphans userfetch"
GENTOO_MIRRORS="http://darkstar.ist.utl.pt/gentoo/ http://cesium.di.uminho.pt/pub/gentoo/ http://ftp.dei.uc.pt/pub/linux/gentoo/ "
LANG="pt_PT@euro"
LDFLAGS="-Wl,-O1"
LINGUAS="pt en en_GB"
MAKEOPTS="--jobs=3 --silent"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="#Archive #Comunication #Desktop #Graphics #Multimedia #Scripting #Security #System / X aac aalib acl acpi alsa amd64 berkdb bluetooth bzip2 cdr cli cracklib crypt cups dbus dri dvd dvdr fbcondecor fbsplash flac gdbm gif gpm hal iconv ipv6 isdnlog java6 jpeg kde laptop loop-aes lzo midi mmx mp3 mp4 mpeg mudflap ncurses nls nptl nptlonly ogg opengl openmp pam pcre pdf png pppd qt3 qt4 quicktime rar readline reflection session spl sse sse2 sse3 ssl svg sysfs tga tiff truetype unicode usb vorbis xine xorg xvid zip zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="synaptics keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="pt en en_GB" USERLAND="GNU" VIDEO_CARDS="nvidia vesa"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LC_ALL, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 1 saphex 2008-09-19 13:05:30 UTC
Created attachment 165836 [details]
DSDT table code (dumped and decompiled)
Comment 2 saphex 2008-09-19 13:06:00 UTC
Created attachment 165838 [details]
Kernel ACPI log file
Comment 3 Jeroen Roovers (RETIRED) gentoo-dev 2008-09-22 01:50:46 UTC
The kernel reporting errors is no problem - it's useful information that could ultimately result in a bug fix. Please make sure the Summary reflects a real problem that Gentoo developers can fix (instead of, say, LG ACPI BIOS developers).
Comment 4 saphex 2008-09-22 16:10:41 UTC
I already did, but I didn't got any reply. There could be two answers to that, the e-mail address wasn't the right one, or they simply don't give support for Linux. So I was hopping someone that understands something about DSDT tables could help out, cause I surely can't.
 
(In reply to comment #3)
> The kernel reporting errors is no problem - it's useful information that could
> ultimately result in a bug fix. Please make sure the Summary reflects a real
> problem that Gentoo developers can fix (instead of, say, LG ACPI BIOS
> developers).
> 

Comment 5 Jeroen Roovers (RETIRED) gentoo-dev 2008-09-22 17:59:59 UTC
Do earlier sys-kernel/tuxonice-sources versions not exhibit this problem?
Comment 6 saphex 2008-09-22 18:13:39 UTC
Don't know, didn't tryed older versions. But I did try the 2.6.26.5 vanilla-sources and the error still occurs.

(In reply to comment #5)
> Do earlier sys-kernel/tuxonice-sources versions not exhibit this problem?
> 

Comment 7 Jeroen Roovers (RETIRED) gentoo-dev 2008-09-24 04:12:05 UTC
There's nothing Gentoo can do about this. Try LG or the Linux kernel mailing list. Preferably both.
Comment 8 saphex 2008-09-24 16:44:01 UTC
See http://bugzilla.kernel.org/show_bug.cgi?id=11601

(In reply to comment #7)
> There's nothing Gentoo can do about this. Try LG or the Linux kernel mailing
> list. Preferably both.
>