← Back to team overview

hybrid-graphics-linux team mailing list archive

Re: Testers needed: updated instructions for reporting DSDT

 

Hi Albert

I've got this error on the last step (I've tried with and without sudo):

samu@pantaleon:~/acpiinfo$ mkdir $name && cp *.dsl $name/ && tar czf
$name.tar.gz $name/ && ls -l `pwd`/$name.tar.gz
cp: não foi possível criar arquivo comum "/DSDT.dsl": Permissão negada
cp: não foi possível criar arquivo comum "/SSDT1.dsl": Permissão negada
cp: não foi possível criar arquivo comum "/SSDT2.dsl": Permissão negada
cp: omitindo o diretório "XPS"
cp: omitindo o diretório "L701X"

I'm using Ubuntu 11.04 64, on a Dell XPS L701X.

s.

2011/5/19 Albert Vilella <avilella@xxxxxxxxx>

> Hi,
>
> Can people test if this updated instructions work flawlessly on a terminal?
>
> ----
> # 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 && 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
> ----
>
> I'll update the blog header if they do,
>
> Cheers,
>
> Albert.
>
> _______________________________________________
> Mailing list: https://launchpad.net/~hybrid-graphics-linux
> Post to     : hybrid-graphics-linux@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~hybrid-graphics-linux
> More help   : https://help.launchpad.net/ListHelp
>

References