Debian Linux on a Dell Inspiron 1525
Eric Day
http://www.oddments.org/
This is the 1525N model that ships with Ubuntu (no Microsoft tax!),
but I like to run a do-it-yourself bare-bones system so I decided
to put Debian on. I was quite happy to see almost everything working
smoothly once I was done, and there wasn't much tinkering needed. This
machine is my primary desktop as well, so I rely on the HDMI output
to power a 24" LCD, and also use a USB keyboard/mouse attached to it.
Overall I am quite happy because the laptop has great performance
and the total cost was $899.20 (thanks to a discount when I Googled
for Dell coupons while checking out).
Summary
The only thing I didn't get working is the second headphone jack. It
appears only the front left one works, the front right (between the
other jack and microphone jack) won't send a signal. This may actually
be a hardware defect.
The things I didn't try yet:
* Media Card Reader (although the kernel did detect something when I put
a SD card in).
* Modem
* Wifi Catcher
Hardware Specs
Inspiron 1525
Intel Core 2 Duo T8300, 2.4GHz, 800Mhz, 3M L2 Cache
Jet Black Color with Matte Finish
4GB, DDR2, 667MHz (2 Dimm)
15.4 inch Wide Screen WXGA+ LCD TrueLife for Inspiron 1525 (1440x900)
Intel Graphics Media Accelerator X3100
160G 7200RPM SATA Hard Drive Free Fall Sensor
Ubuntu 8.04 with DVD Playback
Integrated 10/100 Network Card
8X DVD+/-RW Dual Layer Drive
Integrated High Definition Audio 2.0
Intel 3945 WLAN (802.11a/b/g) Mini Card
Integrated 2.0M Pixel Webcam
6-cell Primary Battery
Ports: 4 USB, 1 IEEE 1394a, 2 Headphone, 1 Microphone, 1 Media Card,
1 HDMI, 1 S-Video, 1 VGA, 1 RJ-45 (Ethernet), 1 RG-11 (Modem), 1 Power
Debian Install
Lenny amd64 netinst image
Used ethernet, didn't try wireless install
Partitions: 16GB / (ext3)
140GB /home (xfs)
4GB swap
After the base system install, I did not select any other software
to install. This means unchecking "Desktop Environment", "Laptop",
and "Standard System" groups.
Installed grub into MBR
reboot
Update the base system:
Edit /etc/apt-sources.list:
deb http://http.us.debian.org/debian/ lenny main contrib non-free
deb-src http://http.us.debian.org/debian/ lenny main contrib non-free
deb http://security.debian.org/ lenny/updates main contrib non-free
deb-src http://security.debian.org/ lenny/updates main contrib non-free
I added non-free because you need to get a firmware package for the
wireless card.
apt-get update
apt-get dist-upgrade
apt-get dist-upgrade (yes, again. it finds one more package)
reboot (for new kernel)
Wireless with WPA
The wlan0 interface should already be deteced by kernel. Verify with
ifconfig -a.
apt-get install wireless-tools
apt-get install wpasupplicant
apt-get install firmware-iwlwifi
Edit/create the following files:
/etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
allow-hotplug eth0
iface eth0 inet dhcp
# The wireless interface
mapping wlan0
script /etc/network/map
map home wlan0-home
map work wlan0-work
iface wlan0-home inet dhcp
wireless-essid Home
pre-up wpa_supplicant -B -Dwext -iwlan0 -c /etc/wpa_supplicant/wpa_supplicant.conf
post-down pkill wpa_supplicant
iface wlan0-work inet dhcp
wireless-essid Work
pre-up wpa_supplicant -B -Dwext -iwlan0 -c /etc/wpa_supplicant/wpa_supplicant.conf
post-down pkill wpa_supplicant
|
/etc/network/map
#!/bin/sh
loc=`env | grep NETMAP | sed 's/^.*=//'`
echo "$1-$loc"
|
/etc/wpa_supplicant/wpa_supplicant.conf
ctrl_interface=/var/run/wpa_supplicant
network={
ssid="Home"
psk="...private key..."
}
network={
ssid="Work"
psk="...private key..."
}
|
/root/net
#!/bin/sh
ifdown -a
case $1 in
home)
ifup eth0
;;
homew)
NETMAP="home" ifup wlan0
;;
work)
NETMAP="work" ifup wlan0
;;
*)
echo "usage: $0 "
;;
esac
|
Now you can just run on of these commands to switch the network
settings:
/root/net home
/root/net homew
/root/net work
Core Applications
apt-get install acpitool
apt-get install bzip2
apt-get install ssh
apt-get install tcsh
apt-get install links
apt-get install less
apt-get install screen
apt-get install irssi
apt-get install ncftp
apt-get install qiv
apt-get install aspell
apt-get install madplay
Most of these are self explanatory, but a couple hints on acpitool:
* Running with no arguments prints power/battery summary.
* Running with -e show everything.
* Running with -s suspends to RAM.
* Running with -S suspends to disk.
x.org
apt-get install xserver-xorg-intel
apt-get install xinit
apt-get install x11-xserver-utils
apt-get install x11-apps
apt-get install fluxbox
apt-get install xscreensaver
apt-get install xterm
apt-get install xclock
apt-get install xpdf
apt-get install openoffice.org
apt-get install gimp
Here is the xorg.conf I wrote:
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
EndSection
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
EndSection
Section "Device"
Identifier "Intel 965GM"
Driver "intel"
Option "Monitor-LVDS" "Laptop"
Option "Monitor-TMDS-1" "HDMI"
Option "Monitor-VGA" "VGA"
Option "Monitor-TV" "TV"
EndSection
Section "Monitor"
Identifier "Laptop"
EndSection
Section "Monitor"
Identifier "HDMI"
EndSection
Section "Monitor"
Identifier "VGA"
EndSection
Section "Monitor"
Identifier "TV"
EndSection
Section "Screen"
Identifier "Laptop"
Device "Intel 965GM"
Monitor "Laptop"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1440x900"
EndSubSection
EndSection
Section "Screen"
Identifier "HDMI"
Device "Intel 965GM"
Monitor "HDMI"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1920x1200"
EndSubSection
EndSection
Section "Screen"
Identifier "VGA"
Device "Intel 965GM"
Monitor "VGA"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1280x1024"
EndSubSection
EndSection
Section "Screen"
Identifier "TV"
Device "Intel 965GM"
Monitor "TV"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "800x600"
EndSubSection
EndSection
|
This allows me to start the X server with the correct display:
xinit -- -screen Laptop
xinit -- -screen HDMI
xinit -- -screen VGA
xinit -- -screen TV
Of course, you may want to adjust your Modes or add more of them,
but I have a pretty basic setup.
Here is my .xinitrc file:
fbsetroot -solid rgb:00/00/00
xset r rate 400 50
xscreensaver -no-splash &
exec fluxbox
|
This sets a black background, changes the key repeat rate, and starts
the screensaver daemon (which also has autolock after five minutes).
For details on my fluxbox configuration, please see:
Fluxbox Configuration Files
Audio
apt-get install alsa-utils
alsaconf (choose all the defaults)
alsamixer (to control volume)
In the alsamixer, "Master", "PCM", and "Front" control the headphone
jacks (dpeending on which method the application uses). For Capture,
the "Capture" controls the front microphone jack, and "Digital"
controls the built-in microphone (located next to the webcam).
Mail
apt-get install mutt
apt-get install fetchmail
apt-get install procmail
apt-get install esmtp
I still prefer mutt over Thunderbird, but I'm sure if you want that
instead the installation instructions would be similar to Firefox.
For details on my mail configuration, please see:
Mail Configuration Files
Iceweasel (Firefox)
apt-get install iceweasel
apt-get install nspluginwrapper
Download flash player plugin from adobe.com
tar xzf install_flash_player_9_linux.tar.gz
cp install_flash_player_9_linux/libflashplayer.so /usr/local/lib
nspluginwrapper -i /usr/local/lib/libflashplayer.so
rm -r install_flash_player_9_linux
I also like the "In the Dark" theme from addons.mozilla.org, it goes
along with my dark minimalist theme.
Skype
Download latest release from www.skype.com (dynamic version)
cd /usr/local
bzcat /download/location/skype*.bz2 | tar xf -
mv skype-* skype
If not already installed, you'll need:
apt-get install ia32-libs
apt-get install ia32-libs-gtk
Now, to run skype:
/usr/local/skype/skype
The default audio settings should work just fine. The webcam also
works without any configuration as well! I do find that if I'm playing
music with madplay, the audio in skype fails to work (so I need to
stop music before making a call). There may be a workaround for this,
but I've not looked into it yet.
VPN
I use openvpn for work:
apt-get install openvpn
Configure keys and .conf file in /etc/openvpn
I don't want this running at boot since it asks for a passphrase,
disable it by removing the rc* symlinks:
rm /etc/rc*/*openvpn*
To start it when needed:
/etc/init.d/openvpn start
Development
These are of course optional, but I've put them here as a reference
for myself at least:
apt-get install gcc
apt-get install g++
apt-get install strace
apt-get install gdb
apt-get install automake
apt-get install libtool
apt-get install make
apt-get install bison
apt-get install libevent-dev
apt-get install zlib1g-dev
apt-get install libreadline5-dev
apt-get install libpcre3-dev
...and many more depending on your needs.
Output from lspci
00:00.0 Host bridge: Intel Corporation Mobile PM965/GM965/GL960 Memory Controller Hub (rev 0c)
00:02.0 VGA compatible controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (rev 0c)
00:02.1 Display controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (rev 0c)
00:1a.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #4 (rev 02)
00:1a.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #5 (rev 02)
00:1a.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #2 (rev 02)
00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 02)
00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 (rev 02)
00:1c.1 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 2 (rev 02)
00:1c.4 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 5 (rev 02)
00:1d.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #1 (rev 02)
00:1d.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #2 (rev 02)
00:1d.2 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #3 (rev 02)
00:1d.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #1 (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev f2)
00:1f.0 ISA bridge: Intel Corporation 82801HEM (ICH8M) LPC Interface Controller (rev 02)
00:1f.1 IDE interface: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) IDE Controller (rev 02)
00:1f.2 SATA controller: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) SATA AHCI Controller (rev 02)
00:1f.3 SMBus: Intel Corporation 82801H (ICH8 Family) SMBus Controller (rev 02)
02:09.0 FireWire (IEEE 1394): Ricoh Co Ltd R5C832 IEEE 1394 Controller (rev 05)
02:09.1 SD Host controller: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev 22)
02:09.2 System peripheral: Ricoh Co Ltd R5C843 MMC Host Controller (rev 12)
02:09.3 System peripheral: Ricoh Co Ltd R5C592 Memory Stick Bus Host Adapter (rev 12)
02:09.4 System peripheral: Ricoh Co Ltd xD-Picture Card Controller (rev ff)
09:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8040 PCI-E Fast Ethernet Controller (rev 12)
0b:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG Network Connection (rev 02)
Output from dmesg
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 2.6.26-1-amd64 (Debian 2.6.26-5) (waldi@debian.org)
(gcc version 4.1.3 20080623 (prerelease) (Debian 4.1.2-23))
#1 SMP Wed Sep 10 15:31:12 UTC 2008
[ 0.000000] Command line: root=/dev/sda1 ro quiet
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: 0000000000000000 - 000000000009f000 (usable)
[ 0.000000] BIOS-e820: 000000000009f000 - 00000000000a0000 (reserved)
[ 0.000000] BIOS-e820: 0000000000100000 - 00000000df66d800 (usable)
[ 0.000000] BIOS-e820: 00000000df66d800 - 00000000e0000000 (reserved)
[ 0.000000] BIOS-e820: 00000000f8000000 - 00000000fc000000 (reserved)
[ 0.000000] BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)
[ 0.000000] BIOS-e820: 00000000fed18000 - 00000000fed1c000 (reserved)
[ 0.000000] BIOS-e820: 00000000fed20000 - 00000000fed90000 (reserved)
[ 0.000000] BIOS-e820: 00000000feda0000 - 00000000feda6000 (reserved)
[ 0.000000] BIOS-e820: 00000000fee00000 - 00000000fee10000 (reserved)
[ 0.000000] BIOS-e820: 00000000ffe00000 - 0000000100000000 (reserved)
[ 0.000000] BIOS-e820: 0000000100000000 - 0000000120000000 (usable)
[ 0.000000] Entering add_active_range(0, 0, 159) 0 entries of 3200 used
[ 0.000000] Entering add_active_range(0, 256, 915053) 1 entries of 3200 used
[ 0.000000] Entering add_active_range(0, 1048576, 1179648) 2 entries of 3200 used
[ 0.000000] max_pfn_mapped = 1179648
[ 0.000000] init_memory_mapping
[ 0.000000] DMI 2.4 present.
[ 0.000000] ACPI: RSDP 000FBC60, 0024 (r2 DELL )
[ 0.000000] ACPI: XSDT DF66F200, 0064 (r1 DELL M08 27D8061B ASL 61)
[ 0.000000] ACPI: FACP DF66F09C, 00F4 (r4 DELL M08 27D8061B ASL 61)
[ 0.000000] ACPI: DSDT DF66F800, 5477 (r2 INT430 SYSFexxx 1001 INTL 20050624)
[ 0.000000] ACPI: FACS DF67E000, 0040
[ 0.000000] ACPI: HPET DF66F300, 0038 (r1 DELL M08 1 ASL 61)
[ 0.000000] ACPI: APIC DF66F400, 0068 (r1 DELL M08 27D8061B ASL 47)
[ 0.000000] ACPI: MCFG DF66F3C0, 003E (r16 DELL M08 27D8061B ASL 61)
[ 0.000000] ACPI: SLIC DF66F49C, 0024 (r1 DELL M08 27D8061B ASL 61)
[ 0.000000] ACPI: OSFR DF66EA00, 002C (r1 DELL M08 27D8061B ASL 61)
[ 0.000000] ACPI: BOOT DF66EFC0, 0028 (r1 DELL M08 27D8061B ASL 61)
[ 0.000000] ACPI: SSDT DF66D97E, 04CC (r1 PmRef CpuPm 3000 INTL 20050624)
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at 0000000000000000-0000000120000000
[ 0.000000] Entering add_active_range(0, 0, 159) 0 entries of 3200 used
[ 0.000000] Entering add_active_range(0, 256, 915053) 1 entries of 3200 used
[ 0.000000] Entering add_active_range(0, 1048576, 1179648) 2 entries of 3200 used
[ 0.000000] Bootmem setup node 0 0000000000000000-0000000120000000
[ 0.000000] NODE_DATA [000000000000e000 - 0000000000012fff]
[ 0.000000] bootmap [0000000000013000 - 0000000000036fff] pages 24
[ 0.000000] early res: 0 [0-fff] BIOS data page
[ 0.000000] early res: 1 [6000-7fff] TRAMPOLINE
[ 0.000000] early res: 2 [200000-673397] TEXT DATA BSS
[ 0.000000] early res: 3 [378d0000-37fefcd6] RAMDISK
[ 0.000000] early res: 4 [9f000-fffff] BIOS reserved
[ 0.000000] early res: 5 [8000-dfff] PGTABLE
[ 0.000000] [ffffe20000000000-ffffe20002dfffff] PMD -> [ffff810001200000-ffff810003ffffff] on node 0
[ 0.000000] [ffffe20002e00000-ffffe20003ffffff] PMD -> [ffff81000c000000-ffff81000cbfffff] on node 0
[ 0.000000] Zone PFN ranges:
[ 0.000000] DMA 0 -> 4096
[ 0.000000] DMA32 4096 -> 1048576
[ 0.000000] Normal 1048576 -> 1179648
[ 0.000000] Movable zone start PFN for each node
[ 0.000000] early_node_map[3] active PFN ranges
[ 0.000000] 0: 0 -> 159
[ 0.000000] 0: 256 -> 915053
[ 0.000000] 0: 1048576 -> 1179648
[ 0.000000] On node 0 totalpages: 1046028
[ 0.000000] DMA zone: 56 pages used for memmap
[ 0.000000] DMA zone: 1245 pages reserved
[ 0.000000] DMA zone: 2698 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 14280 pages used for memmap
[ 0.000000] DMA32 zone: 896677 pages, LIFO batch:31
[ 0.000000] Normal zone: 1792 pages used for memmap
[ 0.000000] Normal zone: 129280 pages, LIFO batch:31
[ 0.000000] Movable zone: 0 pages used for memmap
[ 0.000000] ACPI: PM-Timer IO Port: 0x1008
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 2, version 0, address 0xfec00000, GSI 0-23
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] ACPI: IRQ2 used by override.
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] Setting APIC routing to flat
[ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 0000000000100000
[ 0.000000] PM: Registered nosave memory: 00000000df66d000 - 00000000df66e000
[ 0.000000] PM: Registered nosave memory: 00000000df66e000 - 00000000e0000000
[ 0.000000] PM: Registered nosave memory: 00000000e0000000 - 00000000f8000000
[ 0.000000] PM: Registered nosave memory: 00000000f8000000 - 00000000fc000000
[ 0.000000] PM: Registered nosave memory: 00000000fc000000 - 00000000fec00000
[ 0.000000] PM: Registered nosave memory: 00000000fec00000 - 00000000fec10000
[ 0.000000] PM: Registered nosave memory: 00000000fec10000 - 00000000fed18000
[ 0.000000] PM: Registered nosave memory: 00000000fed18000 - 00000000fed1c000
[ 0.000000] PM: Registered nosave memory: 00000000fed1c000 - 00000000fed20000
[ 0.000000] PM: Registered nosave memory: 00000000fed20000 - 00000000fed90000
[ 0.000000] PM: Registered nosave memory: 00000000fed90000 - 00000000feda0000
[ 0.000000] PM: Registered nosave memory: 00000000feda0000 - 00000000feda6000
[ 0.000000] PM: Registered nosave memory: 00000000feda6000 - 00000000fee00000
[ 0.000000] PM: Registered nosave memory: 00000000fee00000 - 00000000fee10000
[ 0.000000] PM: Registered nosave memory: 00000000fee10000 - 00000000ffe00000
[ 0.000000] PM: Registered nosave memory: 00000000ffe00000 - 0000000100000000
[ 0.000000] Allocating PCI resources starting at e2000000 (gap: e0000000:18000000)
[ 0.000000] SMP: Allowing 2 CPUs, 0 hotplug CPUs
[ 0.000000] PERCPU: Allocating 37168 bytes of per cpu data
[ 0.000000] NR_CPUS: 32, nr_cpu_ids: 2
[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1028655
[ 0.000000] Policy zone: Normal
[ 0.000000] Kernel command line: root=/dev/sda1 ro quiet
[ 0.000000] Initializing CPU#0
[ 0.000000] PID hash table entries: 4096 (order: 12, 32768 bytes)
[ 0.000000] Extended CMOS year: 2000
[ 0.000000] TSC calibrated against PM_TIMER
[ 0.000000] time.c: Detected 2393.999 MHz processor.
[ 0.004000] Console: colour VGA+ 80x25
[ 0.004000] console [tty0] enabled
[ 0.004000] Checking aperture...
[ 0.004000] Calgary: detecting Calgary via BIOS EBDA area
[ 0.004000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[ 0.004000] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 0.004000] Placing software IO TLB between 0x4000000 - 0x8000000
[ 0.004000] Memory: 4046568k/4718592k available (2225k kernel code, 137544k reserved, 1079k data, 392k init)
[ 0.004000] CPA: page pool initialized 1 of 1 pages preallocated
[ 0.004000] hpet clockevent registered
[ 0.083858] Calibrating delay using timer specific routine.. 4793.36 BogoMIPS (lpj=9586732)
[ 0.083897] Security Framework initialized
[ 0.083903] SELinux: Disabled at boot.
[ 0.083906] Capability LSM initialized
[ 0.084005] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.084005] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[ 0.085194] Mount-cache hash table entries: 256
[ 0.085349] Initializing cgroup subsys ns
[ 0.085353] Initializing cgroup subsys cpuacct
[ 0.085355] Initializing cgroup subsys devices
[ 0.085374] CPU: L1 I cache: 32K, L1 D cache: 32K
[ 0.085375] CPU: L2 cache: 3072K
[ 0.085378] CPU 0/0 -> Node 0
[ 0.085379] CPU: Physical Processor ID: 0
[ 0.085380] CPU: Processor Core ID: 0
[ 0.085387] CPU0: Thermal monitoring enabled (TM2)
[ 0.085389] using mwait in idle threads.
[ 0.086288] ACPI: Core revision 20080321
[ 0.136008] CPU0: Intel(R) Core(TM)2 Duo CPU T8300 @ 2.40GHz stepping 06
[ 0.136008] Using local APIC timer interrupts.
[ 0.140008] APIC timer calibration result 12468752
[ 0.140008] Detected 12.468 MHz APIC timer.
[ 0.140008] Booting processor 1/1 ip 6000
[ 0.148009] Initializing CPU#1
[ 0.148009] Calibrating delay using timer specific routine.. 4788.05 BogoMIPS (lpj=9576103)
[ 0.148009] CPU: L1 I cache: 32K, L1 D cache: 32K
[ 0.148009] CPU: L2 cache: 3072K
[ 0.148009] CPU 1/1 -> Node 0
[ 0.148009] CPU: Physical Processor ID: 0
[ 0.148009] CPU: Processor Core ID: 1
[ 0.148009] CPU1: Thermal monitoring enabled (TM2)
[ 0.228014] CPU1: Intel(R) Core(TM)2 Duo CPU T8300 @ 2.40GHz stepping 06
[ 0.228014] checking TSC synchronization [CPU#0 -> CPU#1]: passed.
[ 0.232014] Brought up 2 CPUs
[ 0.232014] Total of 2 processors activated (9581.41 BogoMIPS).
[ 0.232014] CPU0 attaching sched-domain:
[ 0.232014] domain 0: span 0-1
[ 0.232014] groups: 0 1
[ 0.232014] domain 1: span 0-1
[ 0.232014] groups: 0-1
[ 0.232014] CPU1 attaching sched-domain:
[ 0.232014] domain 0: span 0-1
[ 0.232014] groups: 1 0
[ 0.232014] domain 1: span 0-1
[ 0.232014] groups: 0-1
[ 0.232014] net_namespace: 1224 bytes
[ 0.232014] Booting paravirtualized kernel on bare hardware
[ 0.232014] NET: Registered protocol family 16
[ 0.232014] ACPI: bus type pci registered
[ 0.232014] PCI: MCFG configuration 0: base f8000000 segment 0 buses 0 - 63
[ 0.232014] PCI: MCFG area at f8000000 reserved in E820
[ 0.235010] PCI: Using MMCONFIG at f8000000 - fbffffff
[ 0.235012] PCI: Using configuration type 1 for base access
[ 0.236014] ACPI: EC: Look up EC in DSDT
[ 0.259631] ACPI: Interpreter enabled
[ 0.259634] ACPI: (supports S0 S3 S4 S5)
[ 0.259647] ACPI: Using IOAPIC for interrupt routing
[ 0.304104] ACPI: PCI Root Bridge [PCI0] (0000:00)
[ 0.304104] pci 0000:00:1f.0: quirk: region 1000-107f claimed by ICH6 ACPI/GPIO/TCO
[ 0.304104] pci 0000:00:1f.0: quirk: region 1080-10bf claimed by ICH6 GPIO
[ 0.304104] PCI: Transparent bridge - 0000:00:1e.0
[ 0.304104] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ 0.304104] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCIE._PRT]
[ 0.304104] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
[ 0.304236] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP02._PRT]
[ 0.304365] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP05._PRT]
[ 0.316831] ACPI: PCI Interrupt Link [LNKA] (IRQs 9 10 *11)
[ 0.316831] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 7) *10
[ 0.316831] ACPI: PCI Interrupt Link [LNKC] (IRQs 9 10 11) *5
[ 0.316831] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 7 9 10 11) *0, disabled.
[ 0.316831] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 *10 11 12 14 15)
[ 0.316952] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 *9 10 11 12 14 15)
[ 0.317070] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 *7 9 10 11 12 14 15)
[ 0.317174] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
[ 0.320831] Linux Plug and Play Support v0.97 (c) Adam Belay
[ 0.320831] pnp: PnP ACPI init
[ 0.320831] ACPI: bus type pnp registered
[ 0.320831] pnp 00:00: parse allocated resources
[ 0.336832] pnp 00:00: add io 0xcf8-0xcff flags 0x1
[ 0.336832] pnp 00:00: Plug and Play ACPI device, IDs PNP0a03 (active)
[ 0.336832] pnp 00:01: parse allocated resources
[ 0.336832] pnp 00:01: add io 0x4e-0x4f flags 0x1
[ 0.336832] pnp 00:01: add io 0x68-0x6f flags 0x1
[ 0.336832] pnp 00:01: add mem 0xff800000-0xff8fffff flags 0x1
[ 0.336832] pnp 00:01: add mem 0xffc00000-0xffcfffff flags 0x1
[ 0.336832] pnp 00:01: PNP0c02: calling quirk_system_pci_resources+0x0/0x15c
[ 0.336832] pnp 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.336832] pnp 00:02: parse allocated resources
[ 0.336832] pnp 00:02: add irq 12 flags 0x1
[ 0.336832] pnp 00:02: Plug and Play ACPI device, IDs PNP0f13 (active)
[ 0.336832] pnp 00:03: parse allocated resources
[ 0.336832] pnp 00:03: add io 0x60-0x60 flags 0x1
[ 0.336832] pnp 00:03: add io 0x64-0x64 flags 0x1
[ 0.336832] pnp 00:03: add io 0x62-0x62 flags 0x1
[ 0.336832] pnp 00:03: add io 0x66-0x66 flags 0x1
[ 0.336832] pnp 00:03: add irq 1 flags 0x1
[ 0.336832] pnp 00:03: Plug and Play ACPI device, IDs PNP0303 (active)
[ 0.336832] pnp 00:04: parse allocated resources
[ 0.336832] pnp 00:04: add io 0x70-0x71 flags 0x1
[ 0.336832] pnp 00:04: add irq 8 flags 0x1
[ 0.336832] pnp 00:04: add io 0x72-0x77 flags 0x1
[ 0.336832] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.336832] pnp 00:05: parse allocated resources
[ 0.336832] pnp 00:05: add io 0x61-0x61 flags 0x1
[ 0.336832] pnp 00:05: add io 0x63-0x63 flags 0x1
[ 0.336832] pnp 00:05: add io 0x65-0x65 flags 0x1
[ 0.336832] pnp 00:05: add io 0x67-0x67 flags 0x1
[ 0.336832] pnp 00:05: Plug and Play ACPI device, IDs PNP0800 (active)
[ 0.336832] pnp 00:06: parse allocated resources
[ 0.336832] pnp 00:06: add io 0xc80-0xcff flags 0x1
[ 0.336832] pnp 00:06: PNP0c01: calling quirk_system_pci_resources+0x0/0x15c
[ 0.336832] pnp 00:06: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 0.336832] pnp 00:07: parse allocated resources
[ 0.336832] pnp 00:07: add dma 4 flags 0x4
[ 0.336832] pnp 00:07: add io 0x0-0xf flags 0x1
[ 0.336832] pnp 00:07: add io 0x80-0x85 flags 0x1
[ 0.336832] pnp 00:07: add io 0x87-0x8f flags 0x1
[ 0.336832] pnp 00:07: add io 0xc0-0xdf flags 0x1
[ 0.336832] pnp 00:07: add io 0x10-0x1f flags 0x1
[ 0.336832] pnp 00:07: add io 0x90-0x91 flags 0x1
[ 0.336832] pnp 00:07: add io 0x93-0x9f flags 0x1
[ 0.336832] pnp 00:07: Plug and Play ACPI device, IDs PNP0200 (active)
[ 0.336832] pnp 00:08: parse allocated resources
[ 0.336832] pnp 00:08: add io 0xf0-0xff flags 0x1
[ 0.336832] pnp 00:08: add irq 13 flags 0x1
[ 0.336832] pnp 00:08: Plug and Play ACPI device, IDs PNP0c04 (active)
[ 0.336832] pnp 00:09: parse allocated resources
[ 0.336832] pnp 00:09: add mem 0xfed00000-0xfed003ff flags 0x0
[ 0.336832] pnp 00:09: PNP0c01: calling quirk_system_pci_resources+0x0/0x15c
[ 0.336832] pnp 00:09: Plug and Play ACPI device, IDs PNP0103 PNP0c01 (active)
[ 0.336832] pnp 00:0a: parse allocated resources
[ 0.336832] pnp 00:0a: add io 0x900-0x97f flags 0x1
[ 0.336832] pnp 00:0a: add io 0x92-0x92 flags 0x1
[ 0.336832] pnp 00:0a: add io 0xb2-0xb3 flags 0x1
[ 0.336832] pnp 00:0a: add io 0x20-0x21 flags 0x1
[ 0.336832] pnp 00:0a: add io 0xa0-0xa1 flags 0x1
[ 0.336832] pnp 00:0a: add io 0x4d0-0x4d1 flags 0x1
[ 0.336832] pnp 00:0a: add io 0x1000-0x1005 flags 0x1
[ 0.336832] pnp 00:0a: add io 0x1008-0x100f flags 0x1
[ 0.336832] pnp 00:0a: PNP0c01: calling quirk_system_pci_resources+0x0/0x15c
[ 0.336832] pnp 00:0a: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 0.336832] pnp 00:0b: parse allocated resources
[ 0.336832] pnp 00:0b: add io 0xf400-0xf4fe flags 0x1
[ 0.336832] pnp 00:0b: add io 0x86-0x86 flags 0x1
[ 0.336832] pnp 00:0b: add io 0x1006-0x1007 flags 0x1
[ 0.336832] pnp 00:0b: add io 0x100a-0x1059 flags 0x1
[ 0.336832] pnp 00:0b: add io 0x1060-0x107f flags 0x1
[ 0.336832] pnp 00:0b: add io 0x1080-0x10bf flags 0x1
[ 0.336832] pnp 00:0b: add io 0x10c0-0x10df flags 0x1
[ 0.336832] pnp 00:0b: add io 0x1010-0x102f flags 0x1
[ 0.336832] pnp 00:0b: add io 0x809-0x809 flags 0x1
[ 0.336832] pnp 00:0b: PNP0c01: calling quirk_system_pci_resources+0x0/0x15c
[ 0.336832] pnp 00:0b: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 0.336832] pnp 00:0c: parse allocated resources
[ 0.358839] pnp 00:0c: add mem 0x0-0x9efff flags 0x1
[ 0.358839] pnp 00:0c: add mem 0x9f000-0x9ffff flags 0x1
[ 0.358839] pnp 00:0c: add mem 0xc0000-0xcffff flags 0x0
[ 0.358839] pnp 00:0c: add mem 0xe0000-0xfffff flags 0x0
[ 0.358839] pnp 00:0c: add mem 0x100000-0xdf66d7ff flags 0x1
[ 0.358839] pnp 00:0c: add mem 0xdf66d800-0xdf6fffff flags 0x1
[ 0.358839] pnp 00:0c: add mem 0xdf700000-0xdf7fffff flags 0x1
[ 0.358839] pnp 00:0c: add mem 0xdf700000-0xdfefffff flags 0x0
[ 0.358839] pnp 00:0c: add mem 0xffe00000-0xffffffff flags 0x0
[ 0.358839] pnp 00:0c: add mem 0xffa00000-0xffbfffff flags 0x0
[ 0.358839] pnp 00:0c: add mem 0xfec00000-0xfec0ffff flags 0x1
[ 0.358839] pnp 00:0c: add mem 0xfee00000-0xfee0ffff flags 0x1
[ 0.358839] pnp 00:0c: add mem 0xfed20000-0xfed8ffff flags 0x0
[ 0.358839] pnp 00:0c: add mem 0xfeda0000-0xfeda3fff flags 0x1
[ 0.358839] pnp 00:0c: add mem 0xfeda4000-0xfeda4fff flags 0x1
[ 0.358839] pnp 00:0c: add mem 0xfeda5000-0xfeda5fff flags 0x1
[ 0.358839] pnp 00:0c: add mem 0xfeda6000-0xfeda6fff flags 0x1
[ 0.358839] pnp 00:0c: add mem 0xfed18000-0xfed1bfff flags 0x1
[ 0.358839] pnp 00:0c: add mem 0xf8000000-0xfbffffff flags 0x1
[ 0.358839] pnp 00:0c: PNP0c01: calling quirk_system_pci_resources+0x0/0x15c
[ 0.358839] pnp 00:0c: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 0.358976] pnp: PnP ACPI: found 13 devices
[ 0.358978] ACPI: ACPI bus type pnp unregistered
[ 0.362840] usbcore: registered new interface driver usbfs
[ 0.362840] usbcore: registered new interface driver hub
[ 0.362840] usbcore: registered new device driver usb
[ 0.362840] PCI: Using ACPI for IRQ routing
[ 0.382264] PCI-GART: No AMD northbridge found.
[ 0.382270] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[ 0.382273] hpet0: 3 64-bit timers, 14318180 Hz
[ 0.382841] ACPI: RTC can wake from S4
[ 0.393747] pnp: the driver 'system' has been registered
[ 0.393756] system 00:01: iomem range 0xff800000-0xff8fffff has been reserved
[ 0.393759] system 00:01: iomem range 0xffc00000-0xffcfffff has been reserved
[ 0.393760] system 00:01: driver attached
[ 0.393766] system 00:06: ioport range 0xc80-0xcff could not be reserved
[ 0.393768] system 00:06: driver attached
[ 0.393774] system 00:09: iomem range 0xfed00000-0xfed003ff has been reserved
[ 0.393775] system 00:09: driver attached
[ 0.393780] system 00:0a: ioport range 0x900-0x97f has been reserved
[ 0.393782] system 00:0a: ioport range 0x4d0-0x4d1 has been reserved
[ 0.393784] system 00:0a: ioport range 0x1000-0x1005 has been reserved
[ 0.393786] system 00:0a: ioport range 0x1008-0x100f has been reserved
[ 0.393788] system 00:0a: driver attached
[ 0.393792] system 00:0b: ioport range 0xf400-0xf4fe has been reserved
[ 0.393794] system 00:0b: ioport range 0x1006-0x1007 has been reserved
[ 0.393797] system 00:0b: ioport range 0x100a-0x1059 could not be reserved
[ 0.393799] system 00:0b: ioport range 0x1060-0x107f has been reserved
[ 0.393801] system 00:0b: ioport range 0x1080-0x10bf has been reserved
[ 0.393803] system 00:0b: ioport range 0x10c0-0x10df has been reserved
[ 0.393805] system 00:0b: ioport range 0x1010-0x102f has been reserved
[ 0.393807] system 00:0b: ioport range 0x809-0x809 has been reserved
[ 0.393809] system 00:0b: driver attached
[ 0.393813] system 00:0c: iomem range 0x0-0x9efff could not be reserved
[ 0.393815] system 00:0c: iomem range 0x9f000-0x9ffff could not be reserved
[ 0.393818] system 00:0c: iomem range 0xc0000-0xcffff has been reserved
[ 0.393820] system 00:0c: iomem range 0xe0000-0xfffff has been reserved
[ 0.393822] system 00:0c: iomem range 0x100000-0xdf66d7ff could not be reserved
[ 0.393824] system 00:0c: iomem range 0xdf66d800-0xdf6fffff could not be reserved
[ 0.393826] system 00:0c: iomem range 0xdf700000-0xdf7fffff could not be reserved
[ 0.393828] system 00:0c: iomem range 0xdf700000-0xdfefffff could not be reserved
[ 0.393831] system 00:0c: iomem range 0xffe00000-0xffffffff could not be reserved
[ 0.393833] system 00:0c: iomem range 0xffa00000-0xffbfffff has been reserved
[ 0.393835] system 00:0c: iomem range 0xfec00000-0xfec0ffff could not be reserved
[ 0.393838] system 00:0c: iomem range 0xfee00000-0xfee0ffff could not be reserved
[ 0.393840] system 00:0c: iomem range 0xfed20000-0xfed8ffff could not be reserved
[ 0.393842] system 00:0c: iomem range 0xfeda0000-0xfeda3fff could not be reserved
[ 0.393844] system 00:0c: iomem range 0xfeda4000-0xfeda4fff could not be reserved
[ 0.393847] system 00:0c: iomem range 0xfeda5000-0xfeda5fff could not be reserved
[ 0.393849] system 00:0c: iomem range 0xfeda6000-0xfeda6fff has been reserved
[ 0.393851] system 00:0c: iomem range 0xfed18000-0xfed1bfff could not be reserved
[ 0.393853] system 00:0c: iomem range 0xf8000000-0xfbffffff could not be reserved
[ 0.393855] system 00:0c: driver attached
[ 0.394841] PCI: Bridge: 0000:00:1c.0
[ 0.394841] IO window: d000-dfff
[ 0.394841] MEM window: 0xfe800000-0xfe8fffff
[ 0.394841] PREFETCH window: disabled.
[ 0.394841] PCI: Bridge: 0000:00:1c.1
[ 0.394841] IO window: disabled.
[ 0.394841] MEM window: 0xfe700000-0xfe7fffff
[ 0.394841] PREFETCH window: disabled.
[ 0.394841] PCI: Bridge: 0000:00:1c.4
[ 0.394841] IO window: c000-cfff
[ 0.394841] MEM window: 0xfe400000-0xfe6fffff
[ 0.394841] PREFETCH window: 0x00000000f0000000-0x00000000f01fffff
[ 0.394841] PCI: Bridge: 0000:00:1e.0
[ 0.394841] IO window: disabled.
[ 0.394841] MEM window: 0xfe300000-0xfe3fffff
[ 0.394841] PREFETCH window: disabled.
[ 0.394841] ACPI: PCI Interrupt 0000:00:1c.0[A] -> GSI 16 (level, low) -> IRQ 16
[ 0.394841] PCI: Setting latency timer of device 0000:00:1c.0 to 64
[ 0.394841] ACPI: PCI Interrupt 0000:00:1c.1[B] -> GSI 17 (level, low) -> IRQ 17
[ 0.394841] PCI: Setting latency timer of device 0000:00:1c.1 to 64
[ 0.394841] ACPI: PCI Interrupt 0000:00:1c.4[A] -> GSI 16 (level, low) -> IRQ 16
[ 0.394841] PCI: Setting latency timer of device 0000:00:1c.4 to 64
[ 0.394841] PCI: Setting latency timer of device 0000:00:1e.0 to 64
[ 0.394841] NET: Registered protocol family 2
[ 0.430244] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.431467] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
[ 0.435477] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 0.435477] TCP: Hash tables configured (established 524288 bind 65536)
[ 0.435477] TCP reno registered
[ 0.445657] NET: Registered protocol family 1
[ 0.445755] checking if image is initramfs...<7>Switched to high resolution mode on CPU 1
[ 0.509446] Switched to high resolution mode on CPU 0
[ 0.691822] it is
[ 0.951813] Freeing initrd memory: 7295k freed
[ 0.959065] Simple Boot Flag at 0x79 set to 0x1
[ 0.959065] audit: initializing netlink socket (disabled)
[ 0.959065] type=2000 audit(1222994682.948:1): initialized
[ 0.963095] Total HugeTLB memory allocated, 0
[ 0.963095] VFS: Disk quotas dquot_6.5.1
[ 0.963095] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.963095] msgmni has been set to 7917
[ 0.963095] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[ 0.963095] io scheduler noop registered
[ 0.963095] io scheduler anticipatory registered
[ 0.963095] io scheduler deadline registered
[ 0.963095] io scheduler cfq registered (default)
[ 0.963095] pci 0000:00:02.0: Boot video device
[ 0.963095] PCI: Setting latency timer of device 0000:00:1c.0 to 64
[ 0.963095] assign_interrupt_mode Found MSI capability
[ 0.963095] Allocate Port Service[0000:00:1c.0:pcie00]
[ 0.963095] Allocate Port Service[0000:00:1c.0:pcie02]
[ 0.963095] Allocate Port Service[0000:00:1c.0:pcie03]
[ 0.963095] PCI: Setting latency timer of device 0000:00:1c.1 to 64
[ 0.963095] assign_interrupt_mode Found MSI capability
[ 0.963095] Allocate Port Service[0000:00:1c.1:pcie00]
[ 0.963095] Allocate Port Service[0000:00:1c.1:pcie02]
[ 0.963095] Allocate Port Service[0000:00:1c.1:pcie03]
[ 0.963095] PCI: Setting latency timer of device 0000:00:1c.4 to 64
[ 0.963095] assign_interrupt_mode Found MSI capability
[ 0.963095] Allocate Port Service[0000:00:1c.4:pcie00]
[ 0.963095] Allocate Port Service[0000:00:1c.4:pcie02]
[ 0.963095] Allocate Port Service[0000:00:1c.4:pcie03]
[ 0.963096] hpet_resources: 0xfed00000 is busy
[ 0.963096] Linux agpgart interface v0.103
[ 0.963096] Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled
[ 0.963096] pnp: the driver 'serial' has been registered
[ 0.967053] brd: module loaded
[ 0.967053] input: Macintosh mouse button emulation as /class/input/input0
[ 0.967053] pnp: the driver 'i8042 kbd' has been registered
[ 0.967053] i8042 kbd 00:03: driver attached
[ 0.967053] pnp: the driver 'i8042 aux' has been registered
[ 0.967053] i8042 aux 00:02: driver attached
[ 0.967053] PNP: PS/2 Controller [PNP0303:KBC,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[ 0.984949] i8042.c: Detected active multiplexing controller, rev 1.1.
[ 0.997161] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 0.997161] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[ 0.997161] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[ 0.997161] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[ 0.997161] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[ 1.015052] mice: PS/2 mouse device common for all mice
[ 1.015052] pnp: the driver 'rtc_cmos' has been registered
[ 1.015052] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
[ 1.015052] rtc0: alarms up to one month, y3k
[ 1.015052] rtc_cmos 00:04: driver attached
[ 1.015052] cpuidle: using governor ladder
[ 1.015052] cpuidle: using governor menu
[ 1.015052] No iBFT detected.
[ 1.015052] TCP cubic registered
[ 1.015052] NET: Registered protocol family 17
[ 1.015052] registered taskstats version 1
[ 1.015052] rtc_cmos 00:04: setting system clock to 2008-10-03 00:44:43 UTC (1222994683)
[ 1.015052] Freeing unused kernel memory: 392k freed
[ 1.043027] input: AT Translated Set 2 keyboard as /class/input/input1
[ 1.086332] ACPI: SSDT DF66E4B4, 02C8 (r1 PmRef Cpu0Ist 3000 INTL 20050624)
[ 1.086332] ACPI: SSDT DF66DE4A, 05E5 (r1 PmRef Cpu0Cst 3001 INTL 20050624)
[ 1.086332] Monitor-Mwait will be used to enter C-1 state
[ 1.086332] Monitor-Mwait will be used to enter C-2 state
[ 1.086332] Monitor-Mwait will be used to enter C-3 state
[ 1.086332] ACPI: CPU0 (power states: C1[C1] C2[C2] C3[C3])
[ 1.086332] ACPI: ACPI0007:00 is registered as cooling_device0
[ 1.086332] ACPI: Processor [CPU0] (supports 8 throttling states)
[ 1.086332] ACPI: SSDT DF66E77C, 00C4 (r1 PmRef Cpu1Ist 3000 INTL 20050624)
[ 1.086332] ACPI: SSDT DF66E42F, 0085 (r1 PmRef Cpu1Cst 3000 INTL 20050624)
[ 1.086332] Marking TSC unstable due to TSC halts in idle
[ 1.090332] ACPI: CPU1 (power states: C1[C1] C2[C2] C3[C3])
[ 1.090332] ACPI: ACPI0007:01 is registered as cooling_device1
[ 1.090332] ACPI: Processor [CPU1] (supports 8 throttling states)
[ 1.090466] ACPI: LNXTHERM:01 is registered as thermal_zone0
[ 1.090466] ACPI: Thermal Zone [THM] (45 C)
[ 1.316032] USB Universal Host Controller Interface driver v3.0
[ 1.316032] ACPI: PCI Interrupt 0000:00:1a.0[A] -> GSI 20 (level, low) -> IRQ 20
[ 1.316032] PCI: Setting latency timer of device 0000:00:1a.0 to 64
[ 1.316032] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[ 1.316032] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
[ 1.316032] uhci_hcd 0000:00:1a.0: irq 20, io base 0x00006f20
[ 1.316032] usb usb1: configuration #1 chosen from 1 choice
[ 1.316032] hub 1-0:1.0: USB hub found
[ 1.316032] hub 1-0:1.0: 2 ports detected
[ 1.383596] ricoh-mmc: Ricoh MMC Controller disabling driver
[ 1.383596] ricoh-mmc: Copyright(c) Philip Langdale
[ 1.395101] No dock devices found.
[ 1.400404] SCSI subsystem initialized
[ 1.418768] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001
[ 1.418771] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.418772] usb usb1: Product: UHCI Host Controller
[ 1.418774] usb usb1: Manufacturer: Linux 2.6.26-1-amd64 uhci_hcd
[ 1.418775] usb usb1: SerialNumber: 0000:00:1a.0
[ 1.422596] ACPI: PCI Interrupt 0000:00:1a.1[B] -> GSI 21 (level, low) -> IRQ 21
[ 1.422608] PCI: Setting latency timer of device 0000:00:1a.1 to 64
[ 1.422613] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[ 1.422650] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 2
[ 1.422650] uhci_hcd 0000:00:1a.1: irq 21, io base 0x00006f00
[ 1.422650] usb usb2: configuration #1 chosen from 1 choice
[ 1.422650] hub 2-0:1.0: USB hub found
[ 1.422650] hub 2-0:1.0: 2 ports detected
[ 1.422596] Uniform Multi-Platform E-IDE driver
[ 1.422599] ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
[ 1.422889] libata version 3.00 loaded.
[ 1.423487] sdhci: Secure Digital Host Controller Interface driver
[ 1.423487] sdhci: Copyright(c) Pierre Ossman
[ 1.525614] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[ 1.525617] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.525619] usb usb2: Product: UHCI Host Controller
[ 1.525621] usb usb2: Manufacturer: Linux 2.6.26-1-amd64 uhci_hcd
[ 1.525622] usb usb2: SerialNumber: 0000:00:1a.1
[ 1.525614] ACPI: PCI Interrupt 0000:00:1a.7[C] -> GSI 22 (level, low) -> IRQ 22
[ 1.525614] PCI: Setting latency timer of device 0000:00:1a.7 to 64
[ 1.525614] ehci_hcd 0000:00:1a.7: EHCI Host Controller
[ 1.525614] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 3
[ 1.529764] ehci_hcd 0000:00:1a.7: debug port 1
[ 1.529764] PCI: cache line size of 32 is not supported by device 0000:00:1a.7
[ 1.529764] ehci_hcd 0000:00:1a.7: irq 22, io mem 0xfed1c400
[ 1.533748] Clocksource tsc unstable (delta = -75058646 ns)
[ 1.545971] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
[ 1.546058] usb usb3: configuration #1 chosen from 1 choice
[ 1.546079] hub 3-0:1.0: USB hub found
[ 1.546084] hub 3-0:1.0: 4 ports detected
[ 1.650697] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[ 1.650699] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.650701] usb usb3: Product: EHCI Host Controller
[ 1.650703] usb usb3: Manufacturer: Linux 2.6.26-1-amd64 ehci_hcd
[ 1.650704] usb usb3: SerialNumber: 0000:00:1a.7
[ 1.650697] ACPI: PCI Interrupt 0000:00:1d.0[A] -> GSI 20 (level, low) -> IRQ 20
[ 1.650697] PCI: Setting latency timer of device 0000:00:1d.0 to 64
[ 1.650697] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[ 1.650697] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 4
[ 1.650697] uhci_hcd 0000:00:1d.0: irq 20, io base 0x00006f80
[ 1.650697] usb usb4: configuration #1 chosen from 1 choice
[ 1.650697] hub 4-0:1.0: USB hub found
[ 1.650697] hub 4-0:1.0: 2 ports detected
[ 1.754776] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[ 1.754778] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.754780] usb usb4: Product: UHCI Host Controller
[ 1.754781] usb usb4: Manufacturer: Linux 2.6.26-1-amd64 uhci_hcd
[ 1.754783] usb usb4: SerialNumber: 0000:00:1d.0
[ 1.755067] ACPI: PCI Interrupt 0000:00:1d.1[B] -> GSI 21 (level, low) -> IRQ 21
[ 1.755067] PCI: Setting latency timer of device 0000:00:1d.1 to 64
[ 1.755067] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[ 1.755067] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 5
[ 1.755067] uhci_hcd 0000:00:1d.1: irq 21, io base 0x00006f60
[ 1.755067] usb usb5: configuration #1 chosen from 1 choice
[ 1.755067] hub 5-0:1.0: USB hub found
[ 1.755067] hub 5-0:1.0: 2 ports detected
[ 1.857228] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[ 1.857231] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.857232] usb usb5: Product: UHCI Host Controller
[ 1.857234] usb usb5: Manufacturer: Linux 2.6.26-1-amd64 uhci_hcd
[ 1.857235] usb usb5: SerialNumber: 0000:00:1d.1
[ 1.859093] ACPI: PCI Interrupt 0000:00:1d.2[C] -> GSI 22 (level, low) -> IRQ 22
[ 1.859093] PCI: Setting latency timer of device 0000:00:1d.2 to 64
[ 1.859093] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[ 1.859093] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 6
[ 1.859093] uhci_hcd 0000:00:1d.2: irq 22, io base 0x00006f40
[ 1.859093] usb usb6: configuration #1 chosen from 1 choice
[ 1.859093] hub 6-0:1.0: USB hub found
[ 1.859093] hub 6-0:1.0: 2 ports detected
[ 1.917995] usb 3-1: new high speed USB device using ehci_hcd and address 2
[ 1.960920] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
[ 1.960922] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.960924] usb usb6: Product: UHCI Host Controller
[ 1.960925] usb usb6: Manufacturer: Linux 2.6.26-1-amd64 uhci_hcd
[ 1.960927] usb usb6: SerialNumber: 0000:00:1d.2
[ 1.961769] ACPI: PCI Interrupt 0000:00:1d.7[A] -> GSI 20 (level, low) -> IRQ 20
[ 1.961769] PCI: Setting latency timer of device 0000:00:1d.7 to 64
[ 1.961769] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[ 1.961769] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 7
[ 1.965742] ehci_hcd 0000:00:1d.7: debug port 1
[ 1.965742] PCI: cache line size of 32 is not supported by device 0000:00:1d.7
[ 1.965742] ehci_hcd 0000:00:1d.7: irq 20, io mem 0xfed1c000
[ 2.041795] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
[ 2.041860] usb usb7: configuration #1 chosen from 1 choice
[ 2.041880] hub 7-0:1.0: USB hub found
[ 2.041885] hub 7-0:1.0: 6 ports detected
[ 2.055888] usb 3-1: configuration #1 chosen from 1 choice
[ 2.057774] usb 3-1: New USB device found, idVendor=05a9, idProduct=2640
[ 2.057774] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2.057774] usb 3-1: Product: Laptop Integrated Webcam
[ 2.057774] usb 3-1: Manufacturer: OmniVision Technologies, Inc. -2640-08.05.12.1
[ 2.145787] usb usb7: New USB device found, idVendor=1d6b, idProduct=0002
[ 2.145790] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.145792] usb usb7: Product: EHCI Host Controller
[ 2.145793] usb usb7: Manufacturer: Linux 2.6.26-1-amd64 ehci_hcd
[ 2.145794] usb usb7: SerialNumber: 0000:00:1d.7
[ 2.149743] ICH8M: IDE controller (0x8086:0x2850 rev 0x02) at PCI slot 0000:00:1f.1
[ 2.149743] ACPI: PCI Interrupt 0000:00:1f.1[A] -> GSI 16 (level, low) -> IRQ 16
[ 2.149743] ICH8M: not 100% native mode: will probe irqs later
[ 2.149743] ICH8M: IDE port disabled
[ 2.149743] ide0: BM-DMA at 0x6fa0-0x6fa7
[ 2.149743] Probing IDE interface ide0...
[ 2.659673] usb 4-2: new low speed USB device using uhci_hcd and address 2
[ 2.838285] usb 4-2: configuration #1 chosen from 1 choice
[ 2.849967] usb 4-2: New USB device found, idVendor=0a81, idProduct=0205
[ 2.849969] usb 4-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2.849971] usb 4-2: Product: PS2 to USB Converter
[ 2.849972] usb 4-2: Manufacturer: CHESEN
[ 2.864879] usbcore: registered new interface driver hiddev
[ 2.875908] input: CHESEN PS2 to USB Converter as /class/input/input2
[ 2.887984] hda: HL-DT-ST DVD+/-RW GSA-T21N, ATAPI CD/DVD-ROM drive
[ 2.896778] input,hidraw0: USB HID v1.10 Keyboard [CHESEN PS2 to USB Converter] on usb-0000:00:1d.0-2
[ 2.922280] input: CHESEN PS2 to USB Converter as /class/input/input3
[ 2.946941] input,hidraw1: USB HID v1.10 Mouse [CHESEN PS2 to USB Converter] on usb-0000:00:1d.0-2
[ 2.946964] usbcore: registered new interface driver usbhid
[ 2.946968] usbhid: v2.6:USB HID core driver
[ 3.221290] hda: host max PIO4 wanted PIO255(auto-tune) selected PIO4
[ 3.225841] hda: UDMA/33 mode selected
[ 3.225841] ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
[ 3.229350] ACPI: PCI Interrupt 0000:09:00.0[A] -> GSI 16 (level, low) -> IRQ 16
[ 3.229350] PCI: Setting latency timer of device 0000:09:00.0 to 64
[ 3.229350] sky2 0000:09:00.0: v1.21 addr 0xfe8fc000 irq 16 Yukon-FE+ (0xb8) rev 0
[ 3.229350] sky2 eth0: addr 00:21:9b:e8:b1:9b
[ 3.230816] ricoh-mmc: Ricoh MMC controller found at 0000:02:09.2 [1180:0843] (rev 12)
[ 3.230816] ricoh-mmc: Controller is now disabled.
[ 3.230816] ahci 0000:00:1f.2: version 3.0
[ 3.230816] ACPI: PCI Interrupt 0000:00:1f.2[B] -> GSI 17 (level, low) -> IRQ 17
[ 4.231931] ahci 0000:00:1f.2: AHCI 0001.0100 32 slots 3 ports 3 Gbps 0x5 impl SATA mode
[ 4.231941] ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pio slum part
[ 4.231946] PCI: Setting latency timer of device 0000:00:1f.2 to 64
[ 4.235901] scsi0 : ahci
[ 4.235901] scsi1 : ahci
[ 4.235901] scsi2 : ahci
[ 4.235901] ata1: SATA max UDMA/133 abar m2048@0xfe9fb800 port 0xfe9fb900 irq 1275
[ 4.235901] ata2: DUMMY
[ 4.235901] ata3: SATA max UDMA/133 abar m2048@0xfe9fb800 port 0xfe9fba00 irq 1275
[ 4.552137] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 4.553205] ata1.00: ATA-7: ST9160823ASG, 3.ADE, max UDMA/133
[ 4.553207] ata1.00: 312581808 sectors, multi 8: LBA48 NCQ (depth 31/32)
[ 4.555288] ata1.00: configured for UDMA/133
[ 4.872665] ata3: SATA link down (SStatus 0 SControl 300)
[ 4.872637] scsi 0:0:0:0: Direct-Access ATA ST9160823ASG 3.AD PQ: 0 ANSI: 5
[ 4.872637] ACPI: PCI Interrupt 0000:02:09.0[A] -> GSI 16 (level, low) -> IRQ 16
[ 4.925787] ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[16] MMIO=[fe3ff800-fe3fffff] Max Packet=[2048] IR/IT contexts=[4/4]
[ 4.931224] sdhci: SDHCI controller found at 0000:02:09.1 [1180:0822] (rev 22)
[ 4.931224] ACPI: PCI Interrupt 0000:02:09.1[B] -> GSI 18 (level, low) -> IRQ 18
[ 4.932077] mmc0: SDHCI at 0xfe3ff400 irq 18 DMA
[ 4.981121] hda: ATAPI 24X DVD-ROM DVD-R CD-R/RW drive, 2048kB Cache
[ 4.981125] Uniform CD-ROM driver Revision: 3.20
[ 4.983137] Driver 'sd' needs updating - please use bus_type methods
[ 4.983137] sd 0:0:0:0: [sda] 312581808 512-byte hardware sectors (160042 MB)
[ 4.983137] sd 0:0:0:0: [sda] Write Protect is off
[ 4.983137] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 4.983137] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 4.983137] sd 0:0:0:0: [sda] 312581808 512-byte hardware sectors (160042 MB)
[ 4.983137] sd 0:0:0:0: [sda] Write Protect is off
[ 4.983137] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 4.983137] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 4.983137] sda: sda1 sda2 sda3
[ 5.053218] sd 0:0:0:0: [sda] Attached SCSI disk
[ 5.346406] PM: Starting manual resume from disk
[ 5.383138] kjournald starting. Commit interval 5 seconds
[ 5.383138] EXT3-fs: mounted filesystem with ordered data mode.
[ 6.209752] ieee1394: Host added: ID:BUS[0-00:1023] GUID[364fc0000e16bde1]
[ 6.486617] udevd version 125 started
[ 6.886547] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
[ 6.941558] agpgart: Detected an Intel 965GM Chipset.
[ 6.941558] agpgart: Detected 7676K stolen memory.
[ 6.953559] agpgart: AGP aperture is 256M @ 0xe0000000
[ 7.085799] ACPI: AC Adapter [AC] (on-line)
[ 7.122597] ACPI: Battery Slot [BAT0] (battery present)
[ 7.138625] input: Lid Switch as /class/input/input4
[ 7.167340] ACPI: Lid Switch [LID]
[ 7.167403] input: Power Button (CM) as /class/input/input5
[ 7.232637] ACPI: Power Button (CM) [PBTN]
[ 7.232739] input: Sleep Button (CM) as /class/input/input6
[ 7.296748] ACPI: Sleep Button (CM) [SBTN]
[ 7.305097] ACPI: device:31 is registered as cooling_device2
[ 7.305445] input: Video Bus as /class/input/input7
[ 7.305524] ACPI: WMI: Mapper loaded
[ 7.360622] ACPI: Video Device [VID] (multi-head: yes rom: no post: no)
[ 7.360752] input: Video Bus as /class/input/input8
[ 7.427491] ACPI: Video Device [VID2] (multi-head: yes rom: no post: no)
[ 7.565427] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.03 (30-Apr-2008)
[ 7.565427] iTCO_wdt: Found a ICH8M TCO device (Version=2, TCOBASE=0x1060)
[ 7.565427] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[ 7.616211] input: PC Speaker as /class/input/input9
[ 7.625232] Linux video capture interface: v2.00
[ 7.681388] uvcvideo: Found UVC 1.00 device Laptop Integrated Webcam (05a9:2640)
[ 7.681465] uvcvideo: Failed to query (135) UVC control 1 (unit 0) : -32 (exp. 26).
[ 7.711990] input: Laptop Integrated Webcam as /class/input/input10
[ 7.734033] ACPI: PCI Interrupt 0000:00:1f.3[B] -> GSI 17 (level, low) -> IRQ 17
[ 7.742235] usbcore: registered new interface driver uvcvideo
[ 7.742239] USB Video Class driver (v0.1.0)
[ 7.795616] iwl3945: Intel(R) PRO/Wireless 3945ABG/BG Network Connection driver for Linux, 1.2.26ks
[ 7.795619] iwl3945: Copyright(c) 2003-2008 Intel Corporation
[ 7.796025] ACPI: PCI Interrupt 0000:0b:00.0[A] -> GSI 17 (level, low) -> IRQ 17
[ 7.796025] PCI: Setting latency timer of device 0000:0b:00.0 to 64
[ 7.796025] iwl3945: Detected Intel Wireless WiFi Link 3945ABG
[ 7.854995] iwl3945: Tunable channels: 11 802.11bg, 13 802.11a channels
[ 7.856378] phy0: Selected rate control algorithm 'iwl-3945-rs'
[ 7.892419] ACPI: PCI Interrupt 0000:00:1b.0[A] -> GSI 21 (level, low) -> IRQ 21
[ 7.892419] PCI: Setting latency timer of device 0000:00:1b.0 to 64
[ 7.923379] Error: Driver 'pcspkr' is already registered, aborting...
[ 7.947966] ACPI: PCI interrupt for device 0000:0b:00.0 disabled
[ 8.093810] input: PS/2 Mouse as /class/input/input11
[ 8.138783] input: AlpsPS/2 ALPS GlidePoint as /class/input/input12
[ 9.504047] Adding 3943948k swap on /dev/sda3. Priority:-1 extents:1 across:3943948k
[ 9.794429] EXT3 FS on sda1, internal journal
[ 10.528506] loop: module loaded
[ 10.722488] SGI XFS with ACLs, security attributes, realtime, large block/inode numbers, no debug enabled
[ 10.722488] SGI XFS Quota Management subsystem
[ 10.764268] XFS mounting filesystem sda2
[ 10.888394] Starting XFS recovery on filesystem: sda2 (logdev: internal)
[ 10.997029] Ending XFS recovery on filesystem: sda2 (logdev: internal)
[ 12.445983] sky2 eth0: enabling interface
[ 14.365295] sky2 eth0: Link is up at 100 Mbps, full duplex, flow control both
[ 14.470284] NET: Registered protocol family 10
[ 14.470284] lo: Disabled Privacy Extensions
[ 24.647216] eth0: no IPv6 routers present
[ 111.849639] tun: Universal TUN/TAP device driver, 1.6
[ 111.849639] tun: (C) 1999-2004 Max Krasnyansky
[ 111.853252] tun0: Disabled Privacy Extensions
[ 127.133765] [drm] Initialized drm 1.1.0 20060810
[ 127.141399] ACPI: PCI Interrupt 0000:00:02.0[A] -> GSI 16 (level, low) -> IRQ 16
[ 127.141399] PCI: Setting latency timer of device 0000:00:02.0 to 64
[ 127.141410] [drm] Initialized i915 1.6.0 20060119 on minor 0
|