mount: special device /dev/scd0 does not exist

Asked by Kamran

I have installed ubuntu 9.10 and I new to linux...And I have two big problems. First with my CD-ROM..error is:

mount: special device /dev/scd0 does not exist

and second is that sound doesn't work..but it was working first day.

My laptop is Fujitsu Simens Amilo Pi 2550

thank you....

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu util-linux Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

can you give the output put:

sudo lshw -C drive; sudo lshw -C disk; cat /etc/fstab

Thanks

Revision history for this message
Kamran (eyyubovkamran) said :
#2

sure....
1. sudo lshw -C disk
  *-disk
       description: ATA Disk
       product: WDC WD3200BEVT-2
       vendor: Western Digital
       physical id: 0.0.0
       bus info: scsi@0:0.0.0
       logical name: /dev/sda
       version: 11.0
       serial: WD-WXHZ07471195
       size: 298GiB (320GB)
       capabilities: partitioned partitioned:dos
       configuration: ansiversion=5 signature=5efd8266

2. cat /etc/fstab
# /etc/fstab: static file system information.
#
# -- This file has been automaticly generated by ntfs-config --
#
# <file system> <mount point> <type> <options> <dump> <pass>

proc /proc proc defaults 0 0
# Entry for /dev/sda6 :
UUID=30ad55ff-a5e8-46e6-8ab0-4cfbef0012b8 / ext4 errors=remount-ro 0 1
# Entry for /dev/sda7 :
UUID=b21c2a9e-bb99-4ea6-8558-bc74f42ad012 none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
/dev/sda3 /media/Main ntfs-3g defaults,locale=en_US.UTF-8 0 0
/dev/sda5 /media/Stock ntfs-3g defaults,locale=en_US.UTF-8 0 0
/dev/sda1 /media/System\040Windows ntfs-3g defaults,locale=en_US.UTF-8 0 0

thanks...

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#3

hmm, the output should also contain the cd drive

Does the drive sow up in the bios?

Revision history for this message
Kamran (eyyubovkamran) said :
#4

yes...

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#5

can you reboot and give the outout of:

dmesg > ~/dmesg123.txt; gedit ~/dmesg123.txt; rm ~/dmesg123.txt

Thanks

Revision history for this message
Kamran (eyyubovkamran) said :
#6

I can't...where do I have to put these codes...?

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#7

in terminal

Revision history for this message
Kamran (eyyubovkamran) said :
#8

I did...but no result....

Revision history for this message
Kamran (eyyubovkamran) said :
#9

I put second code and it opened a txt file... here it is:

