New question #77503 on Ubuntu: https://answers.launchpad.net/ubuntu/+question/77503
Hi, I have an old laptop here (Twinhead Pentium III 1133Mhz) which regularly overheats on Jaunty/9.04. While looking into the issue, it turns out that CPU throttling is not working. I realize that this in itself should not cause overheating, but it sure doesn't help things... I compiled a kernel without the CPU frequency setting modules, making them externally loadable .ko modules. When trying to load the modules using modprobe, none of them will load. 'modprobe acpi-cpufreq' yields 'No such device', as do the older deprecated speedstep-<x> modules. There's nothing in the Kernel ring buffer (dmesg) other than a reassuring "ACPI: Processor [CPU0] (supports 8 throttling states)", no errors. I did spot "weird, boot CPU (#0) not listedby the BIOS", but that shouldn't really impact things, should it? I'm really lost! Anyone have any ideas? Thanks! Ivo $ uname -a Linux stray 2.6.28-13-generic #45-Ubuntu SMP Tue Jun 30 19:49:51 UTC 2009 i686 GNU/Linux $cat /proc/ioports | grep CPU 1010-1015 : ACPI CPU throttle $ cat /proc/cpuinfo processor : 0 vendor_id : GenuineIntel cpu family : 6 model : 11 model name : Intel(R) Pentium(R) III CPU 1133MHz stepping : 1 cpu MHz : 1133.437 cache size : 256 KB fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 2 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 mmx fxsr sse bogomips : 2266.87 clflush size : 32 power management: $ cat /proc/acpi/processor/CPU0/throttling state count: 8 active state: T1 state available: T0 to T7 states: T0: 100% *T1: 87% T2: 75% T3: 62% T4: 50% T5: 37% T6: 25% T7: 12% $ lsmod Module Size Used by binfmt_misc 8200 1 input_polldev 3976 0 video 17040 0 output 3072 1 video lp 9124 0 arc4 2048 2 ecb 2944 2 ath5k 98176 0 snd_ali5451 17804 3 mac80211 203256 1 ath5k snd_ac97_codec 103844 1 snd_ali5451 joydev 9792 0 led_class 4228 1 ath5k ac97_bus 1920 1 snd_ac97_codec cfg80211 29968 2 ath5k,mac80211 snd_pcm_oss 37760 0 snd_mixer_oss 14592 1 snd_pcm_oss snd_pcm 71304 3 snd_ali5451,snd_ac97_codec,snd_pcm_oss snd_seq_dummy 2948 0 snd_seq_oss 28800 0 snd_seq_midi 6400 0 snd_rawmidi 20608 1 snd_seq_midi snd_seq_midi_event 7040 2 snd_seq_oss,snd_seq_midi snd_seq 45296 6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_mid i_event pcmcia 34156 0 snd_timer 19588 2 snd_pcm,snd_seq snd_seq_device 7180 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi ,snd_seq ppdev 7556 0 psmouse 53396 0 parport_pc 31652 1 snd 53028 16 snd_ali5451,snd_ac97_codec,snd_pcm_oss,snd_mixer_o ss,snd_pcm,snd_seq_oss,snd_rawmidi,snd_seq,snd_tim er,snd_seq_device yenta_socket 24332 2 rsrc_nonstatic 11264 1 yenta_socket i2c_ali15x3 6660 0 ali_agp 5760 1 pcspkr 2560 0 serio_raw 5380 0 parport 33224 3 lp,ppdev,parport_pc snd_page_alloc 8968 1 snd_pcm pcmcia_core 35088 3 pcmcia,yenta_socket,rsrc_nonstatic i2c_ali1535 6148 0 agpgart 33584 1 ali_agp shpchp 32276 0 ohci1394 29616 0 ieee1394 83900 1 ohci1394 floppy 53220 0 $ lspci -v 00:00.0 Host bridge: ALi Corporation M1644/M1644T Northbridge+Trident (rev 01) Subsystem: Device 168f:0002 Flags: bus master, medium devsel, latency 0 Memory at f0000000 (32-bit, prefetchable) [size=64M] Capabilities: <access denied> Kernel driver in use: agpgart-ali Kernel modules: ali-agp 00:01.0 PCI bridge: ALi Corporation PCI to AGP Controller Flags: bus master, slow devsel, latency 0 Bus: primary=00, secondary=01, subordinate=01, sec-latency=0 Memory behind bridge: ea100000-efffffff Prefetchable memory behind bridge: 28000000-280fffff Kernel modules: shpchp 00:02.0 USB Controller: ALi Corporation USB 1.1 Controller (rev 03) (prog-if 10) Subsystem: Device 168f:0002 Flags: bus master, medium devsel, latency 64, IRQ 10 Memory at ea000000 (32-bit, non-prefetchable) [size=4K] Capabilities: <access denied> Kernel driver in use: ohci_hcd 00:03.0 CardBus bridge: ENE Technology Inc CB1410 Cardbus Controller Subsystem: Device 168f:0002 Flags: bus master, medium devsel, latency 168, IRQ 11 Memory at 28100000 (32-bit, non-prefetchable) [size=4K] Bus: primary=00, secondary=02, subordinate=05, sec-latency=176 Memory window 0: 20000000-23fff000 (prefetchable) Memory window 1: 24000000-27fff000 I/O window 0: 00001400-000014ff I/O window 1: 00001800-000018ff 16-bit legacy interface ports at 0001 Kernel driver in use: yenta_cardbus Kernel modules: yenta_socket 00:05.0 FireWire (IEEE 1394): Texas Instruments TSB43AA22 IEEE-1394 Controller (PHY/Link Integrated) (rev 02) (prog-if 10) Subsystem: Device 168f:0002 Flags: bus master, medium devsel, latency 64, IRQ 9 Memory at ea001000 (32-bit, non-prefetchable) [size=2K] Memory at ea004000 (32-bit, non-prefetchable) [size=16K] Capabilities: <access denied> Kernel driver in use: ohci1394 Kernel modules: firewire-ohci, ohci1394 00:06.0 Bridge: ALi Corporation M7101 Power Management Controller [PMU] Subsystem: Device 168f:0002 Flags: medium devsel Capabilities: <access denied> Kernel driver in use: ali1535_smbus Kernel modules: alim7101_wdt, i2c-ali15x3, i2c-ali1535 00:07.0 ISA bridge: ALi Corporation M1533/M1535/M1543 PCI to ISA Bridge [Aladdin IV/V/V+] Subsystem: Device 168f:0002 Flags: bus master, medium devsel, latency 0 Capabilities: <access denied> Kernel modules: alim7101_wdt, alim1535_wdt 00:08.0 Multimedia audio controller: ALi Corporation M5451 PCI AC-Link Controller Audio Device (rev 01) Subsystem: Device 168f:0002 Flags: bus master, medium devsel, latency 64, IRQ 11 I/O ports at 2000 [size=256] Memory at ea002000 (32-bit, non-prefetchable) [size=4K] Capabilities: <access denied> Kernel driver in use: ALI 5451 Kernel modules: snd-ali5451 00:0f.0 IDE interface: ALi Corporation M5229 IDE (rev c3) (prog-if fa) Subsystem: Device 168f:0002 Flags: bus master, medium devsel, latency 64, IRQ 255 I/O ports at 01f0 [size=8] I/O ports at 03f4 [size=1] I/O ports at 0170 [size=8] I/O ports at 0374 [size=1] I/O ports at 1000 [size=16] Capabilities: <access denied> Kernel driver in use: pata_ali 01:00.0 VGA compatible controller: Trident Microsystems CyberBlade XPAi1 (rev 82) Subsystem: Device 168f:0002 Flags: 66MHz, medium devsel, IRQ 9 Memory at ee000000 (32-bit, non-prefetchable) [size=32M] Memory at ea400000 (32-bit, non-prefetchable) [size=4M] Memory at ec000000 (32-bit, non-prefetchable) [size=32M] Memory at ea100000 (32-bit, non-prefetchable) [size=32K] [virtual] Expansion ROM at 28000000 [disabled] [size=64K] Capabilities: <access denied> Kernel modules: tridentfb 02:00.0 Ethernet controller: Atheros Communications Inc. Atheros AR5001X+ Wireless Network Adapter (rev 01) Subsystem: D-Link System Inc Device 3a12 Flags: bus master, medium devsel, latency 168, IRQ 11 Memory at 24000000 (32-bit, non-prefetchable) [size=64K] Capabilities: <access denied> Kernel driver in use: ath5k_pci Kernel modules: ath5k $ dmesg [ 0.000000] BIOS EBDA/lowmem at: 0009f000/0009f000 [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Linux version 2.6.28-13-generic (bui...@vernadsky) (gcc version 4.3.3 (Ubuntu 4.3.3-5ubuntu4) ) #45-Ubuntu SMP Tue Jun 30 19:49:51 UTC 2009 (Ubuntu 2.6.28-13.45-generic) [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] NSC Geode by NSC [ 0.000000] Cyrix CyrixInstead [ 0.000000] Centaur CentaurHauls [ 0.000000] Transmeta GenuineTMx86 [ 0.000000] Transmeta TransmetaCPU [ 0.000000] UMC UMC UMC UMC [ 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: 00000000000dc000 - 00000000000e0000 (reserved) [ 0.000000] BIOS-e820: 00000000000ec000 - 0000000000100000 (reserved) [ 0.000000] BIOS-e820: 0000000000100000 - 0000000015ef0000 (usable) [ 0.000000] BIOS-e820: 0000000015ef0000 - 0000000015eff000 (ACPI data) [ 0.000000] BIOS-e820: 0000000015eff000 - 0000000015f00000 (ACPI NVS) [ 0.000000] BIOS-e820: 0000000015f00000 - 0000000016000000 (usable) [ 0.000000] BIOS-e820: 00000000fffc0000 - 0000000100000000 (reserved) [ 0.000000] DMI 2.3 present. [ 0.000000] Phoenix BIOS detected: BIOS may corrupt low RAM, working it around. [ 0.000000] last_pfn = 0x16000 max_arch_pfn = 0x100000 [ 0.000000] Scanning 0 areas for low memory corruption [ 0.000000] modified physical RAM map: [ 0.000000] modified: 0000000000000000 - 0000000000010000 (reserved) [ 0.000000] modified: 0000000000010000 - 000000000009f000 (usable) [ 0.000000] modified: 000000000009f000 - 00000000000a0000 (reserved) [ 0.000000] modified: 00000000000dc000 - 00000000000e0000 (reserved) [ 0.000000] modified: 00000000000ec000 - 0000000000100000 (reserved) [ 0.000000] modified: 0000000000100000 - 0000000015ef0000 (usable) [ 0.000000] modified: 0000000015ef0000 - 0000000015eff000 (ACPI data) [ 0.000000] modified: 0000000015eff000 - 0000000015f00000 (ACPI NVS) [ 0.000000] modified: 0000000015f00000 - 0000000016000000 (usable) [ 0.000000] modified: 00000000fffc0000 - 0000000100000000 (reserved) [ 0.000000] kernel direct mapping tables up to 16000000 @ 10000-15000 [ 0.000000] RAMDISK: 157aa000 - 15edfacf [ 0.000000] ACPI: RSDP 000F7150, 0014 (r0 KDSi ) [ 0.000000] ACPI: RSDT 15EFB9E2, 002C (r1 KDSi SUMOPLUS 1 PTL 0) [ 0.000000] ACPI: FACP 15EFEF64, 0074 (r1 KDSi SUMOPLUS 1 PTL F4240) [ 0.000000] ACPI: DSDT 15EFBA0E, 3556 (r1 KDSi SUMOPLUS 1 MSFT 100000D) [ 0.000000] ACPI: FACS 15EFFFC0, 0040 [ 0.000000] ACPI: BOOT 15EFEFD8, 0028 (r1 PTLTD $SBFTBL$ 1 LTP 1) [ 0.000000] 0MB HIGHMEM available. [ 0.000000] 352MB LOWMEM available. [ 0.000000] mapped low ram: 0 - 16000000 [ 0.000000] low ram: 00000000 - 16000000 [ 0.000000] bootmap 00011000 - 00013c00 [ 0.000000] (9 early reservations) ==> bootmem [0000000000 - 0016000000] [ 0.000000] #0 [0000000000 - 0000001000] BIOS data page ==> [0000000000 - 0000001000] [ 0.000000] #1 [0000001000 - 0000002000] EX TRAMPOLINE ==> [0000001000 - 0000002000] [ 0.000000] #2 [0000006000 - 0000007000] TRAMPOLINE ==> [0000006000 - 0000007000] [ 0.000000] #3 [0000100000 - 00008760ac] TEXT DATA BSS ==> [0000100000 - 00008760ac] [ 0.000000] #4 [00157aa000 - 0015edfacf] RAMDISK ==> [00157aa000 - 0015edfacf] [ 0.000000] #5 [0000877000 - 000087b000] INIT_PG_TABLE ==> [0000877000 - 000087b000] [ 0.000000] #6 [000009f000 - 0000100000] BIOS reserved ==> [000009f000 - 0000100000] [ 0.000000] #7 [0000010000 - 0000011000] PGTABLE ==> [0000010000 - 0000011000] [ 0.000000] #8 [0000011000 - 0000014000] BOOTMAP ==> [0000011000 - 0000014000] [ 0.000000] Zone PFN ranges: [ 0.000000] DMA 0x00000010 -> 0x00001000 [ 0.000000] Normal 0x00001000 -> 0x00016000 [ 0.000000] HighMem 0x00016000 -> 0x00016000 [ 0.000000] Movable zone start PFN for each node [ 0.000000] early_node_map[3] active PFN ranges [ 0.000000] 0: 0x00000010 -> 0x0000009f [ 0.000000] 0: 0x00000100 -> 0x00015ef0 [ 0.000000] 0: 0x00015f00 -> 0x00016000 [ 0.000000] On node 0 totalpages: 89983 [ 0.000000] free_area_init_node: node 0, pgdat c06c9500, node_mem_map c1000200 [ 0.000000] DMA zone: 32 pages used for memmap [ 0.000000] DMA zone: 0 pages reserved [ 0.000000] DMA zone: 3951 pages, LIFO batch:0 [ 0.000000] Normal zone: 672 pages used for memmap [ 0.000000] Normal zone: 85328 pages, LIFO batch:15 [ 0.000000] HighMem zone: 0 pages used for memmap [ 0.000000] Movable zone: 0 pages used for memmap [ 0.000000] ACPI: PM-Timer IO Port: 0x8008 [ 0.000000] SMP: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] Local APIC disabled by BIOS -- reenabling. [ 0.000000] Found and enabled local APIC! [ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000 [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000dc000 [ 0.000000] PM: Registered nosave memory: 00000000000dc000 - 00000000000e0000 [ 0.000000] PM: Registered nosave memory: 00000000000e0000 - 00000000000ec000 [ 0.000000] PM: Registered nosave memory: 00000000000ec000 - 0000000000100000 [ 0.000000] PM: Registered nosave memory: 0000000015ef0000 - 0000000015eff000 [ 0.000000] PM: Registered nosave memory: 0000000015eff000 - 0000000015f00000 [ 0.000000] Allocating PCI resources starting at 20000000 (gap: 16000000:e9fc0000) [ 0.000000] PERCPU: Allocating 45056 bytes of per cpu data [ 0.000000] NR_CPUS: 64, nr_cpu_ids: 1, nr_node_ids 1 [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 89279 [ 0.000000] Kernel command line: root=UUID=6aeecd37-1df7-40f0-a8cd-c7cc7a7c845d ro quiet splash lapic [ 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] Fast TSC calibration using PIT [ 0.000000] Detected 1133.319 MHz processor. [ 0.004000] Console: colour VGA+ 80x25 [ 0.004000] console [tty0] enabled [ 0.004000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes) [ 0.004000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes) [ 0.004000] allocated 1801920 bytes of page_cgroup [ 0.004000] please try cgroup_disable=memory option if you don't want [ 0.004000] Scanning for low memory corruption every 60 seconds [ 0.004000] Memory: 339512k/360448k available (4110k kernel code, 20100k reserved, 2196k data, 532k init, 0k highmem) [ 0.004000] virtual kernel memory layout: [ 0.004000] fixmap : 0xffc77000 - 0xfffff000 (3616 kB) [ 0.004000] pkmap : 0xff400000 - 0xff800000 (4096 kB) [ 0.004000] vmalloc : 0xd6800000 - 0xff3fe000 ( 651 MB) [ 0.004000] lowmem : 0xc0000000 - 0xd6000000 ( 352 MB) [ 0.004000] .init : 0xc0731000 - 0xc07b6000 ( 532 kB) [ 0.004000] .data : 0xc0503b9f - 0xc0728e60 (2196 kB) [ 0.004000] .text : 0xc0100000 - 0xc0503b9f (4110 kB) [ 0.004000] Checking if this processor honours the WP bit even in supervisor mode...Ok. [ 0.004000] SLUB: Genslabs=12, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.004034] Calibrating delay loop (skipped), value calculated using timer frequency.. 2266.63 BogoMIPS (lpj=4533276) [ 0.004098] Security Framework initialized [ 0.004134] SELinux: Disabled at boot. [ 0.004201] AppArmor: AppArmor initialized [ 0.004229] Mount-cache hash table entries: 512 [ 0.004636] Initializing cgroup subsys ns [ 0.004646] Initializing cgroup subsys cpuacct [ 0.004652] Initializing cgroup subsys memory [ 0.004661] Initializing cgroup subsys freezer [ 0.004698] CPU: L1 I cache: 16K, L1 D cache: 16K [ 0.004704] CPU: L2 cache: 256K [ 0.004740] Checking 'hlt' instruction... OK. [ 0.021568] SMP alternatives: switching to UP code [ 0.241765] Freeing SMP alternatives: 18k freed [ 0.241780] ACPI: Core revision 20080926 [ 0.247056] ACPI: Checking initramfs for custom DSDT [ 0.768226] weird, boot CPU (#0) not listedby the BIOS. [ 0.768236] SMP motherboard not detected. [ 0.772002] SMP disabled [ 0.772002] Brought up 1 CPUs [ 0.772002] Total of 1 processors activated (2266.63 BogoMIPS). [ 0.772002] CPU0 attaching NULL sched-domain. [ 0.772002] net_namespace: 776 bytes [ 0.772002] Booting paravirtualized kernel on bare hardware [ 0.772002] Time: 23:48:37 Date: 07/19/09 [ 0.772002] regulator: core version 0.5 [ 0.772002] NET: Registered protocol family 16 [ 0.772002] EISA bus registered [ 0.772002] ACPI: bus type pci registered [ 0.811318] PCI: PCI BIOS revision 2.10 entry at 0xfd8ae, last bus=1 [ 0.811326] PCI: Using configuration type 1 for base access [ 0.814804] ACPI: EC: Look up EC in DSDT [ 0.854171] ACPI: EC: non-query interrupt received, switching to interrupt mode [ 1.249543] ACPI: Interpreter enabled [ 1.249564] ACPI: (supports S0 S1 S3 S4 S5) [ 1.249608] ACPI: Using PIC for interrupt routing [ 1.301221] ACPI: EC: GPE = 0x6, I/O: command/status = 0x66, data = 0x62 [ 1.301230] ACPI: EC: driver started in interrupt mode [ 1.301444] ACPI: No dock devices found. [ 1.301468] ACPI: PCI Root Bridge [PCI0] (0000:00) [ 1.301574] pci 0000:00:00.0: reg 10 32bit mmio: [0xf0000000-0xf3ffffff] [ 1.301675] pci 0000:00:02.0: reg 10 32bit mmio: [0xea000000-0xea000fff] [ 1.301732] pci 0000:00:03.0: reg 10 32bit mmio: [0x28100000-0x28100fff] [ 1.301744] pci 0000:00:03.0: supports D1 D2 [ 1.301750] pci 0000:00:03.0: PME# supported from D0 D1 D2 D3hot D3cold [ 1.301758] pci 0000:00:03.0: PME# disabled [ 1.301789] pci 0000:00:05.0: reg 10 32bit mmio: [0xea001000-0xea0017ff] [ 1.301799] pci 0000:00:05.0: reg 14 32bit mmio: [0xea004000-0xea007fff] [ 1.301830] pci 0000:00:05.0: supports D2 [ 1.301834] pci 0000:00:05.0: PME# supported from D2 D3hot [ 1.301840] pci 0000:00:05.0: PME# disabled [ 1.301902] pci 0000:00:06.0: quirk: region 8000-803f claimed by ali7101 ACPI [ 1.301909] pci 0000:00:06.0: quirk: region 8040-805f claimed by ali7101 SMB [ 1.301997] pci 0000:00:08.0: reg 10 io port: [0x2000-0x20ff] [ 1.302006] pci 0000:00:08.0: reg 14 32bit mmio: [0xea002000-0xea002fff] [ 1.302034] pci 0000:00:08.0: supports D1 D2 [ 1.302039] pci 0000:00:08.0: PME# supported from D2 D3hot D3cold [ 1.302045] pci 0000:00:08.0: PME# disabled [ 1.302092] pci 0000:00:0f.0: reg 20 io port: [0x1000-0x100f] [ 1.302162] pci 0000:01:00.0: reg 10 32bit mmio: [0xee000000-0xefffffff] [ 1.302171] pci 0000:01:00.0: reg 14 32bit mmio: [0xea400000-0xea7fffff] [ 1.302180] pci 0000:01:00.0: reg 18 32bit mmio: [0xec000000-0xedffffff] [ 1.302188] pci 0000:01:00.0: reg 1c 32bit mmio: [0xea100000-0xea107fff] [ 1.302203] pci 0000:01:00.0: reg 30 32bit mmio: [0x000000-0x00ffff] [ 1.302214] pci 0000:01:00.0: supports D1 D2 [ 1.302251] pci 0000:00:01.0: bridge 32bit mmio: [0xea100000-0xefffffff] [ 1.302282] bus 00 -> node 0 [ 1.302296] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT] [ 1.304502] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 7 *9 10 11 12) [ 1.304786] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 7 9 10 11 12) *0, disabled. [ 1.305062] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 7 10 11 12) *0, disabled. [ 1.305339] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 7 10 11 12) *0, disabled. [ 1.305614] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 7 9 10 11 12) *0, disabled. [ 1.305892] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 7 9 10 11 12) *0, disabled. [ 1.306169] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 7 10 11 12) *0, disabled. [ 1.306445] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 7 10 11 12) *0, disabled. [ 1.306722] ACPI: PCI Interrupt Link [LNKU] (IRQs 3 4 7 *10 11 12) [ 1.306970] ACPI: WMI: Mapper loaded [ 1.307513] SCSI subsystem initialized [ 1.307647] libata version 3.00 loaded. [ 1.307795] usbcore: registered new interface driver usbfs [ 1.307844] usbcore: registered new interface driver hub [ 1.307922] usbcore: registered new device driver usb [ 1.308249] PCI: Using ACPI for IRQ routing [ 1.308427] Bluetooth: Core ver 2.13 [ 1.308427] NET: Registered protocol family 31 [ 1.308427] Bluetooth: HCI device and connection manager initialized [ 1.308427] Bluetooth: HCI socket layer initialized [ 1.308427] NET: Registered protocol family 8 [ 1.308427] NET: Registered protocol family 20 [ 1.308427] NetLabel: Initializing [ 1.308427] NetLabel: domain hash size = 128 [ 1.308427] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.308427] NetLabel: unlabeled traffic allowed by default [ 1.308487] AppArmor: AppArmor Filesystem Enabled [ 1.308527] pnp: PnP ACPI init [ 1.308527] ACPI: bus type pnp registered [ 1.419483] pnp: PnP ACPI: found 12 devices [ 1.419491] ACPI: ACPI bus type pnp unregistered [ 1.419501] PnPBIOS: Disabled by ACPI PNP [ 1.419536] system 00:07: ioport range 0x3810-0x381f has been reserved [ 1.419542] system 00:07: ioport range 0x4d0-0x4d1 has been reserved [ 1.419549] system 00:07: ioport range 0x8000-0x805f could not be reserved [ 1.419555] system 00:07: ioport range 0x10f0-0x116f has been reserved [ 1.419560] system 00:07: ioport range 0x4d6-0x4d6 has been reserved [ 1.419566] system 00:07: ioport range 0x480-0x48f has been reserved [ 1.419571] system 00:07: ioport range 0x40b-0x40b has been reserved [ 1.419580] system 00:07: iomem range 0xfffc0000-0xffffffff has been reserved [ 1.454577] pci 0000:00:01.0: PCI bridge, secondary bus 0000:01 [ 1.454583] pci 0000:00:01.0: IO window: disabled [ 1.454594] pci 0000:00:01.0: MEM window: 0xea100000-0xefffffff [ 1.454601] pci 0000:00:01.0: PREFETCH window: 0x00000028000000-0x000000280fffff [ 1.454613] pci 0000:00:03.0: CardBus bridge, secondary bus 0000:02 [ 1.454618] pci 0000:00:03.0: IO window: 0x001400-0x0014ff [ 1.454625] pci 0000:00:03.0: IO window: 0x001800-0x0018ff [ 1.454632] pci 0000:00:03.0: PREFETCH window: 0x20000000-0x23ffffff [ 1.454639] pci 0000:00:03.0: MEM window: 0x24000000-0x27ffffff [ 1.454660] pci 0000:00:01.0: setting latency timer to 64 [ 1.455092] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 1.455099] PCI: setting IRQ 11 as level-triggered [ 1.455108] pci 0000:00:03.0: PCI INT A -> Link[LNKB] -> GSI 11 (level, low) -> IRQ 11 [ 1.455121] bus: 00 index 0 io port: [0x00-0xffff] [ 1.455126] bus: 00 index 1 mmio: [0x000000-0xffffffff] [ 1.455130] bus: 01 index 0 mmio: [0x0-0x0] [ 1.455135] bus: 01 index 1 mmio: [0xea100000-0xefffffff] [ 1.455139] bus: 01 index 2 mmio: [0x28000000-0x280fffff] [ 1.455144] bus: 01 index 3 mmio: [0x0-0x0] [ 1.455148] bus: 02 index 0 io port: [0x1400-0x14ff] [ 1.455153] bus: 02 index 1 io port: [0x1800-0x18ff] [ 1.455157] bus: 02 index 2 mmio: [0x20000000-0x23ffffff] [ 1.455162] bus: 02 index 3 mmio: [0x24000000-0x27ffffff] [ 1.455196] NET: Registered protocol family 2 [ 1.455532] IP route cache hash table entries: 4096 (order: 2, 16384 bytes) [ 1.456147] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 1.456491] TCP bind hash table entries: 16384 (order: 5, 131072 bytes) [ 1.456941] TCP: Hash tables configured (established 16384 bind 16384) [ 1.456951] TCP reno registered [ 1.457354] NET: Registered protocol family 1 [ 1.457724] checking if image is initramfs...<7>Switched to high resolution mode on CPU 0 [ 1.964809] it is [ 2.711489] Freeing initrd memory: 7382k freed [ 2.711698] Simple Boot Flag at 0x36 set to 0x1 [ 2.711799] cpufreq: No nForce2 chipset. [ 2.712594] audit: initializing netlink socket (disabled) [ 2.712679] type=2000 audit(1248047318.712:1): initialized [ 2.727329] HugeTLB registered 4 MB page size, pre-allocated 0 pages [ 2.731167] VFS: Disk quotas dquot_6.5.1 [ 2.731407] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) [ 2.733698] fuse init (API version 7.10) [ 2.733925] msgmni has been set to 678 [ 2.734478] alg: No test for stdrng (krng) [ 2.734520] io scheduler noop registered [ 2.734525] io scheduler anticipatory registered [ 2.734530] io scheduler deadline registered [ 2.734602] io scheduler cfq registered (default) [ 2.734756] pci 0000:00:07.0: Activating ISA DMA hang workarounds [ 2.734792] pci 0000:01:00.0: Boot video device [ 2.821623] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.821647] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.821963] ACPI: AC Adapter [ACAD] (on-line) [ 2.822728] ACPI: Battery Slot [BAT1] (battery present) [ 2.822887] input: Power Button (FF) as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.822893] ACPI: Power Button (FF) [PWRF] [ 2.822985] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input1 [ 2.823090] ACPI: Lid Switch [LID] [ 2.823194] input: Sleep Button (CM) as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input2 [ 2.823200] ACPI: Sleep Button (CM) [SLPB] [ 2.823600] processor ACPI_CPU:00: registered as cooling_device0 [ 2.823609] ACPI: Processor [CPU0] (supports 8 throttling states) [ 2.868643] isapnp: Scanning for PnP cards... [ 3.222836] isapnp: No Plug & Play device found [ 3.225960] Serial: 8250/16550 driver4 ports, IRQ sharing enabled [ 3.226179] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 3.226359] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A [ 3.227090] 00:09: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 3.229364] brd: module loaded [ 3.230345] loop: module loaded [ 3.230747] Fixed MDIO Bus: probed [ 3.230772] PPP generic driver version 2.4.2 [ 3.230994] input: Macintosh mouse button emulation as /devices/virtual/input/input3 [ 3.231197] Driver 'sd' needs updating - please use bus_type methods [ 3.231230] Driver 'sr' needs updating - please use bus_type methods [ 3.231973] pata_ali 0000:00:0f.0: can't derive routing for PCI INT A [ 3.232836] scsi0 : pata_ali [ 3.233405] scsi1 : pata_ali [ 3.235016] ata1: PATA max UDMA/66 cmd 0x1f0 ctl 0x3f6 bmdma 0x1000 irq 14 [ 3.235025] ata2: PATA max UDMA/66 cmd 0x170 ctl 0x376 bmdma 0x1008 irq 15 [ 3.396336] ata1.00: ATA-5: FUJITSU MHN2200AT, 7255, max UDMA/100 [ 3.396344] ata1.00: 39070080 sectors, multi 16: LBA [ 3.396399] ata1.00: limited to UDMA/33 due to 40-wire cable [ 3.412270] ata1.00: configured for UDMA/33 [ 3.688317] ata2.00: ATAPI: QSI DVD-ROM SDR-081, ETC9, max UDMA/33 [ 3.688362] ata2.00: WARNING: ATAPI DMA disabled for reliablity issues. It can be enabled [ 3.688368] ata2.00: WARNING: via pata_ali.atapi_dma modparam or corresponding sysfs node. [ 3.704296] ata2.00: configured for UDMA/33 [ 3.705444] scsi 0:0:0:0: Direct-Access ATA FUJITSU MHN2200A 7255 PQ: 0 ANSI: 5 [ 3.705727] sd 0:0:0:0: [sda] 39070080 512-byte hardware sectors: (20.0 GB/18.6 GiB) [ 3.705772] sd 0:0:0:0: [sda] Write Protect is off [ 3.705778] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00 [ 3.705843] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 3.706027] sd 0:0:0:0: [sda] 39070080 512-byte hardware sectors: (20.0 GB/18.6 GiB) [ 3.706063] sd 0:0:0:0: [sda] Write Protect is off [ 3.706069] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00 [ 3.706130] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 3.706142] sda: sda1 sda2 < sda5 > [ 3.764091] sd 0:0:0:0: [sda] Attached SCSI disk [ 3.764311] sd 0:0:0:0: Attached scsi generic sg0 type 0 [ 3.765380] scsi 1:0:0:0: CD-ROM QSI DVD-ROM SDR-081 ETC9 PQ: 0 ANSI: 5 [ 3.768203] sr0: scsi3-mmc drive: 24x/24x cd/rw xa/form2 cdda tray [ 3.768213] Uniform CD-ROM driver Revision: 3.20 [ 3.768501] sr 1:0:0:0: Attached scsi CD-ROM sr0 [ 3.768656] sr 1:0:0:0: Attached scsi generic sg1 type 5 [ 3.769841] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.769890] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.770426] ACPI: PCI Interrupt Link [LNKU] enabled at IRQ 10 [ 3.770434] PCI: setting IRQ 10 as level-triggered [ 3.770443] ohci_hcd 0000:00:02.0: PCI INT A -> Link[LNKU] -> GSI 10 (level, low) -> IRQ 10 [ 3.770512] ohci_hcd 0000:00:02.0: OHCI Host Controller [ 3.770692] ohci_hcd 0000:00:02.0: new USB bus registered, assigned bus number 1 [ 3.770741] ohci_hcd 0000:00:02.0: irq 10, io mem 0xea000000 [ 3.826306] usb usb1: configuration #1 chosen from 1 choice [ 3.826389] hub 1-0:1.0: USB hub found [ 3.826436] hub 1-0:1.0: 2 ports detected [ 3.826790] uhci_hcd: USB Universal Host Controller Interface driver [ 3.827185] PNP: PS/2 Controller [PNP0303:KBC0,PNP0f13:MSE0] at 0x60,0x64 irq 1,12 [ 3.829783] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.829806] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.830164] mice: PS/2 mouse device common for all mice [ 3.830745] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0 [ 3.830802] rtc0: alarms up to one month, y3k, 114 bytes nvram [ 3.831104] device-mapper: uevent: version 1.0.3 [ 3.831630] device-mapper: ioctl: 4.14.0-ioctl (2008-04-23) initialised: [email protected] [ 3.831855] device-mapper: multipath: version 1.0.5 loaded [ 3.831864] device-mapper: multipath round-robin: version 1.0.0 loaded [ 3.832313] EISA: Probing bus 0 at eisa.0 [ 3.832348] Cannot allocate resource for EISA slot 1 [ 3.832356] Cannot allocate resource for EISA slot 2 [ 3.832361] Cannot allocate resource for EISA slot 3 [ 3.832390] Cannot allocate resource for EISA slot 8 [ 3.832396] EISA: Detected 0 cards. [ 3.832512] cpuidle: using governor ladder [ 3.832520] cpuidle: using governor menu [ 3.833974] TCP cubic registered [ 3.834285] NET: Registered protocol family 10 [ 3.835272] lo: Disabled Privacy Extensions [ 3.835996] NET: Registered protocol family 17 [ 3.836104] Bluetooth: L2CAP ver 2.11 [ 3.836108] Bluetooth: L2CAP socket layer initialized [ 3.836115] Bluetooth: SCO (Voice Link) ver 0.6 [ 3.836119] Bluetooth: SCO socket layer initialized [ 3.836250] Bluetooth: RFCOMM socket layer initialized [ 3.836280] Bluetooth: RFCOMM TTY layer initialized [ 3.836285] Bluetooth: RFCOMM ver 1.10 [ 3.836425] IO APIC resources could be not be allocated. [ 3.836494] Using IPI No-Shortcut mode [ 3.836750] registered taskstats version 1 [ 3.836950] Magic number: 1:662:858 [ 3.837163] rtc_cmos 00:02: setting system clock to 2009-07-19 23:48:40 UTC (1248047320) [ 3.837171] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 3.837175] EDD information not available. [ 3.839154] Freeing unused kernel memory: 532k freed [ 3.839428] Write protecting the kernel text: 4112k [ 3.839508] Write protecting the kernel read-only data: 1524k [ 3.876497] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4 [ 4.786840] Floppy drive(s): fd0 is 1.44M [ 4.807491] FDC 0 is a post-1991 82077 [ 5.173060] ohci1394 0000:00:05.0: enabling device (0010 -> 0012) [ 5.173581] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 9 [ 5.173590] PCI: setting IRQ 9 as level-triggered [ 5.173598] ohci1394 0000:00:05.0: PCI INT A -> Link[LNKA] -> GSI 9 (level, low) -> IRQ 9 [ 5.223753] ohci1394: fw-host0: OHCI-1394 1.0 (PCI): IRQ=[9] MMIO=[ea001000-ea0017ff] Max Packet=[2048] IR/IT contexts=[4/8] [ 6.582408] ieee1394: Host added: ID:BUS[0-00:1023] GUID[00012f5b0000125c] [ 6.670861] PM: Starting manual resume from disk [ 6.670873] PM: Resume from partition 8:5 [ 6.670877] PM: Checking hibernation image. [ 6.671406] PM: Resume from disk failed. [ 6.717198] kjournald starting. Commit interval 5 seconds [ 6.717249] EXT3-fs: mounted filesystem with ordered data mode. [ 16.176445] udev: starting version 141 [ 16.469305] Linux agpgart interface v0.103 [ 16.589785] agpgart-ali 0000:00:00.0: ALi M1644 chipset [ 16.598850] agpgart-ali 0000:00:00.0: AGP aperture is 64M @ 0xf0000000 [ 16.764495] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4 [ 17.116288] yenta_cardbus 0000:00:03.0: CardBus bridge found [168f:0002] [ 17.116321] yenta_cardbus 0000:00:03.0: Enabling burst memory read transactions [ 17.116328] yenta_cardbus 0000:00:03.0: Using CSCINT to route CSC interrupts to PCI [ 17.116333] yenta_cardbus 0000:00:03.0: Routing CardBus interrupts to PCI [ 17.116341] yenta_cardbus 0000:00:03.0: TI: mfunc 0x01221c72, devctl 0x46 [ 17.350975] yenta_cardbus 0000:00:03.0: ISA IRQ mask 0x00b8, PCI irq 11 [ 17.350988] yenta_cardbus 0000:00:03.0: Socket status: 30000020 [ 17.546002] input: PC Speaker as /devices/platform/pcspkr/input/input5 [ 17.579798] parport_pc 00:08: reported by Plug and Play ACPI [ 17.579894] parport0: PC-style at 0x378 (0x778), irq 7, dma 1 [PCSPP,TRISTATE,COMPAT,ECP,DMA] [ 17.783708] synaptics was reset on resume, see synaptics_resume_reset if you have trouble on resume [ 17.992120] pcmcia_socket pcmcia_socket0: pccard: CardBus card inserted into slot 0 [ 17.992186] pci 0000:02:00.0: reg 10 32bit mmio: [0x000000-0x00ffff] [ 17.992268] yenta_cardbus 0000:00:03.0: EnE: chaning testregister 0xC9, 40 -> 40 [ 18.180670] ACPI: PCI Interrupt Link [LNKH] enabled at IRQ 11 [ 18.180685] ALI 5451 0000:00:08.0: PCI INT A -> Link[LNKH] -> GSI 11 (level, low) -> IRQ 11 [ 18.776497] Synaptics Touchpad, model: 1, fw: 4.1, id: 0x848a1, caps: 0x0/0x0 [ 18.806743] ppdev: user-space parallel port driver [ 18.826359] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input6 [ 18.982826] cfg80211: Calling CRDA to update world regulatory domain [ 19.122879] cfg80211: World regulatory domain updated: [ 19.122899] (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp) [ 19.122906] (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 19.122911] (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm) [ 19.122917] (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm) [ 19.122922] (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 19.122927] (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 19.184563] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x100-0x3af: excluding 0x200-0x207 0x220-0x22f 0x330-0x337 0x388-0x38f [ 19.187101] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x3e0-0x4ff: clean. [ 19.188232] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x820-0x8ff: clean. [ 19.189217] pcmcia_socket pcmcia_socket0: cs: IO port probe 0xc00-0xcf7: clean. [ 19.190531] pcmcia_socket pcmcia_socket0: cs: IO port probe 0xa00-0xaff: clean. [ 19.408712] ath5k_pci 0000:02:00.0: enabling device (0000 -> 0002) [ 19.408749] ath5k_pci 0000:02:00.0: PCI INT A -> Link[LNKB] -> GSI 11 (level, low) -> IRQ 11 [ 19.409426] ath5k_pci 0000:02:00.0: registered as 'phy0' [ 19.498691] phy0: Selected rate control algorithm 'pid' [ 19.577369] ath5k phy0: Atheros AR2414 chip found (MAC: 0x79, PHY: 0x45) [ 20.800467] lp0: using parport0 (interrupt-driven). [ 21.069033] Adding 859436k swap on /dev/sda5. Priority:-1 extents:1 across:859436k [ 21.703244] EXT3 FS on sda1, internal journal [ 23.525610] type=1505 audit(1248047340.186:2): operation="profile_load" name="/usr/share/gdm/guest-session/Xsession" name2="default" pid=1848 [ 23.680754] type=1505 audit(1248047340.342:3): operation="profile_load" name="/sbin/dhclient-script" name2="default" pid=1852 [ 23.681412] type=1505 audit(1248047340.342:4): operation="profile_load" name="/sbin/dhclient3" name2="default" pid=1852 [ 23.681744] type=1505 audit(1248047340.342:5): operation="profile_load" name="/usr/lib/NetworkManager/nm-dhcp-client.action" name2="default" pid=1852 [ 23.681974] type=1505 audit(1248047340.342:6): operation="profile_load" name="/usr/lib/connman/scripts/dhclient-script" name2="default" pid=1852 [ 24.109556] type=1505 audit(1248047340.770:7): operation="profile_load" name="/usr/lib/cups/backend/cups-pdf" name2="default" pid=1857 [ 24.110996] type=1505 audit(1248047340.770:8): operation="profile_load" name="/usr/sbin/cupsd" name2="default" pid=1857 [ 24.209136] type=1505 audit(1248047340.870:9): operation="profile_load" name="/usr/sbin/tcpdump" name2="default" pid=1861 [ 34.369264] ADDRCONF(NETDEV_UP): wlan0: link is not ready [ 80.822987] wlan0: authenticate with AP 00:1b:11:87:31:d6 [ 80.824548] wlan0: authenticated [ 80.824693] wlan0: associate with AP 00:1b:11:87:31:d6 [ 80.832609] wlan0: RX AssocResp from 00:1b:11:87:31:d6 (capab=0x431 status=0 aid=2) [ 80.832626] wlan0: associated [ 80.833366] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready [ 90.972076] wlan0: no IPv6 routers present [ 136.608156] usb 1-2: new full speed USB device using ohci_hcd and address 2 [ 136.874017] usb 1-2: configuration #1 chosen from 1 choice [ 136.985201] Initializing USB Mass Storage driver... [ 136.992100] scsi2 : SCSI emulation for USB Mass Storage devices [ 136.993182] usbcore: registered new interface driver usb-storage [ 136.993195] USB Mass Storage support registered. [ 137.046757] usb-storage: device found at 2 [ 137.046767] usb-storage: waiting for device to settle before scanning [ 142.045576] usb-storage: device scan complete [ 142.052556] scsi 2:0:0:0: Direct-Access Generic USB Flash Disk 0.00 PQ: 0 ANSI: 2 [ 142.117612] sd 2:0:0:0: [sdb] 8060927 512-byte hardware sectors: (4.12 GB/3.84 GiB) [ 142.124535] sd 2:0:0:0: [sdb] Write Protect is off [ 142.124552] sd 2:0:0:0: [sdb] Mode Sense: 00 00 00 00 [ 142.124560] sd 2:0:0:0: [sdb] Assuming drive cache: write through [ 142.150541] sd 2:0:0:0: [sdb] 8060927 512-byte hardware sectors: (4.12 GB/3.84 GiB) [ 142.157554] sd 2:0:0:0: [sdb] Write Protect is off [ 142.157571] sd 2:0:0:0: [sdb] Mode Sense: 00 00 00 00 [ 142.157579] sd 2:0:0:0: [sdb] Assuming drive cache: write through [ 142.157606] sdb: sdb1 [ 142.279756] sd 2:0:0:0: [sdb] Attached SCSI removable disk [ 142.280072] sd 2:0:0:0: Attached scsi generic sg2 type 0 You received this question notification because you are a member of UF Unanswered Posts Team, which is an answer contact for Ubuntu. _______________________________________________ Mailing list: https://launchpad.net/~ubuntuforums-unanswered Post to : [email protected] Unsubscribe : https://launchpad.net/~ubuntuforums-unanswered More help : https://help.launchpad.net/ListHelp

