The following is a copy of my terminal session. Do you see anything that I may have done wrong? I just get the following error:
acpi_os_map_memory: cannot open /dev/mem
To run a command as administrator (user "root"), use "sudo ". See "man sudo_root" for details. ubuntu@ubuntu:~$ sudo nano /etc/apt/sources.list ubuntu@ubuntu:~$ sudo apt-get update Ign cdrom://Ubuntu 9.04 _Jaunty Jackalope_ - Release amd64 (20090420.1) jaunty/main Translation-en_US Ign cdrom://Ubuntu 9.04 _Jaunty Jackalope_ - Release amd64 (20090420.1) jaunty/restricted Translation-en_US Get:1 [url="http://security.ubuntu.com"]http://security.ubuntu.com[/url] jaunty-security Release.gpg [189B] Ign [url="http://security.ubuntu.com"]http://security.ubuntu.com[/url] jaunty-security/main Translation-en_US Get:2 [url="http://archive.ubuntu.com"]http://archive.ubuntu.com[/url] jaunty Release.gpg [189B] Ign [url="http://archive.ubuntu.com"]http://archive.ubuntu.com[/url] jaunty/main Translation-en_US Ign [url="http://security.ubuntu.com"]http://security.ubuntu.com[/url] jaunty-security/restricted Translation-en_US Ign [url="http://security.ubuntu.com"]http://security.ubuntu.com[/url] jaunty-security/universe Translation-en_US Get:3 [url="http://security.ubuntu.com"]http://security.ubuntu.com[/url] jaunty-security Release [57.9kB] Ign [url="http://archive.ubuntu.com"]http://archive.ubuntu.com[/url] jaunty/restricted Translation-en_US Ign [url="http://archive.ubuntu.com"]http://archive.ubuntu.com[/url] jaunty/universe Translation-en_US Get:4 [url="http://archive.ubuntu.com"]http://archive.ubuntu.com[/url] jaunty-updates Release.gpg [189B] Ign [url="http://archive.ubuntu.com"]http://archive.ubuntu.com[/url] jaunty-updates/main Translation-en_US Ign [url="http://archive.ubuntu.com"]http://archive.ubuntu.com[/url] jaunty-updates/restricted Translation-en_US Ign [url="http://archive.ubuntu.com"]http://archive.ubuntu.com[/url] jaunty-updates/universe Translation-en_US Get:5 [url="http://archive.ubuntu.com"]http://archive.ubuntu.com[/url] jaunty Release [74.6kB] Get:6 [url="http://archive.ubuntu.com"]http://archive.ubuntu.com[/url] jaunty-updates Release [57.9kB] Get:7 [url="http://security.ubuntu.com"]http://security.ubuntu.com[/url] jaunty-security/main Packages [116kB] Get:8 [url="http://archive.ubuntu.com"]http://archive.ubuntu.com[/url] jaunty/main Packages [1251kB] Get:9 [url="http://security.ubuntu.com"]http://security.ubuntu.com[/url] jaunty-security/restricted Packages [2594B] Get:10 [url="http://security.ubuntu.com"]http://security.ubuntu.com[/url] jaunty-security/main Sources [30.3kB] Get:11 [url="http://security.ubuntu.com"]http://security.ubuntu.com[/url] jaunty-security/restricted Sources [623B] Get:12 [url="http://security.ubuntu.com"]http://security.ubuntu.com[/url] jaunty-security/universe Packages [53.6kB] Get:13 [url="http://security.ubuntu.com"]http://security.ubuntu.com[/url] jaunty-security/universe Sources [12.6kB] Get:14 [url="http://archive.ubuntu.com"]http://archive.ubuntu.com[/url] jaunty/restricted Packages [8858B] Get:15 [url="http://archive.ubuntu.com"]http://archive.ubuntu.com[/url] jaunty/main Sources [555kB] Get:16 [url="http://archive.ubuntu.com"]http://archive.ubuntu.com[/url] jaunty/restricted Sources [3156B] Get:17 [url="http://archive.ubuntu.com"]http://archive.ubuntu.com[/url] jaunty/universe Packages [4732kB] Get:18 [url="http://archive.ubuntu.com"]http://archive.ubuntu.com[/url] jaunty/universe Sources [2375kB] Get:19 [url="http://archive.ubuntu.com"]http://archive.ubuntu.com[/url] jaunty-updates/main Packages [193kB] Get:20 [url="http://archive.ubuntu.com"]http://archive.ubuntu.com[/url] jaunty-updates/restricted Packages [2594B] Get:21 [url="http://archive.ubuntu.com"]http://archive.ubuntu.com[/url] jaunty-updates/main Sources [54.8kB] Get:22 [url="http://archive.ubuntu.com"]http://archive.ubuntu.com[/url] jaunty-updates/restricted Sources [623B] Get:23 [url="http://archive.ubuntu.com"]http://archive.ubuntu.com[/url] jaunty-updates/universe Packages [74.4kB] Get:24 [url="http://archive.ubuntu.com"]http://archive.ubuntu.com[/url] jaunty-updates/universe Sources [21.2kB] Fetched 9678kB in 2min 7s (76.0kB/s) Reading package lists... Done ubuntu@ubuntu:~$ sudo apt-get install acpidump Reading package lists... Done Building dependency tree Reading state information... Done The following NEW packages will be installed: acpidump 0 upgraded, 1 newly installed, 0 to remove and 253 not upgraded. Need to get 16.5kB of archives. After this operation, 94.2kB of additional disk space will be used. Get:1 [url="http://archive.ubuntu.com"]http://archive.ubuntu.com[/url] jaunty/universe acpidump 20071116-1 [16.5kB] Fetched 16.5kB in 0s (19.2kB/s) Selecting previously deselected package acpidump. (Reading database ... 103503 files and directories currently installed.) Unpacking acpidump (from .../acpidump_20071116-1_amd64.deb) ... Processing triggers for man-db ... Setting up acpidump (20071116-1) ... ubuntu@ubuntu:~$ mkdir ACPI && dmesg | perl -we '$n=0; while (<>) { if (($t,$a,$l,$o) = (/^[^a-zA-Z]*ACPI: ([-._A-Z0-9]{4,4}) +([0-9A-F]{8,8}), ([0-9A-F]{4,4})+(?:\s*\(([^)]+))?/)) { $o && $o=~s/[^-._a-zA-Z0-9]+/-/g; ($cmd="acpidump -a $a -l $l > \"ACPI/${t}".($o?"_$o":"").".aml\""); print "Running command: \"$cmd\"\n"; system($cmd); ++$n; } } die("No match") unless $n;' && zip -r ACPI-Tables.zip ACPI Running command: "acpidump -a 000FBC00 -l 0024 > "ACPI/RSDP_r2-DELL-.aml"" acpi_os_map_memory: cannot open /dev/mem Running command: "acpidump -a DF66F200 -l 005C > "ACPI/XSDT_r1-DELL-M08-27D80B13-ASL-61.aml"" acpi_os_map_memory: cannot open /dev/mem Running command: "acpidump -a DF66F09C -l 00F4 > "ACPI/FACP_r4-DELL-M08-27D80B13-ASL-61.aml"" acpi_os_map_memory: cannot open /dev/mem Running command: "acpidump -a DF66F800 -l 5733 > "ACPI/DSDT_r2-INT430-SYSFexxx-1001-INTL-20050624.aml"" acpi_os_map_memory: cannot open /dev/mem Running command: "acpidump -a DF67E000 -l 0040 > "ACPI/FACS.aml"" acpi_os_map_memory: cannot open /dev/mem Running command: "acpidump -a DF66F300 -l 0038 > "ACPI/HPET_r1-DELL-M08-1-ASL-61.aml"" acpi_os_map_memory: cannot open /dev/mem Running command: "acpidump -a DF66F400 -l 0068 > "ACPI/APIC_r1-DELL-M08-27D80B13-ASL-47.aml"" acpi_os_map_memory: cannot open /dev/mem



Sign In
Create Account











