On Fri, May 31, 2013 at 02:50:11AM +0100, Ben Hutchings wrote:
> Now I see this is a rather old computer (BIOS dated 1999), so I'm not so
> surprised that ACPI is not supported!
>
> Does the kernel in linux-image-3.2.0-4-486 work?
>
> Can you send a boot log and output of 'lspci -s 0000:01.2' from a
> working kernel (old or new)?
>
"lspci -s 0000:01.2":
00:01.2 USB controller: Intel Corporation 82371AB/EB/MB PIIX4 USB (rev 01)
"linux-image-3.2.0-4-486" no difference (no USB)
"linux-3.1.1" and "linux-3.9.4" (from kernel.org) no difference (no USB)
Compilation of "linux-2.6.3[89]" failed, error (for ...39):
arch/x86/kernel/e820.c: In function 'e820_setup_gap':
arch/x86/kernel/e820.c:640:6: warning: variable 'found' set but not used
[-Wunused-but-set-variable]
arch/x86/kernel/ptrace.c:1366:17: error: conflicting types for
'syscall_trace_enter'
In file included from
/home/bg/src/linux-2.6.39/arch/x86/include/asm/vm86.h:130:0,
from
/home/bg/src/linux-2.6.39/arch/x86/include/asm/processor.h:10,
from
/home/bg/src/linux-2.6.39/arch/x86/include/asm/thread_info.h:22,
from include/linux/thread_info.h:53,
from include/linux/preempt.h:9,
from include/linux/spinlock.h:50,
from include/linux/seqlock.h:29,
from include/linux/time.h:8,
from include/linux/timex.h:56,
from include/linux/sched.h:57,
from arch/x86/kernel/ptrace.c:8:
/home/bg/src/linux-2.6.39/arch/x86/include/asm/ptrace.h:146:13: note: previous
declaration of 'syscall_trace_enter' was here
arch/x86/kernel/ptrace.c:1411:17: error: conflicting types for
'syscall_trace_leave'
In file included from
/home/bg/src/linux-2.6.39/arch/x86/include/asm/vm86.h:130:0,
from
/home/bg/src/linux-2.6.39/arch/x86/include/asm/processor.h:10,
from
/home/bg/src/linux-2.6.39/arch/x86/include/asm/thread_info.h:22,
from include/linux/thread_info.h:53,
from include/linux/preempt.h:9,
from include/linux/spinlock.h:50,
from include/linux/seqlock.h:29,
from include/linux/time.h:8,
from include/linux/timex.h:56,
from include/linux/sched.h:57,
from arch/x86/kernel/ptrace.c:8:
/home/bg/src/linux-2.6.39/arch/x86/include/asm/ptrace.h:147:13: note: previous
declaration of 'syscall_trace_leave' was here
make[2]: *** [arch/x86/kernel/ptrace.o] Error 1
make[1]: *** [arch/x86/kernel] Error 2
make: *** [arch/x86] Error 2
####---####
Boot log (/var/log/kern.log) (with USB):
Jun 3 02:21:21 jeti kernel: imklog 5.8.11, log source = /proc/kmsg started.
Jun 3 02:21:21 jeti kernel: [ 0.000000] Linux version 2.6.32-47 (2.6.32)
([email protected]) (gcc version 4.4.5 (Debian 4.4.5-8) ) #1 Thu Feb 14
00:07:19 GMT 2013
Jun 3 02:21:21 jeti kernel: [ 0.000000] KERNEL supported cpus:
Jun 3 02:21:21 jeti kernel: [ 0.000000] Intel GenuineIntel
Jun 3 02:21:21 jeti kernel: [ 0.000000] AMD AuthenticAMD
Jun 3 02:21:21 jeti kernel: [ 0.000000] NSC Geode by NSC
Jun 3 02:21:21 jeti kernel: [ 0.000000] Cyrix CyrixInstead
Jun 3 02:21:21 jeti kernel: [ 0.000000] Centaur CentaurHauls
Jun 3 02:21:21 jeti kernel: [ 0.000000] Transmeta GenuineTMx86
Jun 3 02:21:21 jeti kernel: [ 0.000000] Transmeta TransmetaCPU
Jun 3 02:21:21 jeti kernel: [ 0.000000] UMC UMC UMC UMC
Jun 3 02:21:21 jeti kernel: [ 0.000000] BIOS-provided physical RAM map:
Jun 3 02:21:21 jeti kernel: [ 0.000000] BIOS-e801: 0000000000000000 -
000000000009f000 (usable)
Jun 3 02:21:21 jeti kernel: [ 0.000000] BIOS-e801: 0000000000100000 -
000000000a000000 (usable)
Jun 3 02:21:21 jeti kernel: [ 0.000000] DMI 2.2 present.
Jun 3 02:21:21 jeti kernel: [ 0.000000] last_pfn = 0xa000 max_arch_pfn =
0x100000
Jun 3 02:21:21 jeti kernel: [ 0.000000] initial memory mapped : 0 - 01800000
Jun 3 02:21:21 jeti kernel: [ 0.000000] init_memory_mapping:
0000000000000000-000000000a000000
Jun 3 02:21:21 jeti kernel: [ 0.000000] 0000000000 - 0000400000 page 4k
Jun 3 02:21:21 jeti kernel: [ 0.000000] 0000400000 - 000a000000 page 2M
Jun 3 02:21:21 jeti kernel: [ 0.000000] kernel direct mapping tables up to
a000000 @ 7000-b000
Jun 3 02:21:21 jeti kernel: [ 0.000000] 160MB LOWMEM available.
Jun 3 02:21:21 jeti kernel: [ 0.000000] mapped low ram: 0 - 0a000000
Jun 3 02:21:21 jeti kernel: [ 0.000000] low ram: 0 - 0a000000
Jun 3 02:21:21 jeti kernel: [ 0.000000] node 0 low ram: 00000000 -
0a000000
Jun 3 02:21:21 jeti kernel: [ 0.000000] node 0 bootmap 00001000 - 00002400
Jun 3 02:21:21 jeti kernel: [ 0.000000] (5 early reservations) ==> bootmem
[0000000000 - 000a000000]
Jun 3 02:21:21 jeti kernel: [ 0.000000] #0 [0000000000 - 0000001000]
BIOS data page ==> [0000000000 - 0000001000]
Jun 3 02:21:21 jeti kernel: [ 0.000000] #1 [0001000000 - 00013a22ac]
TEXT DATA BSS ==> [0001000000 - 00013a22ac]
Jun 3 02:21:21 jeti kernel: [ 0.000000] #2 [000009fc00 - 0000100000]
BIOS reserved ==> [000009fc00 - 0000100000]
Jun 3 02:21:21 jeti kernel: [ 0.000000] #3 [00013a3000 - 00013a91cc]
BRK ==> [00013a3000 - 00013a91cc]
Jun 3 02:21:21 jeti kernel: [ 0.000000] #4 [0000001000 - 0000003000]
BOOTMAP ==> [0000001000 - 0000003000]
Jun 3 02:21:21 jeti kernel: [ 0.000000] Zone PFN ranges:
Jun 3 02:21:21 jeti kernel: [ 0.000000] DMA 0x00000000 -> 0x00001000
Jun 3 02:21:21 jeti kernel: [ 0.000000] Normal 0x00001000 -> 0x0000a000
Jun 3 02:21:21 jeti kernel: [ 0.000000] Movable zone start PFN for each node
Jun 3 02:21:21 jeti kernel: [ 0.000000] early_node_map[2] active PFN ranges
Jun 3 02:21:21 jeti kernel: [ 0.000000] 0: 0x00000000 -> 0x0000009f
Jun 3 02:21:21 jeti kernel: [ 0.000000] 0: 0x00000100 -> 0x0000a000
Jun 3 02:21:21 jeti kernel: [ 0.000000] On node 0 totalpages: 40863
Jun 3 02:21:21 jeti kernel: [ 0.000000] free_area_init_node: node 0, pgdat
c132e6c0, node_mem_map c13aa000
Jun 3 02:21:21 jeti kernel: [ 0.000000] DMA zone: 32 pages used for memmap
Jun 3 02:21:21 jeti kernel: [ 0.000000] DMA zone: 0 pages reserved
Jun 3 02:21:21 jeti kernel: [ 0.000000] DMA zone: 3967 pages, LIFO batch:0
Jun 3 02:21:21 jeti kernel: [ 0.000000] Normal zone: 288 pages used for
memmap
Jun 3 02:21:21 jeti kernel: [ 0.000000] Normal zone: 36576 pages, LIFO
batch:7
Jun 3 02:21:21 jeti kernel: [ 0.000000] Allocating PCI resources starting
at a000000 (gap: a000000:f6000000)
Jun 3 02:21:21 jeti kernel: [ 0.000000] Built 1 zonelists in Zone order,
mobility grouping on. Total pages: 40543
Jun 3 02:21:21 jeti kernel: [ 0.000000] Kernel command line: auto
BOOT_IMAGE=2.6.32-47 ro root=803
Jun 3 02:21:21 jeti kernel: [ 0.000000] PID hash table entries: 1024
(order: 0, 4096 bytes)
Jun 3 02:21:21 jeti kernel: [ 0.000000] Dentry cache hash table entries:
32768 (order: 5, 131072 bytes)
Jun 3 02:21:21 jeti kernel: [ 0.000000] Inode-cache hash table entries:
16384 (order: 4, 65536 bytes)
Jun 3 02:21:21 jeti kernel: [ 0.000000] Initializing CPU#0
Jun 3 02:21:21 jeti kernel: [ 0.000000] Memory: 158072k/163840k available
(2363k kernel code, 5232k reserved, 905k data, 216k init, 0k highmem)
Jun 3 02:21:21 jeti kernel: [ 0.000000] virtual kernel memory layout:
Jun 3 02:21:21 jeti kernel: [ 0.000000] fixmap : 0xfffe6000 -
0xfffff000 ( 100 kB)
Jun 3 02:21:21 jeti kernel: [ 0.000000] vmalloc : 0xca800000 -
0xfffe4000 ( 855 MB)
Jun 3 02:21:21 jeti kernel: [ 0.000000] lowmem : 0xc0000000 -
0xca000000 ( 160 MB)
Jun 3 02:21:21 jeti kernel: [ 0.000000] .init : 0xc1332000 -
0xc1368000 ( 216 kB)
Jun 3 02:21:21 jeti kernel: [ 0.000000] .data : 0xc124effe -
0xc1331688 ( 905 kB)
Jun 3 02:21:21 jeti kernel: [ 0.000000] .text : 0xc1000000 -
0xc124effe (2363 kB)
Jun 3 02:21:21 jeti kernel: [ 0.000000] Checking if this processor honours
the WP bit even in supervisor mode...Ok.
Jun 3 02:21:21 jeti kernel: [ 0.000000] SLUB: Genslabs=13, HWalign=32,
Order=0-3, MinObjects=0, CPUs=1, Nodes=1
Jun 3 02:21:21 jeti kernel: [ 0.000000] Hierarchical RCU implementation.
Jun 3 02:21:21 jeti kernel: [ 0.000000] NR_IRQS:16
Jun 3 02:21:21 jeti kernel: [ 0.000000] Console: colour VGA+ 80x25
Jun 3 02:21:21 jeti kernel: [ 0.000000] console [tty0] enabled
Jun 3 02:21:21 jeti kernel: [ 0.000000] Fast TSC calibration using PIT
Jun 3 02:21:21 jeti kernel: [ 0.000000] Detected 331.522 MHz processor.
Jun 3 02:21:21 jeti kernel: [ 0.000021] Calibrating delay loop (skipped),
value calculated using timer frequency.. 663.04 BogoMIPS (lpj=3315220)
Jun 3 02:21:21 jeti kernel: [ 0.000438] Mount-cache hash table entries: 512
Jun 3 02:21:21 jeti kernel: [ 0.001810] CPU: L1 I Cache: 32K (32
bytes/line), D cache 32K (32 bytes/line)
Jun 3 02:21:21 jeti kernel: [ 0.002151] CPU: AMD-K6(tm) 3D processor
stepping 0c
Jun 3 02:21:21 jeti kernel: [ 0.002388] Checking 'hlt' instruction... OK.
Jun 3 02:21:21 jeti kernel: [ 0.043723] NET: Registered protocol family 16
Jun 3 02:21:21 jeti kernel: [ 0.060534] PCI: PCI BIOS revision 2.10 entry
at 0xeb150, last bus=2
Jun 3 02:21:21 jeti kernel: [ 0.060705] PCI: Using configuration type 1 for
base access
Jun 3 02:21:21 jeti kernel: [ 0.097780] bio: create slab <bio-0> at 0
Jun 3 02:21:21 jeti kernel: [ 0.100309] vgaarb: loaded
Jun 3 02:21:21 jeti kernel: [ 0.102774] SCSI subsystem initialized
Jun 3 02:21:21 jeti kernel: [ 0.103256] libata version 3.00 loaded.
Jun 3 02:21:21 jeti kernel: [ 0.104479] usbcore: registered new interface
driver usbfs
Jun 3 02:21:21 jeti kernel: [ 0.105116] usbcore: registered new interface
driver hub
Jun 3 02:21:21 jeti kernel: [ 0.105854] usbcore: registered new device
driver usb
Jun 3 02:21:21 jeti kernel: [ 0.107423] PCI: Probing PCI hardware
Jun 3 02:21:21 jeti kernel: [ 0.107600] PCI: Probing PCI hardware (bus 00)
Jun 3 02:21:21 jeti kernel: [ 0.108383] pci 0000:00:01.1: reg 20 io port:
[0x1100-0x110f]
Jun 3 02:21:21 jeti kernel: [ 0.108491] pci 0000:00:01.2: reg 20 io port:
[0x00-0x1f]
Jun 3 02:21:21 jeti kernel: [ 0.108616] pci 0000:00:01.3: quirk: region
1000-103f claimed by PIIX4 ACPI
Jun 3 02:21:21 jeti kernel: [ 0.108800] pci 0000:00:01.3: quirk: region
1400-140f claimed by PIIX4 SMB
Jun 3 02:21:21 jeti kernel: [ 0.108980] pci 0000:00:01.3: PIIX4 devres C
PIO at 0398-0399
Jun 3 02:21:21 jeti kernel: [ 0.109199] pci 0000:00:02.0: reg 10 32bit
mmio: [0xfdc00000-0xfdffffff]
Jun 3 02:21:21 jeti kernel: [ 0.109224] pci 0000:00:02.0: reg 14 32bit
mmio: [0xfe7f0000-0xfe7fffff]
Jun 3 02:21:21 jeti kernel: [ 0.109249] pci 0000:00:02.0: reg 18 32bit
mmio: [0xfe000000-0xfe3fffff]
Jun 3 02:21:21 jeti kernel: [ 0.109287] pci 0000:00:02.0: reg 30 32bit mmio
pref: [0x0c0000-0x0cffff]
Jun 3 02:21:21 jeti kernel: [ 0.109389] pci 0000:00:03.0: reg 10 32bit
mmio: [0x000000-0x000fff]
Jun 3 02:21:21 jeti kernel: [ 0.109433] pci 0000:00:03.0: supports D1 D2
Jun 3 02:21:21 jeti kernel: [ 0.109449] pci 0000:00:03.0: PME# supported
from D0 D1 D2 D3hot
Jun 3 02:21:21 jeti kernel: [ 0.109612] pci 0000:00:03.0: PME# disabled
Jun 3 02:21:21 jeti kernel: [ 0.109823] pci 0000:00:03.1: reg 10 32bit
mmio: [0x000000-0x000fff]
Jun 3 02:21:21 jeti kernel: [ 0.109865] pci 0000:00:03.1: supports D1 D2
Jun 3 02:21:21 jeti kernel: [ 0.109880] pci 0000:00:03.1: PME# supported
from D0 D1 D2 D3hot
Jun 3 02:21:21 jeti kernel: [ 0.110060] pci 0000:00:03.1: PME# disabled
Jun 3 02:21:21 jeti kernel: [ 0.112969] vgaarb: device added:
PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
Jun 3 02:21:21 jeti kernel: [ 0.116491] pci 0000:00:01.0: PIIX/ICH IRQ
router [8086:7110]
Jun 3 02:21:21 jeti kernel: [ 0.118207] Switching to clocksource tsc
Jun 3 02:21:21 jeti kernel: [ 0.119890] pci 0000:00:02.0: BAR 6: address
space collision on of device [0x0c0000-0x0cffff]
Jun 3 02:21:21 jeti kernel: [ 0.119890] pci 0000:00:03.0: CardBus bridge,
secondary bus 0000:01
Jun 3 02:21:21 jeti kernel: [ 0.119890] pci 0000:00:03.0: IO window:
0x001800-0x0018ff
Jun 3 02:21:21 jeti kernel: [ 0.119890] pci 0000:00:03.0: IO window:
0x001c00-0x001cff
Jun 3 02:21:21 jeti kernel: [ 0.119890] pci 0000:00:03.0: PREFETCH
window: 0xc000000-0xfffffff
Jun 3 02:21:21 jeti kernel: [ 0.119890] pci 0000:00:03.0: MEM window:
0x10000000-0x13ffffff
Jun 3 02:21:21 jeti kernel: [ 0.119890] pci 0000:00:03.1: CardBus bridge,
secondary bus 0000:05
Jun 3 02:21:21 jeti kernel: [ 0.119890] pci 0000:00:03.1: IO window:
0x002000-0x0020ff
Jun 3 02:21:21 jeti kernel: [ 0.119890] pci 0000:00:03.1: IO window:
0x002400-0x0024ff
Jun 3 02:21:21 jeti kernel: [ 0.119890] pci 0000:00:03.1: PREFETCH
window: 0x14000000-0x17ffffff
Jun 3 02:21:21 jeti kernel: [ 0.119890] pci 0000:00:03.1: MEM window:
0x18000000-0x1bffffff
Jun 3 02:21:21 jeti kernel: [ 0.119890] PCI: setting IRQ 10 as
level-triggered
Jun 3 02:21:21 jeti kernel: [ 0.119890] pci 0000:00:03.0: found PCI INT A
-> IRQ 10
Jun 3 02:21:21 jeti kernel: [ 0.119890] pci 0000:00:03.1: found PCI INT B
-> IRQ 10
Jun 3 02:21:21 jeti kernel: [ 0.119890] pci_bus 0000:00: resource 0 io:
[0x00-0xffff]
Jun 3 02:21:21 jeti kernel: [ 0.119890] pci_bus 0000:00: resource 1 mem:
[0x000000-0xffffffff]
Jun 3 02:21:21 jeti kernel: [ 0.119890] pci_bus 0000:01: resource 0 io:
[0x1800-0x18ff]
Jun 3 02:21:21 jeti kernel: [ 0.119890] pci_bus 0000:01: resource 1 io:
[0x1c00-0x1cff]
Jun 3 02:21:21 jeti kernel: [ 0.119890] pci_bus 0000:01: resource 2 pref
mem [0xc000000-0xfffffff]
Jun 3 02:21:21 jeti kernel: [ 0.119890] pci_bus 0000:01: resource 3 mem:
[0x10000000-0x13ffffff]
Jun 3 02:21:21 jeti kernel: [ 0.119890] pci_bus 0000:05: resource 0 io:
[0x2000-0x20ff]
Jun 3 02:21:21 jeti kernel: [ 0.119890] pci_bus 0000:05: resource 1 io:
[0x2400-0x24ff]
Jun 3 02:21:21 jeti kernel: [ 0.119890] pci_bus 0000:05: resource 2 pref
mem [0x14000000-0x17ffffff]
Jun 3 02:21:21 jeti kernel: [ 0.119890] pci_bus 0000:05: resource 3 mem:
[0x18000000-0x1bffffff]
Jun 3 02:21:21 jeti kernel: [ 0.119890] NET: Registered protocol family 2
Jun 3 02:21:21 jeti kernel: [ 0.119890] IP route cache hash table entries:
2048 (order: 1, 8192 bytes)
Jun 3 02:21:21 jeti kernel: [ 0.120801] TCP established hash table entries:
8192 (order: 4, 65536 bytes)
Jun 3 02:21:21 jeti kernel: [ 0.122512] TCP bind hash table entries: 8192
(order: 3, 32768 bytes)
Jun 3 02:21:21 jeti kernel: [ 0.123267] TCP: Hash tables configured
(established 8192 bind 8192)
Jun 3 02:21:21 jeti kernel: [ 0.123436] TCP reno registered
Jun 3 02:21:21 jeti kernel: [ 0.124028] NET: Registered protocol family 1
Jun 3 02:21:21 jeti kernel: [ 0.124275] pci 0000:00:00.0: Limiting direct
PCI/PCI transfers
Jun 3 02:21:21 jeti kernel: [ 0.124483] pci 0000:00:01.2: enabling device
(0000 -> 0001)
Jun 3 02:21:21 jeti kernel: [ 0.124657] PCI: setting IRQ 5 as
level-triggered
Jun 3 02:21:21 jeti kernel: [ 0.124674] pci 0000:00:01.2: assigned PCI INT
D -> IRQ 5
Jun 3 02:21:21 jeti kernel: [ 0.124920] pci 0000:00:02.0: Boot video device
Jun 3 02:21:21 jeti kernel: [ 0.126999] platform rtc_cmos: registered
platform RTC device (no PNP device found)
Jun 3 02:21:21 jeti kernel: [ 0.169039] msgmni has been set to 309
Jun 3 02:21:21 jeti kernel: [ 0.169841] alg: No test for stdrng (krng)
Jun 3 02:21:21 jeti kernel: [ 0.171385] Block layer SCSI generic (bsg)
driver version 0.4 loaded (major 253)
Jun 3 02:21:21 jeti kernel: [ 0.171747] io scheduler noop registered
Jun 3 02:21:21 jeti kernel: [ 0.172861] io scheduler cfq registered
(default)
Jun 3 02:21:21 jeti kernel: [ 0.173251] isapnp: Scanning for PnP cards...
Jun 3 02:21:21 jeti kernel: [ 0.272477] 00:01: card 'ESS ES1869 Plug and
Play AudioDrive'
Jun 3 02:21:21 jeti kernel: [ 0.272655] isapnp: 1 Plug & Play card detected
total
Jun 3 02:21:21 jeti kernel: [ 0.310070] Serial: 8250/16550 driver, 2 ports,
IRQ sharing disabled
Jun 3 02:21:21 jeti kernel: [ 0.310941] serial8250: ttyS0 at I/O 0x3f8 (irq
= 4) is a 16550A
Jun 3 02:21:21 jeti kernel: [ 0.316377] Floppy drive(s): fd0 is 1.44M
Jun 3 02:21:21 jeti kernel: [ 0.334941] FDC 0 is a National Semiconductor
PC87306
Jun 3 02:21:21 jeti kernel: [ 0.337749] Uniform Multi-Platform E-IDE driver
Jun 3 02:21:21 jeti kernel: [ 0.339291] ide-gd driver 1.18
Jun 3 02:21:21 jeti kernel: [ 0.339826] ide-cd driver 5.00
Jun 3 02:21:21 jeti kernel: [ 0.342478] ata_piix 0000:00:01.1: version 2.13
Jun 3 02:21:21 jeti kernel: [ 0.343310] ata_piix 0000:00:01.1: setting
latency timer to 64
Jun 3 02:21:21 jeti kernel: [ 0.343820] scsi0 : ata_piix
Jun 3 02:21:21 jeti kernel: [ 0.345432] scsi1 : ata_piix
Jun 3 02:21:21 jeti kernel: [ 0.346586] ata1: PATA max UDMA/33 cmd 0x1f0
ctl 0x3f6 bmdma 0x1100 irq 14
Jun 3 02:21:21 jeti kernel: [ 0.346765] ata2: PATA max UDMA/33 cmd 0x170
ctl 0x376 bmdma 0x1108 irq 15
Jun 3 02:21:21 jeti kernel: [ 0.348589] PPP generic driver version 2.4.2
Jun 3 02:21:21 jeti kernel: [ 0.350147] PPP Deflate Compression module
registered
Jun 3 02:21:21 jeti kernel: [ 0.350319] PPP BSD Compression module
registered
Jun 3 02:21:21 jeti kernel: [ 0.353477] yenta_cardbus 0000:00:03.0: CardBus
bridge found [104c:5036]
Jun 3 02:21:21 jeti kernel: [ 0.353687] yenta_cardbus 0000:00:03.0: Using
CSCINT to route CSC interrupts to PCI
Jun 3 02:21:21 jeti kernel: [ 0.353948] yenta_cardbus 0000:00:03.0: Routing
CardBus interrupts to PCI
Jun 3 02:21:21 jeti kernel: [ 0.354122] yenta_cardbus 0000:00:03.0: TI:
mfunc 0x01dc1622, devctl 0x64
Jun 3 02:21:21 jeti kernel: [ 0.522288] ata2.00: ATAPI: CD-224E, 1.5A, max
MWDMA2
Jun 3 02:21:21 jeti kernel: [ 0.524610] ata1.00: ATA-8: SAMSUNG HM160HC,
LQ100-10, max UDMA/100
Jun 3 02:21:21 jeti kernel: [ 0.524732] ata1.00: 312581808 sectors, multi
0: LBA48
Jun 3 02:21:21 jeti kernel: [ 0.562079] ata2.00: configured for MWDMA2
Jun 3 02:21:21 jeti kernel: [ 0.564315] ata1.00: configured for UDMA/33
Jun 3 02:21:21 jeti kernel: [ 0.565371] scsi 0:0:0:0: Direct-Access ATA
SAMSUNG HM160HC LQ10 PQ: 0 ANSI: 5
Jun 3 02:21:21 jeti kernel: [ 0.568812] sd 0:0:0:0: [sda] 312581808
512-byte logical blocks: (160 GB/149 GiB)
Jun 3 02:21:21 jeti kernel: [ 0.569716] sd 0:0:0:0: [sda] Write Protect is
off
Jun 3 02:21:21 jeti kernel: [ 0.569884] sd 0:0:0:0: [sda] Mode Sense: 00 3a
00 00
Jun 3 02:21:21 jeti kernel: [ 0.570157] sd 0:0:0:0: [sda] Write cache:
enabled, read cache: enabled, doesn't support DPO or FUA
Jun 3 02:21:21 jeti kernel: [ 0.571017] sd 0:0:0:0: Attached scsi generic
sg0 type 0
Jun 3 02:21:21 jeti kernel: [ 0.572854] sda:
Jun 3 02:21:21 jeti kernel: [ 0.575176] scsi 1:0:0:0: CD-ROM
TEAC CD-224E 1.5A PQ: 0 ANSI: 5
Jun 3 02:21:21 jeti kernel: [ 0.582627] sr0: scsi3-mmc drive: 24x/24x
xa/form2 cdda tray
Jun 3 02:21:21 jeti kernel: [ 0.582813] Uniform CD-ROM driver Revision: 3.20
Jun 3 02:21:21 jeti kernel: [ 0.584168] sr 1:0:0:0: Attached scsi CD-ROM sr0
Jun 3 02:21:21 jeti kernel: [ 0.585289] sr 1:0:0:0: Attached scsi generic
sg1 type 5
Jun 3 02:21:21 jeti kernel: [ 0.613086] sda1 sda2 sda3 sda4 < sda5 sda6
sda7 sda8 sda9 >
Jun 3 02:21:21 jeti kernel: [ 0.723060] sd 0:0:0:0: [sda] Attached SCSI disk
Jun 3 02:21:21 jeti kernel: [ 0.862317] yenta_cardbus 0000:00:03.0: ISA IRQ
mask 0x0a98, PCI irq 10
Jun 3 02:21:21 jeti kernel: [ 0.862493] yenta_cardbus 0000:00:03.0: Socket
status: 30000006
Jun 3 02:21:21 jeti kernel: [ 1.121951] yenta_cardbus 0000:00:03.1: CardBus
bridge found [104c:5036]
Jun 3 02:21:21 jeti kernel: [ 1.122156] yenta_cardbus 0000:00:03.1: Using
CSCINT to route CSC interrupts to PCI
Jun 3 02:21:21 jeti kernel: [ 1.122321] yenta_cardbus 0000:00:03.1: Routing
CardBus interrupts to PCI
Jun 3 02:21:21 jeti kernel: [ 1.122438] yenta_cardbus 0000:00:03.1: TI:
mfunc 0x01dc1622, devctl 0x64
Jun 3 02:21:21 jeti kernel: [ 1.372400] yenta_cardbus 0000:00:03.1: ISA IRQ
mask 0x0a98, PCI irq 10
Jun 3 02:21:21 jeti kernel: [ 1.372574] yenta_cardbus 0000:00:03.1: Socket
status: 30000006
Jun 3 02:21:21 jeti kernel: [ 1.632459] uhci_hcd: USB Universal Host
Controller Interface driver
Jun 3 02:21:21 jeti kernel: [ 1.632991] uhci_hcd 0000:00:01.2: found PCI
INT D -> IRQ 5
Jun 3 02:21:21 jeti kernel: [ 1.633236] uhci_hcd 0000:00:01.2: setting
latency timer to 64
Jun 3 02:21:21 jeti kernel: [ 1.633254] uhci_hcd 0000:00:01.2: UHCI Host
Controller
Jun 3 02:21:21 jeti kernel: [ 1.633444] uhci_hcd 0000:00:01.2: new USB bus
registered, assigned bus number 1
Jun 3 02:21:21 jeti kernel: [ 1.633786] uhci_hcd 0000:00:01.2: irq 5, io
base 0x00001040
Jun 3 02:21:21 jeti kernel: [ 1.635365] usb usb1: configuration #1 chosen
from 1 choice
Jun 3 02:21:21 jeti kernel: [ 1.636123] hub 1-0:1.0: USB hub found
Jun 3 02:21:21 jeti kernel: [ 1.636419] hub 1-0:1.0: 2 ports detected
Jun 3 02:21:21 jeti kernel: [ 1.637266] Initializing USB Mass Storage
driver...
Jun 3 02:21:21 jeti kernel: [ 1.637914] usbcore: registered new interface
driver usb-storage
Jun 3 02:21:21 jeti kernel: [ 1.638092] USB Mass Storage support registered.
Jun 3 02:21:21 jeti kernel: [ 1.638776] usbcore: registered new interface
driver libusual
Jun 3 02:21:21 jeti kernel: [ 1.640595] PNP: No PS/2 controller found.
Probing ports directly.
Jun 3 02:21:21 jeti kernel: [ 1.645319] serio: i8042 KBD port at 0x60,0x64
irq 1
Jun 3 02:21:21 jeti kernel: [ 1.645529] serio: i8042 AUX port at 0x60,0x64
irq 12
Jun 3 02:21:21 jeti kernel: [ 1.648291] mice: PS/2 mouse device common for
all mice
Jun 3 02:21:21 jeti kernel: [ 1.649089] logibm.c: Didn't find Logitech
busmouse at 0x23c
Jun 3 02:21:21 jeti kernel: [ 1.651227] input: PC Speaker as
/devices/platform/pcspkr/input/input0
Jun 3 02:21:21 jeti kernel: [ 1.653937] rtc_cmos rtc_cmos: rtc core:
registered rtc_cmos as rtc0
Jun 3 02:21:21 jeti kernel: [ 1.654117] rtc0: alarms up to one day, 114
bytes nvram
Jun 3 02:21:21 jeti kernel: [ 1.654618] EDAC MC: Ver: 2.1.0 Feb 13 2013
Jun 3 02:21:21 jeti kernel: [ 1.669004] usbcore: registered new interface
driver usbhid
Jun 3 02:21:21 jeti kernel: [ 1.669233] usbhid: v2.6:USB HID core driver
Jun 3 02:21:21 jeti kernel: [ 1.671299] ip_tables: (C) 2000-2006 Netfilter
Core Team
Jun 3 02:21:21 jeti kernel: [ 1.674269] TCP cubic registered
Jun 3 02:21:21 jeti kernel: [ 1.674438] NET: Registered protocol family 17
Jun 3 02:21:21 jeti kernel: [ 1.677106] rtc_cmos rtc_cmos: setting system
clock to 2013-06-03 02:20:50 UTC (1370226050)
Jun 3 02:21:21 jeti kernel: [ 1.680241] input: AT Translated Set 2 keyboard
as /devices/platform/i8042/serio0/input/input1
Jun 3 02:21:21 jeti kernel: [ 1.951907] usb 1-1: new low speed USB device
using uhci_hcd and address 2
Jun 3 02:21:21 jeti kernel: [ 2.132339] usb 1-1: configuration #1 chosen
from 1 choice
Jun 3 02:21:21 jeti kernel: [ 2.169476] input: Logitech USB Optical Mouse
as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input2
Jun 3 02:21:21 jeti kernel: [ 2.171019] generic-usb 0003:046D:C05B.0001:
input: USB HID v1.11 Mouse [Logitech USB Optical Mouse] on
usb-0000:00:01.2-1/input0
Jun 3 02:21:21 jeti kernel: [ 2.304494] Synaptics Touchpad, model: 1, fw:
4.1, id: 0x14aa1, caps: 0x0/0x0/0x0
Jun 3 02:21:21 jeti kernel: [ 2.338629] input: SynPS/2 Synaptics TouchPad
as /devices/platform/i8042/serio1/input/input3
Jun 3 02:21:21 jeti kernel: [ 2.388694] VFS: Mounted root (ext2 filesystem)
readonly on device 8:3.
Jun 3 02:21:21 jeti kernel: [ 2.388957] Freeing unused kernel memory: 216k
freed
Jun 3 02:21:21 jeti kernel: [ 10.866641] pcmcia_socket pcmcia_socket0: cs:
IO port probe 0x100-0x3af: excluding 0x378-0x37f 0x398-0x39f
Jun 3 02:21:21 jeti kernel: [ 10.869263] pcmcia_socket pcmcia_socket0: cs:
IO port probe 0x3e0-0x4ff: excluding 0x4d0-0x4d7
Jun 3 02:21:21 jeti kernel: [ 10.870713] pcmcia_socket pcmcia_socket0: cs:
IO port probe 0x820-0x8ff: clean.
Jun 3 02:21:21 jeti kernel: [ 10.871880] pcmcia_socket pcmcia_socket0: cs:
IO port probe 0xc00-0xcf7: clean.
Jun 3 02:21:21 jeti kernel: [ 10.914780] pcmcia_socket pcmcia_socket1: cs:
IO port probe 0x100-0x3af: excluding 0x378-0x37f 0x398-0x39f
Jun 3 02:21:21 jeti kernel: [ 10.917367] pcmcia_socket pcmcia_socket1: cs:
IO port probe 0x3e0-0x4ff: excluding 0x4d0-0x4d7
Jun 3 02:21:21 jeti kernel: [ 10.918818] pcmcia_socket pcmcia_socket1: cs:
IO port probe 0x820-0x8ff: clean.
Jun 3 02:21:21 jeti kernel: [ 10.920073] pcmcia_socket pcmcia_socket1: cs:
IO port probe 0xc00-0xcf7: clean.
Jun 3 02:21:21 jeti kernel: [ 10.922293] pcmcia_socket pcmcia_socket1: cs:
IO port probe 0xa00-0xaff: clean.
Jun 3 02:21:21 jeti kernel: [ 10.934322] pcmcia_socket pcmcia_socket0: cs:
IO port probe 0xa00-0xaff: clean.
Jun 3 02:21:21 jeti kernel: [ 16.585051] Adding 116728k swap on /dev/sda2.
Priority:-1 extents:1 across:116728k
Jun 3 02:21:21 jeti kernel: [ 17.538023] fsck.ext2: sending ioctl 127c to a
partition!
Jun 3 02:21:21 jeti kernel: [ 17.538218] fsck.ext2: sending ioctl 127c to a
partition!
Jun 3 02:21:21 jeti kernel: [ 23.912827] fsck.ext2: sending ioctl 127c to a
partition!
Jun 3 02:21:21 jeti kernel: [ 23.913024] fsck.ext2: sending ioctl 127c to a
partition!
Jun 3 02:21:21 jeti kernel: [ 23.973511] fsck.ext2: sending ioctl 127c to a
partition!
Jun 3 02:21:21 jeti kernel: [ 23.973823] fsck.ext2: sending ioctl 127c to a
partition!
Jun 3 02:21:21 jeti kernel: [ 24.054983] fsck.ext2: sending ioctl 127c to a
partition!
Jun 3 02:21:21 jeti kernel: [ 24.055173] fsck.ext2: sending ioctl 127c to a
partition!
Jun 3 02:21:21 jeti kernel: [ 24.169864] fsck.ext2: sending ioctl 127c to a
partition!
Jun 3 02:21:21 jeti kernel: [ 24.170058] fsck.ext2: sending ioctl 127c to a
partition!
Jun 3 02:21:21 jeti kernel: [ 24.308091] fsck.ext2: sending ioctl 127c to a
partition!
Jun 3 02:21:21 jeti kernel: [ 24.308239] fsck.ext2: sending ioctl 127c to a
partition!
--
Bjarni I. Gislason
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]