On 06/26/2010 06:35 PM, Denys Vlasenko wrote:
> On Saturday 26 June 2010 17:02, Christian Ruppert wrote:
>> On 06/26/2010 04:46 PM, Denys Vlasenko wrote:
>>> On Saturday 26 June 2010 13:30, Christian Ruppert wrote:
>>>> Hey guys,
>>>>
>>>> I try to setup busybox properly for my initrd although I don't get it
>>>> working with "job control".
>>>> I thought that console=... would help (kernel cmdline) but it doesn't.
>>>>
>>>> It works so far (at least CTRL+C) if I use openvt -s but that is no
>>>> solution for me.
>>>> I use my own /init script which later calls "exec /bin/sh" to enter a
>>>> rescue shell but CTRL+C etc. isn't working. :(
>>>
>>> Does this answer your question?
>>>
>>> http://busybox.net/FAQ.html#job_control
>>
>> Not really because how can I run the shell in a real console there?
>> I have no ttySX at all and other console= values doesn't seem to work.
> 
> So you do not know what is your tty?
I do.. I'll rephrase it:
I don't have a serial cable connected or anything else so I can't test
different console= parameter.

# dmesg|grep console
console [tty0] enabled

But still "no job control"

> Please post complete dmesg output, and ls -l /dev/*tty*
See attached dmesg.
from tty -> tty63 everything crw-rw---- root:root
ttyS devices also exists but they're not available.

-- 
Regards,
Christian Ruppert
[    0.000000] Linux version 2.6.32-gentoo-r7 (r...@initrd-test) (gcc version 
4.4.3 (Gentoo 4.4.3-r2 p1.2) ) #8 SMP Wed Jun 23 19:17:19 CEST 2010
[    0.000000] Command line: root=/dev/rd/0 real_root=/dev/vg/root 
fbcon=scrollback:1024K initrd_debugshell
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Centaur CentaurHauls
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
[    0.000000]  BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 000000003fff0000 (usable)
[    0.000000]  BIOS-e820: 000000003fff0000 - 0000000040000000 (ACPI data)
[    0.000000]  BIOS-e820: 00000000fffc0000 - 0000000100000000 (reserved)
[    0.000000] DMI 2.5 present.
[    0.000000] last_pfn = 0x3fff0 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR variable ranges disabled:
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] CPU MTRRs all blank - virtualized system.
[    0.000000] e820 update range: 0000000000001000 - 0000000000006000 (usable) 
==> (reserved)
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] modified physical RAM map:
[    0.000000]  modified: 0000000000000000 - 0000000000001000 (usable)
[    0.000000]  modified: 0000000000001000 - 0000000000006000 (reserved)
[    0.000000]  modified: 0000000000006000 - 000000000009fc00 (usable)
[    0.000000]  modified: 000000000009fc00 - 00000000000a0000 (reserved)
[    0.000000]  modified: 00000000000f0000 - 0000000000100000 (reserved)
[    0.000000]  modified: 0000000000100000 - 000000003fff0000 (usable)
[    0.000000]  modified: 000000003fff0000 - 0000000040000000 (ACPI data)
[    0.000000]  modified: 00000000fffc0000 - 0000000100000000 (reserved)
[    0.000000] initial memory mapped : 0 - 20000000
[    0.000000] init_memory_mapping: 0000000000000000-000000003fff0000
[    0.000000]  0000000000 - 003fe00000 page 2M
[    0.000000]  003fe00000 - 003fff0000 page 4k
[    0.000000] kernel direct mapping tables up to 3fff0000 @ 8000-b000
[    0.000000] RAMDISK: 37d67000 - 37fef921
[    0.000000] ACPI: RSDP 00000000000e0000 00024 (v02 VBOX  )
[    0.000000] ACPI: XSDT 000000003fff0030 0003C (v01 VBOX   VBOXXSDT 00000001 
ASL  00000061)
[    0.000000] ACPI: FACP 000000003fff00f0 000F4 (v04 VBOX   VBOXFACP 00000001 
ASL  00000061)
[    0.000000] ACPI: DSDT 000000003fff0480 018FF (v01 VBOX   VBOXBIOS 00000002 
INTL 20050309)
[    0.000000] ACPI: FACS 000000003fff0200 00040
[    0.000000] ACPI: APIC 000000003fff0240 00062 (v02 VBOX   VBOXAPIC 00000001 
ASL  00000061)
[    0.000000] ACPI: SSDT 000000003fff02b0 001CC (v01 VBOX   VBOXCPUT 00000002 
INTL 20050309)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] (7 early reservations) ==> bootmem [0000000000 - 003fff0000]
[    0.000000]   #0 [0000000000 - 0000001000]   BIOS data page ==> [0000000000 
- 0000001000]
[    0.000000]   #1 [0000006000 - 0000008000]       TRAMPOLINE ==> [0000006000 
- 0000008000]
[    0.000000]   #2 [0001000000 - 00015ee08c]    TEXT DATA BSS ==> [0001000000 
- 00015ee08c]
[    0.000000]   #3 [0037d67000 - 0037fef921]          RAMDISK ==> [0037d67000 
- 0037fef921]
[    0.000000]   #4 [000009fc00 - 0000100000]    BIOS reserved ==> [000009fc00 
- 0000100000]
[    0.000000]   #5 [00015ef000 - 00015ef071]              BRK ==> [00015ef000 
- 00015ef071]
[    0.000000]   #6 [0000008000 - 0000009000]          PGTABLE ==> [0000008000 
- 0000009000]
[    0.000000] found SMP MP-table at [ffff88000009fff0] 9fff0
[    0.000000]  [ffffea0000000000-ffffea0000dfffff] PMD -> 
[ffff880001a00000-ffff8800027fffff] on node 0
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000000 -> 0x00001000
[    0.000000]   DMA32    0x00001000 -> 0x00100000
[    0.000000]   Normal   0x00100000 -> 0x00100000
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[3] active PFN ranges
[    0.000000]     0: 0x00000000 -> 0x00000001
[    0.000000]     0: 0x00000006 -> 0x0000009f
[    0.000000]     0: 0x00000100 -> 0x0003fff0
[    0.000000] On node 0 totalpages: 262026
[    0.000000]   DMA zone: 56 pages used for memmap
[    0.000000]   DMA zone: 100 pages reserved
[    0.000000]   DMA zone: 3838 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 3528 pages used for memmap
[    0.000000]   DMA32 zone: 254504 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x4008
[    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 (acpi_id[0x02] lapic_id[0x02] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x03] enabled)
[    0.000000] ACPI: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 4, version 17, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] SMP: Allowing 4 CPUs, 0 hotplug CPUs
[    0.000000] nr_irqs_gsi: 24
[    0.000000] Allocating PCI resources starting at 40000000 (gap: 
40000000:bffc0000)
[    0.000000] NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:4 nr_node_ids:1
[    0.000000] PERCPU: Embedded 25 pages/cpu @ffff880001600000 s71768 r8192 
d22440 u524288
[    0.000000] pcpu-alloc: s71768 r8192 d22440 u524288 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total 
pages: 258342
[    0.000000] Kernel command line: root=/dev/rd/0 real_root=/dev/vg/root 
fbcon=scrollback:1024K initrd_debugshell
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.000000] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)
[    0.000000] Initializing CPU#0
[    0.000000] Checking aperture...
[    0.000000] No AGP bridge found
[    0.000000] Memory: 1022404k/1048512k available (3424k kernel code, 408k 
absent, 25060k reserved, 1666k data, 468k init)
[    0.000000] SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, 
Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] NR_IRQS:4352 nr_irqs:440
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] Fast TSC calibration using PIT
[    0.000000] Detected 3401.651 MHz processor.
[    0.002005] Calibrating delay loop (skipped), value calculated using timer 
frequency.. 6803.30 BogoMIPS (lpj=3401651)
[    0.003339] Mount-cache hash table entries: 256
[    0.004249] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
[    0.004691] CPU: L2 Cache: 512K (64 bytes/line)
[    0.005009] tseg: 0000000000
[    0.005032] CPU: Physical Processor ID: 0
[    0.005386] CPU: Processor Core ID: 0
[    0.005727] mce: CPU supports 0 MCE banks
[    0.006025] using C1E aware idle routine
[    0.006405] ACPI: Core revision 20090903
[    0.007275] Setting APIC routing to flat
[    0.009276] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.020422] CPU0: AMD Phenom(tm) II X4 965 Processor stepping 03
[    0.021996] Booting processor 1 APIC 0x1 ip 0x6000
[    0.002999] Initializing CPU#1
[    0.002999] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
[    0.002999] CPU: L2 Cache: 512K (64 bytes/line)
[    0.002999] CPU: Physical Processor ID: 0
[    0.002999] CPU: Processor Core ID: 1
[    0.002999] mce: CPU supports 0 MCE banks
[    0.093109] CPU1: AMD Phenom(tm) II X4 965 Processor stepping 03
[    0.095023] Booting processor 2 APIC 0x2 ip 0x6000
[    0.002999] Initializing CPU#2
[    0.002999] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
[    0.002999] CPU: L2 Cache: 512K (64 bytes/line)
[    0.002999] CPU: Physical Processor ID: 0
[    0.002999] CPU: Processor Core ID: 2
[    0.002999] mce: CPU supports 0 MCE banks
[    0.168158] CPU2: AMD Phenom(tm) II X4 965 Processor stepping 03
[    0.170107] Booting processor 3 APIC 0x3 ip 0x6000
[    0.002999] Initializing CPU#3
[    0.002999] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
[    0.002999] CPU: L2 Cache: 512K (64 bytes/line)
[    0.002999] CPU: Physical Processor ID: 0
[    0.002999] CPU: Processor Core ID: 3
[    0.002999] mce: CPU supports 0 MCE banks
[    0.241139] CPU3: AMD Phenom(tm) II X4 965 Processor stepping 03
[    0.243440] Brought up 4 CPUs
[    0.243787] Total of 4 processors activated (27284.02 BogoMIPS).
[    0.248133] NET: Registered protocol family 16
[    0.249973] ACPI: bus type pci registered
[    0.250994] PCI: Using configuration type 1 for base access
[    0.251963] PCI: Using configuration type 1 for extended access
[    0.273009] bio: create slab <bio-0> at 0
[    0.274186] ACPI: EC: Look up EC in DSDT
[    0.278123] ACPI: Interpreter enabled
[    0.278670] ACPI: (supports S0 S5)
[    0.279446] ACPI: Using IOAPIC for interrupt routing
[    0.296066] ACPI: No dock devices found.
[    0.298138] ACPI: PCI Root Bridge [PCI0] (0000:00)
[    0.303251] pci 0000:00:01.1: reg 20 io port: [0xd000-0xd00f]
[    0.307018] pci 0000:00:02.0: reg 10 32bit mmio pref: [0xe0000000-0xe0ffffff]
[    0.313117] pci 0000:00:03.0: reg 10 32bit mmio: [0xf0000000-0xf001ffff]
[    0.313318] pci 0000:00:03.0: reg 18 io port: [0xd010-0xd017]
[    0.314644] pci 0000:00:04.0: reg 10 io port: [0xd020-0xd03f]
[    0.319332] pci 0000:00:04.0: reg 14 32bit mmio: [0xf0400000-0xf07fffff]
[    0.320288] pci 0000:00:04.0: reg 18 32bit mmio pref: [0xf0800000-0xf0803fff]
[    0.323688] pci 0000:00:06.0: reg 10 32bit mmio: [0xf0804000-0xf0804fff]
[    0.326070] pci 0000:00:0b.0: reg 10 32bit mmio: [0xf0805000-0xf0805fff]
[    0.326278] pci 0000:00:0d.0: reg 10 io port: [0xd040-0xd047]
[    0.326317] pci 0000:00:0d.0: reg 18 io port: [0xd050-0xd057]
[    0.326354] pci 0000:00:0d.0: reg 20 io port: [0xd060-0xd06f]
[    0.327202] pci 0000:00:0d.0: reg 24 32bit mmio: [0xf0806000-0xf0807fff]
[    0.327325] pci_bus 0000:00: on NUMA node 0
[    0.327354] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.333424] ACPI: PCI Interrupt Link [LNKA] (IRQs *5 9 10 11)
[    0.335131] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 9 10 *11)
[    0.336044] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 9 *10 11)
[    0.338080] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 *9 10 11)
[    0.340092] vgaarb: device added: 
PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    0.341007] vgaarb: loaded
[    0.343002] SCSI subsystem initialized
[    0.344112] libata version 3.00 loaded.
[    0.344112] usbcore: registered new interface driver usbfs
[    0.347124] usbcore: registered new interface driver hub
[    0.350254] usbcore: registered new device driver usb
[    0.356082] PCI: Using ACPI for IRQ routing
[    0.358172] Switching to clocksource jiffies
[    0.363024] pnp: PnP ACPI init
[    0.364039] ACPI: bus type pnp registered
[    0.369414] pnp: PnP ACPI: found 5 devices
[    0.370004] ACPI: ACPI bus type pnp unregistered
[    0.381168] Switching to clocksource acpi_pm
[    0.401291] pci_bus 0000:00: resource 0 io:  [0x00-0xffff]
[    0.401294] pci_bus 0000:00: resource 1 mem: [0x000000-0xffffffffffffffff]
[    0.401318] NET: Registered protocol family 2
[    0.401881] IP route cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.403192] TCP established hash table entries: 131072 (order: 9, 2097152 
bytes)
[    0.404899] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.406530] TCP: Hash tables configured (established 131072 bind 65536)
[    0.407037] TCP reno registered
[    0.407609] NET: Registered protocol family 1
[    0.408526] RPC: Registered udp transport module.
[    0.408934] RPC: Registered tcp transport module.
[    0.409372] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.409808] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
[    0.410279] pci 0000:00:01.0: Activating ISA DMA hang workarounds
[    0.410729] pci 0000:00:02.0: Boot video device
[    0.416920] Trying to unpack rootfs image as initramfs...
[    0.906521] Freeing initrd memory: 2594k freed
[    0.913786] platform rtc_cmos: registered platform RTC device (no PNP device 
found)
[    0.950213] microcode: CPU0: patch_level=0x0
[    0.951983] microcode: CPU1: patch_level=0x0
[    0.954556] microcode: CPU2: patch_level=0x0
[    0.956454] microcode: CPU3: patch_level=0x0
[    0.958775] Microcode Update Driver: v2.00 <[email protected]>, 
Peter Oruba
[    0.962186] Scanning for low memory corruption every 60 seconds
[    0.982691] audit: initializing netlink socket (disabled)
[    0.983137] type=2000 audit(1277572325.983:1): initialized
[    0.984209] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    1.004685] msgmni has been set to 2003
[    1.011990] alg: No test for stdrng (krng)
[    1.014412] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 
253)
[    1.015633] io scheduler noop registered
[    1.016328] io scheduler anticipatory registered
[    1.016901] io scheduler deadline registered
[    1.017611] io scheduler cfq registered (default)
[    1.079947] Non-volatile memory driver v1.3
[    1.099341] uvesafb: Oracle Corporation, Oracle VM VirtualBox VBE Adapter, 
Oracle VM VirtualBox Version 3.2.4, OEM: VirtualBox VBE BIOS 
http://www.virtualbox.org/, VBE v2.0
[    1.146454] uvesafb: no monitor limits have been set, default refresh rate 
will be used
[    1.149794] uvesafb: scrolling: redraw
[    1.151860] mtrr: your processor doesn't support write-combining
[    1.156270] uvesafb: message too long (57808), can't execute task
[    1.156273] uvesafb: VBE get state call failed (eax=0x4f04, err=-7)
[    1.163138] Console: switching to colour frame buffer device 80x30
[    1.163316] uvesafb: framebuffer at 0xe0000000, mapped to 
0xffffc90000080000, using 12288k, total 12288k
[    1.163378] fb0: VESA VGA frame buffer device
[    1.174451] input: Power Button as 
/devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[    1.175685] ACPI: Power Button [PWRF]
[    1.177663] input: Sleep Button as 
/devices/LNXSYSTM:00/LNXSLPBN:00/input/input1
[    1.179236] ACPI: Sleep Button [SLPF]
[    1.200795] processor LNXCPU:00: registered as cooling_device0
[    1.206149] processor LNXCPU:01: registered as cooling_device1
[    1.206636] processor LNXCPU:02: registered as cooling_device2
[    1.207107] processor LNXCPU:03: registered as cooling_device3
[    1.208286] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    1.218260] brd: module loaded
[    1.232816] loop: module loaded
[    1.239275] ahci 0000:00:0d.0: version 3.0
[    1.239297]   alloc irq_desc for 21 on node -1
[    1.239307]   alloc kstat_irqs on node -1
[    1.239379] ahci 0000:00:0d.0: PCI INT A -> GSI 21 (level, low) -> IRQ 21
[    1.242614] ahci: SSS flag set, parallel bus scan disabled
[    1.245573] ahci 0000:00:0d.0: AHCI 0001.0100 32 slots 2 ports 3 Gbps 0x3 
impl SATA mode
[    1.247708] ahci 0000:00:0d.0: flags: 64bit ncq stag only ccc 
[    1.250216] scsi0 : ahci
[    1.257811] scsi1 : ahci
[    1.259009] ata1: SATA max UDMA/133 abar m8...@0xf0806000 port 0xf0806100 
irq 21
[    1.259456] ata2: SATA max UDMA/133 abar m8...@0xf0806000 port 0xf0806180 
irq 21
[    1.260689] ata_piix 0000:00:01.1: version 2.13
[    1.260898] scsi2 : ata_piix
[    1.265091] scsi3 : ata_piix
[    1.274221] ata3: PATA max UDMA/33 cmd 0x1f0 ctl 0x3f6 bmdma 0xd000 irq 14
[    1.275007] ata4: PATA max UDMA/33 cmd 0x170 ctl 0x376 bmdma 0xd008 irq 15
[    1.282139] Intel(R) PRO/1000 Network Driver - version 7.3.21-k5-NAPI
[    1.283103] Copyright (c) 1999-2006 Intel Corporation.
[    1.288367]   alloc irq_desc for 19 on node -1
[    1.288374]   alloc kstat_irqs on node -1
[    1.288426] e1000 0000:00:03.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
[    1.447016] ata4.00: ATAPI: VBOX CD-ROM, 1.0, max UDMA/133
[    1.448583] ata4.00: configured for UDMA/33
[    1.567912] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    1.581577] ata1.00: ATA-6: VBOX HARDDISK, 1.0, max UDMA/133
[    1.582587] ata1.00: 20971520 sectors, multi 128: LBA48 NCQ (depth 31/32)
[    1.583033] ata1.00: configured for UDMA/133
[    1.583454] scsi 0:0:0:0: Direct-Access     ATA      VBOX HARDDISK    1.0  
PQ: 0 ANSI: 5
[    1.589587] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    1.618096] sd 0:0:0:0: [sda] 20971520 512-byte logical blocks: (10.7 
GB/10.0 GiB)
[    1.619441] sd 0:0:0:0: [sda] Write Protect is off
[    1.619662] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.619676] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, 
doesn't support DPO or FUA
[    1.652686] e1000: 0000:00:03.0: e1000_probe: (PCI:33MHz:32-bit) 
08:00:27:60:e1:3f
[    1.654168]  sda: sda1 sda2 sda3
[    1.656245] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.691346] e1000: eth0: e1000_probe: Intel(R) PRO/1000 Network Connection
[    1.694933] tun: Universal TUN/TAP device driver, 1.6
[    1.696472] tun: (C) 1999-2004 Max Krasnyansky <[email protected]>
[    1.699215] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.700077] ehci_hcd: block sizes: qh 104 qtd 96 itd 192 sitd 96
[    1.700109] ehci_hcd 0000:00:0b.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
[    1.705416] ehci_hcd 0000:00:0b.0: EHCI Host Controller
[    1.710861] ehci_hcd 0000:00:0b.0: new USB bus registered, assigned bus 
number 1
[    1.713071] ehci_hcd 0000:00:0b.0: reset hcs_params 0x8 dbg=0 cc=0 pcc=0 
ordered !ppc ports=8
[    1.713092] ehci_hcd 0000:00:0b.0: reset hcc_params 0084 caching frame 1024 
park
[    1.713167] ehci_hcd 0000:00:0b.0: park 0
[    1.713214] ehci_hcd 0000:00:0b.0: reset command 080b02 park=3 ithresh=8 
period=1024 Reset HALT
[    1.713485] ehci_hcd 0000:00:0b.0: MWI active
[    1.713630] ehci_hcd 0000:00:0b.0: irq 19, io mem 0xf0805000
[    1.714683] ehci_hcd 0000:00:0b.0: reset command 080b02 park=3 ithresh=8 
period=1024 Reset HALT
[    1.715516] ehci_hcd 0000:00:0b.0: init command 010001 (park)=0 ithresh=1 
period=1024 RUN
[    1.721271] ehci_hcd 0000:00:0b.0: USB 2.0 started, EHCI 1.00
[    1.722250] usb usb1: default language 0x0409
[    1.722308] usb usb1: udev 1, busnum 1, minor = 0
[    1.722314] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.729706] usb usb1: New USB device strings: Mfr=3, Product=2, 
SerialNumber=1
[    1.732629] usb usb1: Product: EHCI Host Controller
[    1.733414] usb usb1: Manufacturer: Linux 2.6.32-gentoo-r7 ehci_hcd
[    1.734413] usb usb1: SerialNumber: 0000:00:0b.0
[    1.736345] usb usb1: uevent
[    1.737015] usb usb1: usb_probe_device
[    1.737023] usb usb1: configuration #1 chosen from 1 choice
[    1.738374] usb usb1: adding 1-0:1.0 (config #1, interface 0)
[    1.738432] usb 1-0:1.0: uevent
[    1.739014] hub 1-0:1.0: usb_probe_interface
[    1.739020] hub 1-0:1.0: usb_probe_interface - got id
[    1.739025] hub 1-0:1.0: USB hub found
[    1.739454] hub 1-0:1.0: 8 ports detected
[    1.741370] hub 1-0:1.0: standalone hub
[    1.741375] hub 1-0:1.0: no power switching (usb 1.0)
[    1.741379] hub 1-0:1.0: individual port over-current protection
[    1.741385] hub 1-0:1.0: power on to power good time: 20ms
[    1.741397] hub 1-0:1.0: local power source is good
[    1.741403] hub 1-0:1.0: trying to enable port power on non-switchable hub
[    1.742191] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.743197] ohci_hcd: block sizes: ed 80 td 96
[    1.743307]   alloc irq_desc for 22 on node -1
[    1.743313]   alloc kstat_irqs on node -1
[    1.743382] ohci_hcd 0000:00:06.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[    1.744508] ohci_hcd 0000:00:06.0: OHCI Host Controller
[    1.749820] ohci_hcd 0000:00:06.0: new USB bus registered, assigned bus 
number 2
[    1.754738] ohci_hcd 0000:00:06.0: created debug files
[    1.754872] ohci_hcd 0000:00:06.0: irq 22, io mem 0xf0804000
[    1.806999] ohci_hcd 0000:00:06.0: OHCI controller state
[    1.808283] ohci_hcd 0000:00:06.0: OHCI 1.0, NO legacy support registers
[    1.808305] ohci_hcd 0000:00:06.0: control 0x283 RWC HCFS=operational CBSR=3
[    1.808322] ohci_hcd 0000:00:06.0: cmdstatus 0x00000 SOC=0
[    1.808339] ohci_hcd 0000:00:06.0: intrstatus 0x00000000
[    1.808356] ohci_hcd 0000:00:06.0: intrenable 0x8000005a MIE RHSC UE RD WDH
[    1.808417] ohci_hcd 0000:00:06.0: hcca frame #0001
[    1.808435] ohci_hcd 0000:00:06.0: roothub.a 00000208 POTPGT=0 NPS NDP=8(8)
[    1.808450] ohci_hcd 0000:00:06.0: roothub.b 00000000 PPCM=0000 DR=0000
[    1.808465] ohci_hcd 0000:00:06.0: roothub.status 00008000 DRWE
[    1.808483] ohci_hcd 0000:00:06.0: roothub.portstatus [0] 0x00010101 CSC PPS 
CCS
[    1.808499] ohci_hcd 0000:00:06.0: roothub.portstatus [1] 0x00000100 PPS
[    1.808515] ohci_hcd 0000:00:06.0: roothub.portstatus [2] 0x00000100 PPS
[    1.808531] ohci_hcd 0000:00:06.0: roothub.portstatus [3] 0x00000100 PPS
[    1.808546] ohci_hcd 0000:00:06.0: roothub.portstatus [4] 0x00000100 PPS
[    1.808562] ohci_hcd 0000:00:06.0: roothub.portstatus [5] 0x00000100 PPS
[    1.808578] ohci_hcd 0000:00:06.0: roothub.portstatus [6] 0x00000100 PPS
[    1.808593] ohci_hcd 0000:00:06.0: roothub.portstatus [7] 0x00000100 PPS
[    1.808631] usb usb2: default language 0x0409
[    1.808645] usb usb2: udev 1, busnum 2, minor = 128
[    1.808651] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[    1.811657] usb usb2: New USB device strings: Mfr=3, Product=2, 
SerialNumber=1
[    1.813638] usb usb2: Product: OHCI Host Controller
[    1.814009] usb usb2: Manufacturer: Linux 2.6.32-gentoo-r7 ohci_hcd
[    1.816291] usb usb2: SerialNumber: 0000:00:06.0
[    1.816995] usb usb2: uevent
[    1.820922] usb usb2: usb_probe_device
[    1.820932] usb usb2: configuration #1 chosen from 1 choice
[    1.824816] usb usb2: adding 2-0:1.0 (config #1, interface 0)
[    1.824868] usb 2-0:1.0: uevent
[    1.825793] hub 2-0:1.0: usb_probe_interface
[    1.825799] hub 2-0:1.0: usb_probe_interface - got id
[    1.825804] hub 2-0:1.0: USB hub found
[    1.827239] hub 2-0:1.0: 8 ports detected
[    1.829012] hub 2-0:1.0: standalone hub
[    1.829018] hub 2-0:1.0: no power switching (usb 1.0)
[    1.829023] hub 2-0:1.0: global over-current protection
[    1.829028] hub 2-0:1.0: power on to power good time: 0ms
[    1.829088] hub 2-0:1.0: local power source is good
[    1.829093] hub 2-0:1.0: no over-current condition exists
[    1.829099] hub 2-0:1.0: trying to enable port power on non-switchable hub
[    1.830812] uhci_hcd: USB Universal Host Controller Interface driver
[    1.834633] PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 
irq 1,12
[    1.838258] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.839348] serio: i8042 AUX port at 0x60,0x64 irq 12
[    1.843504] hub 1-0:1.0: state 7 ports 8 chg 0000 evt 0000
[    1.849335] mice: PS/2 mouse device common for all mice
[    1.854729] rtc_cmos rtc_cmos: rtc core: registered rtc_cmos as rtc0
[    1.855015] rtc0: alarms up to one day, 114 bytes nvram
[    1.856855] i2c /dev entries driver
[    1.857266] input: AT Translated Set 2 keyboard as 
/devices/platform/i8042/serio0/input/input2
[    1.859508] md: raid1 personality registered for level 1
[    1.860838] device-mapper: ioctl: 4.15.0-ioctl (2009-04-01) initialised: 
[email protected]
[    1.861512] cpuidle: using governor ladder
[    1.861514] cpuidle: using governor menu
[    1.891848] input: ImExPS/2 Generic Explorer Mouse as 
/devices/platform/i8042/serio1/input/input3
[    1.897917] usbcore: registered new interface driver hiddev
[    1.898524] usbcore: registered new interface driver usbhid
[    1.898852] usbhid: v2.6:USB HID core driver
[    1.899639] TCP cubic registered
[    1.899979] Initializing XFRM netlink socket
[    1.902037] NET: Registered protocol family 10
[    1.903250] IPv6 over IPv4 tunneling driver
[    1.904358] NET: Registered protocol family 17
[    1.905734] registered taskstats version 1
[    1.910534] rtc_cmos rtc_cmos: setting system clock to 2010-06-26 17:12:08 
UTC (1277572328)
[    1.935003] ohci_hcd 0000:00:06.0: GetStatus roothub.portstatus [0] = 
0x00010101 CSC PPS CCS
[    1.935018] hub 2-0:1.0: port 1: status 0101 change 0001
[    1.935455] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    1.938807] ata2.00: ATA-6: VBOX HARDDISK, 1.0, max UDMA/133
[    1.939652] ata2.00: 20971520 sectors, multi 128: LBA48 NCQ (depth 31/32)
[    1.941454] ata2.00: configured for UDMA/133
[    1.942461] scsi 1:0:0:0: Direct-Access     ATA      VBOX HARDDISK    1.0  
PQ: 0 ANSI: 5
[    1.972436] sd 1:0:0:0: [sdb] 20971520 512-byte logical blocks: (10.7 
GB/10.0 GiB)
[    1.972548] sd 1:0:0:0: Attached scsi generic sg1 type 0
[    1.974175] sd 1:0:0:0: [sdb] Write Protect is off
[    1.974403] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    1.974417] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, 
doesn't support DPO or FUA
[    1.974962]  sdb: sdb1 sdb2 sdb3
[    1.976463] scsi 3:0:0:0: CD-ROM            VBOX     CD-ROM           1.0  
PQ: 0 ANSI: 5
[    1.976536] sd 1:0:0:0: [sdb] Attached SCSI disk
[    1.979313] sr0: scsi3-mmc drive: 32x/32x xa/form2 tray
[    1.979542] Uniform CD-ROM driver Revision: 3.20
[    1.979789] sr 3:0:0:0: Attached scsi CD-ROM sr0
[    1.979904] sr 3:0:0:0: Attached scsi generic sg2 type 5
[    1.980464] Freeing unused kernel memory: 468k freed
[    2.036565] hub 2-0:1.0: state 7 ports 8 chg 0002 evt 0000
[    2.036580] hub 2-0:1.0: port 1, status 0101, change 0000, 12 Mb/s
[    2.042634] e1000: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: 
RX
[    2.109299] ohci_hcd 0000:00:06.0: GetStatus roothub.portstatus [0] = 
0x00100103 PRSC PPS PES CCS
[    2.160384] usb 2-1: new full speed USB device using ohci_hcd and address 2
[    2.246252] ohci_hcd 0000:00:06.0: GetStatus roothub.portstatus [0] = 
0x00100103 PRSC PPS PES CCS
[    2.316208] usb 2-1: ep0 maxpacket = 8
[    2.322407] usb 2-1: skipped 1 descriptor after interface
[    2.325347] usb 2-1: default language 0x0409
[    2.329561] usb 2-1: udev 2, busnum 2, minor = 129
[    2.329568] usb 2-1: New USB device found, idVendor=80ee, idProduct=0021
[    2.336340] usb 2-1: New USB device strings: Mfr=1, Product=3, SerialNumber=0
[    2.339240] usb 2-1: Product: USB Tablet
[    2.340215] usb 2-1: Manufacturer: VirtualBox
[    2.341181] usb 2-1: uevent
[    2.343674] usb 2-1: usb_probe_device
[    2.343686] usb 2-1: configuration #1 chosen from 1 choice
[    2.346401] usb 2-1: adding 2-1:1.0 (config #1, interface 0)
[    2.346401] usb 2-1:1.0: uevent
[    2.348607] usbhid 2-1:1.0: usb_probe_interface
[    2.348615] usbhid 2-1:1.0: usb_probe_interface - got id
[    2.366749] input: VirtualBox USB Tablet as 
/devices/pci0000:00/0000:00:06.0/usb2/2-1/2-1:1.0/input/input4
[    2.372410] generic-usb 0003:80EE:0021.0001: input,hidraw0: USB HID v1.10 
Mouse [VirtualBox USB Tablet] on usb-0000:00:06.0-1/input0
[    2.375468] hub 2-0:1.0: state 7 ports 8 chg 0000 evt 0002
[   12.831205] eth0: no IPv6 routers present

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to