Re: Similar Elan Touchscreen reset behaviour

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Sun, Dec 29, 2013 at 06:28:20AM -0800, Eric Decker wrote:
> Hi Sarah,
> 
> I hope this is reasonable to send this directly to you.  If not please feel
> free to point me in the right direction.

Thanks for the bug report!  It's always good to Cc the kernel subsystem
mailing list on bug reports (I've added the USB mailing list).  You can
also file bug reports in our bugzilla as well:
https://bugzilla.kernel.org

Most USB bug reports are simply handled through the mailing list, but
other kernel subsystems prefer to have bugzilla entries filed.  All of
this is just FYI in case you run across another kernel bug in the
future.

> I was the 4th s/w engineer at cisco and generally know my way around but am
> not too familar with the procedures in the kernel world.
> 
> Anyway,  I finally upgraded my laptop system from an old macbook pro
> (running Ubuntu native) to a modern ASUS N550JV-DB72T which includes an
> ELAN touchscreen VID:PID (04f3:010c) via Intel USB controllers (EHCI, 8
> Series/C220 chipset rev 05).  There are two USB controllers (both same
> family).  The ELAN is attached to ECHI #1 but that doesn't seem to be
> germain.

Since your device is connected under EHCI, I've added Alan Stern, who is
the EHCI maintainer.  For future reference, you can look up maintainers
for your drivers here:

http://lxr.free-electrons.com/source/MAINTAINERS

> When I boot using a live USB (the kernel in this case is
> vmlinuz-3.11.0.12-generic), I see a couple of messages and then the kernel
> finishes (that is it doesn't hang).  *Although the number of reattaches
> seems suspect.*
> 
> 
> Now when I boot with Ubuntu 13.10 as installed (kernel
> vmlinuz-3.11.0.14-generic), I see the ELAN connecting and disconnecting
> over and over again on the usb bus.   It looks similar to what Drew
> originally reported except I'm not seeing error -71.  It just keeps on
> happening and this seems to prevent the kernel from finishing the boot
> process.
> 
> 
> I just tried to duplicate the behaviour.  I basically started over with a
> fresh copy of Ubuntu 13.10 from my liveUSB.   It has kernel
> 13.11.0-14-generic and it goes from usb device 4 up through 13 which is
> basically what the -12 kernel did.   This was with a fresh install and
> before I started messing with additional packages.
> 
> 
> Well I just finished doing everything that I thought I did before.   (I
> just finished installing Bumblebee for the nvidia controller)   And it is
> behaving itself.    So probably going to chaulk this one up to gremlins.
> Thoughts?

It sounds like you have electrical issues with the internally connected
touchscreen.  I wouldn't be surprised if it starts connecting and
disconnecting again at some random time in the future.  I would highly
recommend returning the laptop and getting a new laptop if possible.

Also, it looks like the touchscreen is connected to a hub with a bunch
of other internal devices.  Perhaps some other USB device is causing
electrical issues with the touchscreen?  Maybe you had bluetooth or wifi
active when you tried one install, and not the other?  Or maybe you had
the rfkill switch turned on one time, but not another?

> Is this something you'd be interested in looking at further?

EHCI is Alan's domain, but from looking at your dmesg, I don't see
anything unusual.  If the device keeps disconnecting and connecting, we
can't do very much about it.

Depending on what Alan says, it might be useful to see a USB mon trace,
and the documentation for how to capture that is here:

http://lxr.free-electrons.com/source/Documentation/usb/usbmon.txt

If the Ubuntu stock kernel doesn't have the usbmon module built, you may
need to build your own kernel.  Directions for how to do that are here:

http://kernelnewbies.org/KernelBuild

You will need to enable CONFIG_USB_MON as a module before you rebuild
your kernel.

Sarah Sharp

> 
> -- 
> Eric B. Decker
> Senior (over 50 :-) Researcher

> [    3.035106] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
> [    3.035107] ehci-pci: EHCI PCI platform driver
> [    3.035170] ehci-pci 0000:00:1a.0: setting latency timer to 64
> [    3.035175] ehci-pci 0000:00:1a.0: EHCI Host Controller
> [    3.035178] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
> [    3.035191] ehci-pci 0000:00:1a.0: debug port 2
> [    3.039077] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
> [    3.039094] ehci-pci 0000:00:1a.0: irq 16, io mem 0xf7a0c000
> [    3.050566] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
> [    3.050577] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
> [    3.050579] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
> [    3.050580] usb usb1: Product: EHCI Host Controller
> [    3.050581] usb usb1: Manufacturer: Linux 3.11.0-12-generic ehci_hcd
> [    3.050581] usb usb1: SerialNumber: 0000:00:1a.0
> [    3.051927] hub 1-0:1.0: USB hub found
> [    3.051931] hub 1-0:1.0: 2 ports detected
> [    3.052235] ACPI: Battery Slot [BAT0] (battery present)
> [    3.052350] ehci-pci 0000:00:1d.0: setting latency timer to 64
> [    3.052354] ehci-pci 0000:00:1d.0: EHCI Host Controller
> [    3.052357] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
> [    3.052367] ehci-pci 0000:00:1d.0: debug port 2
> [    3.056269] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
> [    3.056280] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf7a0b000
> [    3.066463] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
> [    3.066474] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
> [    3.066476] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
> [    3.066477] usb usb2: Product: EHCI Host Controller
> [    3.066478] usb usb2: Manufacturer: Linux 3.11.0-12-generic ehci_hcd
> [    3.066479] usb usb2: SerialNumber: 0000:00:1d.0
> [    3.066543] hub 2-0:1.0: USB hub found
> [    3.066545] hub 2-0:1.0: 2 ports detected
> [    3.066617] ehci-platform: EHCI generic platform driver
> [    3.066623] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
> [    3.066624] ohci-platform: OHCI generic platform driver
> [    3.066628] uhci_hcd: USB Universal Host Controller Interface driver
> [    3.066671] i8042: PNP: PS/2 Controller [PNP030b:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
> [    3.070275] i8042: Detected active multiplexing controller, rev 1.1
> [    3.071679] serio: i8042 KBD port at 0x60,0x64 irq 1
> [    3.071682] serio: i8042 AUX0 port at 0x60,0x64 irq 12
> [    3.071687] serio: i8042 AUX1 port at 0x60,0x64 irq 12
> [    3.071688] serio: i8042 AUX2 port at 0x60,0x64 irq 12
> [    3.071689] serio: i8042 AUX3 port at 0x60,0x64 irq 12
> [    3.071752] mousedev: PS/2 mouse device common for all mice
> [    3.071839] rtc_cmos 00:06: RTC can wake from S4
> [    3.071937] rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0
> [    3.071962] rtc_cmos 00:06: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
> [    3.071995] device-mapper: uevent: version 1.0.3
> [    3.072027] device-mapper: ioctl: 4.25.0-ioctl (2013-06-26) initialised: dm-devel@xxxxxxxxxx
> [    3.072117] cpuidle: using governor ladder
> [    3.072242] cpuidle: using governor menu
> [    3.072248] ledtrig-cpu: registered to indicate activity on CPUs
> [    3.072250] EFI Variables Facility v0.08 2004-May-17
> [    3.074290] TCP: cubic registered
> [    3.074354] NET: Registered protocol family 10
> [    3.074500] NET: Registered protocol family 17
> [    3.074507] Key type dns_resolver registered
> [    3.074703] PM: Hibernation image not present or could not be loaded.
> [    3.074705] Loading module verification certificates
> [    3.075403] MODSIGN: Loaded cert 'Magrathea: Glacier signing key: fddf6943d8ac4f5b6eb0919a7a3ee3d9088b1bfa'
> [    3.075409] registered taskstats version 1
> [    3.076679] Key type trusted registered
> [    3.077775] Key type encrypted registered
> [    3.078967] AppArmor: AppArmor sha1 policy hashing enabled
> [    3.079418]   Magic number: 9:188:598
> [    3.079536] rtc_cmos 00:06: setting system clock to 2013-12-28 19:34:54 UTC (1388259294)
> [    3.080520] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
> [    3.080521] EDD information not available.
> [    3.081177] Freeing unused kernel memory: 1364K (ffffffff81d10000 - ffffffff81e65000)
> [    3.081179] Write protecting the kernel read-only data: 12288k
> [    3.082841] Freeing unused kernel memory: 1040K (ffff8800026fc000 - ffff880002800000)
> [    3.083997] Freeing unused kernel memory: 836K (ffff880002b2f000 - ffff880002c00000)
> [    3.094884] systemd-udevd[146]: starting version 204
> [    3.101646] video: module verification failed: signature and/or required key missing - tainting kernel
> [    3.103510] wmi: Mapper loaded
> [    3.108995] ahci 0000:00:1f.2: version 3.0
> [    3.109112] ahci 0000:00:1f.2: irq 47 for MSI/MSI-X
> [    3.109156] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 4 ports 6 Gbps 0x14 impl SATA mode
> [    3.109159] ahci 0000:00:1f.2: flags: 64bit ncq pm led clo pio slum part ems apst 
> [    3.109164] ahci 0000:00:1f.2: setting latency timer to 64
> [    3.110044] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
> [    3.110052] r8169 0000:05:00.0: can't disable ASPM; OS doesn't have ASPM control
> [    3.111894] [drm] Initialized drm 1.1.0 20060810
> [    3.112300] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
> [    3.114914] r8169 0000:05:00.0: irq 48 for MSI/MSI-X
> [    3.115082] r8169 0000:05:00.0 eth0: RTL8168g/8111g at 0xffffc90000054000, bc:ee:7b:03:5b:33, XID 0c000800 IRQ 48
> [    3.115084] r8169 0000:05:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
> [    3.115439] scsi0 : ahci
> [    3.115499] scsi1 : ahci
> [    3.115546] scsi2 : ahci
> [    3.115587] scsi3 : ahci
> [    3.115623] scsi4 : ahci
> [    3.115676] ata1: DUMMY
> [    3.115677] ata2: DUMMY
> [    3.115680] ata3: SATA max UDMA/133 abar m2048@0xf7a0a000 port 0xf7a0a200 irq 47
> [    3.115681] ata4: DUMMY
> [    3.115683] ata5: SATA max UDMA/133 abar m2048@0xf7a0a000 port 0xf7a0a300 irq 47
> [    3.126157] [drm] Memory usable by graphics device = 2048M
> [    3.126160] checking generic (d0000000 7f0000) vs hw (d0000000 10000000)
> [    3.126161] fb: conflicting fb hw usage inteldrmfb vs EFI VGA - removing generic driver
> [    3.126171] Console: switching to colour dummy device 80x25
> [    3.126241] i915 0000:00:02.0: setting latency timer to 64
> [    3.126424] MXM: GUID detected in BIOS
> [    3.148889] i915 0000:00:02.0: irq 49 for MSI/MSI-X
> [    3.148896] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
> [    3.148897] [drm] Driver supports precise vblank timestamp query.
> [    3.148943] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
> [    3.362707] usb 1-1: new high-speed USB device number 2 using ehci-pci
> [    3.386744] [drm] GMBUS [i915 gmbus vga] timed out, falling back to bit banging on pin 2
> [    3.404815] fbcon: inteldrmfb (fb0) is primary device
> [    3.434788] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [    3.434805] ata5: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [    3.437271] ata3.00: ATAPI: HL-DT-ST DVDRAM GU71N, AS00, max UDMA/133
> [    3.438673] ata3.00: configured for UDMA/133
> [    3.440504] scsi 2:0:0:0: CD-ROM            HL-DT-ST DVDRAM GU71N     AS00 PQ: 0 ANSI: 5
> [    3.441241] ata5.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
> [    3.441242] ata5.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
> [    3.441244] ata5.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
> [    3.443741] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
> [    3.443742] cdrom: Uniform CD-ROM driver Revision: 3.20
> [    3.443871] sr 2:0:0:0: Attached scsi CD-ROM sr0
> [    3.443919] sr 2:0:0:0: Attached scsi generic sg0 type 5
> [    3.447501] ata5.00: ATA-8: ST1000LM024 HN-M101MBB, 2AR20002, max UDMA/133
> [    3.447502] ata5.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
> [    3.453993] ata5.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
> [    3.453995] ata5.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
> [    3.453996] ata5.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
> [    3.460399] ata5.00: configured for UDMA/133
> [    3.460588] scsi 4:0:0:0: Direct-Access     ATA      ST1000LM024 HN-M 2AR2 PQ: 0 ANSI: 5
> [    3.460758] sd 4:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
> [    3.460759] sd 4:0:0:0: [sda] 4096-byte physical blocks
> [    3.460785] sd 4:0:0:0: Attached scsi generic sg1 type 0
> [    3.460922] sd 4:0:0:0: [sda] Write Protect is off
> [    3.460924] sd 4:0:0:0: [sda] Mode Sense: 00 3a 00 00
> [    3.461000] sd 4:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
> [    3.495325] usb 1-1: New USB device found, idVendor=8087, idProduct=8008
> [    3.495327] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
> [    3.495551] hub 1-1:1.0: USB hub found
> [    3.495647] hub 1-1:1.0: 6 ports detected
> [    3.606967] usb 2-1: new high-speed USB device number 2 using ehci-pci
> [    3.739528] usb 2-1: New USB device found, idVendor=8087, idProduct=8000
> [    3.739530] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
> [    3.739750] hub 2-1:1.0: USB hub found
> [    3.739834] hub 2-1:1.0: 8 ports detected
> [    3.810159]  sda: sda1 sda2 sda3 sda4 sda5 sda6 sda7 sda8 sda9 sda10 sda11
> [    3.810909] sd 4:0:0:0: [sda] Attached SCSI disk
> [    3.811139] usb 1-1.1: new full-speed USB device number 3 using ehci-pci
> [    3.905368] usb 1-1.1: New USB device found, idVendor=13d3, idProduct=3402
> [    3.905370] usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
> [    3.905371] usb 1-1.1: Product: Bluetooth USB Host Controller
> [    3.905372] usb 1-1.1: Manufacturer: Atheros Communications
> [    3.905373] usb 1-1.1: SerialNumber: Alaska Day 2006
> [    3.975290] usb 1-1.3: new high-speed USB device number 4 using ehci-pci
> [    3.995236] tsc: Refined TSC clocksource calibration: 2394.456 MHz
> [    4.101006] usb 1-1.3: New USB device found, idVendor=04f2, idProduct=b3fd
> [    4.101007] usb 1-1.3: New USB device strings: Mfr=3, Product=1, SerialNumber=2
> [    4.101008] usb 1-1.3: Product: USB2.0 HD UVC WebCam
> [    4.101008] usb 1-1.3: Manufacturer: Chicony Electronics Co.,Ltd.
> [    4.101009] usb 1-1.3: SerialNumber: 0x0001
> [    4.171425] usb 1-1.4: new high-speed USB device number 5 using ehci-pci
> [    4.264248] usb 1-1.4: New USB device found, idVendor=0bda, idProduct=0139
> [    4.264249] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
> [    4.264250] usb 1-1.4: Product: USB2.0-CRW
> [    4.264250] usb 1-1.4: Manufacturer: Generic
> [    4.264251] usb 1-1.4: SerialNumber: 20100201396000000
> [    4.335558] usb 2-1.1: new high-speed USB device number 3 using ehci-pci
> [    4.436151] usb 2-1.1: New USB device found, idVendor=0930, idProduct=6545
> [    4.436152] usb 2-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
> [    4.436153] usb 2-1.1: Product: DT 101 G2
> [    4.436154] usb 2-1.1: Manufacturer: Kingston
> [    4.436155] usb 2-1.1: SerialNumber: 00137299803FEB61456401C2
> [    4.437188] usb-storage 2-1.1:1.0: USB Mass Storage device detected
> [    4.437261] scsi5 : usb-storage 2-1.1:1.0
> [    4.437301] usbcore: registered new interface driver usb-storage
> [    4.507731] usb 2-1.2: new high-speed USB device number 4 using ehci-pci
> [    4.661821] usb 2-1.2: New USB device found, idVendor=174c, idProduct=5136
> [    4.661822] usb 2-1.2: New USB device strings: Mfr=2, Product=3, SerialNumber=1
> [    4.661823] usb 2-1.2: Product: AS2105
> [    4.661824] usb 2-1.2: Manufacturer: ASMedia
> [    4.661825] usb 2-1.2: SerialNumber: 00000000000000000000
> [    4.662108] usb-storage 2-1.2:1.0: USB Mass Storage device detected
> [    4.662217] scsi6 : usb-storage 2-1.2:1.0
> [    4.735913] usb 2-1.3: new full-speed USB device number 5 using ehci-pci
> [    4.831080] usb 2-1.3: New USB device found, idVendor=046d, idProduct=c52b
> [    4.831081] usb 2-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
> [    4.831082] usb 2-1.3: Product: USB Receiver
> [    4.831083] usb 2-1.3: Manufacturer: Logitech
> [    4.831995] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
> [    4.833999] hidraw: raw HID events driver (C) Jiri Kosina
> [    4.839108] usbcore: registered new interface driver usbhid
> [    4.839108] usbhid: USB HID core driver
> [    4.841791] logitech-djreceiver 0003:046D:C52B.0003: hiddev0,hidraw0: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:1d.0-1.3/input2
> [    4.845003] input: Logitech Unifying Device. Wireless PID:400a as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.3/2-1.3:1.2/0003:046D:C52B.0003/input/input4
> [    4.845147] logitech-djdevice 0003:046D:C52B.0004: input,hidraw1: USB HID v1.11 Mouse [Logitech Unifying Device. Wireless PID:400a] on usb-0000:00:1d.0-1.3:1
> [    4.904017] usb 2-1.6: new full-speed USB device number 6 using ehci-pci
> [    4.996082] Switched to clocksource tsc
> [    5.002467] usb 2-1.6: New USB device found, idVendor=04f3, idProduct=010c
> [    5.002468] usb 2-1.6: New USB device strings: Mfr=4, Product=14, SerialNumber=0
> [    5.002469] usb 2-1.6: Product: Touchscreen
> [    5.002470] usb 2-1.6: Manufacturer: ELAN
> [    5.084101] Console: switching to colour frame buffer device 240x67
> [    5.090352] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
> [    5.090353] i915 0000:00:02.0: registered panic notifier
> [    5.090732] [Firmware Bug]: ACPI(PEGP) defines _DOD but not _DOS
> [    5.096615] acpi device:6d: registered as cooling_device8
> [    5.096619] ACPI: Video Device [PEGP] (multi-head: yes  rom: yes  post: no)
> [    5.096651] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:5d/LNXVIDEO:00/input/input5
> [    5.100060] acpi device:81: registered as cooling_device9
> [    5.108256] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
> [    5.108308] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input6
> [    5.108407] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
> [    5.108762] nouveau  [  DEVICE][0000:01:00.0] BOOT0  : 0x0e7240a2
> [    5.108765] nouveau  [  DEVICE][0000:01:00.0] Chipset: GK107 (NVE7)
> [    5.108768] nouveau  [  DEVICE][0000:01:00.0] Family : NVE0
> [    5.110622] nouveau  [   VBIOS][0000:01:00.0] checking PRAMIN for image...
> [    5.158787] nouveau  [   VBIOS][0000:01:00.0] ... signature not found
> [    5.158788] nouveau  [   VBIOS][0000:01:00.0] checking PROM for image...
> [    5.158851] nouveau  [   VBIOS][0000:01:00.0] ... signature not found
> [    5.158852] nouveau  [   VBIOS][0000:01:00.0] checking ACPI for image...
> [    5.158853] nouveau  [   VBIOS][0000:01:00.0] ... signature not found
> [    5.158854] nouveau  [   VBIOS][0000:01:00.0] checking PCIROM for image...
> [    5.158915] nouveau 0000:01:00.0: Invalid ROM contents
> [    5.158919] nouveau  [   VBIOS][0000:01:00.0] ... signature not found
> [    5.158920] nouveau  [   VBIOS][0000:01:00.0] checking PLATFORM for image...
> [    5.158921] nouveau  [   VBIOS][0000:01:00.0] ... signature not found
> [    5.158922] nouveau E[   VBIOS][0000:01:00.0] unable to locate usable image
> [    5.158923] nouveau E[  DEVICE][0000:01:00.0] failed to create 0x10000001, -22
> [    5.158925] nouveau E[     DRM] failed to create 0x80000080, -22
> [    5.159118] nouveau: probe of 0000:01:00.0 failed with error -22
> [    5.437769] scsi 5:0:0:0: Direct-Access     Kingston DT 101 G2        PMAP PQ: 0 ANSI: 0 CCS
> [    5.438051] sd 5:0:0:0: Attached scsi generic sg2 type 0
> [    5.438962] sd 5:0:0:0: [sdb] 15638528 512-byte logical blocks: (8.00 GB/7.45 GiB)
> [    5.441214] sd 5:0:0:0: [sdb] Write Protect is off
> [    5.441217] sd 5:0:0:0: [sdb] Mode Sense: 23 00 00 00
> [    5.443466] sd 5:0:0:0: [sdb] No Caching mode page found
> [    5.443469] sd 5:0:0:0: [sdb] Assuming drive cache: write through
> [    5.451098] sd 5:0:0:0: [sdb] No Caching mode page found
> [    5.451101] sd 5:0:0:0: [sdb] Assuming drive cache: write through
> [    5.452223]  sdb: sdb1 sdb2
> [    5.458599] sd 5:0:0:0: [sdb] No Caching mode page found
> [    5.458602] sd 5:0:0:0: [sdb] Assuming drive cache: write through
> [    5.458604] sd 5:0:0:0: [sdb] Attached SCSI removable disk
> [    5.661276] scsi 6:0:0:0: Direct-Access     ASMT     2105             0    PQ: 0 ANSI: 6
> [    5.661436] sd 6:0:0:0: Attached scsi generic sg3 type 0
> [    5.662010] sd 6:0:0:0: [sdc] 250069680 512-byte logical blocks: (128 GB/119 GiB)
> [    5.663013] sd 6:0:0:0: [sdc] Write Protect is off
> [    5.663016] sd 6:0:0:0: [sdc] Mode Sense: 43 00 00 00
> [    5.664005] sd 6:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
> [    5.674930]  sdc: sdc1
> [    5.679912] sd 6:0:0:0: [sdc] Attached SCSI disk
> [    7.157581] usb 2-1.6: USB disconnect, device number 6
> [    7.214584] squashfs: version 4.0 (2009/01/31) Phillip Lougher
> [    7.358020] usb 2-1.6: new full-speed USB device number 7 using ehci-pci
> [    7.453074] usb 2-1.6: New USB device found, idVendor=04f3, idProduct=010c
> [    7.453078] usb 2-1.6: New USB device strings: Mfr=4, Product=14, SerialNumber=0
> [    7.453079] usb 2-1.6: Product: Touchscreen
> [    7.453081] usb 2-1.6: Manufacturer: ELAN
> [    9.463572] usb 2-1.6: USB disconnect, device number 7
> [    9.663868] usb 2-1.6: new full-speed USB device number 8 using ehci-pci
> [    9.763063] usb 2-1.6: New USB device found, idVendor=04f3, idProduct=010c
> [    9.763066] usb 2-1.6: New USB device strings: Mfr=4, Product=14, SerialNumber=0
> [    9.763068] usb 2-1.6: Product: Touchscreen
> [    9.763069] usb 2-1.6: Manufacturer: ELAN
> [   11.769344] usb 2-1.6: USB disconnect, device number 8
> [   11.969757] usb 2-1.6: new full-speed USB device number 9 using ehci-pci
> [   12.064960] usb 2-1.6: New USB device found, idVendor=04f3, idProduct=010c
> [   12.064963] usb 2-1.6: New USB device strings: Mfr=4, Product=14, SerialNumber=0
> [   12.064965] usb 2-1.6: Product: Touchscreen
> [   12.064966] usb 2-1.6: Manufacturer: ELAN
> [   13.153923] Adding 16777212k swap on /dev/sda6.  Priority:-1 extents:1 across:16777212k FS
> [   13.174255] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
> [   13.248782] systemd-udevd[1156]: starting version 204
> [   13.457340] Bluetooth: Core ver 2.16
> [   13.457352] NET: Registered protocol family 31
> [   13.457353] Bluetooth: HCI device and connection manager initialized
> [   13.457359] Bluetooth: HCI socket layer initialized
> [   13.457360] Bluetooth: L2CAP socket layer initialized
> [   13.457363] Bluetooth: SCO socket layer initialized
> [   13.508166] Bluetooth: RFCOMM TTY layer initialized
> [   13.508176] Bluetooth: RFCOMM socket layer initialized
> [   13.508177] Bluetooth: RFCOMM ver 1.11
> [   13.515900] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
> [   13.515902] Bluetooth: BNEP filters: protocol multicast
> [   13.515908] Bluetooth: BNEP socket layer initialized
> [   13.533523] init: avahi-cups-reload main process (1219) terminated with status 1
> [   13.590964] lp: driver loaded but no devices found
> [   13.608103] ppdev: user-space parallel port driver
> [   13.626215] microcode: CPU0 sig=0x306c3, pf=0x20, revision=0x9
> [   13.648683] ACPI Warning: 0x0000000000001828-0x000000000000182f SystemIO conflicts with Region \GPIS 1 (20130517/utaddress-251)
> [   13.648688] ACPI Warning: 0x0000000000001828-0x000000000000182f SystemIO conflicts with Region \PMIO 2 (20130517/utaddress-251)
> [   13.648691] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
> [   13.648693] ACPI Warning: 0x0000000000001c30-0x0000000000001c3f SystemIO conflicts with Region \GPIO 1 (20130517/utaddress-251)
> [   13.648695] ACPI Warning: 0x0000000000001c30-0x0000000000001c3f SystemIO conflicts with Region \GP01 2 (20130517/utaddress-251)
> [   13.648696] ACPI Warning: 0x0000000000001c30-0x0000000000001c3f SystemIO conflicts with Region \GPRL 3 (20130517/utaddress-251)
> [   13.648698] ACPI Warning: 0x0000000000001c30-0x0000000000001c3f SystemIO conflicts with Region \_SB_.PCI0.PEG0.PEGP.GPR_ 4 (20130517/utaddress-251)
> [   13.648700] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
> [   13.648701] ACPI Warning: 0x0000000000001c00-0x0000000000001c2f SystemIO conflicts with Region \GPIO 1 (20130517/utaddress-251)
> [   13.648702] ACPI Warning: 0x0000000000001c00-0x0000000000001c2f SystemIO conflicts with Region \GP01 2 (20130517/utaddress-251)
> [   13.648704] ACPI Warning: 0x0000000000001c00-0x0000000000001c2f SystemIO conflicts with Region \GPRL 3 (20130517/utaddress-251)
> [   13.648705] ACPI Warning: 0x0000000000001c00-0x0000000000001c2f SystemIO conflicts with Region \_SB_.PCI0.PEG0.PEGP.GPR_ 4 (20130517/utaddress-251)
> [   13.648707] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
> [   13.648708] lpc_ich: Resource conflict(s) found affecting gpio_ich
> [   13.720188] usbcore: registered new interface driver btusb
> [   13.783466] device-mapper: multipath: version 1.5.1 loaded
> [   13.784533] usbcore: registered new interface driver ath3k
> [   13.801265] mei_me 0000:00:16.0: setting latency timer to 64
> [   13.801295] mei_me 0000:00:16.0: irq 50 for MSI/MSI-X
> [   13.847187] cfg80211: Calling CRDA to update world regulatory domain
> [   13.902182] HDA driver get symbol successfully from i915 module
> [   13.902210] snd_hda_intel 0000:00:03.0: irq 51 for MSI/MSI-X
> [   13.902299] snd_hda_intel 0000:00:1b.0: irq 52 for MSI/MSI-X
> [   13.966200] microcode: CPU1 sig=0x306c3, pf=0x20, revision=0x9
> [   13.969357] microcode: CPU2 sig=0x306c3, pf=0x20, revision=0x9
> [   13.969805] microcode: CPU3 sig=0x306c3, pf=0x20, revision=0x9
> [   13.970083] microcode: CPU4 sig=0x306c3, pf=0x20, revision=0x9
> [   13.970333] microcode: CPU5 sig=0x306c3, pf=0x20, revision=0x9
> [   13.970607] microcode: CPU6 sig=0x306c3, pf=0x20, revision=0x9
> [   13.970852] microcode: CPU7 sig=0x306c3, pf=0x20, revision=0x9
> [   13.971119] microcode: Microcode Update Driver: v2.00 <tigran@xxxxxxxxxxxxxxxxxxxx>, Peter Oruba
> [   13.977232] SKU: Nid=0x1d sku_cfg=0x40c00001
> [   13.977234] SKU: port_connectivity=0x1
> [   13.977234] SKU: enable_pcbeep=0x0
> [   13.977235] SKU: check_sum=0x00000000
> [   13.977236] SKU: customization=0x00000000
> [   13.977236] SKU: external_amp=0x0
> [   13.977237] SKU: platform_type=0x0
> [   13.977237] SKU: swap=0x0
> [   13.977238] SKU: override=0x1
> [   13.977418] autoconfig: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
> [   13.977419]    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
> [   13.977419]    hp_outs=1 (0x15/0x0/0x0/0x0/0x0)
> [   13.977420]    mono: mono_out=0x0
> [   13.977421]    inputs:
> [   13.977422]      Mic=0x1b
> [   13.977422]      Internal Mic=0x12
> [   13.977423] realtek: No valid SSID, checking pincfg 0x40c00001 for NID 0x1d
> [   13.977424] realtek: Enabling init ASM_ID=0x0001 CODEC_ID=10ec0668
> [   13.981954] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card1/input7
> [   13.982001] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input8
> [   13.986638] input: ELAN Touchscreen as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6:1.0/input/input9
> [   13.986752] hid-multitouch 0003:04F3:010C.0008: input,hiddev0,hidraw2: USB HID v1.10 Device [ELAN Touchscreen] on usb-0000:00:1d.0-1.6/input0
> [   14.026918] hda_codec: invalid CONNECT_LIST verb 5[1]:0
> [   14.026964] hda_codec: invalid CONNECT_LIST verb 6[1]:0
> [   14.027016] hda_codec: invalid CONNECT_LIST verb 7[1]:0
> [   14.027253] input: HDA Intel MID HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.0/sound/card0/input10
> [   14.027319] input: HDA Intel MID HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.0/sound/card0/input11
> [   14.027377] input: HDA Intel MID HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.0/sound/card0/input12
> [   14.039375] Linux video capture interface: v2.00
> [   14.075295] usb 2-1.6: USB disconnect, device number 9
> [   14.108965] uvcvideo: Found UVC 1.00 device USB2.0 HD UVC WebCam (04f2:b3fd)
> [   14.110770] input: USB2.0 HD UVC WebCam as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.3/1-1.3:1.0/input/input13
> [   14.131479] usbcore: registered new interface driver uvcvideo
> [   14.131481] USB Video Class driver (1.1.1)
> [   14.133866] asus_wmi: ASUS WMI generic driver loaded
> [   14.135043] asus_wmi: Initialization: 0x1
> [   14.135064] asus_wmi: BIOS WMI version: 7.9
> [   14.135088] asus_wmi: SFUN value: 0x6a0877
> [   14.135688] input: Asus WMI hotkeys as /devices/platform/asus-nb-wmi/input/input14
> [   14.145876] asus_wmi: Backlight controlled by ACPI video driver
> [   14.154746] psmouse serio4: alps: Unknown ALPS touchpad: E7=10 00 64, EC=10 00 64
> [   14.285058] rts5139: module is from the staging directory, the quality is unknown, you have been warned.
> [   14.286343] ath: phy0: Set parameters for CUS198
> [   14.288479] scsi7 : SCSI emulation for RTS5139 USB card reader
> [   14.288543] usbcore: registered new interface driver rts5139
> [   14.288563] scsi 7:0:0:0: Direct-Access     Generic- xD/SD/M.S.       1.00 PQ: 0 ANSI: 0 CCS
> [   14.288839] sd 7:0:0:0: Attached scsi generic sg4 type 0
> [   14.293246] ath: EEPROM regdomain: 0x60
> [   14.293248] ath: EEPROM indicates we should expect a direct regpair map
> [   14.293249] ath: Country alpha2 being used: 00
> [   14.293250] ath: Regpair used: 0x60
> [   14.310824] cfg80211: World regulatory domain updated:
> [   14.310827] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
> [   14.310828] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
> [   14.310830] cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
> [   14.310832] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
> [   14.310833] cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
> [   14.310835] cfg80211:   (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
> [   14.331632] usb 2-1.6: new full-speed USB device number 10 using ehci-pci
> [   14.361562] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
> [   14.361790] ieee80211 phy0: Atheros AR9485 Rev:1 mem=0xffffc9000a900000, irq=18
> [   14.380442] sd 7:0:0:0: [sdd] Attached SCSI removable disk
> [   14.430332] usb 2-1.6: New USB device found, idVendor=04f3, idProduct=010c
> [   14.430335] usb 2-1.6: New USB device strings: Mfr=4, Product=14, SerialNumber=0
> [   14.430337] usb 2-1.6: Product: Touchscreen
> [   14.430339] usb 2-1.6: Manufacturer: ELAN
> [   14.439639] input: ELAN Touchscreen as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6:1.0/input/input15
> [   14.439761] hid-multitouch 0003:04F3:010C.0009: input,hiddev0,hidraw2: USB HID v1.10 Device [ELAN Touchscreen] on usb-0000:00:1d.0-1.6/input0
> [   14.527533] init: failsafe main process (1416) killed by TERM signal
> [   14.666458] psmouse serio4: elantech: assuming hardware version 4 (with firmware version 0x361f03)
> [   14.681258] psmouse serio4: elantech: Synaptics capabilities query result 0x10, 0x14, 0x0e.
> [   14.758669] input: ETPS/2 Elantech Touchpad as /devices/platform/i8042/serio4/input/input16
> [   15.103381] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
> [   15.109742] init: alsa-restore main process (1794) terminated with status 99

--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [Linux Media]     [Linux Input]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [Old Linux USB Devel Archive]

  Powered by Linux