One of my customers wants to use Fit-PC2 for BlueTooth marketing.
They wrote their own software in Debian 5.0 Lenny, but they are experiencing problems with BlueTooth dongles (the dongles connect to Fit-PC2 via USB).
The first problem they encountered was Debian stuck on reboot command - I solved this by asking them to add "reboot=b" in boot options, as other users suggested here. This indeed solved the problem.
The second problem they encountered was USB dongles not detected by Fit-PC2 after reboot. I solved this by asking them to change the BIOS configuration to disable C-States (keep GV3 only). This was also suggested by other users in the forum.
Their last problem that I was unable to solve is the dongles segfaulting when they are accessed:
Code: Select all
[ 856.260222] blued[3154]: segfault at 0 ip b7b92e90 sp bfd32150 error 4 in libc-2.7.so[b7b1d000+155000]
[ 1037.160221] blued[3203]: segfault at 0 ip b7b08e90 sp bf8b5270 error 4 in libc-2.7.so[b7a93000+155000]
[ 1216.932238] blued[3246]: segfault at 0 ip b7ab4e90 sp bf975d90 error 4 in libc-2.7.so[b7a3f000+155000]
[ 6799.460234] blued[4092]: segfault at 0 ip b7b0de90 sp bfa28310 error 4 in libc-2.7.so[b7a98000+155000]

