root@2HewittRand-desktop:~# ps -p $(< /var/run/dbus/pid) PID TTY TIME CMD 4941 ? 00:00:00 dbus-daemon root@2HewittRand-desktop:~# pidof hald root@2HewittRand-desktop:~# ls -l /etc/rc2.d/*dbus* lrwxrwxrwx 1 root root 14 2008-02-06 02:53 /etc/rc2.d/S12dbus -> ../init.d/dbus root@2HewittRand-desktop:~# root@2HewittRand-desktop:~# sudo /etc/init.d/dbus start * system message bus already started; not starting. root@2HewittRand-desktop:~# ps -p $(< /var/run/dbus/pid) PID TTY TIME CMD 4941 ? 00:00:01 dbus-daemon root@2HewittRand-desktop:~# pidof hald root@2HewittRand-desktop:~# root@2HewittRand-desktop:~# sudo mv /etc/rc2.d/S20dbus /etc/rc2.d/S12dbus mv: cannot stat `/etc/rc2.d/S20dbus': No such file or directory root@2HewittRand-desktop:~# root@2HewittRand-desktop:~# sudo ln -s ../init.d/dbus /etc/rc2.d/S12dbus ln: creating symbolic link `/etc/rc2.d/S12dbus': File exists root@2HewittRand-desktop:~# root@2HewittRand-desktop:~# locate S??dbus /etc/rc5.d/S12dbus /etc/rc3.d/S12dbus /etc/rc4.d/S12dbus /etc/rc2.d/S12dbus root@2HewittRand-desktop:~# root@2HewittRand-desktop:~# sudo dbus-daemon --system Failed to start message bus: The pid file "/var/run/dbus/pid" exists, if the message bus is not running, remove this file root@2HewittRand-desktop:~# root@2HewittRand-desktop:~# sudo dpkg-reconfigure hal * Stopping Hardware abstraction layer hald [ OK ] * Reloading system message bus config... [ OK ] * Starting Hardware abstraction layer hald invoke-rc.d: initscript hal, action "start" failed. root@2HewittRand-desktop:~# root@2HewittRand-desktop:~# sudo mkdir /var/run/dbus mkdir: cannot create directory `/var/run/dbus': File exists root@2HewittRand-desktop:~# sudo chown messagebus:messagebus /var/run/dbus root@2HewittRand-desktop:~# sudo dbus-daemon --system Failed to start message bus: The pid file "/var/run/dbus/pid" exists, if the message bus is not running, remove this file root@2HewittRand-desktop:~# sudo dpkg-reconfigure hal * Stopping Hardware abstraction layer hald [ OK ] * Reloading system message bus config... [ OK ] * Starting Hardware abstraction layer hald invoke-rc.d: initscript hal, action "start" failed. root@2HewittRand-desktop:~# root@2HewittRand-desktop:~# ls -1 /etc/rc?.d/*dbus /etc/rc1.d/K20dbus /etc/rc2.d/S12dbus /etc/rc3.d/S12dbus /etc/rc4.d/S12dbus /etc/rc5.d/S12dbus root@2HewittRand-desktop:~# ls -1 /etc/rc?.d/*dbus /etc/rc1.d/K20dbus /etc/rc2.d/S12dbus /etc/rc3.d/S12dbus /etc/rc4.d/S12dbus /etc/rc5.d/S12dbus root@2HewittRand-desktop:~# ls -1 /etc/rc?.d/*dhcdbd /etc/rc0.d/K16dhcdbd /etc/rc1.d/K16dhcdbd /etc/rc2.d/S24dhcdbd /etc/rc3.d/S24dhcdbd /etc/rc4.d/S24dhcdbd /etc/rc5.d/S24dhcdbd /etc/rc6.d/K16dhcdbd root@2HewittRand-desktop:~# I did not use Automatix because it doesn't work on this version. Not sure about other 3rd Party apts changing global stuff. root@2HewittRand-desktop:~# sudo mv /etc/rc2.d/S12hal /etc/rc2.d/S13hal mv: cannot stat `/etc/rc2.d/S12hal': No such file or directory root@2HewittRand-desktop:~# Things are pretty sluggish. System > Administration > Network Settings experience. Dialog is greyed out for about 90 seconds. Then populates. Was able to set-up ethernet and wireless connections, but had to use manual settings. Navigating in this dialog takes plenty of patience. Often over a minute between actions. Does anybody have Compiz Fusion turned on? no, I don't think so, not sure what it is. root@2HewittRand-desktop:~# /etc/init.d/dbus start * system message bus already started; not starting. root@2HewittRand-desktop:~# /etc/init.d/dhcdbd start * Starting DHCP D-Bus daemon dhcdbd [ OK ] root@2HewittRand-desktop:~# /etc/init.d/hal start * Starting Hardware abstraction layer hald root@2HewittRand-desktop:~# root@2HewittRand-desktop:~# sudo mv /var/cache/hald/fdi-cache~ /var/cache/hald/fdi-cache mv: cannot stat `/var/cache/hald/fdi-cache~': No such file or directory root@2HewittRand-desktop:~# root@2HewittRand-desktop:~# sudo /usr/lib/hal/hald-generate-fdi-cache 04:37:17.254 [E] create_cache.c:635: Unable to open fdi cache '/var/cache/hald/fdi-cache~' file for writing: No such file or directory 04:37:17.255 [E] create_cache.c:704: Error generating fdi cache root@2HewittRand-desktop:~# root@2HewittRand-desktop:~# sudo mv /etc/rc2.d/S50dbus /etc/rc2.d/S12dbus mv: cannot stat `/etc/rc2.d/S50dbus': No such file or directory root@2HewittRand-desktop:~# root@2HewittRand-desktop:~# sudo mv /var/cache/hald/fdi-cache~ /var/cache/hald/fdi-cache mv: cannot stat `/var/cache/hald/fdi-cache~': No such file or directory root@2HewittRand-desktop:~# root@2HewittRand-desktop:~# ls /etc/rc2.d | sort K20hotkey-setup K74bluetooth README S01policykit S05vbesave S10acpid S10powernowd.early S10sysklogd S10xserver-xorg-input-wacom S11klogd S12dbus S18avahi-daemon S19cupsys S20apmd S20apport S20bootlogd S20clamav-freshclam S20hdparm S20nvidia-kernel S20powernowd S20rsync S20wifi-radar S23ntp S24dhcdbd S24hal S25pulseaudio S30gdm S50alsa-utils S89anacron S89atd S89cron S90binfmt-support S98usplash S99acpi-support S99laptop-mode S99rc.local S99rmnologin S99stop-readahead root@2HewittRand-desktop:~# root@2HewittRand-desktop:~# dmesg [ 0.000000] Linux version 2.6.24-7-generic (buildd@palmer) (gcc version 4.2.3 (Ubuntu 4.2.3-1ubuntu1)) #1 SMP Thu Feb 7 01:29:58 UTC 2008 (Ubuntu 2.6.24-7.12-generic) [ 0.000000] BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: 0000000000000000 - 000000000009fc00 (usable) [ 0.000000] BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved) [ 0.000000] BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved) [ 0.000000] BIOS-e820: 0000000000100000 - 0000000017fc0000 (usable) [ 0.000000] BIOS-e820: 0000000017fc0000 - 0000000017ff8000 (ACPI data) [ 0.000000] BIOS-e820: 0000000017ff8000 - 0000000018000000 (ACPI NVS) [ 0.000000] BIOS-e820: 00000000ffb80000 - 00000000ffc00000 (reserved) [ 0.000000] BIOS-e820: 00000000fff00000 - 0000000100000000 (reserved) [ 0.000000] 0MB HIGHMEM available. [ 0.000000] 383MB LOWMEM available. [ 0.000000] Entering add_active_range(0, 0, 98240) 0 entries of 256 used [ 0.000000] Zone PFN ranges: [ 0.000000] DMA 0 -> 4096 [ 0.000000] Normal 4096 -> 98240 [ 0.000000] HighMem 98240 -> 98240 [ 0.000000] Movable zone start PFN for each node [ 0.000000] early_node_map[1] active PFN ranges [ 0.000000] 0: 0 -> 98240 [ 0.000000] On node 0 totalpages: 98240 [ 0.000000] DMA zone: 32 pages used for memmap [ 0.000000] DMA zone: 0 pages reserved [ 0.000000] DMA zone: 4064 pages, LIFO batch:0 [ 0.000000] Normal zone: 735 pages used for memmap [ 0.000000] Normal zone: 93409 pages, LIFO batch:31 [ 0.000000] HighMem zone: 0 pages used for memmap [ 0.000000] Movable zone: 0 pages used for memmap [ 0.000000] DMI 2.3 present. [ 0.000000] ACPI: RSDP signature @ 0xC00FF980 checksum 0 [ 0.000000] ACPI: RSDP 000FF980, 0014 (r0 AMI ) [ 0.000000] ACPI: RSDT 17FF0000, 002C (r1 D815EA EA81510A 20010619 MSFT 1011) [ 0.000000] ACPI: FACP 17FF1000, 0074 (r1 D815EA EA81510A 20010619 MSFT 1011) [ 0.000000] ACPI: DSDT 17FE0000, 300C (r1 D815EA EA81510A 18 MSFT 100000B) [ 0.000000] ACPI: FACS 17FF8000, 0040 [ 0.000000] ACPI: SSDT 17FE300C, 0035 (r1 D815EA EA81510A 17 MSFT 100000B) [ 0.000000] ACPI: PM-Timer IO Port: 0x408 [ 0.000000] Allocating PCI resources starting at 20000000 (gap: 18000000:e7b80000) [ 0.000000] swsusp: Registered nosave memory region: 000000000009f000 - 00000000000a0000 [ 0.000000] swsusp: Registered nosave memory region: 00000000000a0000 - 00000000000e0000 [ 0.000000] swsusp: Registered nosave memory region: 00000000000e0000 - 0000000000100000 [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 97473 [ 0.000000] Kernel command line: root=UUID=87dcf0d3-8830-44f5-bae6-95e8bca2eaf4 ro splash [ 0.000000] Local APIC disabled by BIOS -- you can enable it with "lapic" [ 0.000000] mapped APIC to ffffb000 (0130d000) [ 0.000000] Enabling fast FPU save and restore... done. [ 0.000000] Enabling unmasked SIMD FPU exception support... done. [ 0.000000] Initializing CPU#0 [ 0.000000] PID hash table entries: 2048 (order: 11, 8192 bytes) [ 0.000000] Detected 797.434 MHz processor. [ 23.804338] Console: colour VGA+ 80x25 [ 23.804348] console [tty0] enabled [ 23.807064] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes) [ 23.808149] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes) [ 23.840848] Memory: 377508k/392960k available (2159k kernel code, 14920k reserved, 996k data, 364k init, 0k highmem) [ 23.840940] virtual kernel memory layout: [ 23.840943] fixmap : 0xfff4b000 - 0xfffff000 ( 720 kB) [ 23.840946] pkmap : 0xff800000 - 0xffc00000 (4096 kB) [ 23.840950] vmalloc : 0xd8800000 - 0xff7fe000 ( 623 MB) [ 23.840953] lowmem : 0xc0000000 - 0xd7fc0000 ( 383 MB) [ 23.840957] .init : 0xc041b000 - 0xc0476000 ( 364 kB) [ 23.840960] .data : 0xc031bc5d - 0xc0414dc4 ( 996 kB) [ 23.840964] .text : 0xc0100000 - 0xc031bc5d (2159 kB) [ 23.841349] Checking if this processor honours the WP bit even in supervisor mode... Ok. [ 23.841518] SLUB: Genslabs=11, HWalign=32, Order=0-1, MinObjects=4, CPUs=1, Nodes=1 [ 23.921605] Calibrating delay using timer specific routine.. 1596.43 BogoMIPS (lpj=3192877) [ 23.921755] Security Framework initialized [ 23.921817] SELinux: Disabled at boot. [ 23.921895] AppArmor: AppArmor initialized [ 23.921952] Failure registering capabilities with primary security module. [ 23.922023] Mount-cache hash table entries: 512 [ 23.922332] CPU: After generic identify, caps: 0383f9ff 00000000 00000000 00000000 00000000 00000000 00000000 00000000 [ 23.922360] CPU: L1 I cache: 16K, L1 D cache: 16K [ 23.922447] CPU: L2 cache: 256K [ 23.922499] CPU: After all inits, caps: 0383f9ff 00000000 00000000 00000040 00000000 00000000 00000000 00000000 [ 23.922524] Compat vDSO mapped to ffffe000. [ 23.922600] Checking 'hlt' instruction... OK. [ 23.938214] SMP alternatives: switching to UP code [ 23.941463] Freeing SMP alternatives: 11k freed [ 23.941836] Early unpacking initramfs... done [ 24.812710] ACPI: Core revision 20070126 [ 24.812980] ACPI: Looking for DSDT in initramfs... error, file /DSDT.aml not found. [ 24.817080] ACPI: setting ELCR to 0200 (from 0e00) [ 24.818103] CPU0: Intel Pentium III (Coppermine) stepping 06 [ 24.818259] SMP motherboard not detected. [ 24.818311] Local APIC not detected. Using dummy APIC emulation. [ 24.818482] Brought up 1 CPUs [ 24.818579] CPU0 attaching sched-domain: [ 24.818586] domain 0: span 01 [ 24.818591] groups: 01 [ 24.819081] net_namespace: 64 bytes [ 24.819158] Booting paravirtualized kernel on bare hardware [ 24.820663] Time: 11:34:05 Date: 02/15/08 [ 24.820864] NET: Registered protocol family 16 [ 24.821472] EISA bus registered [ 24.821581] ACPI: bus type pci registered [ 24.822463] PCI: PCI BIOS revision 2.10 entry at 0xfda95, last bus=2 [ 24.822526] PCI: Using configuration type 1 [ 24.822575] Setting up standard PCI resources [ 24.827492] ACPI: EC: Look up EC in DSDT [ 24.837025] ACPI: Interpreter enabled [ 24.837086] ACPI: (supports S0 S1 S3 S4 S5) [ 24.837323] ACPI: Using PIC for interrupt routing [ 24.849668] ACPI: PCI Root Bridge [PCI0] (0000:00) [ 24.850050] PCI quirk: region 0400-047f claimed by ICH4 ACPI/GPIO/TCO [ 24.850110] PCI quirk: region 0500-053f claimed by ICH4 GPIO [ 24.850805] PCI: Transparent bridge - 0000:00:1e.0 [ 24.850893] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT] [ 24.851182] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCI1._PRT] [ 24.854285] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11 12) [ 24.854917] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 *9 10 11 12) [ 24.855537] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 10 11 12) *0, disabled. [ 24.856228] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 *11 12) [ 24.856847] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 *11 12) [ 24.857464] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 11 12) *0, disabled. [ 24.858257] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 9 10 11 12) *0, disabled. [ 24.858949] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 *10 11 12) [ 24.859633] ACPI: Power Resource [FDDP] (off) [ 24.859759] ACPI: Power Resource [URP1] (off) [ 24.859882] ACPI: Power Resource [URP2] (off) [ 24.860004] ACPI: Power Resource [LPTP] (off) [ 24.860171] Linux Plug and Play Support v0.97 (c) Adam Belay [ 24.860308] pnp: PnP ACPI init [ 24.860375] ACPI: bus type pnp registered [ 24.870525] pnp: PnP ACPI: found 15 devices [ 24.870588] ACPI: ACPI bus type pnp unregistered [ 24.870646] PnPBIOS: Disabled by ACPI PNP [ 24.871331] PCI: Using ACPI for IRQ routing [ 24.871388] PCI: If a device doesn't work, try "pci=routeirq". If it helps, post a report [ 24.885588] NET: Registered protocol family 8 [ 24.885643] NET: Registered protocol family 20 [ 24.885871] AppArmor: AppArmor Filesystem Enabled [ 24.889545] Time: tsc clocksource has been installed. [ 24.897676] system 00:0e: iomem range 0x0-0x9ffff could not be reserved [ 24.897736] system 00:0e: iomem range 0xe0000-0xfffff could not be reserved [ 24.897794] system 00:0e: iomem range 0x100000-0x17ffffff could not be reserved [ 24.897860] system 00:0e: iomem range 0x0-0x0 could not be reserved [ 24.897916] system 00:0e: iomem range 0x0-0x0 could not be reserved [ 24.929173] PCI: Bridge: 0000:00:01.0 [ 24.929229] IO window: d000-dfff [ 24.929283] MEM window: ff900000-ff9fffff [ 24.929336] PREFETCH window: f4a00000-f6afffff [ 24.929390] PCI: Bridge: 0000:00:1e.0 [ 24.929442] IO window: c000-cfff [ 24.929496] MEM window: ff800000-ff8fffff [ 24.929558] PREFETCH window: f4900000-f49fffff [ 24.929630] PCI: Setting latency timer of device 0000:00:1e.0 to 64 [ 24.929667] NET: Registered protocol family 2 [ 24.969757] IP route cache hash table entries: 4096 (order: 2, 16384 bytes) [ 24.970448] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 24.970870] TCP bind hash table entries: 16384 (order: 5, 131072 bytes) [ 24.971360] TCP: Hash tables configured (established 16384 bind 16384) [ 24.971421] TCP reno registered [ 24.981956] checking if image is initramfs...<7>Switched to high resolution mode on CPU 0 [ 25.726444] it is [ 26.633712] Freeing initrd memory: 7334k freed [ 26.635156] audit: initializing netlink socket (disabled) [ 26.635251] audit(1203075246.796:1): initialized [ 26.641379] VFS: Disk quotas dquot_6.5.1 [ 26.641676] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) [ 26.642152] io scheduler noop registered [ 26.642208] io scheduler anticipatory registered [ 26.642259] io scheduler deadline registered [ 26.642348] io scheduler cfq registered (default) [ 26.642471] Boot video device is 0000:02:00.0 [ 26.642485] PCI: Firmware left 0000:01:08.0 e100 interrupts enabled, disabling [ 26.643260] isapnp: Scanning for PnP cards... [ 26.999611] isapnp: No Plug & Play device found [ 27.088825] Real Time Clock Driver v1.12ac [ 27.089109] Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled [ 27.089415] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 27.089799] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A [ 27.091167] 00:06: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 27.091816] 00:07: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A [ 27.094156] RAMDISK driver initialized: 16 RAM disks of 65536K size 1024 blocksize [ 27.094426] input: Macintosh mouse button emulation as /devices/virtual/input/input0 [ 27.094780] PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12 [ 27.097879] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 27.097942] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 27.105509] mice: PS/2 mouse device common for all mice [ 27.105894] EISA: Probing bus 0 at eisa.0 [ 27.105992] EISA: Detected 0 cards. [ 27.106043] cpuidle: using governor ladder [ 27.106095] cpuidle: using governor menu [ 27.106533] NET: Registered protocol family 1 [ 27.106659] Using IPI No-Shortcut mode [ 27.106779] registered taskstats version 1 [ 27.107040] Magic number: 12:296:580 [ 27.108318] Freeing unused kernel memory: 364k freed [ 27.141303] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 28.720891] fuse init (API version 7.9) [ 30.120832] Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2 [ 30.120850] ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx [ 30.192983] ICH2: IDE controller (0x8086:0x244b rev 0x02) at PCI slot 0000:00:1f.1 [ 30.193017] ICH2: not 100% native mode: will probe irqs later [ 30.193037] ide0: BM-DMA at 0xffa0-0xffa7, BIOS settings: hda:DMA, hdb:DMA [ 30.193059] ide1: BM-DMA at 0xffa8-0xffaf, BIOS settings: hdc:DMA, hdd:DMA [ 30.193079] Probing IDE interface ide0... [ 30.480876] hdb: Maxtor 6E040L0, ATA DISK drive [ 30.650665] e100: Intel(R) PRO/100 Network Driver, 3.5.23-k4-NAPI [ 30.650678] e100: Copyright(c) 1999-2006 Intel Corporation [ 30.816799] hda: WDC AC24300L, ATA DISK drive [ 30.816839] hda: host max PIO4 wanted PIO255(auto-tune) selected PIO4 [ 30.816961] hda: UDMA/33 mode selected [ 30.817146] hdb: host max PIO4 wanted PIO255(auto-tune) selected PIO4 [ 30.817289] hdb: UDMA/100 mode selected [ 30.817494] ide0 at 0x1f0-0x1f7,0x3f6 on irq 14 [ 30.826475] Probing IDE interface ide1... [ 30.869871] usbcore: registered new interface driver usbfs [ 30.869928] usbcore: registered new interface driver hub [ 30.884756] usbcore: registered new device driver usb [ 30.901618] USB Universal Host Controller Interface driver v3.0 [ 31.000778] Floppy drive(s): fd0 is 1.44M [ 31.020489] FDC 0 is a post-1991 82077 [ 31.616709] hdd: CRD-8400B, ATAPI CD/DVD-ROM drive [ 32.400632] hdc: DVDRW IDE 16X, ATAPI CD/DVD-ROM drive [ 32.400674] hdc: host max PIO4 wanted PIO255(auto-tune) selected PIO4 [ 32.400788] hdc: host side 80-wire cable detection failed, limiting max speed to UDMA33 [ 32.400796] hdc: UDMA/33 mode selected [ 32.400979] hdd: host max PIO4 wanted PIO255(auto-tune) selected PIO4 [ 32.401073] hdd: Disabling (U)DMA for CRD-8400B (blacklisted) [ 32.401088] hdd: host max PIO4 wanted PIO255(auto-tune) selected PIO4 [ 32.401262] ide1 at 0x170-0x177,0x376 on irq 15 [ 32.409227] ACPI: PCI Interrupt Link [LNKE] enabled at IRQ 11 [ 32.409243] PCI: setting IRQ 11 as level-triggered [ 32.409251] ACPI: PCI Interrupt 0000:01:08.0[A] -> Link [LNKE] -> GSI 11 (level, low) -> IRQ 11 [ 32.462413] e100: eth0: e100_probe: addr 0xff8eb000, irq 11, MAC addr 00:03:47:17:16:b1 [ 32.462876] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 32.462885] ACPI: PCI Interrupt 0000:00:1f.2[D] -> Link [LNKD] -> GSI 11 (level, low) -> IRQ 11 [ 32.462909] PCI: Setting latency timer of device 0000:00:1f.2 to 64 [ 32.462917] uhci_hcd 0000:00:1f.2: UHCI Host Controller [ 32.463426] uhci_hcd 0000:00:1f.2: new USB bus registered, assigned bus number 1 [ 32.463472] uhci_hcd 0000:00:1f.2: irq 11, io base 0x0000ef40 [ 32.463836] usb usb1: configuration #1 chosen from 1 choice [ 32.463899] hub 1-0:1.0: USB hub found [ 32.463915] hub 1-0:1.0: 2 ports detected [ 32.466799] SCSI subsystem initialized [ 32.516265] libata version 3.00 loaded. [ 32.565075] ACPI: PCI Interrupt Link [LNKH] enabled at IRQ 10 [ 32.565089] PCI: setting IRQ 10 as level-triggered [ 32.565096] ACPI: PCI Interrupt 0000:00:1f.4[C] -> Link [LNKH] -> GSI 10 (level, low) -> IRQ 10 [ 32.565120] PCI: Setting latency timer of device 0000:00:1f.4 to 64 [ 32.565128] uhci_hcd 0000:00:1f.4: UHCI Host Controller [ 32.565189] uhci_hcd 0000:00:1f.4: new USB bus registered, assigned bus number 2 [ 32.565229] uhci_hcd 0000:00:1f.4: irq 10, io base 0x0000ef80 [ 32.565548] usb usb2: configuration #1 chosen from 1 choice [ 32.565611] hub 2-0:1.0: USB hub found [ 32.565626] hub 2-0:1.0: 2 ports detected [ 32.764299] hda: max request size: 128KiB [ 32.764314] hda: 8421840 sectors (4311 MB) w/256KiB Cache, CHS=8912/15/63 [ 32.764325] hda: cache flushes not supported [ 32.764441] hda: hda1 hda2 <<6>usb 1-1: new full speed USB device using uhci_hcd and address 2 [ 32.807249] hda5 > [ 32.807580] hdb: max request size: 128KiB [ 32.807784] hdb: 80293248 sectors (41110 MB) w/2048KiB Cache, CHS=65535/16/63 [ 32.808018] hdb: cache flushes supported [ 32.808087] hdb: hdb1 hdb2 < hdb5 > [ 32.836387] hdc: ATAPI 48X DVD-ROM DVD-R CD-R/RW drive, 2048kB Cache [ 32.836413] Uniform CD-ROM driver Revision: 3.20 [ 32.856357] hdd: ATAPI 48X CD-ROM drive, 128kB Cache [ 33.028682] usb 1-1: configuration #1 chosen from 1 choice [ 33.955165] Attempting manual resume [ 33.955177] swsusp: Resume From Partition 3:5 [ 33.955182] PM: Checking swsusp image. [ 33.976206] PM: Resume from disk failed. [ 34.087877] kjournald starting. Commit interval 5 seconds [ 34.087908] EXT3-fs: mounted filesystem with ordered data mode. [ 51.009817] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 51.110799] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4 [ 51.249666] Linux agpgart interface v0.102 [ 51.323664] intel_rng: Firmware space is locked read-only. If you can't or [ 51.323672] intel_rng: don't want to disable this in firmware setup, and if [ 51.323677] intel_rng: you are certain that your system has a functional [ 51.323681] intel_rng: RNG, try using the 'no_fwh_detect' option. [ 51.449813] agpgart: Detected an Intel i815 Chipset. [ 51.454440] agpgart: AGP aperture is 64M @ 0xf8000000 [ 51.650006] input: PC Speaker as /devices/platform/pcspkr/input/input2 [ 51.721615] iTCO_vendor_support: vendor-support=0 [ 51.797666] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.02 (26-Jul-2007) [ 51.797842] iTCO_wdt: failed to reset NO_REBOOT flag, reboot disabled by hardware [ 51.797856] iTCO_wdt: No card detected [ 53.689660] input: Power Button (FF) as /devices/virtual/input/input3 [ 53.705295] ACPI: Power Button (FF) [PWRF] [ 53.705590] input: Sleep Button (CM) as /devices/virtual/input/input4 [ 53.721251] ACPI: Sleep Button (CM) [SBTN] [ 58.400632] e100: eth0: e100_watchdog: link up, 100Mbps, full-duplex [ 60.072468] input: ImPS/2 Generic Wheel Mouse as /devices/platform/i8042/serio1/input/input5 [ 60.087209] parport_pc 00:08: reported by Plug and Play ACPI [ 60.087272] parport0: PC-style at 0x378 (0x778), irq 7, dma 3 [PCSPP,TRISTATE,COMPAT,ECP,DMA] [ 60.624749] NET: Registered protocol family 17 [ 60.944664] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 9 [ 60.944677] PCI: setting IRQ 9 as level-triggered [ 60.944684] ACPI: PCI Interrupt 0000:00:1f.5[B] -> Link [LNKB] -> GSI 9 (level, low) -> IRQ 9 [ 60.944714] PCI: Setting latency timer of device 0000:00:1f.5 to 64 [ 61.616088] intel8x0_measure_ac97_clock: measured 54480 usecs [ 61.616102] intel8x0: clocking to 48000 [ 65.358120] lp0: using parport0 (interrupt-driven). [ 65.533945] Adding 240932k swap on /dev/hda5. Priority:-1 extents:1 across:240932k [ 65.548834] EXT3-fs warning: maximal mount count reached, running e2fsck is recommended [ 65.551597] EXT3 FS on hda1, internal journal [ 66.354259] NET: Registered protocol family 10 [ 66.354881] lo: Disabled Privacy Extensions [ 68.600008] ip_tables: (C) 2000-2006 Netfilter Core Team [ 68.873887] ndiswrapper version 1.52 loaded (smp=yes, preempt=no) [ 69.134928] usb 1-1: reset full speed USB device using uhci_hcd and address 2 [ 69.390108] ndiswrapper: driver net8187b (Airlink101,05/11/2007,5.1085.0518.2007) loaded [ 74.087792] wlan0: ethernet device 00:11:a3:04:c8:ea using NDIS driver: net8187b, version: 0x1, NDIS version: 0x500, vendor: 'Realtek RTL8187 Wireless LAN USB NIC ', 0BDA:8189.F.conf [ 74.087868] wlan0: encryption modes supported: WEP; TKIP with WPA, WPA2, WPA2PSK; AES/CCMP with WPA, WPA2, WPA2PSK [ 74.087952] usbcore: registered new interface driver ndiswrapper [ 75.016529] wlan0: duplicate address detected! [ 75.124753] No dock devices found. [ 75.501902] toshiba_acpi: Unknown parameter `hotkeys_over_acpi' [ 76.742032] eth0: no IPv6 routers present [ 79.084564] ppdev: user-space parallel port driver [ 80.202699] audit(1203075302.628:2): operation="inode_permission" request_mask="a::" denied_mask="a::" name="/dev/tty" pid=5048 profile="/usr/sbin/cupsd" namespace="default" root@2HewittRand-desktop:~#