[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 2.6.31-19-generic (buildd@palmer) (gcc version 4.4.1 (Ubuntu 4.4.1-4ubuntu8) ) #56-Ubuntu SMP Thu Jan 28 01:26:53 UTC 2010 (Ubuntu 2.6.31-19.56-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 - 000000000009f800 (usable)
[ 0.000000] BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)
[ 0.000000] BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
[ 0.000000] BIOS-e820: 0000000000100000 - 00000000bfed0000 (usable)
[ 0.000000] BIOS-e820: 00000000bfed0000 - 00000000bfedc000 (ACPI NVS)
[ 0.000000] BIOS-e820: 00000000bfedc000 - 00000000c0000000 (reserved)
[ 0.000000] BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
[ 0.000000] BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)
[ 0.000000] BIOS-e820: 00000000fed00000 - 00000000fed00400 (reserved)
[ 0.000000] BIOS-e820: 00000000fed14000 - 00000000fed1a000 (reserved)
[ 0.000000] BIOS-e820: 00000000fed1c000 - 00000000fed90000 (reserved)
[ 0.000000] BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[ 0.000000] BIOS-e820: 00000000ff000000 - 0000000100000000 (reserved)
[ 0.000000] DMI present.
[ 0.000000] last_pfn = 0xbfed0 max_arch_pfn = 0x100000
[ 0.000000] MTRR default type: uncachable
[ 0.000000] MTRR fixed ranges enabled:
[ 0.000000] 00000-9FFFF write-back
[ 0.000000] A0000-BFFFF uncachable
[ 0.000000] C0000-FFFFF write-protect
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 000000000 mask F80000000 write-back
[ 0.000000] 1 base 080000000 mask FC0000000 write-back
[ 0.000000] 2 base 0BFF00000 mask FFFF00000 uncachable
[ 0.000000] 3 disabled
[ 0.000000] 4 disabled
[ 0.000000] 5 disabled
[ 0.000000] 6 disabled
[ 0.000000] 7 disabled
[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[ 0.000000] e820 update range: 0000000000002000 - 0000000000006000 (usable) ==> (reserved)
[ 0.000000] Scanning 1 areas for low memory corruption
[ 0.000000] modified physical RAM map:
[ 0.000000] modified: 0000000000000000 - 0000000000002000 (usable)
[ 0.000000] modified: 0000000000002000 - 0000000000006000 (reserved)
[ 0.000000] modified: 0000000000006000 - 000000000009f800 (usable)
[ 0.000000] modified: 000000000009f800 - 00000000000a0000 (reserved)
[ 0.000000] modified: 00000000000e0000 - 0000000000100000 (reserved)
[ 0.000000] modified: 0000000000100000 - 00000000bfed0000 (usable)
[ 0.000000] modified: 00000000bfed0000 - 00000000bfedc000 (ACPI NVS)
[ 0.000000] modified: 00000000bfedc000 - 00000000c0000000 (reserved)
[ 0.000000] modified: 00000000e0000000 - 00000000f0000000 (reserved)
[ 0.000000] modified: 00000000fec00000 - 00000000fec10000 (reserved)
[ 0.000000] modified: 00000000fed00000 - 00000000fed00400 (reserved)
[ 0.000000] modified: 00000000fed14000 - 00000000fed1a000 (reserved)
[ 0.000000] modified: 00000000fed1c000 - 00000000fed90000 (reserved)
[ 0.000000] modified: 00000000fee00000 - 00000000fee01000 (reserved)
[ 0.000000] modified: 00000000ff000000 - 0000000100000000 (reserved)
[ 0.000000] initial memory mapped : 0 - 00c00000
[ 0.000000] init_memory_mapping: 0000000000000000-00000000377fe000
[ 0.000000] Using x86 segment limits to approximate NX protection
[ 0.000000] 0000000000 - 0000400000 page 4k
[ 0.000000] 0000400000 - 0037400000 page 2M
[ 0.000000] 0037400000 - 00377fe000 page 4k
[ 0.000000] kernel direct mapping tables up to 377fe000 @ 7000-c000
[ 0.000000] RAMDISK: 378a4000 - 37fef0bb
[ 0.000000] Allocated new RAMDISK: 008ad000 - 00ff80bb
[ 0.000000] Move RAMDISK from 00000000378a4000 - 0000000037fef0ba to 008ad000 - 00ff80ba
[ 0.000000] ACPI: RSDP 000f8000 00024 (v02 PTLTD )
[ 0.000000] ACPI: XSDT bfed259c 0007C (v01 FSC PC 06040000 LTP 00000000)
[ 0.000000] ACPI: FACP bfed8c6c 000F4 (v03 INTEL CRESTLNE 06040000 ALAN 00000001)
[ 0.000000] ACPI: DSDT bfed3ae1 05117 (v02 ECS F45 06040000 INTL 20050624)
[ 0.000000] ACPI: FACS bfedbfc0 00040
[ 0.000000] ACPI: HPET bfed8d60 00038 (v01 INTEL CRESTLNE 06040000 LOHR 0000005A)
[ 0.000000] ACPI: MCFG bfed8d98 0003C (v01 INTEL CRESTLNE 06040000 LOHR 0000005A)
[ 0.000000] ACPI: TMOR bfed8dd4 00026 (v01 PTLTD 06040000 PTL 00000003)
[ 0.000000] ACPI: APIC bfed8dfa 00068 (v01 PTLTD APIC 06040000 LTP 00000000)
[ 0.000000] ACPI: BOOT bfed8e62 00028 (v01 PTLTD $SBFTBL$ 06040000 LTP 00000001)
[ 0.000000] ACPI: SLIC bfed8e8a 00176 (v01 FSC PC 06040000 LTP 00000000)
[ 0.000000] ACPI: SSDT bfed3804 002DD (v01 SataRe SataAhci 00001000 INTL 20050624)
[ 0.000000] ACPI: SSDT bfed2bd4 0025F (v01 PmRef Cpu0Tst 00003000 INTL 20050624)
[ 0.000000] ACPI: SSDT bfed2b2e 000A6 (v01 PmRef Cpu1Tst 00003000 INTL 20050624)
[ 0.000000] ACPI: SSDT bfed2618 00516 (v01 PmRef CpuPm 00003000 INTL 20050624)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] 2182MB HIGHMEM available.
[ 0.000000] 887MB LOWMEM available.
[ 0.000000] mapped low ram: 0 - 377fe000
[ 0.000000] low ram: 0 - 377fe000
[ 0.000000] node 0 low ram: 00000000 - 377fe000
[ 0.000000] node 0 bootmap 00008000 - 0000ef00
[ 0.000000] (9 early reservations) ==> bootmem [0000000000 - 00377fe000]
[ 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 - 00008a80a0] TEXT DATA BSS ==> [0000100000 - 00008a80a0]
[ 0.000000] #4 [000009f800 - 0000100000] BIOS reserved ==> [000009f800 - 0000100000]
[ 0.000000] #5 [00008a9000 - 00008ac128] BRK ==> [00008a9000 - 00008ac128]
[ 0.000000] #6 [0000007000 - 0000008000] PGTABLE ==> [0000007000 - 0000008000]
[ 0.000000] #7 [00008ad000 - 0000ff80bb] NEW RAMDISK ==> [00008ad000 - 0000ff80bb]
[ 0.000000] #8 [0000008000 - 000000f000] BOOTMAP ==> [0000008000 - 000000f000]
[ 0.000000] found SMP MP-table at [c00f8030] f8030
[ 0.000000] Zone PFN ranges:
[ 0.000000] DMA 0x00000000 -> 0x00001000
[ 0.000000] Normal 0x00001000 -> 0x000377fe
[ 0.000000] HighMem 0x000377fe -> 0x000bfed0
[ 0.000000] Movable zone start PFN for each node
[ 0.000000] early_node_map[3] active PFN ranges
[ 0.000000] 0: 0x00000000 -> 0x00000002
[ 0.000000] 0: 0x00000006 -> 0x0000009f
[ 0.000000] 0: 0x00000100 -> 0x000bfed0
[ 0.000000] On node 0 totalpages: 786027
[ 0.000000] free_area_init_node: node 0, pgdat c0784960, node_mem_map c1000000
[ 0.000000] DMA zone: 32 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 3963 pages, LIFO batch:0
[ 0.000000] Normal zone: 1744 pages used for memmap
[ 0.000000] Normal zone: 221486 pages, LIFO batch:31
[ 0.000000] HighMem zone: 4366 pages used for memmap
[ 0.000000] HighMem zone: 554436 pages, LIFO batch:31
[ 0.000000] Using APIC driver default
[ 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 32, address 0xfec00000, GSI 0-23
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 high edge)
[ 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] Enabling APIC mode: Flat. Using 1 I/O APICs
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[ 0.000000] SMP: Allowing 2 CPUs, 0 hotplug CPUs
[ 0.000000] nr_irqs_gsi: 24
[ 0.000000] PM: Registered nosave memory: 0000000000002000 - 0000000000006000
[ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
[ 0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
[ 0.000000] Allocating PCI resources starting at c0000000 (gap: c0000000:20000000)
[ 0.000000] NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:2 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 14 pages at c2810000, static data 35612 bytes
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 779885
[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.31-19-generic root=UUID=30ad55ff-a5e8-46e6-8ab0-4cfbef0012b8 ro quiet splash
[ 0.000000] PID hash table entries: 4096 (order: 12, 16384 bytes)
[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 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] allocated 15722560 bytes of page_cgroup
[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[ 0.000000] Initializing HighMem for node 0 (000377fe:000bfed0)
[ 0.000000] Memory: 3086932k/3144512k available (4567k kernel code, 56260k reserved, 2141k data, 540k init, 2235208k highmem)
[ 0.000000] virtual kernel memory layout:
[ 0.000000] fixmap : 0xfff1d000 - 0xfffff000 ( 904 kB)
[ 0.000000] pkmap : 0xff800000 - 0xffc00000 (4096 kB)
[ 0.000000] vmalloc : 0xf7ffe000 - 0xff7fe000 ( 120 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xf77fe000 ( 887 MB)
[ 0.000000] .init : 0xc078e000 - 0xc0815000 ( 540 kB)
[ 0.000000] .data : 0xc0575c48 - 0xc078d408 (2141 kB)
[ 0.000000] .text : 0xc0100000 - 0xc0575c48 (4567 kB)
[ 0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[ 0.000000] SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[ 0.000000] NR_IRQS:2304 nr_irqs:424
[ 0.000000] Extended CMOS year: 2000
[ 0.000000] Fast TSC calibration using PIT
[ 0.000000] Detected 1828.699 MHz processor.
[ 0.001466] Console: colour VGA+ 80x25
[ 0.001469] console [tty0] enabled
[ 0.001646] hpet clockevent registered
[ 0.001650] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
[ 0.001656] Calibrating delay loop (skipped), value calculated using timer frequency.. 3657.39 BogoMIPS (lpj=7314796)
[ 0.001676] Security Framework initialized
[ 0.001699] AppArmor: AppArmor initialized
[ 0.001706] Mount-cache hash table entries: 512
[ 0.001843] Initializing cgroup subsys ns
[ 0.001848] Initializing cgroup subsys cpuacct
[ 0.001853] Initializing cgroup subsys memory
[ 0.001860] Initializing cgroup subsys freezer
[ 0.001862] Initializing cgroup subsys net_cls
[ 0.001878] CPU: L1 I cache: 32K, L1 D cache: 32K
[ 0.001880] CPU: L2 cache: 2048K
[ 0.001884] CPU: Physical Processor ID: 0
[ 0.001885] CPU: Processor Core ID: 0
[ 0.001889] mce: CPU supports 6 MCE banks
[ 0.001898] CPU0: Thermal monitoring enabled (TM2)
[ 0.001901] using mwait in idle threads.
[ 0.001908] Performance Counters: Core2 events, Intel PMU driver.
[ 0.001917] ... version: 2
[ 0.001919] ... bit width: 40
[ 0.001921] ... generic counters: 2
[ 0.001922] ... value mask: 000000ffffffffff
[ 0.001925] ... max period: 000000007fffffff
[ 0.001927] ... fixed-purpose counters: 3
[ 0.001928] ... counter mask: 0000000700000003
[ 0.001933] Checking 'hlt' instruction... OK.
[ 0.018738] ACPI: Core revision 20090521
[ 0.028416] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.069010] CPU0: Intel(R) Core(TM)2 Duo CPU T5550 @ 1.83GHz stepping 0d
[ 0.072001] Booting processor 1 APIC 0x1 ip 0x6000
[ 0.004000] Initializing CPU#1
[ 0.004000] Calibrating delay using timer specific routine.. 3657.43 BogoMIPS (lpj=7314861)
[ 0.004000] CPU: L1 I cache: 32K, L1 D cache: 32K
[ 0.004000] CPU: L2 cache: 2048K
[ 0.004000] CPU: Physical Processor ID: 0
[ 0.004000] CPU: Processor Core ID: 1
[ 0.004000] mce: CPU supports 6 MCE banks
[ 0.004000] CPU1: Thermal monitoring enabled (TM2)
[ 0.004000] x86 PAT enabled: cpu 1, old 0x7040600070406, new 0x7010600070106
[ 0.157560] CPU1: Intel(R) Core(TM)2 Duo CPU T5550 @ 1.83GHz stepping 0d
[ 0.157576] checking TSC synchronization [CPU#0 -> CPU#1]: passed.
[ 0.160023] Brought up 2 CPUs
[ 0.160026] Total of 2 processors activated (7314.82 BogoMIPS).
[ 0.160076] CPU0 attaching sched-domain:
[ 0.160079] domain 0: span 0-1 level MC
[ 0.160082] groups: 0 1
[ 0.160088] CPU1 attaching sched-domain:
[ 0.160090] domain 0: span 0-1 level MC
[ 0.160093] groups: 1 0
[ 0.160174] Booting paravirtualized kernel on bare hardware
[ 0.160227] regulator: core version 0.5
[ 0.160227] Time: 18:58:58 Date: 03/11/10
[ 0.160227] NET: Registered protocol family 16
[ 0.160227] EISA bus registered
[ 0.160237] ACPI: bus type pci registered
[ 0.160310] PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
[ 0.160313] PCI: MCFG area at e0000000 reserved in E820
[ 0.160315] PCI: Using MMCONFIG for extended config space
[ 0.160317] PCI: Using configuration type 1 for base access
[ 0.161435] bio: create slab <bio-0> at 0
[ 0.164686] ACPI: EC: Look up EC in DSDT
[ 0.167469] ACPI: BIOS _OSI(Linux) query ignored
[ 0.188021] ACPI: EC: non-query interrupt received, switching to interrupt mode
[ 0.256050] ACPI: Interpreter enabled
[ 0.256058] ACPI: (supports S0 S3 S4 S5)
[ 0.256081] ACPI: Using IOAPIC for interrupt routing
[ 0.300932] ACPI: EC: GPE = 0x11, I/O: command/status = 0x66, data = 0x62
[ 0.300935] ACPI: EC: driver started in interrupt mode
[ 0.301305] ACPI: No dock devices found.
[ 0.301901] ACPI: PCI Root Bridge [PCI0] (0000:00)
[ 0.302032] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[ 0.302036] pci 0000:00:01.0: PME# disabled
[ 0.302135] pci 0000:00:1a.0: reg 20 io port: [0x1800-0x181f]
[ 0.302209] pci 0000:00:1a.1: reg 20 io port: [0x1820-0x183f]
[ 0.302290] pci 0000:00:1a.7: reg 10 32bit mmio: [0xf0404800-0xf0404bff]
[ 0.302361] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[ 0.302367] pci 0000:00:1a.7: PME# disabled
[ 0.302429] pci 0000:00:1b.0: reg 10 64bit mmio: [0xf0400000-0xf0403fff]
[ 0.302500] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.302506] pci 0000:00:1b.0: PME# disabled
[ 0.302605] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.302611] pci 0000:00:1c.0: PME# disabled
[ 0.302716] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[ 0.302721] pci 0000:00:1c.2: PME# disabled
[ 0.302824] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[ 0.302830] pci 0000:00:1c.3: PME# disabled
[ 0.302906] pci 0000:00:1d.0: reg 20 io port: [0x1840-0x185f]
[ 0.302980] pci 0000:00:1d.1: reg 20 io port: [0x1860-0x187f]
[ 0.303055] pci 0000:00:1d.2: reg 20 io port: [0x1880-0x189f]
[ 0.303134] pci 0000:00:1d.7: reg 10 32bit mmio: [0xf0404c00-0xf0404fff]
[ 0.303205] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[ 0.303211] pci 0000:00:1d.7: PME# disabled
[ 0.303393] pci 0000:00:1f.0: quirk: region 1000-107f claimed by ICH6 ACPI/GPIO/TCO
[ 0.303398] pci 0000:00:1f.0: quirk: region 1180-11bf claimed by ICH6 GPIO
[ 0.303403] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0068 (mask 0007)
[ 0.303407] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 2 PIO at 0260 (mask 0003)
[ 0.303468] pci 0000:00:1f.1: reg 10 io port: [0x00-0x07]
[ 0.303477] pci 0000:00:1f.1: reg 14 io port: [0x00-0x03]
[ 0.303486] pci 0000:00:1f.1: reg 18 io port: [0x00-0x07]
[ 0.303495] pci 0000:00:1f.1: reg 1c io port: [0x00-0x03]
[ 0.303504] pci 0000:00:1f.1: reg 20 io port: [0x18a0-0x18af]
[ 0.303589] pci 0000:00:1f.2: reg 10 io port: [0x18d8-0x18df]
[ 0.303598] pci 0000:00:1f.2: reg 14 io port: [0x18cc-0x18cf]
[ 0.303607] pci 0000:00:1f.2: reg 18 io port: [0x18d0-0x18d7]
[ 0.303617] pci 0000:00:1f.2: reg 1c io port: [0x18c8-0x18cb]
[ 0.303626] pci 0000:00:1f.2: reg 20 io port: [0x18e0-0x18ff]
[ 0.303635] pci 0000:00:1f.2: reg 24 32bit mmio: [0xf0404000-0xf04047ff]
[ 0.303685] pci 0000:00:1f.2: PME# supported from D3hot
[ 0.303690] pci 0000:00:1f.2: PME# disabled
[ 0.303728] pci 0000:00:1f.3: reg 10 32bit mmio: [0x000000-0x0000ff]
[ 0.303757] pci 0000:00:1f.3: reg 20 io port: [0x1c00-0x1c1f]
[ 0.303838] pci 0000:01:00.0: reg 10 64bit mmio: [0xd0000000-0xdfffffff]
[ 0.303853] pci 0000:01:00.0: reg 18 64bit mmio: [0xcfef0000-0xcfefffff]
[ 0.303863] pci 0000:01:00.0: reg 20 io port: [0x2000-0x20ff]
[ 0.303879] pci 0000:01:00.0: reg 30 32bit mmio: [0x000000-0x01ffff]
[ 0.303914] pci 0000:01:00.0: supports D1 D2
[ 0.303984] pci 0000:00:01.0: bridge io port: [0x2000-0x2fff]
[ 0.303988] pci 0000:00:01.0: bridge 32bit mmio: [0xcfe00000-0xcfefffff]
[ 0.304004] pci 0000:00:01.0: bridge 64bit mmio pref: [0xd0000000-0xdfffffff]
[ 0.304070] pci 0000:00:1c.0: bridge io port: [0xf000-0xffff]
[ 0.304076] pci 0000:00:1c.0: bridge 32bit mmio: [0xfb000000-0xfcffffff]
[ 0.304228] pci 0000:04:00.0: reg 10 32bit mmio: [0xf0200000-0xf0200fff]
[ 0.304471] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
[ 0.304484] pci 0000:04:00.0: PME# disabled
[ 0.304605] pci 0000:00:1c.2: bridge 32bit mmio: [0xf0200000-0xf02fffff]
[ 0.304693] pci 0000:05:00.0: reg 10 io port: [0x3000-0x30ff]
[ 0.304723] pci 0000:05:00.0: reg 18 64bit mmio: [0xf0300000-0xf0300fff]
[ 0.304754] pci 0000:05:00.0: reg 30 32bit mmio: [0x000000-0x01ffff]
[ 0.304821] pci 0000:05:00.0: supports D1 D2
[ 0.304824] pci 0000:05:00.0: PME# supported from D1 D2 D3hot D3cold
[ 0.304831] pci 0000:05:00.0: PME# disabled
[ 0.304919] pci 0000:00:1c.3: bridge io port: [0x3000-0x3fff]
[ 0.304925] pci 0000:00:1c.3: bridge 32bit mmio: [0xf0300000-0xf03fffff]
[ 0.305001] pci 0000:00:1e.0: transparent bridge
[ 0.305047] pci_bus 0000:00: on NUMA node 0
[ 0.305052] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ 0.305294] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEGP._PRT]
[ 0.305385] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
[ 0.305473] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP03._PRT]
[ 0.305557] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP04._PRT]
[ 0.305677] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCIB._PRT]
[ 0.315422] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 *5 6 7 10 12 14 15)
[ 0.315534] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
[ 0.315644] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 *7 10 12 14 15)
[ 0.315751] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
[ 0.315860] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
[ 0.315969] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 *11 12 14 15)
[ 0.316087] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
[ 0.316195] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
[ 0.316389] SCSI subsystem initialized
[ 0.316399] libata version 3.00 loaded.
[ 0.316399] usbcore: registered new interface driver usbfs
[ 0.316399] usbcore: registered new interface driver hub
[ 0.316399] usbcore: registered new device driver usb
[ 0.316399] ACPI: WMI: Mapper loaded
[ 0.316399] PCI: Using ACPI for IRQ routing
[ 0.328008] Bluetooth: Core ver 2.15
[ 0.328014] NET: Registered protocol family 31
[ 0.328015] Bluetooth: HCI device and connection manager initialized
[ 0.328018] Bluetooth: HCI socket layer initialized
[ 0.328020] NetLabel: Initializing
[ 0.328022] NetLabel: domain hash size = 128
[ 0.328024] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.328038] NetLabel: unlabeled traffic allowed by default
[ 0.328075] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[ 0.328081] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
[ 0.345606] pnp: PnP ACPI init
[ 0.345618] ACPI: bus type pnp registered
[ 0.367326] pnp 00:07: io resource (0xfe00-0xfe00) overlaps 0000:00:1c.0 BAR 13 (0xf000-0xffff), disabling
[ 0.367681] pnp: PnP ACPI: found 11 devices
[ 0.367683] ACPI: ACPI bus type pnp unregistered
[ 0.367687] PnPBIOS: Disabled by ACPI PNP
[ 0.367698] system 00:01: iomem range 0xfed1c000-0xfed1ffff has been reserved
[ 0.367702] system 00:01: iomem range 0xfed14000-0xfed17fff has been reserved
[ 0.367705] system 00:01: iomem range 0xfed18000-0xfed18fff has been reserved
[ 0.367708] system 00:01: iomem range 0xfed19000-0xfed19fff has been reserved
[ 0.367712] system 00:01: iomem range 0xe0000000-0xefffffff has been reserved
[ 0.367715] system 00:01: iomem range 0xfed20000-0xfed3ffff has been reserved
[ 0.367718] system 00:01: iomem range 0xfed40000-0xfed44fff has been reserved
[ 0.367722] system 00:01: iomem range 0xfed45000-0xfed8ffff has been reserved
[ 0.367730] system 00:05: iomem range 0xfed00000-0xfed003ff has been reserved
[ 0.367737] system 00:07: ioport range 0x680-0x69f has been reserved
[ 0.367740] system 00:07: ioport range 0x800-0x80f has been reserved
[ 0.367744] system 00:07: ioport range 0x1000-0x107f has been reserved
[ 0.367747] system 00:07: ioport range 0x1180-0x11bf has been reserved
[ 0.367750] system 00:07: ioport range 0x1640-0x164f has been reserved
[ 0.402430] AppArmor: AppArmor Filesystem Enabled
[ 0.402505] pci 0000:00:01.0: PCI bridge, secondary bus 0000:01
[ 0.402509] pci 0000:00:01.0: IO window: 0x2000-0x2fff
[ 0.402514] pci 0000:00:01.0: MEM window: 0xcfe00000-0xcfefffff
[ 0.402518] pci 0000:00:01.0: PREFETCH window: 0x000000d0000000-0x000000dfffffff
[ 0.402524] pci 0000:00:1c.0: PCI bridge, secondary bus 0000:02
[ 0.402527] pci 0000:00:1c.0: IO window: 0xf000-0xffff
[ 0.402535] pci 0000:00:1c.0: MEM window: 0xfb000000-0xfcffffff
[ 0.402540] pci 0000:00:1c.0: PREFETCH window: disabled
[ 0.402546] pci 0000:00:1c.2: PCI bridge, secondary bus 0000:04
[ 0.402548] pci 0000:00:1c.2: IO window: disabled
[ 0.402555] pci 0000:00:1c.2: MEM window: 0xf0200000-0xf02fffff
[ 0.402561] pci 0000:00:1c.2: PREFETCH window: disabled
[ 0.402567] pci 0000:00:1c.3: PCI bridge, secondary bus 0000:05
[ 0.402570] pci 0000:00:1c.3: IO window: 0x3000-0x3fff
[ 0.402577] pci 0000:00:1c.3: MEM window: 0xf0300000-0xf03fffff
[ 0.402583] pci 0000:00:1c.3: PREFETCH window: 0xc0000000-0xc00fffff
[ 0.402589] pci 0000:00:1e.0: PCI bridge, secondary bus 0000:06
[ 0.402591] pci 0000:00:1e.0: IO window: disabled
[ 0.402598] pci 0000:00:1e.0: MEM window: disabled
[ 0.402603] pci 0000:00:1e.0: PREFETCH window: disabled
[ 0.402615] alloc irq_desc for 16 on node -1
[ 0.402617] alloc kstat_irqs on node -1
[ 0.402623] pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 0.402627] pci 0000:00:01.0: setting latency timer to 64
[ 0.402637] alloc irq_desc for 17 on node -1
[ 0.402639] alloc kstat_irqs on node -1
[ 0.402643] pci 0000:00:1c.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 0.402648] pci 0000:00:1c.0: setting latency timer to 64
[ 0.402658] alloc irq_desc for 18 on node -1
[ 0.402659] alloc kstat_irqs on node -1
[ 0.402663] pci 0000:00:1c.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[ 0.402669] pci 0000:00:1c.2: setting latency timer to 64
[ 0.402679] alloc irq_desc for 19 on node -1
[ 0.402681] alloc kstat_irqs on node -1
[ 0.402684] pci 0000:00:1c.3: PCI INT D -> GSI 19 (level, low) -> IRQ 19
[ 0.402690] pci 0000:00:1c.3: setting latency timer to 64
[ 0.402699] pci 0000:00:1e.0: setting latency timer to 64
[ 0.402704] pci_bus 0000:00: resource 0 io: [0x00-0xffff]
[ 0.402707] pci_bus 0000:00: resource 1 mem: [0x000000-0xffffffff]
[ 0.402710] pci_bus 0000:01: resource 0 io: [0x2000-0x2fff]
[ 0.402713] pci_bus 0000:01: resource 1 mem: [0xcfe00000-0xcfefffff]
[ 0.402716] pci_bus 0000:01: resource 2 pref mem [0xd0000000-0xdfffffff]
[ 0.402719] pci_bus 0000:02: resource 0 io: [0xf000-0xffff]
[ 0.402721] pci_bus 0000:02: resource 1 mem: [0xfb000000-0xfcffffff]
[ 0.402724] pci_bus 0000:04: resource 1 mem: [0xf0200000-0xf02fffff]
[ 0.402727] pci_bus 0000:05: resource 0 io: [0x3000-0x3fff]
[ 0.402730] pci_bus 0000:05: resource 1 mem: [0xf0300000-0xf03fffff]
[ 0.402733] pci_bus 0000:05: resource 2 pref mem [0xc0000000-0xc00fffff]
[ 0.402736] pci_bus 0000:06: resource 3 io: [0x00-0xffff]
[ 0.402738] pci_bus 0000:06: resource 4 mem: [0x000000-0xffffffff]
[ 0.402775] NET: Registered protocol family 2
[ 0.402877] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.403220] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.403725] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.403967] TCP: Hash tables configured (established 131072 bind 65536)
[ 0.403970] TCP reno registered
[ 0.404050] NET: Registered protocol family 1
[ 0.404120] Trying to unpack rootfs image as initramfs...
[ 0.501616] Switched to high resolution mode on CPU 1
[ 0.504004] Switched to high resolution mode on CPU 0
[ 0.608712] Freeing initrd memory: 7468k freed
[ 0.613152] Simple Boot Flag at 0x36 set to 0x1
[ 0.613349] cpufreq-nforce2: No nForce2 chipset.
[ 0.613379] Scanning for low memory corruption every 60 seconds
[ 0.613490] audit: initializing netlink socket (disabled)
[ 0.613508] type=2000 audit(1268333938.613:1): initialized
[ 0.622982] highmem bounce pool size: 64 pages
[ 0.622988] HugeTLB registered 4 MB page size, pre-allocated 0 pages
[ 0.624588] VFS: Disk quotas dquot_6.5.2
[ 0.624653] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.625256] fuse init (API version 7.12)
[ 0.625343] msgmni has been set to 1679
[ 0.625569] alg: No test for stdrng (krng)
[ 0.625580] io scheduler noop registered
[ 0.625583] io scheduler anticipatory registered
[ 0.625585] io scheduler deadline registered
[ 0.625628] io scheduler cfq registered (default)
[ 0.625777] pci 0000:01:00.0: Boot video device
[ 0.625911] alloc irq_desc for 24 on node -1
[ 0.625914] alloc kstat_irqs on node -1
[ 0.625924] pcieport-driver 0000:00:01.0: irq 24 for MSI/MSI-X
[ 0.625931] pcieport-driver 0000:00:01.0: setting latency timer to 64
[ 0.626077] alloc irq_desc for 25 on node -1
[ 0.626079] alloc kstat_irqs on node -1
[ 0.626089] pcieport-driver 0000:00:1c.0: irq 25 for MSI/MSI-X
[ 0.626102] pcieport-driver 0000:00:1c.0: setting latency timer to 64
[ 0.626272] alloc irq_desc for 26 on node -1
[ 0.626274] alloc kstat_irqs on node -1
[ 0.626284] pcieport-driver 0000:00:1c.2: irq 26 for MSI/MSI-X
[ 0.626297] pcieport-driver 0000:00:1c.2: setting latency timer to 64
[ 0.626467] alloc irq_desc for 27 on node -1
[ 0.626469] alloc kstat_irqs on node -1
[ 0.626479] pcieport-driver 0000:00:1c.3: irq 27 for MSI/MSI-X
[ 0.626491] pcieport-driver 0000:00:1c.3: setting latency timer to 64
[ 0.626612] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 0.626751] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 0.627302] ACPI: AC Adapter [AC0] (on-line)
[ 0.627386] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[ 0.627390] ACPI: Power Button [PWRF]
[ 0.627445] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input1
[ 0.627485] ACPI: Lid Switch [LID0]
[ 0.627535] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2
[ 0.627538] ACPI: Power Button [PWRB]
[ 0.627584] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input3
[ 0.627587] ACPI: Sleep Button [SLPB]
[ 0.628335] ACPI: SSDT bfed34c4 00278 (v01 PmRef Cpu0Ist 00003000 INTL 20050624)
[ 0.628888] ACPI: SSDT bfed2e33 0060C (v01 PmRef Cpu0Cst 00003001 INTL 20050624)
[ 0.631272] Monitor-Mwait will be used to enter C-1 state
[ 0.631301] Monitor-Mwait will be used to enter C-3 state
[ 0.631310] Marking TSC unstable due to TSC halts in idle
[ 0.631330] ACPI: CPU0 (power states: C1[C1] C2[C2] C3[C3])
[ 0.631357] processor LNXCPU:00: registered as cooling_device0
[ 0.631361] ACPI: Processor [CPU0] (supports 8 throttling states)
[ 0.631751] ACPI: SSDT bfed373c 000C8 (v01 PmRef Cpu1Ist 00003000 INTL 20050624)
[ 0.632120] ACPI: SSDT bfed343f 00085 (v01 PmRef Cpu1Cst 00003000 INTL 20050624)
[ 0.633073] ACPI: CPU1 (power states: C1[C1] C2[C2] C3[C3])
[ 0.633094] processor LNXCPU:01: registered as cooling_device1
[ 0.633098] ACPI: Processor [CPU1] (supports 8 throttling states)
[ 0.656401] thermal LNXTHERM:01: registered as thermal_zone0
[ 0.656410] ACPI: Thermal Zone [THRM] (20 C)
[ 0.656481] isapnp: Scanning for PnP cards...
[ 0.801529] ACPI: Battery Slot [BAT0] (battery present)
[ 1.010738] isapnp: No Plug & Play device found
[ 1.011999] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 1.013452] brd: module loaded
[ 1.013945] loop: module loaded
[ 1.014017] input: Macintosh mouse button emulation as /devices/virtual/input/input4
[ 1.014096] ahci 0000:00:1f.2: version 3.0
[ 1.014111] ahci 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[ 1.014145] alloc irq_desc for 28 on node -1
[ 1.014148] alloc kstat_irqs on node -1
[ 1.014159] ahci 0000:00:1f.2: irq 28 for MSI/MSI-X
[ 1.014231] ahci 0000:00:1f.2: AHCI 0001.0100 32 slots 3 ports 3 Gbps 0x7 impl SATA mode
[ 1.014235] ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pio slum part
[ 1.014241] ahci 0000:00:1f.2: setting latency timer to 64
[ 1.014477] scsi0 : ahci
[ 1.014566] scsi1 : ahci
[ 1.014627] scsi2 : ahci
[ 1.014744] ata1: SATA max UDMA/133 abar m2048@0xf0404000 port 0xf0404100 irq 28
[ 1.014749] ata2: SATA max UDMA/133 abar m2048@0xf0404000 port 0xf0404180 irq 28
[ 1.014752] ata3: SATA max UDMA/133 abar m2048@0xf0404000 port 0xf0404200 irq 28
[ 1.014802] ata_piix 0000:00:1f.1: version 2.13
[ 1.014811] ata_piix 0000:00:1f.1: PCI INT A -> GSI 19 (level, low) -> IRQ 19
[ 1.014852] ata_piix 0000:00:1f.1: setting latency timer to 64
[ 1.014926] scsi3 : ata_piix
[ 1.015002] scsi4 : ata_piix
[ 1.015636] ata4: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x18a0 irq 14
[ 1.015639] ata5: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x18a8 irq 15
[ 1.016591] Fixed MDIO Bus: probed
[ 1.016630] PPP generic driver version 2.4.2
[ 1.016724] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.016743] ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[ 1.016755] ehci_hcd 0000:00:1a.7: setting latency timer to 64
[ 1.016759] ehci_hcd 0000:00:1a.7: EHCI Host Controller
[ 1.016807] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
[ 1.020732] ehci_hcd 0000:00:1a.7: debug port 1
[ 1.020739] ehci_hcd 0000:00:1a.7: cache line size of 32 is not supported
[ 1.020754] ehci_hcd 0000:00:1a.7: irq 18, io mem 0xf0404800
[ 1.033014] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[ 1.033092] usb usb1: configuration #1 chosen from 1 choice
[ 1.033123] hub 1-0:1.0: USB hub found
[ 1.033131] hub 1-0:1.0: 4 ports detected
[ 1.033192] alloc irq_desc for 23 on node -1
[ 1.033194] alloc kstat_irqs on node -1
[ 1.033200] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[ 1.033210] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[ 1.033214] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[ 1.033246] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
[ 1.037158] ehci_hcd 0000:00:1d.7: debug port 1
[ 1.037165] ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported
[ 1.037181] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xf0404c00
[ 1.052019] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[ 1.052085] usb usb2: configuration #1 chosen from 1 choice
[ 1.052113] hub 2-0:1.0: USB hub found
[ 1.052119] hub 2-0:1.0: 6 ports detected
[ 1.052184] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 1.052201] uhci_hcd: USB Universal Host Controller Interface driver
[ 1.052224] uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 1.052231] uhci_hcd 0000:00:1a.0: setting latency timer to 64
[ 1.052235] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[ 1.052272] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
[ 1.052310] uhci_hcd 0000:00:1a.0: irq 16, io base 0x00001800
[ 1.052398] usb usb3: configuration #1 chosen from 1 choice
[ 1.052426] hub 3-0:1.0: USB hub found
[ 1.052433] hub 3-0:1.0: 2 ports detected
[ 1.052484] alloc irq_desc for 21 on node -1
[ 1.052486] alloc kstat_irqs on node -1
[ 1.052491] uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
[ 1.052498] uhci_hcd 0000:00:1a.1: setting latency timer to 64
[ 1.052502] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[ 1.052535] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
[ 1.052572] uhci_hcd 0000:00:1a.1: irq 21, io base 0x00001820
[ 1.052654] usb usb4: configuration #1 chosen from 1 choice
[ 1.052682] hub 4-0:1.0: USB hub found
[ 1.052689] hub 4-0:1.0: 2 ports detected
[ 1.052744] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[ 1.052751] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[ 1.052755] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[ 1.052786] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 5
[ 1.052815] uhci_hcd 0000:00:1d.0: irq 23, io base 0x00001840
[ 1.052897] usb usb5: configuration #1 chosen from 1 choice
[ 1.052925] hub 5-0:1.0: USB hub found
[ 1.052932] hub 5-0:1.0: 2 ports detected
[ 1.052985] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[ 1.052994] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[ 1.052998] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[ 1.053041] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 6
[ 1.053080] uhci_hcd 0000:00:1d.1: irq 19, io base 0x00001860
[ 1.053162] usb usb6: configuration #1 chosen from 1 choice
[ 1.053190] hub 6-0:1.0: USB hub found
[ 1.053197] hub 6-0:1.0: 2 ports detected
[ 1.053251] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[ 1.053258] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[ 1.053262] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[ 1.053300] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 7
[ 1.053330] uhci_hcd 0000:00:1d.2: irq 18, io base 0x00001880
[ 1.053416] usb usb7: configuration #1 chosen from 1 choice
[ 1.053446] hub 7-0:1.0: USB hub found
[ 1.053453] hub 7-0:1.0: 2 ports detected
[ 1.053563] PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[ 1.056545] i8042.c: Detected active multiplexing controller, rev 1.1.
[ 1.057896] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 1.057902] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[ 1.057905] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[ 1.057909] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[ 1.057912] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[ 1.057971] mice: PS/2 mouse device common for all mice
[ 1.058150] rtc_cmos 00:08: rtc core: registered rtc_cmos as rtc0
[ 1.058183] rtc0: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[ 1.058290] device-mapper: uevent: version 1.0.3
[ 1.058383] device-mapper: ioctl: 4.15.0-ioctl (2009-04-01) initialised: <email address hidden>
[ 1.058480] device-mapper: multipath: version 1.1.0 loaded
[ 1.058483] device-mapper: multipath round-robin: version 1.0.0 loaded
[ 1.058606] EISA: Probing bus 0 at eisa.0
[ 1.058613] Cannot allocate resource for EISA slot 1
[ 1.058615] Cannot allocate resource for EISA slot 2
[ 1.058618] Cannot allocate resource for EISA slot 3
[ 1.058641] EISA: Detected 0 cards.
[ 1.058822] cpuidle: using governor ladder
[ 1.058955] cpuidle: using governor menu
[ 1.059484] TCP cubic registered
[ 1.059648] NET: Registered protocol family 10
[ 1.060144] lo: Disabled Privacy Extensions
[ 1.060519] NET: Registered protocol family 17
[ 1.060536] Bluetooth: L2CAP ver 2.13
[ 1.060538] Bluetooth: L2CAP socket layer initialized
[ 1.060541] Bluetooth: SCO (Voice Link) ver 0.6
[ 1.060543] Bluetooth: SCO socket layer initialized
[ 1.060585] Bluetooth: RFCOMM TTY layer initialized
[ 1.060588] Bluetooth: RFCOMM socket layer initialized
[ 1.060590] Bluetooth: RFCOMM ver 1.11
[ 1.061169] Using IPI No-Shortcut mode
[ 1.061233] PM: Resume from disk failed.
[ 1.061246] registered taskstats version 1
[ 1.061361] Magic number: 2:160:999
[ 1.061389] system 00:01: hash matches
[ 1.061391] pnp0: hash matches
[ 1.061460] rtc_cmos 00:08: setting system clock to 2010-03-11 18:58:59 UTC (1268333939)
[ 1.061463] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 1.061465] EDD information not available.
[ 1.095246] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input5
[ 1.332082] ata2: SATA link down (SStatus 0 SControl 300)
[ 1.332108] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 1.332692] ACPI Warning: \_SB_.PCI0.SATA.PRT0._GTF: Return type mismatch - found Integer, expected Buffer 20090521 nspredef-940
[ 1.332700] ata1.00: _GTF unexpected object type 0x1
[ 1.344047] ata3: SATA link down (SStatus 0 SControl 300)
[ 1.386485] ata1.00: ATA-8: WDC WD3200BEVT-22ZCT0, 11.01A11, max UDMA/133
[ 1.386489] ata1.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 31/32)
[ 1.387408] ata1.00: _GTF unexpected object type 0x1
[ 1.387582] ata1.00: configured for UDMA/133
[ 1.400192] scsi 0:0:0:0: Direct-Access ATA WDC WD3200BEVT-2 11.0 PQ: 0 ANSI: 5
[ 1.400315] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 1.400356] sd 0:0:0:0: [sda] 625142448 512-byte logical blocks: (320 GB/298 GiB)
[ 1.400405] sd 0:0:0:0: [sda] Write Protect is off
[ 1.400408] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 1.400434] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.400564] sda: sda1 sda2 < sda5 sda6 sda7 > sda3
[ 1.477455] sd 0:0:0:0: [sda] Attached SCSI disk
[ 1.477485] Freeing unused kernel memory: 540k freed
[ 1.477858] Write protecting the kernel text: 4568k
[ 1.477920] Write protecting the kernel read-only data: 1836k
[ 1.500028] Clocksource tsc unstable (delta = -243165429 ns)
[ 1.552464] usb 7-1: new low speed USB device using uhci_hcd and address 2
[ 1.599655] Linux agpgart interface v0.103
[ 1.627421] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[ 1.627445] r8169 0000:05:00.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
[ 1.627500] r8169 0000:05:00.0: setting latency timer to 64
[ 1.627583] alloc irq_desc for 29 on node -1
[ 1.627585] alloc kstat_irqs on node -1
[ 1.627604] r8169 0000:05:00.0: irq 29 for MSI/MSI-X
[ 1.628316] eth0: RTL8101e at 0xf80c6000, 00:03:0d:8d:a1:fd, XID 34200000 IRQ 29
[ 1.638347] acpi device:05: registered as cooling_device2
[ 1.638394] ACPI: Cant attach device
[ 1.638490] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/device:03/input/input6
[ 1.638535] ACPI: Video Device [VGA] (multi-head: yes rom: no post: no)
[ 1.731464] usb 7-1: configuration #1 chosen from 1 choice
[ 1.739925] usbcore: registered new interface driver hiddev
[ 1.753629] input: USB OPTICAL MOUSE as /devices/pci0000:00/0000:00:1d.2/usb7/7-1/7-1:1.0/input/input7
[ 1.753713] generic-usb 0003:15D9:0A4C.0001: input,hidraw0: USB HID v1.11 Mouse [ USB OPTICAL MOUSE] on usb-0000:00:1d.2-1/input0
[ 1.753728] usbcore: registered new interface driver usbhid
[ 1.753730] usbhid: v2.6:USB HID core driver
[ 2.802217] PM: Starting manual resume from disk
[ 2.802222] PM: Resume from partition 8:7
[ 2.802224] PM: Checking hibernation image.
[ 2.802368] PM: Resume from disk failed.
[ 2.837573] EXT4-fs (sda6): barriers enabled
[ 2.857298] kjournald2 starting: pid 411, dev sda6:8, commit interval 5 seconds
[ 2.857326] EXT4-fs (sda6): delayed allocation enabled
[ 2.857330] EXT4-fs: file extents enabled
[ 2.859239] EXT4-fs: mballoc enabled
[ 2.859257] EXT4-fs (sda6): mounted filesystem with ordered data mode
[ 3.448548] type=1505 audit(1268333941.886:2): operation="profile_load" pid=434 name=/usr/share/gdm/guest-session/Xsession
[ 3.451241] type=1505 audit(1268333941.886:3): operation="profile_load" pid=435 name=/sbin/dhclient3
[ 3.452056] type=1505 audit(1268333941.890:4): operation="profile_load" pid=435 name=/usr/lib/NetworkManager/nm-dhcp-client.action
[ 3.452488] type=1505 audit(1268333941.890:5): operation="profile_load" pid=435 name=/usr/lib/connman/scripts/dhclient-script
[ 3.513661] type=1505 audit(1268333941.951:6): operation="profile_load" pid=436 name=/usr/bin/evince
[ 3.526577] type=1505 audit(1268333941.963:7): operation="profile_load" pid=436 name=/usr/bin/evince-previewer
[ 3.534195] type=1505 audit(1268333941.971:8): operation="profile_load" pid=436 name=/usr/bin/evince-thumbnailer
[ 3.552872] type=1505 audit(1268333941.987:9): operation="profile_load" pid=438 name=/usr/lib/cups/backend/cups-pdf
[ 15.622759] udev: starting version 147
[ 15.624431] Adding 1132540k swap on /dev/sda7. Priority:-1 extents:1 across:1132540k
[ 15.664900] lirc_dev: IR Remote Control driver registered, major 61
[ 15.665564] lirc_dev: lirc_register_driver: sample_rate: 0
[ 15.670059] lirc_ite8709: device found : irq=10 io=0x260
[ 15.734571] fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies, Starnberg, GERMANY' taints kernel.
[ 15.734577] Disabling lock debugging due to kernel taint
[ 15.743944] lp: driver loaded but no devices found
[ 15.797600] cfg80211: Calling CRDA to update world regulatory domain
[ 15.814375] [fglrx] Maximum main memory to use for locked dma buffers: 2877 MBytes.
[ 15.814699] [fglrx] vendor: 1002 device: 94c9 count: 1
[ 15.815215] [fglrx] ioport: bar 4, base 0x2000, size: 0x100
[ 15.815238] pci 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 15.815245] pci 0000:01:00.0: setting latency timer to 64
[ 15.815492] [fglrx] Kernel PAT support is enabled
[ 15.815525] [fglrx] module loaded - fglrx 8.66.10 [Sep 3 2009] with 1 minors
[ 15.887671] iwl3945: Intel(R) PRO/Wireless 3945ABG/BG Network Connection driver for Linux, 1.2.26ks
[ 15.887675] iwl3945: Copyright(c) 2003-2009 Intel Corporation
[ 15.887758] iwl3945 0000:04:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[ 15.887773] iwl3945 0000:04:00.0: setting latency timer to 64
[ 15.904725] cfg80211: World regulatory domain updated:
[ 15.904729] (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 15.904732] (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 15.904735] (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 15.904738] (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 15.904741] (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 15.904743] (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 15.905302] EXT4-fs (sda6): internal journal on sda6:8
[ 15.913276] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 15.959759] iwl3945 0000:04:00.0: Tunable channels: 13 802.11bg, 23 802.11a channels
[ 15.959764] iwl3945 0000:04:00.0: Detected Intel Wireless WiFi Link 3945ABG
[ 15.959884] alloc irq_desc for 30 on node -1
[ 15.959886] alloc kstat_irqs on node -1
[ 15.959921] iwl3945 0000:04:00.0: irq 30 for MSI/MSI-X
[ 16.023810] alloc irq_desc for 22 on node -1
[ 16.023813] alloc kstat_irqs on node -1
[ 16.023821] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[ 16.023865] HDA Intel 0000:00:1b.0: setting latency timer to 64
[ 16.029918] phy0: Selected rate control algorithm 'iwl-3945-rs'
[ 16.130019] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input8
[ 16.535966] __ratelimit: 9 callbacks suppressed
[ 16.535970] type=1505 audit(1268319554.970:13): operation="profile_replace" pid=945 name=/usr/share/gdm/guest-session/Xsession
[ 16.538365] type=1505 audit(1268319554.974:14): operation="profile_replace" pid=946 name=/sbin/dhclient3
[ 16.539166] type=1505 audit(1268319554.974:15): operation="profile_replace" pid=946 name=/usr/lib/NetworkManager/nm-dhcp-client.action
[ 16.539609] type=1505 audit(1268319554.974:16): operation="profile_replace" pid=946 name=/usr/lib/connman/scripts/dhclient-script
[ 16.544211] type=1505 audit(1268319554.982:17): operation="profile_replace" pid=948 name=/usr/bin/evince
[ 16.558296] type=1505 audit(1268319554.994:18): operation="profile_replace" pid=948 name=/usr/bin/evince-previewer
[ 16.566383] type=1505 audit(1268319555.002:19): operation="profile_replace" pid=948 name=/usr/bin/evince-thumbnailer
[ 16.579250] type=1505 audit(1268319555.014:20): operation="profile_replace" pid=951 name=/usr/lib/cups/backend/cups-pdf
[ 16.580209] type=1505 audit(1268319555.018:21): operation="profile_replace" pid=951 name=/usr/sbin/cupsd
[ 16.589285] type=1505 audit(1268319555.026:22): operation="profile_replace" pid=952 name=/usr/sbin/mysqld
[ 16.628319] Synaptics Touchpad, model: 1, fw: 6.2, id: 0x1a0b1, caps: 0xa04713/0x200000
[ 16.665604] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio4/input/input9
[ 16.724824] iwl3945 0000:04:00.0: firmware: requesting iwlwifi-3945-2.ucode
[ 16.898172] iwl3945 0000:04:00.0: loaded firmware version 15.32.2.9
[ 16.973852] Registered led device: iwl-phy0::radio
[ 16.973874] Registered led device: iwl-phy0::assoc
[ 16.973931] Registered led device: iwl-phy0::RX
[ 16.973949] Registered led device: iwl-phy0::TX
[ 16.989915] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 16.991389] r8169: eth0: link down
[ 16.991592] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 22.277770] ppdev: user-space parallel port driver
[ 24.104504] alloc irq_desc for 31 on node -1
[ 24.104508] alloc kstat_irqs on node -1
[ 24.104526] fglrx_pci 0000:01:00.0: irq 31 for MSI/MSI-X
[ 24.115365] [fglrx] Firegl kernel thread PID: 1838
[ 24.628048] [fglrx] Gart USWC size:943 M.
[ 24.628052] [fglrx] Gart cacheable size:373 M.
[ 24.628058] [fglrx] Reserved FB block: Shared offset:0, size:1000000
[ 24.628061] [fglrx] Reserved FB block: Unshared offset:fd07000, size:2f5000
[ 24.628064] [fglrx] Reserved FB block: Unshared offset:fffc000, size:4000
[ 205.411379] wlan0: authenticate with AP 00:1e:58:82:dd:dc
[ 205.413053] wlan0: authenticated
[ 205.413059] wlan0: associate with AP 00:1e:58:82:dd:dc
[ 205.415134] wlan0: RX AssocResp from 00:1e:58:82:dd:dc (capab=0x471 status=0 aid=1)
[ 205.415141] wlan0: associated
[ 205.417600] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 215.721092] wlan0: no IPv6 routers present
[ 661.585269] CE: hpet increasing min_delta_ns to 15000 nsec
[ 2635.197242] CE: hpet increasing min_delta_ns to 22500 nsec
[ 2650.817207] CE: hpet increasing min_delta_ns to 33750 nsec

Revision history for this message
Billy (lacky111) said :
#10

> [ 661.585269] CE: hpet increasing min_delta_ns to 15000 nsec
> [ 2635.197242] CE: hpet increasing min_delta_ns to 22500 nsec
> [ 2650.817207] CE: hpet increasing min_delta_ns to 33750 nsec

^
Bad symptom. You have a problem with ACPI APIC.

Revision history for this message
delance (olivier-delance) said :
#11

Could you run in a terminal:
   sudo lshw | fgrep -i CD

Can you help with this problem?

Provide an answer of your own, or ask Kamran for more information if necessary.

To post a message you must log in.