Note: I asked them why they installed 486 kernel and not 686 one, but they replied that they tried 686 before and nothing changed. But maybe using 486 kernel is not good idea anyway?
The output is as follows:
===================
uname -a
Code: Select all
Linux blued-8 2.6.30-2-486 #1 Sat Sep 26 00:03:46 UTC 2009 i686 GNU/Linux
Code: Select all
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 28
model name : Intel(R) Atom(TM) CPU Z510 @ 1.10GHz
stepping : 2
cpu MHz : 1097.228
cache size : 512 KB
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 10
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat clflush dts acpi mmx fxsr sse sse2 ss tm pbe nx constant_tsc arch_perfmon pebs bts pni dtes64 monitor ds_cpl est tm2 ssse3 xtpr pdcm lahf_lm
bogomips : 2194.45
clflush size : 64
power management:
Code: Select all
cpufrequtils 004: cpufreq-info (C) Dominik Brodowski 2004-2006
Report errors and bugs to cpufreq@lists.linux.org.uk, please.
analyzing CPU 0:
driver: acpi-cpufreq
CPUs which need to switch frequency at the same time: 0
hardware limits: 600 MHz - 1.10 GHz
available frequency steps: 1.10 GHz, 800 MHz, 600 MHz
available cpufreq governors: ondemand, performance
current policy: frequency should be within 600 MHz and 1.10 GHz.
The governor "ondemand" may decide which speed to use
within this range.
current CPU frequency is 600 MHz (asserted by call to hardware).
Code: Select all
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 2.6.30-2-486 (Debian 2.6.30-8) (waldi@debian.org) (gcc version 4.3.4 (Debian 4.3.4-3) ) #1 Sat Sep 26 00:03:46 UTC 2009
[ 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 - 0000000000090000 (usable)
[ 0.000000] BIOS-e820: 0000000000090000 - 00000000000a0000 (reserved)
[ 0.000000] BIOS-e820: 00000000000d0000 - 0000000000100000 (reserved)
[ 0.000000] BIOS-e820: 0000000000100000 - 000000003f6b0000 (usable)
[ 0.000000] BIOS-e820: 000000003f6b0000 - 000000003f6bd000 (ACPI data)
[ 0.000000] BIOS-e820: 000000003f6bd000 - 000000003f6c0000 (ACPI NVS)
[ 0.000000] BIOS-e820: 000000003f6c0000 - 0000000040000000 (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: 00000000fee00000 - 00000000fee01000 (reserved)
[ 0.000000] BIOS-e820: 00000000ffb80000 - 0000000100000000 (reserved)
[ 0.000000] DMI present.
[ 0.000000] Phoenix BIOS detected: BIOS may corrupt low RAM, working around it.
[ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[ 0.000000] last_pfn = 0x3f6b0 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-CFFFF write-protect
[ 0.000000] D0000-DFFFF uncachable
[ 0.000000] E0000-FFFFF write-protect
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 000000000 mask 0C0000000 write-back
[ 0.000000] 1 base 03F700000 mask 0FFF00000 uncachable
[ 0.000000] 2 base 03F800000 mask 0FF800000 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] init_memory_mapping: 0000000000000000-00000000377fe000
[ 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 @ 10000-15000
[ 0.000000] RAMDISK: 379d1000 - 37fef102
[ 0.000000] Allocated new RAMDISK: 004eb000 - 00b09102
[ 0.000000] Move RAMDISK from 00000000379d1000 - 0000000037fef101 to 004eb000 - 00b09101
[ 0.000000] ACPI: RSDP 000f85c0 00024 (v02 PTLTD )
[ 0.000000] ACPI: XSDT 3f6b8e67 0006C (v01 PTLTD XSDT 06040000 LTP 00000000)
[ 0.000000] ACPI: FACP 3f6bcdbe 000F4 (v03 INTEL POULSBO 06040000 INTC 00000032)
[ 0.000000] ACPI: DSDT 3f6b95b2 03788 (v01 INTEL POULSBO 06040000 INTL 20050624)
[ 0.000000] ACPI: FACS 3f6bffc0 00040
[ 0.000000] ACPI: HPET 3f6bceb2 00038 (v01 INTEL POULSBO 06040000 INTC 00000032)
[ 0.000000] ACPI: MCFG 3f6bceea 0003C (v01 INTEL POULSBO 06040000 INTC 00000032)
[ 0.000000] ACPI: TCPA 3f6bcf26 00032 (v01 PTLTD CALISTGA 06040000 PTL 00000001)
[ 0.000000] ACPI: TMOR 3f6bcf58 00026 (v01 PTLTD 06040000 PTL 00000003)
[ 0.000000] ACPI: APIC 3f6bcf7e 0005A (v01 PTLTD APIC 06040000 LTP 00000000)
[ 0.000000] ACPI: BOOT 3f6bcfd8 00028 (v01 PTLTD $SBFTBL$ 06040000 LTP 00000001)
[ 0.000000] ACPI: SSDT 3f6b93af 00203 (v02 PmRef Cpu0Ist 00003000 INTL 20050624)
[ 0.000000] ACPI: SSDT 3f6b8ed3 004DC (v02 PmRef CpuPm 00003000 INTL 20050624)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] 126MB 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 00011000 - 00017f00
[ 0.000000] (7 early reservations) ==> bootmem [0000000000 - 00377fe000]
[ 0.000000] #0 [0000000000 - 0000001000] BIOS data page ==> [0000000000 - 0000001000]
[ 0.000000] #1 [0000100000 - 00004e71fc] TEXT DATA BSS ==> [0000100000 - 00004e71fc]
[ 0.000000] #2 [0000090000 - 0000100000] BIOS reserved ==> [0000090000 - 0000100000]
[ 0.000000] #3 [00004e8000 - 00004ea15c] BRK ==> [00004e8000 - 00004ea15c]
[ 0.000000] #4 [0000010000 - 0000011000] PGTABLE ==> [0000010000 - 0000011000]
[ 0.000000] #5 [00004eb000 - 0000b09102] NEW RAMDISK ==> [00004eb000 - 0000b09102]
[ 0.000000] #6 [0000011000 - 0000018000] BOOTMAP ==> [0000011000 - 0000018000]
[ 0.000000] found SMP MP-table at [c00f85f0] f85f0
[ 0.000000] Zone PFN ranges:
[ 0.000000] DMA 0x00000010 -> 0x00001000
[ 0.000000] Normal 0x00001000 -> 0x000377fe
[ 0.000000] HighMem 0x000377fe -> 0x0003f6b0
[ 0.000000] Movable zone start PFN for each node
[ 0.000000] early_node_map[2] active PFN ranges
[ 0.000000] 0: 0x00000010 -> 0x00000090
[ 0.000000] 0: 0x00000100 -> 0x0003f6b0
[ 0.000000] On node 0 totalpages: 259632
[ 0.000000] free_area_init_node: node 0, pgdat c03f526c, node_mem_map c1000200
[ 0.000000] DMA zone: 32 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 3936 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: 254 pages used for memmap
[ 0.000000] HighMem zone: 32180 pages, LIFO batch:7
[ 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_NMI (acpi_id[0x00] high edge lint[0x1])
[ 0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 1, 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] nr_irqs_gsi: 24
[ 0.000000] PM: Registered nosave memory: 0000000000090000 - 00000000000a0000
[ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000d0000
[ 0.000000] PM: Registered nosave memory: 00000000000d0000 - 0000000000100000
[ 0.000000] Allocating PCI resources starting at 50000000 (gap: 40000000:a0000000)
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 257602
[ 0.000000] Kernel command line: root=/dev/sda1 ro quiet reboot=b
[ 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] NR_IRQS:288
[ 0.000000] PID hash table entries: 4096 (order: 12, 16384 bytes)
[ 0.000000] Extended CMOS year: 2000
[ 0.000000] Fast TSC calibration using PIT
[ 0.000000] Detected 1097.195 MHz processor.
[ 0.004000] Console: colour VGA+ 80x25
[ 0.004000] console [tty0] enabled
[ 0.004000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[ 0.004000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.004000] Initializing HighMem for node 0 (000377fe:0003f6b0)
[ 0.004000] Memory: 1018992k/1039040k available (2077k kernel code, 19232k reserved, 990k data, 412k init, 129736k highmem)
[ 0.004000] virtual kernel memory layout:
[ 0.004000] fixmap : 0xfffa8000 - 0xfffff000 ( 348 kB)
[ 0.004000] pkmap : 0xff800000 - 0xffc00000 (4096 kB)
[ 0.004000] vmalloc : 0xf7ffe000 - 0xff7fe000 ( 120 MB)
[ 0.004000] lowmem : 0xc0000000 - 0xf77fe000 ( 887 MB)
[ 0.004000] .init : 0xc0402000 - 0xc0469000 ( 412 kB)
[ 0.004000] .data : 0xc03076ab - 0xc03fef28 ( 990 kB)
[ 0.004000] .text : 0xc0100000 - 0xc03076ab (2077 kB)
[ 0.004000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[ 0.004000] hpet clockevent registered
[ 0.004000] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
[ 0.004000] Calibrating delay loop (skipped), value calculated using timer frequency.. 2194.39 BogoMIPS (lpj=4388780)
[ 0.004000] Security Framework initialized
[ 0.004000] SELinux: Disabled at boot.
[ 0.004000] Mount-cache hash table entries: 512
[ 0.004000] Initializing cgroup subsys ns
[ 0.004000] Initializing cgroup subsys cpuacct
[ 0.004000] Initializing cgroup subsys devices
[ 0.004000] Initializing cgroup subsys freezer
[ 0.004000] Initializing cgroup subsys net_cls
[ 0.004000] CPU: L1 I cache: 32K, L1 D cache: 24K
[ 0.004000] CPU: L2 cache: 512K
[ 0.004000] using mwait in idle threads.
[ 0.004000] CPU: Intel(R) Atom(TM) CPU Z510 @ 1.10GHz stepping 02
[ 0.004000] Checking 'hlt' instruction... OK.
[ 0.019311] ACPI: Core revision 20090320
[ 0.032756] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.076001] net_namespace: 1076 bytes
[ 0.076001] Booting paravirtualized kernel on bare hardware
[ 0.076001] regulator: core version 0.5
[ 0.076001] NET: Registered protocol family 16
[ 0.076001] EISA bus registered
[ 0.076001] ACPI: bus type pci registered
[ 0.076001] PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
[ 0.076001] PCI: MCFG area at e0000000 reserved in E820
[ 0.076001] PCI: Using MMCONFIG for extended config space
[ 0.076001] PCI: Using configuration type 1 for base access
[ 0.078338] bio: create slab <bio-0> at 0
[ 0.079805] ACPI: EC: Look up EC in DSDT
[ 0.084187] ACPI: BIOS _OSI(Linux) query ignored
[ 0.085275] ACPI: EC: non-query interrupt received, switching to interrupt mode
[ 0.200174] ACPI: Interpreter enabled
[ 0.200189] ACPI: (supports S0 S3 S4 S5)
[ 0.200244] ACPI: Using IOAPIC for interrupt routing
[ 0.205259] [Firmware Bug]: ACPI: ACPI brightness control misses _BQC function
[ 0.214091] ACPI: EC: GPE = 0xd, I/O: command/status = 0x66, data = 0x62
[ 0.214100] ACPI: EC: driver started in interrupt mode
[ 0.214887] ACPI: No dock devices found.
[ 0.214922] ACPI: PCI Root Bridge [PCI0] (0000:00)
[ 0.215215] pci 0000:00:02.0: reg 10 32bit mmio: [0xd0080000-0xd00fffff]
[ 0.215231] pci 0000:00:02.0: reg 14 io port: [0x1800-0x1807]
[ 0.215246] pci 0000:00:02.0: reg 18 32bit mmio: [0xc0000000-0xcfffffff]
[ 0.215261] pci 0000:00:02.0: reg 1c 32bit mmio: [0xd0040000-0xd007ffff]
[ 0.215418] pci 0000:00:1b.0: reg 10 64bit mmio: [0xd0010000-0xd0013fff]
[ 0.215484] pci 0000:00:1b.0: PME# supported from D0 D3hot
[ 0.215495] pci 0000:00:1b.0: PME# disabled
[ 0.215589] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.215599] pci 0000:00:1c.0: PME# disabled
[ 0.215680] pci 0000:00:1d.0: reg 20 io port: [0x1820-0x183f]
[ 0.215762] pci 0000:00:1d.1: reg 20 io port: [0x1840-0x185f]
[ 0.215844] pci 0000:00:1d.2: reg 20 io port: [0x1860-0x187f]
[ 0.215949] pci 0000:00:1d.7: reg 10 32bit mmio: [0xd0014000-0xd00143ff]
[ 0.216062] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[ 0.216074] pci 0000:00:1d.7: PME# disabled
[ 0.216121] pci 0000:00:1e.0: reg 10 32bit mmio: [0xd0014400-0xd00144ff]
[ 0.216204] pci 0000:00:1e.1: reg 10 32bit mmio: [0xd0014800-0xd00148ff]
[ 0.216388] pci 0000:00:1f.1: reg 20 io port: [0x1810-0x181f]
[ 0.216500] pci 0000:02:00.0: reg 10 io port: [0x2000-0x20ff]
[ 0.216533] pci 0000:02:00.0: reg 18 64bit mmio: [0xd0100000-0xd0100fff]
[ 0.216558] pci 0000:02:00.0: reg 20 64bit mmio: [0xd0400000-0xd040ffff]
[ 0.216576] pci 0000:02:00.0: reg 30 32bit mmio: [0x000000-0x01ffff]
[ 0.216637] pci 0000:02:00.0: supports D1 D2
[ 0.216644] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.216656] pci 0000:02:00.0: PME# disabled
[ 0.216747] pci 0000:00:1c.0: bridge io port: [0x2000-0x2fff]
[ 0.216758] pci 0000:00:1c.0: bridge 32bit mmio: [0xd0100000-0xd01fffff]
[ 0.216770] pci 0000:00:1c.0: bridge 32bit mmio pref: [0xd0400000-0xd04fffff]
[ 0.216788] pci_bus 0000:00: on NUMA node 0
[ 0.216803] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ 0.217179] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
[ 0.228482] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 *7 10 12 14 15)
[ 0.228746] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 *4 5 6 7 11 12 14 15)
[ 0.229002] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 *3 4 5 6 7 10 12 14 15)
[ 0.229257] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 *5 6 7 11 12 14 15)
[ 0.229512] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 *10 12 14 15)
[ 0.229768] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 *11 12 14 15)
[ 0.230024] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 7 10 *12 14 15)
[ 0.230280] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
[ 0.231100] PCI: Using ACPI for IRQ routing
[ 0.231565] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[ 0.231581] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
[ 0.236224] pnp: PnP ACPI init
[ 0.236247] ACPI: bus type pnp registered
[ 0.239496] pnp: PnP ACPI: found 8 devices
[ 0.239505] ACPI: ACPI bus type pnp unregistered
[ 0.239515] PnPBIOS: Disabled by ACPI PNP
[ 0.239544] system 00:01: iomem range 0xfd000000-0xfd003fff has been reserved
[ 0.239555] system 00:01: iomem range 0xe0000000-0xefffffff has been reserved
[ 0.239566] system 00:01: iomem range 0xfed00000-0xfed3ffff could not be reserved
[ 0.239576] system 00:01: iomem range 0xfed40000-0xfed44fff has been reserved
[ 0.239587] system 00:01: iomem range 0xfed45000-0xfed4bfff has been reserved
[ 0.239609] system 00:06: ioport range 0x680-0x69f has been reserved
[ 0.239620] system 00:06: ioport range 0x8080-0x8080 has been reserved
[ 0.239630] system 00:06: ioport range 0x1000-0x107f has been reserved
[ 0.239640] system 00:06: ioport range 0x1180-0x11bf has been reserved
[ 0.239650] system 00:06: ioport range 0x1640-0x164f has been reserved
[ 0.275373] pci 0000:00:1c.0: PCI bridge, secondary bus 0000:02
[ 0.275385] pci 0000:00:1c.0: IO window: 0x2000-0x2fff
[ 0.275399] pci 0000:00:1c.0: MEM window: 0xd0100000-0xd01fffff
[ 0.275411] pci 0000:00:1c.0: PREFETCH window: 0x000000d0400000-0x000000d04fffff
[ 0.275449] pci 0000:00:1c.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 0.275462] pci 0000:00:1c.0: setting latency timer to 64
[ 0.275475] pci_bus 0000:00: resource 0 io: [0x00-0xffff]
[ 0.275484] pci_bus 0000:00: resource 1 mem: [0x000000-0xffffffff]
[ 0.275493] pci_bus 0000:02: resource 0 io: [0x2000-0x2fff]
[ 0.275502] pci_bus 0000:02: resource 1 mem: [0xd0100000-0xd01fffff]
[ 0.275511] pci_bus 0000:02: resource 2 pref mem [0xd0400000-0xd04fffff]
[ 0.275637] NET: Registered protocol family 2
[ 0.275913] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.276897] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.278214] TCP bind hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.278560] TCP: Hash tables configured (established 131072 bind 65536)
[ 0.278567] TCP reno registered
[ 0.278830] NET: Registered protocol family 1
[ 0.278998] Trying to unpack rootfs image as initramfs...
[ 0.504040] Switched to high resolution mode on CPU 0
[ 0.724388] Freeing initrd memory: 6264k freed
[ 0.732790] Simple Boot Flag at 0x36 set to 0x1
[ 0.734234] audit: initializing netlink socket (disabled)
[ 0.734272] type=2000 audit(1259130119.732:1): initialized
[ 0.734709] highmem bounce pool size: 64 pages
[ 0.734724] HugeTLB registered 4 MB page size, pre-allocated 0 pages
[ 0.734897] VFS: Disk quotas dquot_6.5.2
[ 0.734986] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.735108] msgmni has been set to 1749
[ 0.735477] alg: No test for stdrng (krng)
[ 0.735639] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[ 0.735648] io scheduler noop registered
[ 0.735655] io scheduler anticipatory registered
[ 0.735661] io scheduler deadline registered
[ 0.735700] io scheduler cfq registered (default)
[ 0.735734] pci 0000:00:02.0: Boot video device
[ 0.736148] pcieport-driver 0000:00:1c.0: setting latency timer to 64
[ 0.737180] isapnp: Scanning for PnP cards...
[ 1.092166] isapnp: No Plug & Play device found
[ 1.101889] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 1.107041] brd: module loaded
[ 1.107430] PNP: No PS/2 controller found. Probing ports directly.
[ 1.109449] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 1.109465] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 1.109899] mice: PS/2 mouse device common for all mice
[ 1.110098] rtc_cmos 00:07: RTC can wake from S4
[ 1.110292] rtc_cmos 00:07: rtc core: registered rtc_cmos as rtc0
[ 1.110331] rtc0: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[ 1.110620] EISA: Probing bus 0 at eisa.0
[ 1.110637] Cannot allocate resource for EISA slot 1
[ 1.110646] Cannot allocate resource for EISA slot 2
[ 1.110685] Cannot allocate resource for EISA slot 8
[ 1.110692] EISA: Detected 0 cards.
[ 1.110699] cpuidle: using governor ladder
[ 1.110706] cpuidle: using governor menu
[ 1.110719] No iBFT detected.
[ 1.111953] TCP cubic registered
[ 1.112087] NET: Registered protocol family 10
[ 1.113411] lo: Disabled Privacy Extensions
[ 1.114412] Mobile IPv6
[ 1.114420] NET: Registered protocol family 17
[ 1.114441] Using IPI Shortcut mode
[ 1.114882] registered taskstats version 1
[ 1.115196] rtc_cmos 00:07: setting system clock to 2009-11-25 06:22:00 UTC (1259130120)
[ 1.115375] Freeing unused kernel memory: 412k freed
[ 1.115933] Write protecting the kernel text: 2080k
[ 1.115975] Write protecting the kernel read-only data: 776k
[ 1.120917] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[ 1.384110] thermal LNXTHERM:01: registered as thermal_zone0
[ 1.384133] ACPI: Thermal Zone [TZ00] (0 C)
[ 1.385046] ACPI: Invalid active0 threshold
[ 1.385641] thermal LNXTHERM:02: registered as thermal_zone1
[ 1.385663] ACPI: Thermal Zone [TZ01] (0 C)
[ 5.429672] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[ 5.429724] r8169 0000:02:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 5.429755] r8169 0000:02:00.0: setting latency timer to 64
[ 5.429871] r8169 0000:02:00.0: irq 24 for MSI/MSI-X
[ 5.431715] eth0: RTL8168c/8111c at 0xf8080000, 00:01:c0:06:b9:a6, XID 3c4000c0 IRQ 24
[ 5.806861] SCSI subsystem initialized
[ 6.141796] sdhci: Secure Digital Host Controller Interface driver
[ 6.141806] sdhci: Copyright(c) Pierre Ossman
[ 6.145769] sdhci-pci 0000:00:1e.0: SDHCI controller found [8086:811c] (rev 7)
[ 6.145810] sdhci-pci 0000:00:1e.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[ 6.145863] sdhci-pci 0000:00:1e.0: setting latency timer to 64
[ 6.145952] Registered led device: mmc0::
[ 6.146024] mmc0: SDHCI controller on PCI [0000:00:1e.0] using DMA
[ 6.146050] sdhci-pci 0000:00:1e.1: SDHCI controller found [8086:811d] (rev 7)
[ 6.146073] sdhci-pci 0000:00:1e.1: PCI INT B -> GSI 20 (level, low) -> IRQ 20
[ 6.146104] sdhci-pci 0000:00:1e.1: setting latency timer to 64
[ 6.146171] Registered led device: mmc1::
[ 6.146228] mmc1: SDHCI controller on PCI [0000:00:1e.1] using DMA
[ 6.328182] usbcore: registered new interface driver usbfs
[ 6.328266] usbcore: registered new interface driver hub
[ 6.328379] usbcore: registered new device driver usb
[ 6.335850] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 6.335929] ehci_hcd 0000:00:1d.7: PCI INT D -> GSI 21 (level, low) -> IRQ 21
[ 6.335969] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[ 6.335979] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[ 6.336106] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
[ 6.340064] ehci_hcd 0000:00:1d.7: debug port 1
[ 6.340078] ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported
[ 6.340110] ehci_hcd 0000:00:1d.7: irq 21, io mem 0xd0014000
[ 6.350068] uhci_hcd: USB Universal Host Controller Interface driver
[ 6.356065] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[ 6.356169] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 6.356178] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 6.356187] usb usb1: Product: EHCI Host Controller
[ 6.356194] usb usb1: Manufacturer: Linux 2.6.30-2-486 ehci_hcd
[ 6.356201] usb usb1: SerialNumber: 0000:00:1d.7
[ 6.356403] usb usb1: configuration #1 chosen from 1 choice
[ 6.356491] hub 1-0:1.0: USB hub found
[ 6.356519] hub 1-0:1.0: 8 ports detected
[ 6.356957] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[ 6.356976] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[ 6.356986] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[ 6.357051] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
[ 6.357112] uhci_hcd 0000:00:1d.0: irq 23, io base 0x00001820
[ 6.357214] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[ 6.357223] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 6.357231] usb usb2: Product: UHCI Host Controller
[ 6.357238] usb usb2: Manufacturer: Linux 2.6.30-2-486 uhci_hcd
[ 6.357245] usb usb2: SerialNumber: 0000:00:1d.0
[ 6.357380] usb usb2: configuration #1 chosen from 1 choice
[ 6.357462] hub 2-0:1.0: USB hub found
[ 6.357483] hub 2-0:1.0: 2 ports detected
[ 6.357765] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[ 6.357780] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[ 6.357788] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[ 6.357873] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
[ 6.357922] uhci_hcd 0000:00:1d.1: irq 19, io base 0x00001840
[ 6.358023] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[ 6.358032] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 6.358040] usb usb3: Product: UHCI Host Controller
[ 6.358047] usb usb3: Manufacturer: Linux 2.6.30-2-486 uhci_hcd
[ 6.358054] usb usb3: SerialNumber: 0000:00:1d.1
[ 6.358194] usb usb3: configuration #1 chosen from 1 choice
[ 6.358275] hub 3-0:1.0: USB hub found
[ 6.358295] hub 3-0:1.0: 2 ports detected
[ 6.358561] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[ 6.358576] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[ 6.358585] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[ 6.358647] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
[ 6.358696] uhci_hcd 0000:00:1d.2: irq 18, io base 0x00001860
[ 6.358796] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[ 6.358805] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 6.358813] usb usb4: Product: UHCI Host Controller
[ 6.358820] usb usb4: Manufacturer: Linux 2.6.30-2-486 uhci_hcd
[ 6.358827] usb usb4: SerialNumber: 0000:00:1d.2
[ 6.358965] usb usb4: configuration #1 chosen from 1 choice
[ 6.359046] hub 4-0:1.0: USB hub found
[ 6.359066] hub 4-0:1.0: 2 ports detected
[ 6.668084] usb 1-1: new high speed USB device using ehci_hcd and address 2
[ 6.802475] usb 1-1: New USB device found, idVendor=19d2, idProduct=0031
[ 6.802488] usb 1-1: New USB device strings: Mfr=2, Product=1, SerialNumber=3
[ 6.802498] usb 1-1: Product: ZTE CDMA Technologies MSM
[ 6.802505] usb 1-1: Manufacturer: ZTE, Incorporated
[ 6.802512] usb 1-1: SerialNumber: 1234567890ABCDEF
[ 6.802736] usb 1-1: configuration #1 chosen from 1 choice
[ 6.956057] usb 1-4: new high speed USB device using ehci_hcd and address 3
[ 7.089480] usb 1-4: New USB device found, idVendor=05e3, idProduct=0608
[ 7.089492] usb 1-4: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 7.089501] usb 1-4: Product: USB2.0 Hub
[ 7.089721] usb 1-4: configuration #1 chosen from 1 choice
[ 7.090059] hub 1-4:1.0: USB hub found
[ 7.090348] hub 1-4:1.0: 4 ports detected
[ 7.444052] usb 4-1: new low speed USB device using uhci_hcd and address 2
[ 7.621281] usb 4-1: New USB device found, idVendor=0603, idProduct=00f2
[ 7.621294] usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 7.621304] usb 4-1: Product: USB Keyboard
[ 7.621310] usb 4-1: Manufacturer: NOVATEK
[ 7.621535] usb 4-1: configuration #1 chosen from 1 choice
[ 7.740103] libata version 3.00 loaded.
[ 7.744723] pata_sch 0000:00:1f.1: version 0.2
[ 7.744820] pata_sch 0000:00:1f.1: setting latency timer to 64
[ 7.744959] scsi0 : pata_sch
[ 7.745177] scsi1 : pata_sch
[ 7.746023] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x1810 irq 14
[ 7.746034] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x1818 irq 15
[ 7.864078] usb 4-2: new low speed USB device using uhci_hcd and address 3
[ 7.956452] ata1.00: ATA-7: KingSpec KSD-SU25.11-008MJ, J090429, max UDMA/133
[ 7.956466] ata1.00: 15711696 sectors, multi 1: LBA48
[ 7.964430] ata1.00: configured for UDMA/100
[ 7.964708] scsi 0:0:0:0: Direct-Access ATA KingSpec KSD-SU2 J090 PQ: 0 ANSI: 5
[ 8.044307] usb 4-2: New USB device found, idVendor=03eb, idProduct=21fe
[ 8.044319] usb 4-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 8.044329] usb 4-2: Product: AVR309:USB to UART protocol converter (simple)
[ 8.044337] usb 4-2: Manufacturer: Cesko
[ 8.044572] usb 4-2: configuration #1 chosen from 1 choice
[ 8.131139] usb 1-4.3: new full speed USB device using ehci_hcd and address 6
[ 8.176157] Uniform Multi-Platform E-IDE driver
[ 16.058535] Initializing USB Mass Storage driver...
[ 16.328122] scsi2 : SCSI emulation for USB Mass Storage devices
[ 16.328430] usbcore: registered new interface driver usb-storage
[ 16.328441] USB Mass Storage support registered.
[ 16.432062] usb-storage: device found at 2
[ 16.432071] usb-storage: waiting for device to settle before scanning
[ 16.648125] usbcore: registered new interface driver hiddev
[ 16.668838] input: NOVATEK USB Keyboard as /devices/pci0000:00/0000:00:1d.2/usb4/4-1/4-1:1.0/input/input1
[ 16.668992] generic-usb 0003:0603:00F2.0001: input,hidraw0: USB HID v1.10 Keyboard [NOVATEK USB Keyboard] on usb-0000:00:1d.2-1/input0
[ 16.768370] input: NOVATEK USB Keyboard as /devices/pci0000:00/0000:00:1d.2/usb4/4-1/4-1:1.1/input/input2
[ 16.768627] generic-usb 0003:0603:00F2.0002: input,hiddev96,hidraw1: USB HID v1.10 Device [NOVATEK USB Keyboard] on usb-0000:00:1d.2-1/input1
[ 16.768698] usbcore: registered new interface driver usbhid
[ 16.768707] usbhid: v2.6:USB HID core driver
[ 17.713251] Driver 'sd' needs updating - please use bus_type methods
[ 17.713647] sd 0:0:0:0: [sda] 15711696 512-byte hardware sectors: (8.04 GB/7.49 GiB)
[ 17.713697] sd 0:0:0:0: [sda] Write Protect is off
[ 17.713708] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 17.713781] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[ 17.714063] sda: sda1 sda2 < sda5 >
[ 17.715139] sd 0:0:0:0: [sda] Attached SCSI disk
[ 19.117396] PM: Starting manual resume from disk
[ 19.281370] kjournald starting. Commit interval 5 seconds
[ 19.281397] EXT3-fs: mounted filesystem with ordered data mode.
[ 19.966704] udevd version 125 started
[ 20.301619] usbcore: registered new interface driver usbserial
[ 20.301658] USB Serial support registered for generic
[ 20.301691] usbserial_generic 1-1:1.0: Generic device with no bulk out, not allowed.
[ 20.301801] usbserial_generic: probe of 1-1:1.0 failed with error -5
[ 20.301818] usbserial_generic 1-1:1.1: Generic device with no bulk out, not allowed.
[ 20.301917] usbserial_generic: probe of 1-1:1.1 failed with error -5
[ 20.301937] usbserial_generic 1-1:1.3: generic converter detected
[ 20.302125] usb 1-1: generic converter now attached to ttyUSB0
[ 21.432711] usb-storage: device scan complete
[ 21.433403] scsi 2:0:0:0: Direct-Access ZTE MMC Storage 322 PQ: 0 ANSI: 2
[ 21.435324] sd 2:0:0:0: [sdb] Attached SCSI removable disk
[ 23.200453] usb 1-4.3: device descriptor read/64, error -110
[ 26.856780] input: PC Speaker as /devices/platform/pcspkr/input/input3
[ 26.910500] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[ 26.910564] HDA Intel 0000:00:1b.0: setting latency timer to 64
[ 34.164543] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input4
[ 38.376333] usb 1-4.3: device descriptor read/64, error -110
[ 38.552497] usb 1-4.3: new full speed USB device using ehci_hcd and address 7
[ 53.628355] usb 1-4.3: device descriptor read/64, error -110
[ 68.812803] usb 1-4.3: device descriptor read/64, error -110
[ 68.988620] usb 1-4.3: new full speed USB device using ehci_hcd and address 8
[ 79.396164] usb 1-4.3: device not accepting address 8, error -110
[ 79.468956] usb 1-4.3: new full speed USB device using ehci_hcd and address 9
[ 89.876044] usb 1-4.3: device not accepting address 9, error -110
[ 89.876559] hub 1-4:1.0: unable to enumerate USB device on port 3
[ 89.948681] usb 1-4.4: new full speed USB device using ehci_hcd and address 10
[ 105.020436] usb 1-4.4: device descriptor read/64, error -110
[ 120.196697] usb 1-4.4: device descriptor read/64, error -110
[ 120.372585] usb 1-4.4: new full speed USB device using ehci_hcd and address 11
[ 135.444338] usb 1-4.4: device descriptor read/64, error -110
[ 150.620520] usb 1-4.4: device descriptor read/64, error -110
[ 150.796360] usb 1-4.4: new full speed USB device using ehci_hcd and address 12
[ 161.204025] usb 1-4.4: device not accepting address 12, error -110
[ 161.276545] usb 1-4.4: new full speed USB device using ehci_hcd and address 13
[ 171.684026] usb 1-4.4: device not accepting address 13, error -110
[ 171.684546] hub 1-4:1.0: unable to enumerate USB device on port 4
[ 171.685115] usbcore: registered new interface driver usbserial_generic
[ 171.685125] usbserial: USB Serial Driver core
[ 177.162674] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input5
[ 177.162696] ACPI: Power Button [PWRF]
[ 177.162717] ACPI Error (evxfevnt-0193): Could not enable PowerButton event [20090320]
[ 177.162731] ACPI Warning (evxface-0146): Could not enable fixed event 2 [20090320]
[ 177.162936] button: probe of LNXPWRBN:00 failed with error -22
[ 177.400160] ACPI: AC Adapter [ADP1] (on-line)
[ 177.400505] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input6
[ 177.400525] ACPI: Power Button [PWRB]
[ 177.469303] processor ACPI_CPU:00: registered as cooling_device0
[ 177.469318] ACPI: Processor [CPU0] (supports 8 throttling states)
[ 177.535508] ACPI: Battery Slot [BAT0] (battery absent)
[ 177.535622] ACPI: Battery Slot [BAT1] (battery absent)
[ 177.535729] ACPI: Battery Slot [BAT2] (battery absent)
[ 186.534278] USB Serial support registered for GSM modem (1-port)
[ 186.534375] option 1-1:1.0: GSM modem (1-port) converter detected
[ 186.534598] usb 1-1: GSM modem (1-port) converter now attached to ttyUSB1
[ 186.534643] option 1-1:1.1: GSM modem (1-port) converter detected
[ 186.534772] usb 1-1: GSM modem (1-port) converter now attached to ttyUSB2
[ 186.534857] usbcore: registered new interface driver option
[ 186.534864] option: v0.7.2:USB Driver for GSM modems
[ 191.578696] Adding 385520k swap on /dev/sda5. Priority:-1 extents:1 across:385520k SS
[ 191.667180] EXT3 FS on sda1, internal journal
[ 192.775884] loop: module loaded
[ 194.175067] r8169: eth0: link down
[ 194.175865] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 197.216324] usb 1-4.3: new full speed USB device using ehci_hcd and address 14
[ 197.273784] Bluetooth: Core ver 2.15
[ 197.348112] NET: Registered protocol family 31
[ 197.348120] Bluetooth: HCI device and connection manager initialized
[ 197.348129] Bluetooth: HCI socket layer initialized
[ 197.730611] Bluetooth: L2CAP ver 2.13
[ 197.730620] Bluetooth: L2CAP socket layer initialized
[ 197.964057] Bluetooth: RFCOMM socket layer initialized
[ 197.964088] Bluetooth: RFCOMM TTY layer initialized
[ 197.964095] Bluetooth: RFCOMM ver 1.11
[ 199.430754] PPP generic driver version 2.4.2
[ 200.433187] PPP BSD Compression module registered
[ 200.904035] PPP Deflate Compression module registered
[ 212.288318] usb 1-4.3: device descriptor read/64, error -110
[ 212.840315] tun: Universal TUN/TAP device driver, 1.6
[ 212.840325] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[ 212.877425] tun0: Disabled Privacy Extensions
[ 227.464332] usb 1-4.3: device descriptor read/64, error -110
[ 227.640336] usb 1-4.3: new full speed USB device using ehci_hcd and address 15
[ 242.712346] usb 1-4.3: device descriptor read/64, error -110
[ 257.888358] usb 1-4.3: device descriptor read/64, error -110
[ 258.064362] usb 1-4.3: new full speed USB device using ehci_hcd and address 16
[ 268.472029] usb 1-4.3: device not accepting address 16, error -110
[ 268.544391] usb 1-4.3: new full speed USB device using ehci_hcd and address 17
[ 278.952024] usb 1-4.3: device not accepting address 17, error -110
[ 278.952438] hub 1-4:1.0: unable to enumerate USB device on port 3
[ 279.024284] usb 1-4.4: new full speed USB device using ehci_hcd and address 18
[ 294.096299] usb 1-4.4: device descriptor read/64, error -110
[ 309.272313] usb 1-4.4: device descriptor read/64, error -110
[ 309.448318] usb 1-4.4: new full speed USB device using ehci_hcd and address 19
[ 324.520328] usb 1-4.4: device descriptor read/64, error -110
[ 339.696332] usb 1-4.4: device descriptor read/64, error -110
[ 339.872345] usb 1-4.4: new full speed USB device using ehci_hcd and address 20
[ 350.280033] usb 1-4.4: device not accepting address 20, error -110
[ 350.352372] usb 1-4.4: new full speed USB device using ehci_hcd and address 21
[ 360.760041] usb 1-4.4: device not accepting address 21, error -110
[ 360.760547] hub 1-4:1.0: unable to enumerate USB device on port 4
[ 696.792395] usb 1-4.4: new full speed USB device using ehci_hcd and address 22
[ 711.864406] usb 1-4.4: device descriptor read/64, error -110
[ 712.472786] hub 1-4:1.0: unable to enumerate USB device on port 4
[ 712.672316] usb 1-4.3: new full speed USB device using ehci_hcd and address 23
[ 712.902443] usb 1-4.3: New USB device found, idVendor=0a12, idProduct=0001
[ 712.902454] usb 1-4.3: New USB device strings: Mfr=0, Product=0, SerialNumber=3
[ 712.902463] usb 1-4.3: SerialNumber: UM0921B100001
[ 712.902717] usb 1-4.3: configuration #1 chosen from 1 choice
[ 713.112343] usb 1-4.4: new full speed USB device using ehci_hcd and address 24
[ 713.475534] Bluetooth: Generic Bluetooth USB driver ver 0.5
[ 713.475740] usbcore: registered new interface driver btusb
[ 713.478132] usb 1-4.4: New USB device found, idVendor=0a12, idProduct=0001
[ 713.478145] usb 1-4.4: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 713.478401] usb 1-4.4: configuration #1 chosen from 1 choice
[ 856.260222] blued[3154]: segfault at 0 ip b7b92e90 sp bfd32150 error 4 in libc-2.7.so[b7b1d000+155000]
[ 1037.160221] blued[3203]: segfault at 0 ip b7b08e90 sp bf8b5270 error 4 in libc-2.7.so[b7a93000+155000]
[ 1216.932238] blued[3246]: segfault at 0 ip b7ab4e90 sp bf975d90 error 4 in libc-2.7.so[b7a3f000+155000]
[ 6799.460234] blued[4092]: segfault at 0 ip b7b0de90 sp bfa28310 error 4 in libc-2.7.so[b7a98000+155000]