Help Needed: Anybody got a Toshiba Satellite P750 (P750/02J) running Linux that could upload the ACPI info as explained here? http://bugs.lau To compile your DSDT and SSDTs information, install if you haven't already the acpidump and iasl tools: sudo apt-get install acpidump iasl ### or sudo yum install pmtools iasl Then run the following commands on a bash terminal: mkdir ~/acpiinfo ; cd ~/acpiinfo sudo acpidump > acpidump.txt # enter password sudo acpixtract acpidump.txt ls *.dat | while read i; do iasl -d "${i}"; done name=`sudo dmidecode -s system-product-name` mkdir "${name}" && cp *.dsl "${name}"/ tar czf "${name}.tar.gz" "${name}"/ && ls -l "$( pwd )/${name}".tar.gz Thi Finally, for posting the information in the bug report, you can check the laptop and graphics card model identifiers with these commands: sudo dmidecode -s system-product-name && sudo dmidecode -s system-version lspci -vnnn | perl -lne 'print if /^\d+\:.+(\[\S+\:\S+ This information will allow the full development of hybrid graphics features for Linux. Thanks for your help! Bug #752542 in Launchpad Bug Reporter: "ACPI DSDT info" View or comment on Albert Vilella's post »Log in / Register. A Bug reporter module for your hosted Launchpad project. Overview; Code; Bugs; Blueprints; Translations; Answers. ACPI DSDT info. Launchpad Bug Reporter; Bugs; Bug #752542. Reported... The Google+ project makes sharing on the web more like sharing in real-life. Join Google+ |
You have received this message because Albert Vilella shared it with avilella.sync@blogger.com. Unsubscribe from these emails. |