All of lore.kernel.org
 help / color / mirror / Atom feed
* ATI TV Wonder regression since at least 3.19.6
@ 2015-05-11 16:12 Patrice Levesque
  2015-05-12  5:57 ` Hans Verkuil
  0 siblings, 1 reply; 6+ messages in thread
From: Patrice Levesque @ 2015-05-11 16:12 UTC (permalink / raw)
  To: linux-media


[-- Attachment #1.1: Type: text/plain, Size: 929 bytes --]


Hi,

	my wonderfully old ATI TV Wonder (PCI ID 14f1:8800, module cx8800)
	does not behave properly since I upgraded from Linux-3.18.6 to
	Linux-3.19.6 (Gentoo builds).

	I usually spawn MPlayer to use that device; when I use it under
	3.19.6, I get an image like the one that's attached and the usual
	sound loopback that goes from the TV card to my sound card does not
	seem to be functioning.  Booting with 3.18.6 makes everything work
	again.

	After a cold boot, with 3.18.6, the first use of the TV card seems
	to provoke some kind of initialization (image takes like 0.5 seconds
	to settle), with 3.19.6, I immediately get the broken image.

	Nothing in `dmesg` would indicate something's horribly broken.

	What kind of debugging output would be useful to you guys so we can
	identify the issue?


	Thanks,



-- 
· Patrice Levesque
· http://ptaff.ca/
· video4linux.wayne@ptaff.ca
--


[-- Attachment #1.2: ati_tv_wonder_3.19.png --]
[-- Type: image/png, Size: 12261 bytes --]

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 473 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: ATI TV Wonder regression since at least 3.19.6
  2015-05-11 16:12 ATI TV Wonder regression since at least 3.19.6 Patrice Levesque
@ 2015-05-12  5:57 ` Hans Verkuil
  2015-05-14 12:56   ` Patrice Levesque
  0 siblings, 1 reply; 6+ messages in thread
From: Hans Verkuil @ 2015-05-12  5:57 UTC (permalink / raw)
  To: linux-media

Hi Patrice,

On 05/11/2015 06:12 PM, Patrice Levesque wrote:
> 
> Hi,
> 
> 	my wonderfully old ATI TV Wonder (PCI ID 14f1:8800, module cx8800)
> 	does not behave properly since I upgraded from Linux-3.18.6 to
> 	Linux-3.19.6 (Gentoo builds).
> 
> 	I usually spawn MPlayer to use that device; when I use it under
> 	3.19.6, I get an image like the one that's attached and the usual
> 	sound loopback that goes from the TV card to my sound card does not
> 	seem to be functioning.  Booting with 3.18.6 makes everything work
> 	again.
> 
> 	After a cold boot, with 3.18.6, the first use of the TV card seems
> 	to provoke some kind of initialization (image takes like 0.5 seconds
> 	to settle), with 3.19.6, I immediately get the broken image.
> 
> 	Nothing in `dmesg` would indicate something's horribly broken.
> 
> 	What kind of debugging output would be useful to you guys so we can
> 	identify the issue?

Can you go back to kernel 3.18 and make a small change to the cx88 driver:
edit drivers/media/pci/cx88/cx88-video.c, search for the function restart_video_queue()
(around line 469) and add this line:

	printk("restart_video_queue\n");

to the start of the function:

static int restart_video_queue(struct cx8800_dev    *dev,
                               struct cx88_dmaqueue *q)
{
        struct cx88_core *core = dev->core;
        struct cx88_buffer *buf, *prev;

	printk("restart_video_queue\n");
        if (!list_empty(&q->active)) {
                buf = list_entry(q->active.next, struct cx88_buffer, vb.queue);

Compile and test your card, and then mail the dmesg output.

I'd also like to know the exact model of your board. If the 'restart_video_queue'
message appears in the kernel log, then I want to see if I can find this card
on ebay so I can try to reproduce it myself.

Regards,

	Hans

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: ATI TV Wonder regression since at least 3.19.6
  2015-05-12  5:57 ` Hans Verkuil
@ 2015-05-14 12:56   ` Patrice Levesque
  2015-05-14 16:05     ` Hans Verkuil
  0 siblings, 1 reply; 6+ messages in thread
From: Patrice Levesque @ 2015-05-14 12:56 UTC (permalink / raw)
  To: linux-media


[-- Attachment #1.1: Type: text/plain, Size: 1030 bytes --]


Hi Hans,


> Can you go back to kernel 3.18 and make a small change to the cx88
> driver: edit drivers/media/pci/cx88/cx88-video.c, search for the
> function restart_video_queue() (around line 469) and add this line:

Function isn't used; when compiling I get:

CC [M]  drivers/media/pci/cx88/cx88-video.o
drivers/media/pci/cx88/cx88-video.c:415:12: warning: ‘restart_video_queue’ defined but not used [-Wunused-function]

I attached my dmesg (truncated, ring buffer must be too small)
nonetheless.


> I'd also like to know the exact model of your board. If the
> 'restart_video_queue' message appears in the kernel log, then I want
> to see if I can find this card on ebay so I can try to reproduce it
> myself.

Part number written on the card is 109-95200-01 - entering that number
into search engines returns me lots of ebay links.

Is there anything else I can send you that can be useful?


Thanks,



-- 
· Patrice Levesque
· http://ptaff.ca/
· video4linux.wayne@ptaff.ca
--


[-- Attachment #1.2: ati_tv_wonder_pro-dmesg.txt --]
[-- Type: text/plain, Size: 70773 bytes --]

[Thu May 14 08:22:04 2015] ALSA device list:
[Thu May 14 08:22:04 2015]   No soundcards found.
[Thu May 14 08:22:04 2015] device: 'input3': device_add
[Thu May 14 08:22:04 2015] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[Thu May 14 08:22:04 2015] device: 'event3': device_add
[Thu May 14 08:22:04 2015] driver: 'atkbd': driver_bound: bound to device 'serio0'
[Thu May 14 08:22:04 2015] bus: 'serio': really_probe: bound device serio0 to driver atkbd
[Thu May 14 08:22:04 2015] REISERFS (device sdb3): found reiserfs format "3.6" with standard journal
[Thu May 14 08:22:04 2015] REISERFS (device sdb3): using ordered data mode
[Thu May 14 08:22:04 2015] reiserfs: using flush barriers
[Thu May 14 08:22:04 2015] REISERFS (device sdb3): journal params: device sdb3, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
[Thu May 14 08:22:04 2015] REISERFS (device sdb3): checking transaction log (sdb3)
[Thu May 14 08:22:04 2015] REISERFS (device sdb3): replayed 1 transactions in 0 seconds
[Thu May 14 08:22:04 2015] REISERFS (device sdb3): Using r5 hash to sort names
[Thu May 14 08:22:04 2015] VFS: Mounted root (reiserfs filesystem) readonly on device 8:19.
[Thu May 14 08:22:04 2015] devtmpfs: mounted
[Thu May 14 08:22:04 2015] Freeing unused kernel memory: 424K (c1885000 - c18ef000)
[Thu May 14 08:22:04 2015] Write protecting the kernel text: 6092k
[Thu May 14 08:22:04 2015] Write protecting the kernel read-only data: 2276k
[Thu May 14 08:22:04 2015] NX-protecting the kernel data: 4148k
[Thu May 14 08:22:04 2015] random: nonblocking pool is initialized
[Thu May 14 08:22:12 2015] systemd-udevd[309]: starting version 216
[Thu May 14 08:22:13 2015] bus: 'pnp': add driver rtc_cmos
[Thu May 14 08:22:13 2015] bus: 'pnp': driver_probe_device: matched device 00:02 with driver rtc_cmos
[Thu May 14 08:22:13 2015] bus: 'pnp': really_probe: probing driver rtc_cmos with device 00:02
[Thu May 14 08:22:13 2015] rtc_cmos 00:02: RTC can wake from S4
[Thu May 14 08:22:13 2015] device: 'rtc0': device_add
[Thu May 14 08:22:13 2015] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
[Thu May 14 08:22:13 2015] rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[Thu May 14 08:22:13 2015] driver: 'rtc_cmos': driver_bound: bound to device '00:02'
[Thu May 14 08:22:13 2015] bus: 'pnp': really_probe: bound device 00:02 to driver rtc_cmos
[Thu May 14 08:22:13 2015] Registering platform device 'microcode'. Parent at platform
[Thu May 14 08:22:13 2015] device: 'microcode': device_add
[Thu May 14 08:22:13 2015] bus: 'platform': add device microcode
[Thu May 14 08:22:13 2015] microcode: CPU0 sig=0x306a9, pf=0x2, revision=0x17
[Thu May 14 08:22:13 2015] __allocate_fw_buf: fw-intel-ucode/06-3a-09 buf=ed4786c0
[Thu May 14 08:22:13 2015] ACPI: bus type USB registered
[Thu May 14 08:22:13 2015] bus: 'usb': registered
[Thu May 14 08:22:13 2015] bus: 'usb': add driver usbfs
[Thu May 14 08:22:13 2015] usbcore: registered new interface driver usbfs
[Thu May 14 08:22:13 2015] bus: 'usb': add driver hub
[Thu May 14 08:22:13 2015] usbcore: registered new interface driver hub
[Thu May 14 08:22:13 2015] bus: 'usb': add driver usb
[Thu May 14 08:22:13 2015] usbcore: registered new device driver usb
[Thu May 14 08:22:13 2015] r8169 0000:03:00.0 enp3s0: renamed from eth0
[Thu May 14 08:22:13 2015] net eth0: renaming to enp3s0
[Thu May 14 08:22:13 2015] systemd-udevd[340]: renamed network interface eth0 to enp3s0
[Thu May 14 08:22:13 2015] platform microcode: firmware: direct-loading firmware intel-ucode/06-3a-09
[Thu May 14 08:22:13 2015] fw_set_page_data: fw-intel-ucode/06-3a-09 buf=ed4786c0 data=f46d6000 size=12288
[Thu May 14 08:22:13 2015] __fw_free_buf: fw-intel-ucode/06-3a-09 buf=ed4786c0 data=f46d6000 size=12288
[Thu May 14 08:22:13 2015] microcode: CPU0 sig=0x306a9, pf=0x2, revision=0x17
[Thu May 14 08:22:13 2015] microcode: CPU0 updated to revision 0x1b, date = 2014-05-29
[Thu May 14 08:22:13 2015] microcode: CPU1 sig=0x306a9, pf=0x2, revision=0x17
[Thu May 14 08:22:13 2015] __allocate_fw_buf: fw-intel-ucode/06-3a-09 buf=ed4786c0
[Thu May 14 08:22:13 2015] platform microcode: firmware: direct-loading firmware intel-ucode/06-3a-09
[Thu May 14 08:22:13 2015] fw_set_page_data: fw-intel-ucode/06-3a-09 buf=ed4786c0 data=f46de000 size=12288
[Thu May 14 08:22:13 2015] __fw_free_buf: fw-intel-ucode/06-3a-09 buf=ed4786c0 data=f46de000 size=12288
[Thu May 14 08:22:13 2015] microcode: CPU1 sig=0x306a9, pf=0x2, revision=0x17
[Thu May 14 08:22:13 2015] microcode: CPU1 updated to revision 0x1b, date = 2014-05-29
[Thu May 14 08:22:13 2015] microcode: CPU2 sig=0x306a9, pf=0x2, revision=0x17
[Thu May 14 08:22:13 2015] __allocate_fw_buf: fw-intel-ucode/06-3a-09 buf=ed4786c0
[Thu May 14 08:22:13 2015] platform microcode: firmware: direct-loading firmware intel-ucode/06-3a-09
[Thu May 14 08:22:13 2015] fw_set_page_data: fw-intel-ucode/06-3a-09 buf=ed4786c0 data=f46e6000 size=12288
[Thu May 14 08:22:13 2015] __fw_free_buf: fw-intel-ucode/06-3a-09 buf=ed4786c0 data=f46e6000 size=12288
[Thu May 14 08:22:13 2015] microcode: CPU2 sig=0x306a9, pf=0x2, revision=0x17
[Thu May 14 08:22:13 2015] microcode: CPU2 updated to revision 0x1b, date = 2014-05-29
[Thu May 14 08:22:13 2015] microcode: CPU3 sig=0x306a9, pf=0x2, revision=0x17
[Thu May 14 08:22:13 2015] __allocate_fw_buf: fw-intel-ucode/06-3a-09 buf=ed4786c0
[Thu May 14 08:22:13 2015] platform microcode: firmware: direct-loading firmware intel-ucode/06-3a-09
[Thu May 14 08:22:13 2015] fw_set_page_data: fw-intel-ucode/06-3a-09 buf=ed4786c0 data=f46ee000 size=12288
[Thu May 14 08:22:13 2015] __fw_free_buf: fw-intel-ucode/06-3a-09 buf=ed4786c0 data=f46ee000 size=12288
[Thu May 14 08:22:13 2015] microcode: CPU3 sig=0x306a9, pf=0x2, revision=0x17
[Thu May 14 08:22:13 2015] microcode: CPU3 updated to revision 0x1b, date = 2014-05-29
[Thu May 14 08:22:13 2015] device: 'microcode': device_add
[Thu May 14 08:22:13 2015] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[Thu May 14 08:22:13 2015] bus: 'pci': add driver i801_smbus
[Thu May 14 08:22:13 2015] bus: 'pci': driver_probe_device: matched device 0000:00:1f.3 with driver i801_smbus
[Thu May 14 08:22:13 2015] bus: 'pci': really_probe: probing driver i801_smbus with device 0000:00:1f.3
[Thu May 14 08:22:13 2015] ACPI Warning: SystemIO range 0x0000f040-0x0000f05f conflicts with OpRegion 0x0000f040-0x0000f04f (\_SB_.PCI0.SBUS.SMBI) (20140926/utaddress-258)
[Thu May 14 08:22:13 2015] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[Thu May 14 08:22:13 2015] i801_smbus: probe of 0000:00:1f.3 rejects match -19
[Thu May 14 08:22:13 2015] device: 'timer': device_add
[Thu May 14 08:22:13 2015] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[Thu May 14 08:22:13 2015] bus: 'pci': add driver xhci_hcd
[Thu May 14 08:22:13 2015] bus: 'pci': driver_probe_device: matched device 0000:00:14.0 with driver xhci_hcd
[Thu May 14 08:22:13 2015] bus: 'pci': really_probe: probing driver xhci_hcd with device 0000:00:14.0
[Thu May 14 08:22:13 2015] xhci_hcd 0000:00:14.0: xHCI Host Controller
[Thu May 14 08:22:13 2015] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[Thu May 14 08:22:13 2015] ehci-pci: EHCI PCI platform driver
[Thu May 14 08:22:13 2015] bus: 'pci': add driver ehci-pci
[Thu May 14 08:22:13 2015] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[Thu May 14 08:22:13 2015] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[Thu May 14 08:22:13 2015] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[Thu May 14 08:22:13 2015] usb usb1: Product: xHCI Host Controller
[Thu May 14 08:22:13 2015] usb usb1: Manufacturer: Linux 3.18.6-gentoo xhci-hcd
[Thu May 14 08:22:13 2015] usb usb1: SerialNumber: 0000:00:14.0
[Thu May 14 08:22:13 2015] device: 'usb1': device_add
[Thu May 14 08:22:13 2015] bus: 'usb': add device usb1
[Thu May 14 08:22:13 2015] bus: 'usb': driver_probe_device: matched device usb1 with driver usb
[Thu May 14 08:22:13 2015] bus: 'usb': really_probe: probing driver usb with device usb1
[Thu May 14 08:22:13 2015] device: '1-0:1.0': device_add
[Thu May 14 08:22:13 2015] bus: 'usb': add device 1-0:1.0
[Thu May 14 08:22:13 2015] bus: 'usb': driver_probe_device: matched device 1-0:1.0 with driver hub
[Thu May 14 08:22:13 2015] bus: 'usb': really_probe: probing driver hub with device 1-0:1.0
[Thu May 14 08:22:13 2015] hub 1-0:1.0: USB hub found
[Thu May 14 08:22:13 2015] hub 1-0:1.0: 4 ports detected
[Thu May 14 08:22:13 2015] device: 'usb1-port1': device_add
[Thu May 14 08:22:13 2015] device: 'usb1-port2': device_add
[Thu May 14 08:22:13 2015] device: 'usb1-port3': device_add
[Thu May 14 08:22:13 2015] device: 'usb1-port4': device_add
[Thu May 14 08:22:13 2015] driver: 'hub': driver_bound: bound to device '1-0:1.0'
[Thu May 14 08:22:13 2015] bus: 'usb': really_probe: bound device 1-0:1.0 to driver hub
[Thu May 14 08:22:13 2015] device: 'ep_81': device_add
[Thu May 14 08:22:13 2015] driver: 'usb': driver_bound: bound to device 'usb1'
[Thu May 14 08:22:13 2015] bus: 'usb': really_probe: bound device usb1 to driver usb
[Thu May 14 08:22:13 2015] device: 'ep_00': device_add
[Thu May 14 08:22:13 2015] xhci_hcd 0000:00:14.0: xHCI Host Controller
[Thu May 14 08:22:13 2015] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[Thu May 14 08:22:13 2015] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[Thu May 14 08:22:13 2015] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[Thu May 14 08:22:13 2015] usb usb2: Product: xHCI Host Controller
[Thu May 14 08:22:13 2015] usb usb2: Manufacturer: Linux 3.18.6-gentoo xhci-hcd
[Thu May 14 08:22:13 2015] usb usb2: SerialNumber: 0000:00:14.0
[Thu May 14 08:22:13 2015] device: 'usb2': device_add
[Thu May 14 08:22:13 2015] bus: 'usb': add device usb2
[Thu May 14 08:22:13 2015] bus: 'usb': driver_probe_device: matched device usb2 with driver usb
[Thu May 14 08:22:13 2015] bus: 'usb': really_probe: probing driver usb with device usb2
[Thu May 14 08:22:13 2015] device: '2-0:1.0': device_add
[Thu May 14 08:22:13 2015] bus: 'usb': add device 2-0:1.0
[Thu May 14 08:22:13 2015] bus: 'usb': driver_probe_device: matched device 2-0:1.0 with driver hub
[Thu May 14 08:22:13 2015] bus: 'usb': really_probe: probing driver hub with device 2-0:1.0
[Thu May 14 08:22:13 2015] hub 2-0:1.0: USB hub found
[Thu May 14 08:22:13 2015] hub 2-0:1.0: 4 ports detected
[Thu May 14 08:22:13 2015] device: 'usb2-port1': device_add
[Thu May 14 08:22:13 2015] device: 'usb2-port2': device_add
[Thu May 14 08:22:13 2015] device: 'usb2-port3': device_add
[Thu May 14 08:22:13 2015] device: 'usb2-port4': device_add
[Thu May 14 08:22:13 2015] driver: 'hub': driver_bound: bound to device '2-0:1.0'
[Thu May 14 08:22:13 2015] bus: 'usb': really_probe: bound device 2-0:1.0 to driver hub
[Thu May 14 08:22:13 2015] device: 'ep_81': device_add
[Thu May 14 08:22:13 2015] driver: 'usb': driver_bound: bound to device 'usb2'
[Thu May 14 08:22:13 2015] bus: 'usb': really_probe: bound device usb2 to driver usb
[Thu May 14 08:22:13 2015] device: 'ep_00': device_add
[Thu May 14 08:22:13 2015] driver: 'xhci_hcd': driver_bound: bound to device '0000:00:14.0'
[Thu May 14 08:22:13 2015] bus: 'pci': really_probe: bound device 0000:00:14.0 to driver xhci_hcd
[Thu May 14 08:22:13 2015] bus: 'pci': driver_probe_device: matched device 0000:00:1a.0 with driver ehci-pci
[Thu May 14 08:22:13 2015] bus: 'pci': really_probe: probing driver ehci-pci with device 0000:00:1a.0
[Thu May 14 08:22:13 2015] ehci-pci 0000:00:1a.0: EHCI Host Controller
[Thu May 14 08:22:13 2015] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 3
[Thu May 14 08:22:13 2015] ehci-pci 0000:00:1a.0: debug port 2
[Thu May 14 08:22:13 2015] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
[Thu May 14 08:22:13 2015] ehci-pci 0000:00:1a.0: irq 23, io mem 0xf7818000
[Thu May 14 08:22:13 2015] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[Thu May 14 08:22:13 2015] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[Thu May 14 08:22:13 2015] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[Thu May 14 08:22:13 2015] usb usb3: Product: EHCI Host Controller
[Thu May 14 08:22:13 2015] usb usb3: Manufacturer: Linux 3.18.6-gentoo ehci_hcd
[Thu May 14 08:22:13 2015] usb usb3: SerialNumber: 0000:00:1a.0
[Thu May 14 08:22:13 2015] device: 'usb3': device_add
[Thu May 14 08:22:13 2015] bus: 'usb': add device usb3
[Thu May 14 08:22:13 2015] bus: 'usb': driver_probe_device: matched device usb3 with driver usb
[Thu May 14 08:22:13 2015] bus: 'usb': really_probe: probing driver usb with device usb3
[Thu May 14 08:22:13 2015] device: '3-0:1.0': device_add
[Thu May 14 08:22:13 2015] bus: 'usb': add device 3-0:1.0
[Thu May 14 08:22:13 2015] bus: 'usb': driver_probe_device: matched device 3-0:1.0 with driver hub
[Thu May 14 08:22:13 2015] bus: 'usb': really_probe: probing driver hub with device 3-0:1.0
[Thu May 14 08:22:13 2015] hub 3-0:1.0: USB hub found
[Thu May 14 08:22:13 2015] hub 3-0:1.0: 2 ports detected
[Thu May 14 08:22:13 2015] device: 'usb3-port1': device_add
[Thu May 14 08:22:13 2015] device: 'usb3-port2': device_add
[Thu May 14 08:22:13 2015] driver: 'hub': driver_bound: bound to device '3-0:1.0'
[Thu May 14 08:22:13 2015] bus: 'usb': really_probe: bound device 3-0:1.0 to driver hub
[Thu May 14 08:22:13 2015] device: 'ep_81': device_add
[Thu May 14 08:22:13 2015] driver: 'usb': driver_bound: bound to device 'usb3'
[Thu May 14 08:22:13 2015] bus: 'usb': really_probe: bound device usb3 to driver usb
[Thu May 14 08:22:13 2015] device: 'ep_00': device_add
[Thu May 14 08:22:13 2015] driver: 'ehci-pci': driver_bound: bound to device '0000:00:1a.0'
[Thu May 14 08:22:13 2015] bus: 'pci': really_probe: bound device 0000:00:1a.0 to driver ehci-pci
[Thu May 14 08:22:13 2015] bus: 'pci': driver_probe_device: matched device 0000:00:1d.0 with driver ehci-pci
[Thu May 14 08:22:13 2015] bus: 'pci': really_probe: probing driver ehci-pci with device 0000:00:1d.0
[Thu May 14 08:22:13 2015] ehci-pci 0000:00:1d.0: EHCI Host Controller
[Thu May 14 08:22:13 2015] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 4
[Thu May 14 08:22:13 2015] ehci-pci 0000:00:1d.0: debug port 2
[Thu May 14 08:22:13 2015] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[Thu May 14 08:22:13 2015] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf7817000
[Thu May 14 08:22:13 2015] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[Thu May 14 08:22:13 2015] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002
[Thu May 14 08:22:13 2015] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[Thu May 14 08:22:13 2015] usb usb4: Product: EHCI Host Controller
[Thu May 14 08:22:13 2015] usb usb4: Manufacturer: Linux 3.18.6-gentoo ehci_hcd
[Thu May 14 08:22:13 2015] usb usb4: SerialNumber: 0000:00:1d.0
[Thu May 14 08:22:13 2015] device: 'usb4': device_add
[Thu May 14 08:22:13 2015] bus: 'usb': add device usb4
[Thu May 14 08:22:13 2015] bus: 'usb': driver_probe_device: matched device usb4 with driver usb
[Thu May 14 08:22:13 2015] bus: 'usb': really_probe: probing driver usb with device usb4
[Thu May 14 08:22:13 2015] device: '4-0:1.0': device_add
[Thu May 14 08:22:13 2015] bus: 'usb': add device 4-0:1.0
[Thu May 14 08:22:13 2015] bus: 'usb': driver_probe_device: matched device 4-0:1.0 with driver hub
[Thu May 14 08:22:13 2015] bus: 'usb': really_probe: probing driver hub with device 4-0:1.0
[Thu May 14 08:22:13 2015] hub 4-0:1.0: USB hub found
[Thu May 14 08:22:13 2015] hub 4-0:1.0: 2 ports detected
[Thu May 14 08:22:13 2015] device: 'usb4-port1': device_add
[Thu May 14 08:22:13 2015] device: 'usb4-port2': device_add
[Thu May 14 08:22:13 2015] driver: 'hub': driver_bound: bound to device '4-0:1.0'
[Thu May 14 08:22:13 2015] bus: 'usb': really_probe: bound device 4-0:1.0 to driver hub
[Thu May 14 08:22:13 2015] device: 'ep_81': device_add
[Thu May 14 08:22:13 2015] driver: 'usb': driver_bound: bound to device 'usb4'
[Thu May 14 08:22:13 2015] bus: 'usb': really_probe: bound device usb4 to driver usb
[Thu May 14 08:22:13 2015] device: 'ep_00': device_add
[Thu May 14 08:22:13 2015] driver: 'ehci-pci': driver_bound: bound to device '0000:00:1d.0'
[Thu May 14 08:22:13 2015] bus: 'pci': really_probe: bound device 0000:00:1d.0 to driver ehci-pci
[Thu May 14 08:22:13 2015] bus: 'platform': add driver pcspkr
[Thu May 14 08:22:13 2015] bus: 'platform': driver_probe_device: matched device pcspkr with driver pcspkr
[Thu May 14 08:22:13 2015] bus: 'platform': really_probe: probing driver pcspkr with device pcspkr
[Thu May 14 08:22:13 2015] device: 'input4': device_add
[Thu May 14 08:22:13 2015] input: PC Speaker as /devices/platform/pcspkr/input/input4
[Thu May 14 08:22:13 2015] device: 'event4': device_add
[Thu May 14 08:22:13 2015] device: 'card3': device_add
[Thu May 14 08:22:13 2015] device: 'controlC3': device_add
[Thu May 14 08:22:13 2015] device: 'pcmC3D0p': device_add
[Thu May 14 08:22:13 2015] driver: 'pcspkr': driver_bound: bound to device 'pcspkr'
[Thu May 14 08:22:13 2015] bus: 'platform': really_probe: bound device pcspkr to driver pcspkr
[Thu May 14 08:22:13 2015] bus: 'ac97': registered
[Thu May 14 08:22:14 2015] usb 3-1: new high-speed USB device number 2 using ehci-pci
[Thu May 14 08:22:14 2015] usb 4-1: new high-speed USB device number 2 using ehci-pci
[Thu May 14 08:22:14 2015] usb 1-3: new full-speed USB device number 2 using xhci_hcd
[Thu May 14 08:22:14 2015] usb 3-1: New USB device found, idVendor=8087, idProduct=0024
[Thu May 14 08:22:14 2015] usb 3-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[Thu May 14 08:22:14 2015] device: '3-1': device_add
[Thu May 14 08:22:14 2015] bus: 'usb': add device 3-1
[Thu May 14 08:22:14 2015] bus: 'usb': driver_probe_device: matched device 3-1 with driver usb
[Thu May 14 08:22:14 2015] bus: 'usb': really_probe: probing driver usb with device 3-1
[Thu May 14 08:22:14 2015] device: '3-1:1.0': device_add
[Thu May 14 08:22:14 2015] bus: 'usb': add device 3-1:1.0
[Thu May 14 08:22:14 2015] bus: 'usb': driver_probe_device: matched device 3-1:1.0 with driver hub
[Thu May 14 08:22:14 2015] bus: 'usb': really_probe: probing driver hub with device 3-1:1.0
[Thu May 14 08:22:14 2015] hub 3-1:1.0: USB hub found
[Thu May 14 08:22:14 2015] hub 3-1:1.0: 6 ports detected
[Thu May 14 08:22:14 2015] device: '3-1-port1': device_add
[Thu May 14 08:22:14 2015] device: '3-1-port2': device_add
[Thu May 14 08:22:14 2015] device: '3-1-port3': device_add
[Thu May 14 08:22:14 2015] device: '3-1-port4': device_add
[Thu May 14 08:22:14 2015] device: '3-1-port5': device_add
[Thu May 14 08:22:14 2015] device: '3-1-port6': device_add
[Thu May 14 08:22:14 2015] driver: 'hub': driver_bound: bound to device '3-1:1.0'
[Thu May 14 08:22:14 2015] bus: 'usb': really_probe: bound device 3-1:1.0 to driver hub
[Thu May 14 08:22:14 2015] device: 'ep_81': device_add
[Thu May 14 08:22:14 2015] driver: 'usb': driver_bound: bound to device '3-1'
[Thu May 14 08:22:14 2015] bus: 'usb': really_probe: bound device 3-1 to driver usb
[Thu May 14 08:22:14 2015] device: 'ep_00': device_add
[Thu May 14 08:22:14 2015] usb 4-1: New USB device found, idVendor=8087, idProduct=0024
[Thu May 14 08:22:14 2015] usb 4-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[Thu May 14 08:22:14 2015] device: '4-1': device_add
[Thu May 14 08:22:14 2015] bus: 'usb': add device 4-1
[Thu May 14 08:22:14 2015] bus: 'usb': driver_probe_device: matched device 4-1 with driver usb
[Thu May 14 08:22:14 2015] bus: 'usb': really_probe: probing driver usb with device 4-1
[Thu May 14 08:22:14 2015] device: '4-1:1.0': device_add
[Thu May 14 08:22:14 2015] bus: 'usb': add device 4-1:1.0
[Thu May 14 08:22:14 2015] bus: 'usb': driver_probe_device: matched device 4-1:1.0 with driver hub
[Thu May 14 08:22:14 2015] bus: 'usb': really_probe: probing driver hub with device 4-1:1.0
[Thu May 14 08:22:14 2015] hub 4-1:1.0: USB hub found
[Thu May 14 08:22:14 2015] hub 4-1:1.0: 8 ports detected
[Thu May 14 08:22:14 2015] device: '4-1-port1': device_add
[Thu May 14 08:22:14 2015] device: '4-1-port2': device_add
[Thu May 14 08:22:14 2015] device: '4-1-port3': device_add
[Thu May 14 08:22:14 2015] device: '4-1-port4': device_add
[Thu May 14 08:22:14 2015] device: '4-1-port5': device_add
[Thu May 14 08:22:14 2015] device: '4-1-port6': device_add
[Thu May 14 08:22:14 2015] device: '4-1-port7': device_add
[Thu May 14 08:22:14 2015] device: '4-1-port8': device_add
[Thu May 14 08:22:14 2015] driver: 'hub': driver_bound: bound to device '4-1:1.0'
[Thu May 14 08:22:14 2015] bus: 'usb': really_probe: bound device 4-1:1.0 to driver hub
[Thu May 14 08:22:14 2015] device: 'ep_81': device_add
[Thu May 14 08:22:14 2015] driver: 'usb': driver_bound: bound to device '4-1'
[Thu May 14 08:22:14 2015] bus: 'usb': really_probe: bound device 4-1 to driver usb
[Thu May 14 08:22:14 2015] device: 'ep_00': device_add
[Thu May 14 08:22:14 2015] bus: 'pci': add driver snd_hda_intel
[Thu May 14 08:22:14 2015] bus: 'pci': driver_probe_device: matched device 0000:00:1b.0 with driver snd_hda_intel
[Thu May 14 08:22:14 2015] bus: 'pci': really_probe: probing driver snd_hda_intel with device 0000:00:1b.0
[Thu May 14 08:22:14 2015] driver: 'snd_hda_intel': driver_bound: bound to device '0000:00:1b.0'
[Thu May 14 08:22:14 2015] bus: 'pci': really_probe: bound device 0000:00:1b.0 to driver snd_hda_intel
[Thu May 14 08:22:14 2015] bus: 'pci': add driver snd_emu10k1
[Thu May 14 08:22:14 2015] bus: 'pci': driver_probe_device: matched device 0000:05:02.0 with driver snd_emu10k1
[Thu May 14 08:22:14 2015] bus: 'pci': really_probe: probing driver snd_emu10k1 with device 0000:05:02.0
[Thu May 14 08:22:14 2015] snd_emu10k1 0000:05:02.0: Installing spdif_bug patch: SB Audigy 2 ZS [SB0350]
[Thu May 14 08:22:14 2015] device: 'card0': device_add
[Thu May 14 08:22:14 2015] device: 'controlC0': device_add
[Thu May 14 08:22:14 2015] device: '0-0:STAC9721,23': device_add
[Thu May 14 08:22:14 2015] bus: 'ac97': add device 0-0:STAC9721,23
[Thu May 14 08:22:14 2015] device: 'pcmC0D0p': device_add
[Thu May 14 08:22:14 2015] device: 'pcmC0D0c': device_add
[Thu May 14 08:22:14 2015] device: 'pcmC0D1c': device_add
[Thu May 14 08:22:14 2015] device: 'pcmC0D2p': device_add
[Thu May 14 08:22:14 2015] device: 'pcmC0D2c': device_add
[Thu May 14 08:22:14 2015] device: 'pcmC0D3p': device_add
[Thu May 14 08:22:14 2015] device: 'pcmC0D4p': device_add
[Thu May 14 08:22:14 2015] device: 'pcmC0D4c': device_add
[Thu May 14 08:22:14 2015] device: 'midiC0D0': device_add
[Thu May 14 08:22:14 2015] device: 'midi': device_add
[Thu May 14 08:22:14 2015] device: 'dmmidi': device_add
[Thu May 14 08:22:14 2015] device: 'midiC0D1': device_add
[Thu May 14 08:22:14 2015] device: 'amidi': device_add
[Thu May 14 08:22:14 2015] device: 'admmidi': device_add
[Thu May 14 08:22:14 2015] device: 'hwC0D0': device_add
[Thu May 14 08:22:14 2015] driver: 'snd_emu10k1': driver_bound: bound to device '0000:05:02.0'
[Thu May 14 08:22:14 2015] bus: 'pci': really_probe: bound device 0000:05:02.0 to driver snd_emu10k1
[Thu May 14 08:22:14 2015] bus: 'platform': add driver coretemp
[Thu May 14 08:22:14 2015] Registering platform device 'coretemp.0'. Parent at platform
[Thu May 14 08:22:14 2015] device: 'coretemp.0': device_add
[Thu May 14 08:22:14 2015] bus: 'platform': add device coretemp.0
[Thu May 14 08:22:14 2015] bus: 'platform': driver_probe_device: matched device coretemp.0 with driver coretemp
[Thu May 14 08:22:14 2015] bus: 'platform': really_probe: probing driver coretemp with device coretemp.0
[Thu May 14 08:22:14 2015] device: 'hwmon1': device_add
[Thu May 14 08:22:14 2015] driver: 'coretemp': driver_bound: bound to device 'coretemp.0'
[Thu May 14 08:22:14 2015] bus: 'platform': really_probe: bound device coretemp.0 to driver coretemp
[Thu May 14 08:22:14 2015] device: 'thermal_zone2': device_add
[Thu May 14 08:22:14 2015] usb 1-3: New USB device found, idVendor=06e1, idProduct=a155
[Thu May 14 08:22:14 2015] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[Thu May 14 08:22:14 2015] usb 1-3: Product: ADS InstantFM Music
[Thu May 14 08:22:14 2015] usb 1-3: Manufacturer: ADS TECH
[Thu May 14 08:22:14 2015] device: '1-3': device_add
[Thu May 14 08:22:14 2015] bus: 'usb': add device 1-3
[Thu May 14 08:22:14 2015] bus: 'usb': driver_probe_device: matched device 1-3 with driver usb
[Thu May 14 08:22:14 2015] bus: 'usb': really_probe: probing driver usb with device 1-3
[Thu May 14 08:22:14 2015] usb 1-3: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
[Thu May 14 08:22:14 2015] device: '1-3:1.0': device_add
[Thu May 14 08:22:14 2015] bus: 'usb': add device 1-3:1.0
[Thu May 14 08:22:14 2015] device: '1-3:1.1': device_add
[Thu May 14 08:22:14 2015] bus: 'usb': add device 1-3:1.1
[Thu May 14 08:22:14 2015] device: '1-3:1.2': device_add
[Thu May 14 08:22:14 2015] bus: 'usb': add device 1-3:1.2
[Thu May 14 08:22:14 2015] device: 'ep_81': device_add
[Thu May 14 08:22:14 2015] device: 'ep_02': device_add
[Thu May 14 08:22:14 2015] driver: 'usb': driver_bound: bound to device '1-3'
[Thu May 14 08:22:14 2015] bus: 'usb': really_probe: bound device 1-3 to driver usb
[Thu May 14 08:22:14 2015] device: 'ep_00': device_add
[Thu May 14 08:22:14 2015] bus: 'pci': add driver cx88-mpeg driver manager
[Thu May 14 08:22:14 2015] bus: 'pci': driver_probe_device: matched device 0000:05:01.2 with driver cx88-mpeg driver manager
[Thu May 14 08:22:14 2015] bus: 'pci': really_probe: probing driver cx88-mpeg driver manager with device 0000:05:01.2
[Thu May 14 08:22:14 2015] cx88[0]: subsystem: 7063:5500, board: pcHDTV HD5500 HDTV [card=47,autodetected], frontend(s): 1
[Thu May 14 08:22:14 2015] bus: 'pci': add driver cx88_audio
[Thu May 14 08:22:14 2015] bus: 'pci': add driver cx8800
[Thu May 14 08:22:14 2015] usb 3-1.3: new high-speed USB device number 3 using ehci-pci
[Thu May 14 08:22:14 2015] usb 4-1.5: new low-speed USB device number 3 using ehci-pci
[Thu May 14 08:22:14 2015] device: 'i2c-8': device_add
[Thu May 14 08:22:14 2015] bus: 'i2c': add device i2c-8
[Thu May 14 08:22:14 2015] sound hdaudioC5D0: autoconfig: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:line
[Thu May 14 08:22:14 2015] sound hdaudioC5D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[Thu May 14 08:22:14 2015] sound hdaudioC5D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[Thu May 14 08:22:14 2015] sound hdaudioC5D0:    mono: mono_out=0x0
[Thu May 14 08:22:14 2015] sound hdaudioC5D0:    dig-out=0x11/0x1e
[Thu May 14 08:22:14 2015] sound hdaudioC5D0:    inputs:
[Thu May 14 08:22:14 2015] sound hdaudioC5D0:      Front Mic=0x19
[Thu May 14 08:22:14 2015] sound hdaudioC5D0:      Rear Mic=0x18
[Thu May 14 08:22:14 2015] sound hdaudioC5D0:      Line=0x1a
[Thu May 14 08:22:14 2015] sound hdaudioC5D3: autoconfig: line_outs=0 (0x0/0x0/0x0/0x0/0x0) type:line
[Thu May 14 08:22:14 2015] sound hdaudioC5D3:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[Thu May 14 08:22:14 2015] sound hdaudioC5D3:    hp_outs=0 (0x0/0x0/0x0/0x0/0x0)
[Thu May 14 08:22:14 2015] sound hdaudioC5D3:    mono: mono_out=0x0
[Thu May 14 08:22:14 2015] sound hdaudioC5D3:    dig-out=0x7/0x0
[Thu May 14 08:22:14 2015] sound hdaudioC5D3:    inputs:
[Thu May 14 08:22:14 2015] device: 'card5': device_add
[Thu May 14 08:22:14 2015] device: 'controlC5': device_add
[Thu May 14 08:22:14 2015] device: 'hdaudioC5D0': device_add
[Thu May 14 08:22:14 2015] device: 'hdaudioC5D3': device_add
[Thu May 14 08:22:14 2015] device: 'pcmC5D0p': device_add
[Thu May 14 08:22:14 2015] device: 'pcmC5D0c': device_add
[Thu May 14 08:22:14 2015] device: 'pcmC5D1p': device_add
[Thu May 14 08:22:14 2015] device: 'pcmC5D2c': device_add
[Thu May 14 08:22:14 2015] device: 'pcmC5D3p': device_add
[Thu May 14 08:22:14 2015] device: 'hwC5D0': device_add
[Thu May 14 08:22:14 2015] device: 'hwC5D3': device_add
[Thu May 14 08:22:14 2015] device: 'input5': device_add
[Thu May 14 08:22:14 2015] input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card5/input5
[Thu May 14 08:22:14 2015] device: 'event5': device_add
[Thu May 14 08:22:14 2015] device: 'input6': device_add
[Thu May 14 08:22:14 2015] input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card5/input6
[Thu May 14 08:22:14 2015] device: 'event6': device_add
[Thu May 14 08:22:14 2015] device: 'input7': device_add
[Thu May 14 08:22:14 2015] input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1b.0/sound/card5/input7
[Thu May 14 08:22:14 2015] device: 'event7': device_add
[Thu May 14 08:22:14 2015] device: 'input8': device_add
[Thu May 14 08:22:14 2015] input: HDA Intel PCH Line Out as /devices/pci0000:00/0000:00:1b.0/sound/card5/input8
[Thu May 14 08:22:14 2015] device: 'event8': device_add
[Thu May 14 08:22:14 2015] device: 'input9': device_add
[Thu May 14 08:22:14 2015] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card5/input9
[Thu May 14 08:22:14 2015] device: 'event9': device_add
[Thu May 14 08:22:14 2015] device: 'input10': device_add
[Thu May 14 08:22:14 2015] input: HDA Intel PCH HDMI as /devices/pci0000:00/0000:00:1b.0/sound/card5/input10
[Thu May 14 08:22:14 2015] device: 'event10': device_add
[Thu May 14 08:22:14 2015] usb 3-1.3: New USB device found, idVendor=0bda, idProduct=8176
[Thu May 14 08:22:14 2015] usb 3-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[Thu May 14 08:22:14 2015] usb 3-1.3: Product: 802.11n WLAN Adapter
[Thu May 14 08:22:14 2015] usb 3-1.3: Manufacturer: Realtek
[Thu May 14 08:22:14 2015] usb 3-1.3: SerialNumber: 00e04c000001
[Thu May 14 08:22:14 2015] device: '3-1.3': device_add
[Thu May 14 08:22:14 2015] bus: 'usb': add device 3-1.3
[Thu May 14 08:22:14 2015] bus: 'usb': driver_probe_device: matched device 3-1.3 with driver usb
[Thu May 14 08:22:14 2015] bus: 'usb': really_probe: probing driver usb with device 3-1.3
[Thu May 14 08:22:14 2015] device: '3-1.3:1.0': device_add
[Thu May 14 08:22:14 2015] bus: 'usb': add device 3-1.3:1.0
[Thu May 14 08:22:14 2015] device: 'ep_81': device_add
[Thu May 14 08:22:14 2015] device: 'ep_02': device_add
[Thu May 14 08:22:14 2015] device: 'ep_03': device_add
[Thu May 14 08:22:14 2015] device: 'ep_84': device_add
[Thu May 14 08:22:14 2015] driver: 'usb': driver_bound: bound to device '3-1.3'
[Thu May 14 08:22:14 2015] bus: 'usb': really_probe: bound device 3-1.3 to driver usb
[Thu May 14 08:22:14 2015] device: 'ep_00': device_add
[Thu May 14 08:22:14 2015] usb 4-1.5: New USB device found, idVendor=046d, idProduct=c01b
[Thu May 14 08:22:14 2015] usb 4-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[Thu May 14 08:22:14 2015] usb 4-1.5: Product: USB-PS/2 Optical Mouse
[Thu May 14 08:22:14 2015] usb 4-1.5: Manufacturer: Logitech
[Thu May 14 08:22:14 2015] device: '4-1.5': device_add
[Thu May 14 08:22:14 2015] bus: 'usb': add device 4-1.5
[Thu May 14 08:22:14 2015] bus: 'usb': driver_probe_device: matched device 4-1.5 with driver usb
[Thu May 14 08:22:14 2015] bus: 'usb': really_probe: probing driver usb with device 4-1.5
[Thu May 14 08:22:14 2015] device: '4-1.5:1.0': device_add
[Thu May 14 08:22:14 2015] bus: 'usb': add device 4-1.5:1.0
[Thu May 14 08:22:14 2015] device: 'ep_81': device_add
[Thu May 14 08:22:14 2015] driver: 'usb': driver_bound: bound to device '4-1.5'
[Thu May 14 08:22:14 2015] bus: 'usb': really_probe: bound device 4-1.5 to driver usb
[Thu May 14 08:22:14 2015] device: 'ep_00': device_add
[Thu May 14 08:22:14 2015] usb 3-1.4: new full-speed USB device number 4 using ehci-pci
[Thu May 14 08:22:14 2015] usb 4-1.6: new high-speed USB device number 4 using ehci-pci
[Thu May 14 08:22:14 2015] bus: 'i2c': add driver tuner
[Thu May 14 08:22:14 2015] device: '8-0043': device_add
[Thu May 14 08:22:14 2015] bus: 'i2c': add device 8-0043
[Thu May 14 08:22:14 2015] bus: 'i2c': driver_probe_device: matched device 8-0043 with driver tuner
[Thu May 14 08:22:14 2015] bus: 'i2c': really_probe: probing driver tuner with device 8-0043
[Thu May 14 08:22:14 2015] tda9887 8-0043: creating new instance
[Thu May 14 08:22:14 2015] tda9887 8-0043: tda988[5/6/7] found
[Thu May 14 08:22:14 2015] tuner 8-0043: Tuner 74 found with type(s) Radio TV.
[Thu May 14 08:22:14 2015] driver: 'tuner': driver_bound: bound to device '8-0043'
[Thu May 14 08:22:14 2015] bus: 'i2c': really_probe: bound device 8-0043 to driver tuner
[Thu May 14 08:22:14 2015] device: '8-0061': device_add
[Thu May 14 08:22:14 2015] bus: 'i2c': add device 8-0061
[Thu May 14 08:22:14 2015] bus: 'i2c': driver_probe_device: matched device 8-0061 with driver tuner
[Thu May 14 08:22:14 2015] bus: 'i2c': really_probe: probing driver tuner with device 8-0061
[Thu May 14 08:22:14 2015] tuner 8-0061: Tuner -1 found with type(s) Radio TV.
[Thu May 14 08:22:14 2015] driver: 'tuner': driver_bound: bound to device '8-0061'
[Thu May 14 08:22:14 2015] bus: 'i2c': really_probe: bound device 8-0061 to driver tuner
[Thu May 14 08:22:14 2015] usb 4-1.6: New USB device found, idVendor=04e8, idProduct=342d
[Thu May 14 08:22:14 2015] usb 4-1.6: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[Thu May 14 08:22:14 2015] usb 4-1.6: Product: SCX-4x28 Series
[Thu May 14 08:22:14 2015] usb 4-1.6: Manufacturer: Samsung Electronics Co., Ltd.
[Thu May 14 08:22:14 2015] usb 4-1.6: SerialNumber: 9H61BAIS500282A
[Thu May 14 08:22:14 2015] device: '4-1.6': device_add
[Thu May 14 08:22:14 2015] bus: 'usb': add device 4-1.6
[Thu May 14 08:22:14 2015] bus: 'usb': driver_probe_device: matched device 4-1.6 with driver usb
[Thu May 14 08:22:14 2015] bus: 'usb': really_probe: probing driver usb with device 4-1.6
[Thu May 14 08:22:14 2015] device: '4-1.6:1.0': device_add
[Thu May 14 08:22:14 2015] bus: 'usb': add device 4-1.6:1.0
[Thu May 14 08:22:14 2015] device: 'ep_03': device_add
[Thu May 14 08:22:14 2015] device: 'ep_84': device_add
[Thu May 14 08:22:14 2015] device: '4-1.6:1.1': device_add
[Thu May 14 08:22:14 2015] bus: 'usb': add device 4-1.6:1.1
[Thu May 14 08:22:14 2015] device: 'ep_01': device_add
[Thu May 14 08:22:14 2015] device: 'ep_82': device_add
[Thu May 14 08:22:14 2015] driver: 'usb': driver_bound: bound to device '4-1.6'
[Thu May 14 08:22:14 2015] bus: 'usb': really_probe: bound device 4-1.6 to driver usb
[Thu May 14 08:22:14 2015] device: 'ep_00': device_add
[Thu May 14 08:22:14 2015] usb 3-1.4: New USB device found, idVendor=0a12, idProduct=0001
[Thu May 14 08:22:14 2015] usb 3-1.4: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[Thu May 14 08:22:14 2015] device: '3-1.4': device_add
[Thu May 14 08:22:14 2015] bus: 'usb': add device 3-1.4
[Thu May 14 08:22:14 2015] bus: 'usb': driver_probe_device: matched device 3-1.4 with driver usb
[Thu May 14 08:22:14 2015] bus: 'usb': really_probe: probing driver usb with device 3-1.4
[Thu May 14 08:22:14 2015] device: '3-1.4:1.0': device_add
[Thu May 14 08:22:14 2015] bus: 'usb': add device 3-1.4:1.0
[Thu May 14 08:22:14 2015] device: 'ep_81': device_add
[Thu May 14 08:22:14 2015] device: 'ep_02': device_add
[Thu May 14 08:22:14 2015] device: 'ep_82': device_add
[Thu May 14 08:22:14 2015] device: '3-1.4:1.1': device_add
[Thu May 14 08:22:14 2015] bus: 'usb': add device 3-1.4:1.1
[Thu May 14 08:22:14 2015] device: 'ep_03': device_add
[Thu May 14 08:22:14 2015] device: 'ep_83': device_add
[Thu May 14 08:22:14 2015] driver: 'usb': driver_bound: bound to device '3-1.4'
[Thu May 14 08:22:14 2015] bus: 'usb': really_probe: bound device 3-1.4 to driver usb
[Thu May 14 08:22:14 2015] device: 'ep_00': device_add
[Thu May 14 08:22:14 2015] tuner-simple 8-0061: creating new instance
[Thu May 14 08:22:14 2015] tuner-simple 8-0061: type set to 64 (LG TDVS-H06xF)
[Thu May 14 08:22:14 2015] Registered IR keymap rc-hauppauge
[Thu May 14 08:22:14 2015] device: 'rc0': device_add
[Thu May 14 08:22:14 2015] device: 'input11': device_add
[Thu May 14 08:22:14 2015] input: cx88 IR (pcHDTV HD5500 HDTV) as /devices/pci0000:00/0000:00:1c.5/0000:04:00.0/0000:05:01.2/rc/rc0/input11
[Thu May 14 08:22:14 2015] device: 'event11': device_add
[Thu May 14 08:22:14 2015] rc0: cx88 IR (pcHDTV HD5500 HDTV) as /devices/pci0000:00/0000:00:1c.5/0000:04:00.0/0000:05:01.2/rc/rc0
[Thu May 14 08:22:14 2015] device: 'lirc0': device_add
[Thu May 14 08:22:14 2015] rc rc0: lirc_dev: driver ir-lirc-codec (cx88xx) registered at minor = 0
[Thu May 14 08:22:14 2015] cx88[0]/2: cx2388x 8802 Driver Manager
[Thu May 14 08:22:14 2015] cx88[0]/2: found at 0000:05:01.2, rev: 5, irq: 18, latency: 64, mmio: 0xf3000000
[Thu May 14 08:22:14 2015] driver: 'cx88-mpeg driver manager': driver_bound: bound to device '0000:05:01.2'
[Thu May 14 08:22:14 2015] bus: 'pci': really_probe: bound device 0000:05:01.2 to driver cx88-mpeg driver manager
[Thu May 14 08:22:14 2015] bus: 'pci': driver_probe_device: matched device 0000:05:01.1 with driver cx88_audio
[Thu May 14 08:22:14 2015] bus: 'pci': really_probe: probing driver cx88_audio with device 0000:05:01.1
[Thu May 14 08:22:14 2015] cx88[0]/1: CX88x/0: ALSA support for cx2388x boards
[Thu May 14 08:22:14 2015] device: 'card1': device_add
[Thu May 14 08:22:14 2015] device: 'controlC1': device_add
[Thu May 14 08:22:14 2015] device: 'pcmC1D0c': device_add
[Thu May 14 08:22:14 2015] driver: 'cx88_audio': driver_bound: bound to device '0000:05:01.1'
[Thu May 14 08:22:14 2015] bus: 'pci': really_probe: bound device 0000:05:01.1 to driver cx88_audio
[Thu May 14 08:22:14 2015] bus: 'pci': driver_probe_device: matched device 0000:05:00.0 with driver cx8800
[Thu May 14 08:22:14 2015] bus: 'pci': really_probe: probing driver cx8800 with device 0000:05:00.0
[Thu May 14 08:22:14 2015] cx88[1]: subsystem: 1002:00f9, board: ATI TV Wonder Pro [card=4,autodetected], frontend(s): 0
[Thu May 14 08:22:14 2015] usb 4-1.7: new low-speed USB device number 5 using ehci-pci
[Thu May 14 08:22:14 2015] usb 3-1.5: new high-speed USB device number 5 using ehci-pci
[Thu May 14 08:22:14 2015] cx88/2: cx2388x dvb driver version 0.0.9 loaded
[Thu May 14 08:22:14 2015] cx88/2: registering cx8802 driver, type: dvb access: shared
[Thu May 14 08:22:14 2015] cx88[0]/2: subsystem: 7063:5500, board: pcHDTV HD5500 HDTV [card=47]
[Thu May 14 08:22:14 2015] cx88[0]/2: cx2388x based DVB/ATSC card
[Thu May 14 08:22:14 2015] cx8802_alloc_frontends() allocating 1 frontend(s)
[Thu May 14 08:22:15 2015] device: 'i2c-9': device_add
[Thu May 14 08:22:15 2015] bus: 'i2c': add device i2c-9
[Thu May 14 08:22:15 2015] device: '9-0060': device_add
[Thu May 14 08:22:15 2015] bus: 'i2c': add device 9-0060
[Thu May 14 08:22:15 2015] bus: 'i2c': driver_probe_device: matched device 9-0060 with driver tuner
[Thu May 14 08:22:15 2015] bus: 'i2c': really_probe: probing driver tuner with device 9-0060
[Thu May 14 08:22:15 2015] All bytes are equal. It is not a TEA5767
[Thu May 14 08:22:15 2015] tuner 9-0060: Tuner -1 found with type(s) Radio TV.
[Thu May 14 08:22:15 2015] driver: 'tuner': driver_bound: bound to device '9-0060'
[Thu May 14 08:22:15 2015] bus: 'i2c': really_probe: bound device 9-0060 to driver tuner
[Thu May 14 08:22:15 2015] usb 4-1.7: New USB device found, idVendor=04fc, idProduct=0538
[Thu May 14 08:22:15 2015] usb 4-1.7: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[Thu May 14 08:22:15 2015] usb 4-1.7: Product: 2.4G wireless optical mouse
[Thu May 14 08:22:15 2015] usb 4-1.7: Manufacturer: MLK
[Thu May 14 08:22:15 2015] device: '4-1.7': device_add
[Thu May 14 08:22:15 2015] bus: 'usb': add device 4-1.7
[Thu May 14 08:22:15 2015] bus: 'usb': driver_probe_device: matched device 4-1.7 with driver usb
[Thu May 14 08:22:15 2015] bus: 'usb': really_probe: probing driver usb with device 4-1.7
[Thu May 14 08:22:15 2015] device: '4-1.7:1.0': device_add
[Thu May 14 08:22:15 2015] bus: 'usb': add device 4-1.7:1.0
[Thu May 14 08:22:15 2015] device: 'ep_81': device_add
[Thu May 14 08:22:15 2015] driver: 'usb': driver_bound: bound to device '4-1.7'
[Thu May 14 08:22:15 2015] bus: 'usb': really_probe: bound device 4-1.7 to driver usb
[Thu May 14 08:22:15 2015] device: 'ep_00': device_add
[Thu May 14 08:22:15 2015] usb 3-1.5: New USB device found, idVendor=0bb4, idProduct=0cae
[Thu May 14 08:22:15 2015] usb 3-1.5: New USB device strings: Mfr=2, Product=3, SerialNumber=4
[Thu May 14 08:22:15 2015] usb 3-1.5: Product: MyTouch
[Thu May 14 08:22:15 2015] usb 3-1.5: Manufacturer: HTC
[Thu May 14 08:22:15 2015] usb 3-1.5: SerialNumber: HT179TB01627
[Thu May 14 08:22:15 2015] device: '3-1.5': device_add
[Thu May 14 08:22:15 2015] bus: 'usb': add device 3-1.5
[Thu May 14 08:22:15 2015] bus: 'usb': driver_probe_device: matched device 3-1.5 with driver usb
[Thu May 14 08:22:15 2015] bus: 'usb': really_probe: probing driver usb with device 3-1.5
[Thu May 14 08:22:15 2015] device: '3-1.5:1.0': device_add
[Thu May 14 08:22:15 2015] bus: 'usb': add device 3-1.5:1.0
[Thu May 14 08:22:15 2015] device: 'ep_81': device_add
[Thu May 14 08:22:15 2015] device: 'ep_01': device_add
[Thu May 14 08:22:15 2015] device: '3-1.5:1.1': device_add
[Thu May 14 08:22:15 2015] bus: 'usb': add device 3-1.5:1.1
[Thu May 14 08:22:15 2015] device: 'ep_82': device_add
[Thu May 14 08:22:15 2015] device: 'ep_02': device_add
[Thu May 14 08:22:15 2015] driver: 'usb': driver_bound: bound to device '3-1.5'
[Thu May 14 08:22:15 2015] bus: 'usb': really_probe: bound device 3-1.5 to driver usb
[Thu May 14 08:22:15 2015] device: 'ep_00': device_add
[Thu May 14 08:22:15 2015] tuner-simple 9-0060: creating new instance
[Thu May 14 08:22:15 2015] tuner-simple 9-0060: type set to 44 (Philips 4 in 1 (ATI TV Wonder Pro/Conexant))
[Thu May 14 08:22:15 2015] cx88[1]/0: found at 0000:05:00.0, rev: 5, irq: 17, latency: 64, mmio: 0xf6000000
[Thu May 14 08:22:15 2015] device: 'video0': device_add
[Thu May 14 08:22:15 2015] cx88[1]/0: registered device video0 [v4l2]
[Thu May 14 08:22:15 2015] device: 'vbi0': device_add
[Thu May 14 08:22:15 2015] cx88[1]/0: registered device vbi0
[Thu May 14 08:22:15 2015] driver: 'cx8800': driver_bound: bound to device '0000:05:00.0'
[Thu May 14 08:22:15 2015] bus: 'pci': really_probe: bound device 0000:05:00.0 to driver cx8800
[Thu May 14 08:22:15 2015] bus: 'pci': driver_probe_device: matched device 0000:05:01.0 with driver cx8800
[Thu May 14 08:22:15 2015] bus: 'pci': really_probe: probing driver cx8800 with device 0000:05:01.0
[Thu May 14 08:22:15 2015] cx88[0]/0: found at 0000:05:01.0, rev: 5, irq: 18, latency: 64, mmio: 0xf5000000
[Thu May 14 08:22:15 2015] usb 3-1.6: new high-speed USB device number 6 using ehci-pci
[Thu May 14 08:22:15 2015] tuner-simple 8-0061: attaching existing instance
[Thu May 14 08:22:15 2015] tuner-simple 8-0061: type set to 64 (LG TDVS-H06xF)
[Thu May 14 08:22:15 2015] tda9887 8-0043: attaching existing instance
[Thu May 14 08:22:15 2015] usb 3-1.6: New USB device found, idVendor=0951, idProduct=1666
[Thu May 14 08:22:15 2015] usb 3-1.6: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[Thu May 14 08:22:15 2015] usb 3-1.6: Product: DataTraveler 3.0
[Thu May 14 08:22:15 2015] usb 3-1.6: Manufacturer: Kingston
[Thu May 14 08:22:15 2015] usb 3-1.6: SerialNumber: 60A44C42568CBEA119890097
[Thu May 14 08:22:15 2015] device: '3-1.6': device_add
[Thu May 14 08:22:15 2015] bus: 'usb': add device 3-1.6
[Thu May 14 08:22:15 2015] bus: 'usb': driver_probe_device: matched device 3-1.6 with driver usb
[Thu May 14 08:22:15 2015] bus: 'usb': really_probe: probing driver usb with device 3-1.6
[Thu May 14 08:22:15 2015] device: '3-1.6:1.0': device_add
[Thu May 14 08:22:15 2015] bus: 'usb': add device 3-1.6:1.0
[Thu May 14 08:22:15 2015] device: 'ep_81': device_add
[Thu May 14 08:22:15 2015] device: 'ep_02': device_add
[Thu May 14 08:22:15 2015] driver: 'usb': driver_bound: bound to device '3-1.6'
[Thu May 14 08:22:15 2015] bus: 'usb': really_probe: bound device 3-1.6 to driver usb
[Thu May 14 08:22:15 2015] device: 'ep_00': device_add
[Thu May 14 08:22:15 2015] DVB: registering new adapter (cx88[0])
[Thu May 14 08:22:15 2015] cx88-mpeg driver manager 0000:05:01.2: DVB: registering adapter 0 frontend 0 (LG Electronics LGDT3303 VSB/QAM Frontend)...
[Thu May 14 08:22:15 2015] device: 'dvb0.frontend0': device_add
[Thu May 14 08:22:15 2015] device: 'dvb0.demux0': device_add
[Thu May 14 08:22:15 2015] device: 'dvb0.dvr0': device_add
[Thu May 14 08:22:15 2015] device: 'dvb0.net0': device_add
[Thu May 14 08:22:15 2015] device: 'video1': device_add
[Thu May 14 08:22:15 2015] cx88[0]/0: registered device video1 [v4l2]
[Thu May 14 08:22:15 2015] device: 'vbi1': device_add
[Thu May 14 08:22:15 2015] cx88[0]/0: registered device vbi1
[Thu May 14 08:22:15 2015] driver: 'cx8800': driver_bound: bound to device '0000:05:01.0'
[Thu May 14 08:22:15 2015] bus: 'pci': really_probe: bound device 0000:05:01.0 to driver cx8800
[Thu May 14 08:22:16 2015] bus: 'usb': add driver usblp
[Thu May 14 08:22:16 2015] bus: 'usb': driver_probe_device: matched device 4-1.6:1.1 with driver usblp
[Thu May 14 08:22:16 2015] bus: 'usb': really_probe: probing driver usblp with device 4-1.6:1.1
[Thu May 14 08:22:16 2015] device class 'usbmisc': registering
[Thu May 14 08:22:16 2015] device: 'lp0': device_add
[Thu May 14 08:22:16 2015] usblp 4-1.6:1.1: usblp0: USB Bidirectional printer dev 4 if 1 alt 0 proto 2 vid 0x04E8 pid 0x342D
[Thu May 14 08:22:16 2015] driver: 'usblp': driver_bound: bound to device '4-1.6:1.1'
[Thu May 14 08:22:16 2015] bus: 'usb': really_probe: bound device 4-1.6:1.1 to driver usblp
[Thu May 14 08:22:16 2015] usbcore: registered new interface driver usblp
[Thu May 14 08:22:16 2015] nvidia: module license 'NVIDIA' taints kernel.
[Thu May 14 08:22:16 2015] Disabling lock debugging due to kernel taint
[Thu May 14 08:22:16 2015] bus: 'pci': add driver nvidia
[Thu May 14 08:22:16 2015] bus: 'pci': driver_probe_device: matched device 0000:01:00.0 with driver nvidia
[Thu May 14 08:22:16 2015] bus: 'pci': really_probe: probing driver nvidia with device 0000:01:00.0
[Thu May 14 08:22:16 2015] nvidia 0000:01:00.0: enabling device (0000 -> 0003)
[Thu May 14 08:22:16 2015] vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=io+mem,decodes=none:owns=none
[Thu May 14 08:22:16 2015] driver: 'nvidia': driver_bound: bound to device '0000:01:00.0'
[Thu May 14 08:22:16 2015] bus: 'pci': really_probe: bound device 0000:01:00.0 to driver nvidia
[Thu May 14 08:22:16 2015] device: 'card1': device_add
[Thu May 14 08:22:16 2015] [drm] Initialized nvidia-drm 0.0.0 20150116 for 0000:01:00.0 on minor 1
[Thu May 14 08:22:16 2015] NVRM: loading NVIDIA UNIX x86 Kernel Module  340.76  Thu Jan 22 11:21:06 PST 2015
[Thu May 14 08:22:16 2015] Bluetooth: Core ver 2.19
[Thu May 14 08:22:16 2015] device class 'bluetooth': registering
[Thu May 14 08:22:16 2015] NET: Registered protocol family 31
[Thu May 14 08:22:16 2015] Bluetooth: HCI device and connection manager initialized
[Thu May 14 08:22:16 2015] Bluetooth: HCI socket layer initialized
[Thu May 14 08:22:16 2015] Bluetooth: L2CAP socket layer initialized
[Thu May 14 08:22:16 2015] Bluetooth: SCO socket layer initialized
[Thu May 14 08:22:17 2015] bus: 'usb': add driver btusb
[Thu May 14 08:22:17 2015] bus: 'usb': driver_probe_device: matched device 3-1.4:1.0 with driver btusb
[Thu May 14 08:22:17 2015] bus: 'usb': really_probe: probing driver btusb with device 3-1.4:1.0
[Thu May 14 08:22:17 2015] driver: 'btusb': driver_bound: bound to device '3-1.4:1.1'
[Thu May 14 08:22:17 2015] device: 'hci0': device_add
[Thu May 14 08:22:17 2015] driver: 'btusb': driver_bound: bound to device '3-1.4:1.0'
[Thu May 14 08:22:17 2015] bus: 'usb': really_probe: bound device 3-1.4:1.0 to driver btusb
[Thu May 14 08:22:17 2015] usbcore: registered new interface driver btusb
[Thu May 14 08:22:17 2015] bus: 'usb': add driver snd-usb-audio
[Thu May 14 08:22:17 2015] bus: 'usb': driver_probe_device: matched device 1-3:1.0 with driver snd-usb-audio
[Thu May 14 08:22:17 2015] bus: 'usb': really_probe: probing driver snd-usb-audio with device 1-3:1.0
[Thu May 14 08:22:17 2015] device: 'ep_83': device_add
[Thu May 14 08:22:17 2015] device: 'ep_83': device_unregister
[Thu May 14 08:22:17 2015] driver: 'snd-usb-audio': driver_bound: bound to device '1-3:1.1'
[Thu May 14 08:22:17 2015] device: 'card2': device_add
[Thu May 14 08:22:17 2015] device: 'controlC2': device_add
[Thu May 14 08:22:17 2015] device: 'pcmC2D0c': device_add
[Thu May 14 08:22:17 2015] driver: 'snd-usb-audio': driver_bound: bound to device '1-3:1.0'
[Thu May 14 08:22:17 2015] bus: 'usb': really_probe: bound device 1-3:1.0 to driver snd-usb-audio
[Thu May 14 08:22:17 2015] usbcore: registered new interface driver snd-usb-audio
[Thu May 14 08:22:17 2015] bus: 'usb': add driver usb-storage
[Thu May 14 08:22:17 2015] bus: 'usb': driver_probe_device: matched device 3-1.5:1.0 with driver usb-storage
[Thu May 14 08:22:17 2015] bus: 'usb': really_probe: probing driver usb-storage with device 3-1.5:1.0
[Thu May 14 08:22:17 2015] usb-storage 3-1.5:1.0: USB Mass Storage device detected
[Thu May 14 08:22:17 2015] scsi host8: usb-storage 3-1.5:1.0
[Thu May 14 08:22:17 2015] device: 'host8': device_add
[Thu May 14 08:22:17 2015] bus: 'scsi': add device host8
[Thu May 14 08:22:17 2015] device: 'host8': device_add
[Thu May 14 08:22:17 2015] driver: 'usb-storage': driver_bound: bound to device '3-1.5:1.0'
[Thu May 14 08:22:17 2015] bus: 'usb': really_probe: bound device 3-1.5:1.0 to driver usb-storage
[Thu May 14 08:22:17 2015] bus: 'usb': driver_probe_device: matched device 3-1.6:1.0 with driver usb-storage
[Thu May 14 08:22:17 2015] bus: 'usb': really_probe: probing driver usb-storage with device 3-1.6:1.0
[Thu May 14 08:22:17 2015] usb-storage 3-1.6:1.0: USB Mass Storage device detected
[Thu May 14 08:22:17 2015] scsi host9: usb-storage 3-1.6:1.0
[Thu May 14 08:22:17 2015] device: 'host9': device_add
[Thu May 14 08:22:17 2015] bus: 'scsi': add device host9
[Thu May 14 08:22:17 2015] device: 'host9': device_add
[Thu May 14 08:22:17 2015] driver: 'usb-storage': driver_bound: bound to device '3-1.6:1.0'
[Thu May 14 08:22:17 2015] bus: 'usb': really_probe: bound device 3-1.6:1.0 to driver usb-storage
[Thu May 14 08:22:17 2015] usbcore: registered new interface driver usb-storage
[Thu May 14 08:22:17 2015] device class 'ieee80211': registering
[Thu May 14 08:22:17 2015] Registering platform device 'regulatory.0'. Parent at platform
[Thu May 14 08:22:17 2015] device: 'regulatory.0': device_add
[Thu May 14 08:22:17 2015] bus: 'platform': add device regulatory.0
[Thu May 14 08:22:17 2015] cfg80211: Calling CRDA to update world regulatory domain
[Thu May 14 08:22:17 2015] bus: 'usb': add driver uas
[Thu May 14 08:22:17 2015] usbcore: registered new interface driver uas
[Thu May 14 08:22:17 2015] bus: 'usb': add driver radio-si470x
[Thu May 14 08:22:17 2015] bus: 'usb': driver_probe_device: matched device 1-3:1.2 with driver radio-si470x
[Thu May 14 08:22:17 2015] bus: 'usb': really_probe: probing driver radio-si470x with device 1-3:1.2
[Thu May 14 08:22:17 2015] radio-si470x 1-3:1.2: DeviceID=0x1242 ChipID=0x0a0f
[Thu May 14 08:22:17 2015] radio-si470x 1-3:1.2: software version 0, hardware version 7
[Thu May 14 08:22:17 2015] bus: 'usb': add driver rtl8192cu
[Thu May 14 08:22:17 2015] bus: 'usb': driver_probe_device: matched device 3-1.3:1.0 with driver rtl8192cu
[Thu May 14 08:22:17 2015] bus: 'usb': really_probe: probing driver rtl8192cu with device 3-1.3:1.0
[Thu May 14 08:22:17 2015] rtl8192cu: Chip version 0x10
[Thu May 14 08:22:17 2015] bus: 'usb': add driver usbhid
[Thu May 14 08:22:17 2015] rtl8192cu: MAC address: e8:4e:06:00:66:62
[Thu May 14 08:22:17 2015] rtl8192cu: Board Type 0
[Thu May 14 08:22:17 2015] rtl_usb: rx_max_size 15360, rx_urb_num 8, in_ep 1
[Thu May 14 08:22:17 2015] rtl8192cu: Loading firmware rtlwifi/rtl8192cufw_TMSC.bin
[Thu May 14 08:22:17 2015] device: 'phy0': device_add
[Thu May 14 08:22:17 2015] __allocate_fw_buf: fw-rtlwifi/rtl8192cufw_TMSC.bin buf=ecd07240
[Thu May 14 08:22:17 2015] usb 3-1.3: Direct firmware load for rtlwifi/rtl8192cufw_TMSC.bin failed with error -2
[Thu May 14 08:22:17 2015] __fw_free_buf: fw-rtlwifi/rtl8192cufw_TMSC.bin buf=ecd07240 data=  (null) size=0
[Thu May 14 08:22:17 2015] __allocate_fw_buf: fw-rtlwifi/rtl8192cufw.bin buf=ecd07240
[Thu May 14 08:22:17 2015] device: 'radio0': device_add
[Thu May 14 08:22:17 2015] driver: 'radio-si470x': driver_bound: bound to device '1-3:1.2'
[Thu May 14 08:22:17 2015] bus: 'usb': really_probe: bound device 1-3:1.2 to driver radio-si470x
[Thu May 14 08:22:17 2015] bus: 'usb': driver_probe_device: matched device 4-1.5:1.0 with driver usbhid
[Thu May 14 08:22:17 2015] bus: 'usb': really_probe: probing driver usbhid with device 4-1.5:1.0
[Thu May 14 08:22:17 2015] usbcore: registered new interface driver radio-si470x
[Thu May 14 08:22:17 2015] device: '0003:046D:C01B.0001': device_add
[Thu May 14 08:22:17 2015] bus: 'hid': add device 0003:046D:C01B.0001
[Thu May 14 08:22:17 2015] bus: 'hid': driver_probe_device: matched device 0003:046D:C01B.0001 with driver hid-generic
[Thu May 14 08:22:17 2015] bus: 'hid': really_probe: probing driver hid-generic with device 0003:046D:C01B.0001
[Thu May 14 08:22:17 2015] device: 'input13': device_add
[Thu May 14 08:22:17 2015] input: Logitech USB-PS/2 Optical Mouse as /devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1.5/4-1.5:1.0/0003:046D:C01B.0001/input/input13
[Thu May 14 08:22:17 2015] device: 'mouse0': device_add
[Thu May 14 08:22:17 2015] device: 'event12': device_add
[Thu May 14 08:22:17 2015] device: 'hidraw0': device_add
[Thu May 14 08:22:17 2015] hid-generic 0003:046D:C01B.0001: input,hidraw0: USB HID v1.10 Mouse [Logitech USB-PS/2 Optical Mouse] on usb-0000:00:1d.0-1.5/input0
[Thu May 14 08:22:17 2015] driver: 'hid-generic': driver_bound: bound to device '0003:046D:C01B.0001'
[Thu May 14 08:22:17 2015] bus: 'hid': really_probe: bound device 0003:046D:C01B.0001 to driver hid-generic
[Thu May 14 08:22:17 2015] driver: 'usbhid': driver_bound: bound to device '4-1.5:1.0'
[Thu May 14 08:22:17 2015] bus: 'usb': really_probe: bound device 4-1.5:1.0 to driver usbhid
[Thu May 14 08:22:17 2015] bus: 'usb': driver_probe_device: matched device 4-1.7:1.0 with driver usbhid
[Thu May 14 08:22:17 2015] bus: 'usb': really_probe: probing driver usbhid with device 4-1.7:1.0
[Thu May 14 08:22:17 2015] device: '0003:04FC:0538.0002': device_add
[Thu May 14 08:22:17 2015] bus: 'hid': add device 0003:04FC:0538.0002
[Thu May 14 08:22:17 2015] bus: 'hid': driver_probe_device: matched device 0003:04FC:0538.0002 with driver hid-generic
[Thu May 14 08:22:17 2015] bus: 'hid': really_probe: probing driver hid-generic with device 0003:04FC:0538.0002
[Thu May 14 08:22:17 2015] device: 'input14': device_add
[Thu May 14 08:22:17 2015] input: MLK 2.4G wireless optical mouse as /devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1.7/4-1.7:1.0/0003:04FC:0538.0002/input/input14
[Thu May 14 08:22:17 2015] device: 'mouse1': device_add
[Thu May 14 08:22:17 2015] device: 'event13': device_add
[Thu May 14 08:22:17 2015] device: 'hiddev0': device_add
[Thu May 14 08:22:17 2015] device: 'hidraw1': device_add
[Thu May 14 08:22:17 2015] hid-generic 0003:04FC:0538.0002: input,hiddev0,hidraw1: USB HID v1.10 Mouse [MLK 2.4G wireless optical mouse] on usb-0000:00:1d.0-1.7/input0
[Thu May 14 08:22:17 2015] driver: 'hid-generic': driver_bound: bound to device '0003:04FC:0538.0002'
[Thu May 14 08:22:17 2015] bus: 'hid': really_probe: bound device 0003:04FC:0538.0002 to driver hid-generic
[Thu May 14 08:22:17 2015] driver: 'usbhid': driver_bound: bound to device '4-1.7:1.0'
[Thu May 14 08:22:17 2015] bus: 'usb': really_probe: bound device 4-1.7:1.0 to driver usbhid
[Thu May 14 08:22:17 2015] usbcore: registered new interface driver usbhid
[Thu May 14 08:22:17 2015] usbhid: USB HID core driver
[Thu May 14 08:22:17 2015] usb 3-1.3: firmware: direct-loading firmware rtlwifi/rtl8192cufw.bin
[Thu May 14 08:22:17 2015] fw_set_page_data: fw-rtlwifi/rtl8192cufw.bin buf=ecd07240 data=f88bd000 size=16014
[Thu May 14 08:22:17 2015] rtlwifi: Loading alternative firmware rtlwifi/rtl8192cufw.bin
[Thu May 14 08:22:17 2015] __fw_free_buf: fw-rtlwifi/rtl8192cufw.bin buf=ecd07240 data=f88bd000 size=16014
[Thu May 14 08:22:17 2015] ieee80211 phy0: Selected rate control algorithm 'rtl_rc'
[Thu May 14 08:22:17 2015] device: 'wlan0': device_add
[Thu May 14 08:22:17 2015] driver: 'rtl8192cu': driver_bound: bound to device '3-1.3:1.0'
[Thu May 14 08:22:17 2015] bus: 'usb': really_probe: bound device 3-1.3:1.0 to driver rtl8192cu
[Thu May 14 08:22:17 2015] usbcore: registered new interface driver rtl8192cu
[Thu May 14 08:22:17 2015] rtl8192cu 3-1.3:1.0 wlp0s26u1u3: renamed from wlan0
[Thu May 14 08:22:17 2015] net wlan0: renaming to wlp0s26u1u3
[Thu May 14 08:22:17 2015] systemd-udevd[329]: renamed network interface wlan0 to wlp0s26u1u3
[Thu May 14 08:22:18 2015] bus: 'acpi': add driver NVIDIA ACPI Video Driver
[Thu May 14 08:22:18 2015] cfg80211: World regulatory domain updated:
[Thu May 14 08:22:18 2015] cfg80211:  DFS Master region: unset
[Thu May 14 08:22:18 2015] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[Thu May 14 08:22:18 2015] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[Thu May 14 08:22:18 2015] cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[Thu May 14 08:22:18 2015] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
[Thu May 14 08:22:18 2015] cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
[Thu May 14 08:22:18 2015] cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
[Thu May 14 08:22:18 2015] cfg80211:   (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
[Thu May 14 08:22:18 2015] cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
[Thu May 14 08:22:18 2015] cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
[Thu May 14 08:22:18 2015] scsi 8:0:0:0: Direct-Access     Linux    File-CD Gadget   0000 PQ: 0 ANSI: 2
[Thu May 14 08:22:18 2015] scsi 9:0:0:0: Direct-Access     Kingston DataTraveler 3.0 PMAP PQ: 0 ANSI: 6
[Thu May 14 08:22:18 2015] device: 'target9:0:0': device_add
[Thu May 14 08:22:18 2015] bus: 'scsi': add device target9:0:0
[Thu May 14 08:22:18 2015] device: '9:0:0:0': device_add
[Thu May 14 08:22:18 2015] bus: 'scsi': add device 9:0:0:0
[Thu May 14 08:22:18 2015] bus: 'scsi': driver_probe_device: matched device 9:0:0:0 with driver sd
[Thu May 14 08:22:18 2015] bus: 'scsi': really_probe: probing driver sd with device 9:0:0:0
[Thu May 14 08:22:18 2015] device: '9:0:0:0': device_add
[Thu May 14 08:22:18 2015] driver: 'sd': driver_bound: bound to device '9:0:0:0'
[Thu May 14 08:22:18 2015] bus: 'scsi': really_probe: bound device 9:0:0:0 to driver sd
[Thu May 14 08:22:18 2015] device: '9:0:0:0': device_add
[Thu May 14 08:22:18 2015] device: 'sg6': device_add
[Thu May 14 08:22:18 2015] sd 9:0:0:0: Attached scsi generic sg6 type 0
[Thu May 14 08:22:18 2015] device: '9:0:0:0': device_add
[Thu May 14 08:22:18 2015] device: 'target8:0:0': device_add
[Thu May 14 08:22:18 2015] bus: 'scsi': add device target8:0:0
[Thu May 14 08:22:18 2015] device: '8:0:0:0': device_add
[Thu May 14 08:22:18 2015] bus: 'scsi': add device 8:0:0:0
[Thu May 14 08:22:18 2015] bus: 'scsi': driver_probe_device: matched device 8:0:0:0 with driver sd
[Thu May 14 08:22:18 2015] bus: 'scsi': really_probe: probing driver sd with device 8:0:0:0
[Thu May 14 08:22:18 2015] device: '8:0:0:0': device_add
[Thu May 14 08:22:18 2015] driver: 'sd': driver_bound: bound to device '8:0:0:0'
[Thu May 14 08:22:18 2015] bus: 'scsi': really_probe: bound device 8:0:0:0 to driver sd
[Thu May 14 08:22:18 2015] device: '8:0:0:0': device_add
[Thu May 14 08:22:18 2015] device: 'sg7': device_add
[Thu May 14 08:22:18 2015] sd 8:0:0:0: Attached scsi generic sg7 type 0
[Thu May 14 08:22:18 2015] device: '8:0:0:0': device_add
[Thu May 14 08:22:18 2015] device: '8:96': device_add
[Thu May 14 08:22:18 2015] device: 'sdg': device_add
[Thu May 14 08:22:18 2015] sd 8:0:0:0: [sdg] Attached SCSI removable disk
[Thu May 14 08:22:18 2015] device: 'i2c-10': device_add
[Thu May 14 08:22:18 2015] bus: 'i2c': add device i2c-10
[Thu May 14 08:22:18 2015] device: 'i2c-11': device_add
[Thu May 14 08:22:18 2015] bus: 'i2c': add device i2c-11
[Thu May 14 08:22:18 2015] device: 'i2c-12': device_add
[Thu May 14 08:22:18 2015] bus: 'i2c': add device i2c-12
[Thu May 14 08:22:18 2015] bus: 'acpi': remove driver NVIDIA ACPI Video Driver
[Thu May 14 08:22:18 2015] driver: 'NVIDIA ACPI Video Driver': driver_release
[Thu May 14 08:22:19 2015] sd 9:0:0:0: [sdf] 61457664 512-byte logical blocks: (31.4 GB/29.3 GiB)
[Thu May 14 08:22:19 2015] sd 9:0:0:0: [sdf] Write Protect is off
[Thu May 14 08:22:19 2015] sd 9:0:0:0: [sdf] Mode Sense: 23 00 00 00
[Thu May 14 08:22:19 2015] sd 9:0:0:0: [sdf] No Caching mode page found
[Thu May 14 08:22:19 2015] sd 9:0:0:0: [sdf] Assuming drive cache: write through
[Thu May 14 08:22:19 2015] device: '8:80': device_add
[Thu May 14 08:22:19 2015] device: 'sdf': device_add
[Thu May 14 08:22:19 2015]  sdf: sdf1 sdf2 sdf3
[Thu May 14 08:22:19 2015] device: 'sdf1': device_add
[Thu May 14 08:22:19 2015] device: 'sdf2': device_add
[Thu May 14 08:22:19 2015] device: 'sdf3': device_add
[Thu May 14 08:22:19 2015] sd 9:0:0:0: [sdf] Attached SCSI removable disk
[Thu May 14 08:22:44 2015] device: 'device-mapper': device_add
[Thu May 14 08:22:44 2015] device-mapper: ioctl: 4.28.0-ioctl (2014-09-17) initialised: dm-devel@redhat.com
[Thu May 14 08:22:44 2015] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6 frozen
[Thu May 14 08:22:44 2015] sr 0:0:0:0: CDB: 
[Thu May 14 08:22:44 2015] Get event status notification: 4a 01 00 00 10 00 00 00 08 00
[Thu May 14 08:22:44 2015] ata1.00: cmd a0/00:00:00:08:00/00:00:00:00:00/a0 tag 24 pio 16392 in
         res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[Thu May 14 08:22:44 2015] ata1.00: status: { DRDY }
[Thu May 14 08:22:44 2015] ata1: hard resetting link
[Thu May 14 08:22:45 2015] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[Thu May 14 08:22:45 2015] ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND (20140926/psargs-359)
[Thu May 14 08:22:45 2015] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SAT0.SPT0._GTF] (Node ee0303a8), AE_NOT_FOUND (20140926/psparse-536)
[Thu May 14 08:22:45 2015] ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND (20140926/psargs-359)
[Thu May 14 08:22:45 2015] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SAT0.SPT0._GTF] (Node ee0303a8), AE_NOT_FOUND (20140926/psparse-536)
[Thu May 14 08:22:45 2015] ata1.00: configured for UDMA/66
[Thu May 14 08:22:50 2015] ata1.00: qc timeout (cmd 0xa0)
[Thu May 14 08:22:50 2015] ata1.00: TEST_UNIT_READY failed (err_mask=0x4)
[Thu May 14 08:22:50 2015] ata1: hard resetting link
[Thu May 14 08:22:50 2015] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[Thu May 14 08:22:50 2015] ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND (20140926/psargs-359)
[Thu May 14 08:22:50 2015] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SAT0.SPT0._GTF] (Node ee0303a8), AE_NOT_FOUND (20140926/psparse-536)
[Thu May 14 08:22:50 2015] ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND (20140926/psargs-359)
[Thu May 14 08:22:50 2015] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SAT0.SPT0._GTF] (Node ee0303a8), AE_NOT_FOUND (20140926/psparse-536)
[Thu May 14 08:22:50 2015] ata1.00: configured for UDMA/66
[Thu May 14 08:22:55 2015] ata1.00: qc timeout (cmd 0xa0)
[Thu May 14 08:22:55 2015] ata1.00: TEST_UNIT_READY failed (err_mask=0x4)
[Thu May 14 08:22:55 2015] ata1: limiting SATA link speed to 1.5 Gbps
[Thu May 14 08:22:55 2015] ata1.00: limiting speed to UDMA/66:PIO3
[Thu May 14 08:22:55 2015] ata1: hard resetting link
[Thu May 14 08:22:55 2015] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
[Thu May 14 08:22:55 2015] ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND (20140926/psargs-359)
[Thu May 14 08:22:55 2015] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SAT0.SPT0._GTF] (Node ee0303a8), AE_NOT_FOUND (20140926/psparse-536)
[Thu May 14 08:22:55 2015] ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND (20140926/psargs-359)
[Thu May 14 08:22:55 2015] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SAT0.SPT0._GTF] (Node ee0303a8), AE_NOT_FOUND (20140926/psparse-536)
[Thu May 14 08:22:55 2015] ata1.00: configured for UDMA/66
[Thu May 14 08:23:00 2015] ata1.00: qc timeout (cmd 0xa0)
[Thu May 14 08:23:00 2015] ata1.00: TEST_UNIT_READY failed (err_mask=0x4)
[Thu May 14 08:23:00 2015] ata1.00: disabled
[Thu May 14 08:23:00 2015] ata1: hard resetting link
[Thu May 14 08:23:00 2015] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
[Thu May 14 08:23:00 2015] ata1: EH complete
[Thu May 14 08:23:01 2015] reiserfs: enabling write barrier flush mode
[Thu May 14 08:23:02 2015] Adding 1004056k swap on /dev/sdb2.  Priority:1 extents:1 across:1004056k FS
[Thu May 14 08:23:02 2015] EXT2-fs (sdb1): (no)acl options not supported
[Thu May 14 08:23:02 2015] EXT2-fs (sdb1): (no)user_xattr optionsnot supported
[Thu May 14 08:23:02 2015] EXT3-fs (sdd1): error: couldn't mount because of unsupported optional features (40)
[Thu May 14 08:23:02 2015] EXT2-fs (sdd1): (no)acl options not supported
[Thu May 14 08:23:02 2015] EXT2-fs (sdd1): (no)user_xattr optionsnot supported
[Thu May 14 08:23:02 2015] EXT2-fs (sdd1): error: couldn't mount because of unsupported optional features (40)
[Thu May 14 08:23:02 2015] EXT4-fs (sdd1): acl option not supported
[Thu May 14 08:23:02 2015] EXT4-fs (sdd1): mounted filesystem with ordered data mode. Opts: acl,user_xattr
[Thu May 14 08:23:02 2015] EXT3-fs (sdd2): error: couldn't mount because of unsupported optional features (240)
[Thu May 14 08:23:02 2015] EXT2-fs (sdd2): (no)acl options not supported
[Thu May 14 08:23:02 2015] EXT2-fs (sdd2): (no)user_xattr optionsnot supported
[Thu May 14 08:23:02 2015] EXT2-fs (sdd2): error: couldn't mount because of unsupported optional features (240)
[Thu May 14 08:23:02 2015] EXT4-fs (sdd2): acl option not supported
[Thu May 14 08:23:02 2015] EXT4-fs (sdd2): mounted filesystem with ordered data mode. Opts: acl,user_xattr
[Thu May 14 08:23:02 2015] device: 'vcs2': device_add
[Thu May 14 08:23:02 2015] device: 'vcsa2': device_add
[Thu May 14 08:23:02 2015] device: 'vcs3': device_add
[Thu May 14 08:23:02 2015] device: 'vcsa3': device_add
[Thu May 14 08:23:02 2015] device: 'vcs4': device_add
[Thu May 14 08:23:02 2015] device: 'vcsa4': device_add
[Thu May 14 08:23:02 2015] device: 'vcs5': device_add
[Thu May 14 08:23:02 2015] device: 'vcsa5': device_add
[Thu May 14 08:23:02 2015] device: 'vcs6': device_add
[Thu May 14 08:23:02 2015] device: 'vcsa6': device_add
[Thu May 14 08:23:02 2015] device: 'vcs7': device_add
[Thu May 14 08:23:02 2015] device: 'vcsa7': device_add
[Thu May 14 08:23:02 2015] device: 'vcs8': device_add
[Thu May 14 08:23:02 2015] device: 'vcsa8': device_add
[Thu May 14 08:23:02 2015] device: 'vcs9': device_add
[Thu May 14 08:23:02 2015] device: 'vcsa9': device_add
[Thu May 14 08:23:02 2015] device: 'vcs10': device_add
[Thu May 14 08:23:02 2015] device: 'vcsa10': device_add
[Thu May 14 08:23:02 2015] device: 'vcs11': device_add
[Thu May 14 08:23:02 2015] device: 'vcsa11': device_add
[Thu May 14 08:23:02 2015] device: 'vcs12': device_add
[Thu May 14 08:23:02 2015] device: 'vcsa12': device_add
[Thu May 14 08:23:06 2015] __allocate_fw_buf: fw-rtl_nic/rtl8168f-1.fw buf=edbfd340
[Thu May 14 08:23:06 2015] r8169 0000:03:00.0: Direct firmware load for rtl_nic/rtl8168f-1.fw failed with error -2
[Thu May 14 08:23:06 2015] __fw_free_buf: fw-rtl_nic/rtl8168f-1.fw buf=edbfd340 data=  (null) size=0
[Thu May 14 08:23:06 2015] r8169 0000:03:00.0 enp3s0: unable to load firmware patch rtl_nic/rtl8168f-1.fw (-2)
[Thu May 14 08:23:06 2015] r8169 0000:03:00.0 enp3s0: link down
[Thu May 14 08:23:06 2015] IPv6: ADDRCONF(NETDEV_UP): enp3s0: link is not ready
[Thu May 14 08:23:06 2015] r8169 0000:03:00.0 enp3s0: link down
[Thu May 14 08:23:08 2015] r8169 0000:03:00.0 enp3s0: link up
[Thu May 14 08:23:08 2015] IPv6: ADDRCONF(NETDEV_CHANGE): enp3s0: link becomes ready
[Thu May 14 08:23:10 2015] device: 'autofs': device_add
[Thu May 14 08:23:17 2015] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[Thu May 14 08:23:17 2015] Bluetooth: BNEP socket layer initialized
[Thu May 14 08:23:21 2015] bus: 'platform': add driver nct6775
[Thu May 14 08:23:21 2015] nct6775: Found NCT6779D or compatible chip at 0x2e:0x290
[Thu May 14 08:23:21 2015] Registering platform device 'nct6775.656'. Parent at platform
[Thu May 14 08:23:21 2015] device: 'nct6775.656': device_add
[Thu May 14 08:23:21 2015] bus: 'platform': add device nct6775.656
[Thu May 14 08:23:21 2015] bus: 'platform': driver_probe_device: matched device nct6775.656 with driver nct6775
[Thu May 14 08:23:21 2015] bus: 'platform': really_probe: probing driver nct6775 with device nct6775.656
[Thu May 14 08:23:21 2015] device: 'hwmon2': device_add
[Thu May 14 08:23:21 2015] driver: 'nct6775': driver_bound: bound to device 'nct6775.656'
[Thu May 14 08:23:21 2015] bus: 'platform': really_probe: bound device nct6775.656 to driver nct6775
[Thu May 14 08:23:22 2015] device: 'microcode': device_unregister
[Thu May 14 08:23:22 2015] device: 'microcode': device_create_release
[Thu May 14 08:23:22 2015] bus: 'platform': remove device microcode
[Thu May 14 08:23:22 2015] microcode: Microcode Update Driver: v2.00 removed.

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 473 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: ATI TV Wonder regression since at least 3.19.6
  2015-05-14 12:56   ` Patrice Levesque
@ 2015-05-14 16:05     ` Hans Verkuil
  2015-05-15 15:12       ` Patrice Levesque
  0 siblings, 1 reply; 6+ messages in thread
From: Hans Verkuil @ 2015-05-14 16:05 UTC (permalink / raw)
  To: Patrice Levesque; +Cc: linux-media

On 05/14/2015 02:56 PM, Patrice Levesque wrote:
> 
> Hi Hans,
> 
> 
>> Can you go back to kernel 3.18 and make a small change to the cx88
>> driver: edit drivers/media/pci/cx88/cx88-video.c, search for the
>> function restart_video_queue() (around line 469) and add this line:
> 
> Function isn't used; when compiling I get:
> 
> CC [M]  drivers/media/pci/cx88/cx88-video.o
> drivers/media/pci/cx88/cx88-video.c:415:12: warning: ‘restart_video_queue’ defined but not used [-Wunused-function]

That makes no sense. This function is most definitely used. Can you mail me
your cx88-video.c source?

> 
> I attached my dmesg (truncated, ring buffer must be too small)
> nonetheless.

Did you start a capturing video first before running dmesg? I want to see
if capturing video will generate messages in dmesg.

> 
> 
>> I'd also like to know the exact model of your board. If the
>> 'restart_video_queue' message appears in the kernel log, then I want
>> to see if I can find this card on ebay so I can try to reproduce it
>> myself.
> 
> Part number written on the card is 109-95200-01 - entering that number
> into search engines returns me lots of ebay links.

Hmm, the cards are cheap but all are in the US and they ask steep shipping
costs. Let me see if with your help I can get an idea of what's going on (I
have a suspicion) before buying one of these boards.

Regards,

	Hans

> Is there anything else I can send you that can be useful?
> 
> 
> Thanks,
> 
> 
> 


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: ATI TV Wonder regression since at least 3.19.6
  2015-05-14 16:05     ` Hans Verkuil
@ 2015-05-15 15:12       ` Patrice Levesque
  2015-05-20 18:34         ` Hans Verkuil
  0 siblings, 1 reply; 6+ messages in thread
From: Patrice Levesque @ 2015-05-15 15:12 UTC (permalink / raw)
  To: linux-media


[-- Attachment #1.1: Type: text/plain, Size: 1561 bytes --]


Hi Hans,


>> Function isn't used; when compiling I get:
> That makes no sense. This function is most definitely used.

Idiot guy here did not follow simple instructions and didn't patch the
right kernel source.  He just did, and function is used.


> Did you start a capturing video first before running dmesg? I want to
> see if capturing video will generate messages in dmesg.

Sending you again my (truncated) dmesg, but here's the annotated salient bit:

Starting video capture first time:
[Fri May 15 11:01:43 2015] restart_video_queue
[Fri May 15 11:01:44 2015] restart_video_queue
[Fri May 15 11:01:55 2015] restart_video_queue
[Fri May 15 11:01:56 2015] restart_video_queue
[Fri May 15 11:01:56 2015] restart_video_queue
[Fri May 15 11:02:00 2015] restart_video_queue
[Fri May 15 11:02:05 2015] restart_video_queue
[Fri May 15 11:02:06 2015] restart_video_queue
[Fri May 15 11:02:06 2015] restart_video_queue
[Fri May 15 11:02:06 2015] restart_video_queue
[Fri May 15 11:02:07 2015] restart_video_queue
[Fri May 15 11:02:07 2015] restart_video_queue
[Fri May 15 11:02:07 2015] restart_video_queue
[Fri May 15 11:02:09 2015] restart_video_queue
Stopping video capture:
[Fri May 15 11:03:26 2015] restart_video_queue
Re-Starting video capture:
[Fri May 15 11:03:40 2015] restart_video_queue
Stopping video capture:
[Fri May 15 11:04:18 2015] restart_video_queue

Changing channels didn't provoke restart_video_queue events.



-- 
· Patrice Levesque
· http://ptaff.ca/
· video4linux.wayne@ptaff.ca
--


[-- Attachment #1.2: ati_tv_wonder_pro_dmesg.txt --]
[-- Type: text/plain, Size: 72262 bytes --]

[Fri May 15 10:58:18 2015] bus: 'platform': add device pata_legacy.1
[Fri May 15 10:58:18 2015] device: 'ata8': device_add
[Fri May 15 10:58:18 2015] device: 'ata8': device_add
[Fri May 15 10:58:18 2015] device: 'link8': device_add
[Fri May 15 10:58:18 2015] device: 'link8': device_add
[Fri May 15 10:58:18 2015] device: 'dev8.0': device_add
[Fri May 15 10:58:18 2015] device: 'dev8.0': device_add
[Fri May 15 10:58:18 2015] device: 'dev8.1': device_add
[Fri May 15 10:58:18 2015] device: 'dev8.1': device_add
[Fri May 15 10:58:18 2015] scsi host7: pata_legacy
[Fri May 15 10:58:18 2015] device: 'host7': device_add
[Fri May 15 10:58:18 2015] bus: 'scsi': add device host7
[Fri May 15 10:58:18 2015] device: 'host7': device_add
[Fri May 15 10:58:18 2015] ata8: PATA max PIO4 cmd 0x170 ctl 0x376 irq 15
[Fri May 15 10:58:18 2015] device: 'host7': device_unregister
[Fri May 15 10:58:18 2015] bus: 'scsi': remove device host7
[Fri May 15 10:58:18 2015] bus: 'platform': remove device pata_legacy.1
[Fri May 15 10:58:18 2015] bus: 'pci': add driver r8169
[Fri May 15 10:58:18 2015] bus: 'pci': driver_probe_device: matched device 0000:03:00.0 with driver r8169
[Fri May 15 10:58:18 2015] bus: 'pci': really_probe: probing driver r8169 with device 0000:03:00.0
[Fri May 15 10:58:18 2015] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[Fri May 15 10:58:18 2015] r8169 0000:03:00.0: can't disable ASPM; OS doesn't have ASPM control
[Fri May 15 10:58:18 2015] device: 'eth0': device_add
[Fri May 15 10:58:18 2015] r8169 0000:03:00.0 eth0: RTL8168f/8111f at 0xf3822000, 74:d0:2b:36:44:fe, XID 08000800 IRQ 16
[Fri May 15 10:58:18 2015] r8169 0000:03:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[Fri May 15 10:58:18 2015] driver: 'r8169': driver_bound: bound to device '0000:03:00.0'
[Fri May 15 10:58:18 2015] bus: 'pci': really_probe: bound device 0000:03:00.0 to driver r8169
[Fri May 15 10:58:18 2015] bus: 'pnp': add driver i8042 kbd
[Fri May 15 10:58:18 2015] bus: 'pnp': driver_probe_device: matched device 00:06 with driver i8042 kbd
[Fri May 15 10:58:18 2015] bus: 'pnp': really_probe: probing driver i8042 kbd with device 00:06
[Fri May 15 10:58:18 2015] driver: 'i8042 kbd': driver_bound: bound to device '00:06'
[Fri May 15 10:58:18 2015] bus: 'pnp': really_probe: bound device 00:06 to driver i8042 kbd
[Fri May 15 10:58:18 2015] bus: 'pnp': add driver i8042 aux
[Fri May 15 10:58:18 2015] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[Fri May 15 10:58:18 2015] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[Fri May 15 10:58:18 2015] Registering platform device 'i8042'. Parent at platform
[Fri May 15 10:58:18 2015] device: 'i8042': device_add
[Fri May 15 10:58:18 2015] bus: 'platform': add device i8042
[Fri May 15 10:58:18 2015] bus: 'platform': add driver i8042
[Fri May 15 10:58:18 2015] bus: 'platform': driver_probe_device: matched device i8042 with driver i8042
[Fri May 15 10:58:18 2015] bus: 'platform': really_probe: probing driver i8042 with device i8042
[Fri May 15 10:58:18 2015] serio: i8042 KBD port at 0x60,0x64 irq 1
[Fri May 15 10:58:18 2015] device: 'serio0': device_add
[Fri May 15 10:58:18 2015] bus: 'serio': add device serio0
[Fri May 15 10:58:18 2015] driver: 'i8042': driver_bound: bound to device 'i8042'
[Fri May 15 10:58:18 2015] bus: 'platform': really_probe: bound device i8042 to driver i8042
[Fri May 15 10:58:18 2015] device: 'mice': device_add
[Fri May 15 10:58:18 2015] device: 'psaux': device_add
[Fri May 15 10:58:18 2015] mousedev: PS/2 mouse device common for all mice
[Fri May 15 10:58:18 2015] device: 'event0': device_add
[Fri May 15 10:58:18 2015] device: 'event1': device_add
[Fri May 15 10:58:18 2015] device: 'event2': device_add
[Fri May 15 10:58:18 2015] bus: 'serio': add driver atkbd
[Fri May 15 10:58:18 2015] bus: 'serio': driver_probe_device: matched device serio0 with driver atkbd
[Fri May 15 10:58:18 2015] bus: 'serio': really_probe: probing driver atkbd with device serio0
[Fri May 15 10:58:18 2015] bus: 'i2c': add driver ir-kbd-i2c
[Fri May 15 10:58:18 2015] device class 'lirc': registering
[Fri May 15 10:58:18 2015] lirc_dev: IR Remote Control driver registered, major 252 
[Fri May 15 10:58:18 2015] IR NEC protocol handler initialized
[Fri May 15 10:58:18 2015] IR RC5(x/sz) protocol handler initialized
[Fri May 15 10:58:18 2015] IR RC6 protocol handler initialized
[Fri May 15 10:58:18 2015] IR JVC protocol handler initialized
[Fri May 15 10:58:18 2015] IR Sony protocol handler initialized
[Fri May 15 10:58:18 2015] IR Sharp protocol handler initialized
[Fri May 15 10:58:18 2015] IR LIRC bridge handler initialized
[Fri May 15 10:58:18 2015] IR XMP protocol handler initialized
[Fri May 15 10:58:18 2015] bus: 'hid': registered
[Fri May 15 10:58:18 2015] device class 'hidraw': registering
[Fri May 15 10:58:18 2015] hidraw: raw HID events driver (C) Jiri Kosina
[Fri May 15 10:58:18 2015] bus: 'hid': add driver hid-generic
[Fri May 15 10:58:18 2015] bus: 'hid': add driver a4tech
[Fri May 15 10:58:18 2015] bus: 'hid': add driver apple
[Fri May 15 10:58:18 2015] bus: 'hid': add driver belkin
[Fri May 15 10:58:18 2015] bus: 'hid': add driver cherry
[Fri May 15 10:58:18 2015] bus: 'hid': add driver chicony
[Fri May 15 10:58:18 2015] bus: 'hid': add driver cypress
[Fri May 15 10:58:18 2015] bus: 'hid': add driver ezkey
[Fri May 15 10:58:18 2015] bus: 'hid': add driver kensington
[Fri May 15 10:58:18 2015] bus: 'hid': add driver logitech
[Fri May 15 10:58:18 2015] bus: 'hid': add driver microsoft
[Fri May 15 10:58:18 2015] bus: 'hid': add driver monterey
[Fri May 15 10:58:18 2015] TCP: cubic registered
[Fri May 15 10:58:18 2015] NET: Registered protocol family 10
[Fri May 15 10:58:18 2015] NET: Registered protocol family 17
[Fri May 15 10:58:18 2015] NET: Registered protocol family 15
[Fri May 15 10:58:18 2015] Key type dns_resolver registered
[Fri May 15 10:58:18 2015] bus: 'machinecheck': registered
[Fri May 15 10:58:18 2015] device: 'machinecheck': device_add
[Fri May 15 10:58:18 2015] device: 'machinecheck0': device_add
[Fri May 15 10:58:18 2015] bus: 'machinecheck': add device machinecheck0
[Fri May 15 10:58:18 2015] device: 'machinecheck1': device_add
[Fri May 15 10:58:18 2015] bus: 'machinecheck': add device machinecheck1
[Fri May 15 10:58:18 2015] device: 'machinecheck2': device_add
[Fri May 15 10:58:18 2015] bus: 'machinecheck': add device machinecheck2
[Fri May 15 10:58:18 2015] device: 'machinecheck3': device_add
[Fri May 15 10:58:18 2015] bus: 'machinecheck': add device machinecheck3
[Fri May 15 10:58:18 2015] device: 'mcelog': device_add
[Fri May 15 10:58:18 2015] Using IPI Shortcut mode
[Fri May 15 10:58:18 2015] device: 'cpu_dma_latency': device_add
[Fri May 15 10:58:18 2015] device: 'network_latency': device_add
[Fri May 15 10:58:18 2015] device: 'network_throughput': device_add
[Fri May 15 10:58:18 2015] device: 'memory_bandwidth': device_add
[Fri May 15 10:58:18 2015] registered taskstats version 1
[Fri May 15 10:58:18 2015] device: 'btrfs-control': device_add
[Fri May 15 10:58:18 2015] Btrfs loaded
[Fri May 15 10:58:18 2015] drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
[Fri May 15 10:58:18 2015] ALSA device list:
[Fri May 15 10:58:18 2015]   No soundcards found.
[Fri May 15 10:58:18 2015] device: 'input3': device_add
[Fri May 15 10:58:18 2015] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[Fri May 15 10:58:18 2015] device: 'event3': device_add
[Fri May 15 10:58:18 2015] driver: 'atkbd': driver_bound: bound to device 'serio0'
[Fri May 15 10:58:18 2015] bus: 'serio': really_probe: bound device serio0 to driver atkbd
[Fri May 15 10:58:18 2015] REISERFS (device sdb3): found reiserfs format "3.6" with standard journal
[Fri May 15 10:58:18 2015] REISERFS (device sdb3): using ordered data mode
[Fri May 15 10:58:18 2015] reiserfs: using flush barriers
[Fri May 15 10:58:18 2015] REISERFS (device sdb3): journal params: device sdb3, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
[Fri May 15 10:58:18 2015] REISERFS (device sdb3): checking transaction log (sdb3)
[Fri May 15 10:58:18 2015] REISERFS (device sdb3): Using r5 hash to sort names
[Fri May 15 10:58:18 2015] VFS: Mounted root (reiserfs filesystem) readonly on device 8:19.
[Fri May 15 10:58:18 2015] devtmpfs: mounted
[Fri May 15 10:58:18 2015] Freeing unused kernel memory: 424K (c1885000 - c18ef000)
[Fri May 15 10:58:18 2015] Write protecting the kernel text: 6092k
[Fri May 15 10:58:18 2015] Write protecting the kernel read-only data: 2276k
[Fri May 15 10:58:18 2015] NX-protecting the kernel data: 4148k
[Fri May 15 10:58:19 2015] random: nonblocking pool is initialized
[Fri May 15 10:58:26 2015] systemd-udevd[310]: starting version 216
[Fri May 15 10:58:27 2015] bus: 'pnp': add driver rtc_cmos
[Fri May 15 10:58:27 2015] bus: 'pnp': driver_probe_device: matched device 00:02 with driver rtc_cmos
[Fri May 15 10:58:27 2015] bus: 'pnp': really_probe: probing driver rtc_cmos with device 00:02
[Fri May 15 10:58:27 2015] rtc_cmos 00:02: RTC can wake from S4
[Fri May 15 10:58:27 2015] device: 'rtc0': device_add
[Fri May 15 10:58:27 2015] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
[Fri May 15 10:58:27 2015] rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[Fri May 15 10:58:27 2015] driver: 'rtc_cmos': driver_bound: bound to device '00:02'
[Fri May 15 10:58:27 2015] bus: 'pnp': really_probe: bound device 00:02 to driver rtc_cmos
[Fri May 15 10:58:27 2015] device: 'timer': device_add
[Fri May 15 10:58:27 2015] bus: 'pci': add driver i801_smbus
[Fri May 15 10:58:27 2015] bus: 'pci': driver_probe_device: matched device 0000:00:1f.3 with driver i801_smbus
[Fri May 15 10:58:27 2015] bus: 'pci': really_probe: probing driver i801_smbus with device 0000:00:1f.3
[Fri May 15 10:58:27 2015] ACPI Warning: SystemIO range 0x0000f040-0x0000f05f conflicts with OpRegion 0x0000f040-0x0000f04f (\_SB_.PCI0.SBUS.SMBI) (20140926/utaddress-258)
[Fri May 15 10:58:27 2015] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[Fri May 15 10:58:27 2015] i801_smbus: probe of 0000:00:1f.3 rejects match -19
[Fri May 15 10:58:27 2015] r8169 0000:03:00.0 enp3s0: renamed from eth0
[Fri May 15 10:58:27 2015] net eth0: renaming to enp3s0
[Fri May 15 10:58:27 2015] systemd-udevd[331]: renamed network interface eth0 to enp3s0
[Fri May 15 10:58:27 2015] ACPI: bus type USB registered
[Fri May 15 10:58:27 2015] bus: 'usb': registered
[Fri May 15 10:58:27 2015] bus: 'usb': add driver usbfs
[Fri May 15 10:58:27 2015] usbcore: registered new interface driver usbfs
[Fri May 15 10:58:27 2015] bus: 'usb': add driver hub
[Fri May 15 10:58:27 2015] usbcore: registered new interface driver hub
[Fri May 15 10:58:27 2015] bus: 'usb': add driver usb
[Fri May 15 10:58:27 2015] usbcore: registered new device driver usb
[Fri May 15 10:58:27 2015] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[Fri May 15 10:58:27 2015] ehci-pci: EHCI PCI platform driver
[Fri May 15 10:58:27 2015] bus: 'pci': add driver ehci-pci
[Fri May 15 10:58:27 2015] bus: 'pci': driver_probe_device: matched device 0000:00:1a.0 with driver ehci-pci
[Fri May 15 10:58:27 2015] bus: 'pci': really_probe: probing driver ehci-pci with device 0000:00:1a.0
[Fri May 15 10:58:27 2015] ehci-pci 0000:00:1a.0: EHCI Host Controller
[Fri May 15 10:58:27 2015] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[Fri May 15 10:58:27 2015] ehci-pci 0000:00:1a.0: debug port 2
[Fri May 15 10:58:27 2015] bus: 'pci': add driver xhci_hcd
[Fri May 15 10:58:27 2015] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
[Fri May 15 10:58:27 2015] ehci-pci 0000:00:1a.0: irq 23, io mem 0xf7818000
[Fri May 15 10:58:27 2015] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[Fri May 15 10:58:27 2015] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[Fri May 15 10:58:27 2015] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[Fri May 15 10:58:27 2015] usb usb1: Product: EHCI Host Controller
[Fri May 15 10:58:27 2015] usb usb1: Manufacturer: Linux 3.18.6-gentoo ehci_hcd
[Fri May 15 10:58:27 2015] usb usb1: SerialNumber: 0000:00:1a.0
[Fri May 15 10:58:27 2015] device: 'usb1': device_add
[Fri May 15 10:58:27 2015] bus: 'usb': add device usb1
[Fri May 15 10:58:27 2015] bus: 'usb': driver_probe_device: matched device usb1 with driver usb
[Fri May 15 10:58:27 2015] bus: 'usb': really_probe: probing driver usb with device usb1
[Fri May 15 10:58:27 2015] device: '1-0:1.0': device_add
[Fri May 15 10:58:27 2015] bus: 'usb': add device 1-0:1.0
[Fri May 15 10:58:27 2015] bus: 'usb': driver_probe_device: matched device 1-0:1.0 with driver hub
[Fri May 15 10:58:27 2015] bus: 'usb': really_probe: probing driver hub with device 1-0:1.0
[Fri May 15 10:58:27 2015] hub 1-0:1.0: USB hub found
[Fri May 15 10:58:27 2015] hub 1-0:1.0: 2 ports detected
[Fri May 15 10:58:27 2015] device: 'usb1-port1': device_add
[Fri May 15 10:58:27 2015] device: 'usb1-port2': device_add
[Fri May 15 10:58:27 2015] driver: 'hub': driver_bound: bound to device '1-0:1.0'
[Fri May 15 10:58:27 2015] bus: 'usb': really_probe: bound device 1-0:1.0 to driver hub
[Fri May 15 10:58:27 2015] device: 'ep_81': device_add
[Fri May 15 10:58:27 2015] driver: 'usb': driver_bound: bound to device 'usb1'
[Fri May 15 10:58:27 2015] bus: 'usb': really_probe: bound device usb1 to driver usb
[Fri May 15 10:58:27 2015] device: 'ep_00': device_add
[Fri May 15 10:58:27 2015] driver: 'ehci-pci': driver_bound: bound to device '0000:00:1a.0'
[Fri May 15 10:58:27 2015] bus: 'pci': really_probe: bound device 0000:00:1a.0 to driver ehci-pci
[Fri May 15 10:58:27 2015] bus: 'pci': driver_probe_device: matched device 0000:00:1d.0 with driver ehci-pci
[Fri May 15 10:58:27 2015] bus: 'pci': really_probe: probing driver ehci-pci with device 0000:00:1d.0
[Fri May 15 10:58:27 2015] ehci-pci 0000:00:1d.0: EHCI Host Controller
[Fri May 15 10:58:27 2015] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
[Fri May 15 10:58:27 2015] ehci-pci 0000:00:1d.0: debug port 2
[Fri May 15 10:58:27 2015] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[Fri May 15 10:58:27 2015] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf7817000
[Fri May 15 10:58:27 2015] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[Fri May 15 10:58:27 2015] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[Fri May 15 10:58:27 2015] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[Fri May 15 10:58:27 2015] usb usb2: Product: EHCI Host Controller
[Fri May 15 10:58:27 2015] usb usb2: Manufacturer: Linux 3.18.6-gentoo ehci_hcd
[Fri May 15 10:58:27 2015] usb usb2: SerialNumber: 0000:00:1d.0
[Fri May 15 10:58:27 2015] device: 'usb2': device_add
[Fri May 15 10:58:27 2015] bus: 'usb': add device usb2
[Fri May 15 10:58:27 2015] bus: 'usb': driver_probe_device: matched device usb2 with driver usb
[Fri May 15 10:58:27 2015] bus: 'usb': really_probe: probing driver usb with device usb2
[Fri May 15 10:58:27 2015] device: '2-0:1.0': device_add
[Fri May 15 10:58:27 2015] bus: 'usb': add device 2-0:1.0
[Fri May 15 10:58:27 2015] bus: 'usb': driver_probe_device: matched device 2-0:1.0 with driver hub
[Fri May 15 10:58:27 2015] bus: 'usb': really_probe: probing driver hub with device 2-0:1.0
[Fri May 15 10:58:27 2015] hub 2-0:1.0: USB hub found
[Fri May 15 10:58:27 2015] hub 2-0:1.0: 2 ports detected
[Fri May 15 10:58:27 2015] device: 'usb2-port1': device_add
[Fri May 15 10:58:27 2015] device: 'usb2-port2': device_add
[Fri May 15 10:58:27 2015] driver: 'hub': driver_bound: bound to device '2-0:1.0'
[Fri May 15 10:58:27 2015] bus: 'usb': really_probe: bound device 2-0:1.0 to driver hub
[Fri May 15 10:58:27 2015] device: 'ep_81': device_add
[Fri May 15 10:58:27 2015] driver: 'usb': driver_bound: bound to device 'usb2'
[Fri May 15 10:58:27 2015] bus: 'usb': really_probe: bound device usb2 to driver usb
[Fri May 15 10:58:27 2015] device: 'ep_00': device_add
[Fri May 15 10:58:27 2015] driver: 'ehci-pci': driver_bound: bound to device '0000:00:1d.0'
[Fri May 15 10:58:27 2015] bus: 'pci': really_probe: bound device 0000:00:1d.0 to driver ehci-pci
[Fri May 15 10:58:27 2015] bus: 'pci': driver_probe_device: matched device 0000:00:14.0 with driver xhci_hcd
[Fri May 15 10:58:27 2015] bus: 'pci': really_probe: probing driver xhci_hcd with device 0000:00:14.0
[Fri May 15 10:58:27 2015] xhci_hcd 0000:00:14.0: xHCI Host Controller
[Fri May 15 10:58:27 2015] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
[Fri May 15 10:58:27 2015] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[Fri May 15 10:58:27 2015] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[Fri May 15 10:58:27 2015] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[Fri May 15 10:58:27 2015] usb usb3: Product: xHCI Host Controller
[Fri May 15 10:58:27 2015] usb usb3: Manufacturer: Linux 3.18.6-gentoo xhci-hcd
[Fri May 15 10:58:27 2015] usb usb3: SerialNumber: 0000:00:14.0
[Fri May 15 10:58:27 2015] device: 'usb3': device_add
[Fri May 15 10:58:27 2015] bus: 'usb': add device usb3
[Fri May 15 10:58:27 2015] bus: 'usb': driver_probe_device: matched device usb3 with driver usb
[Fri May 15 10:58:27 2015] bus: 'usb': really_probe: probing driver usb with device usb3
[Fri May 15 10:58:27 2015] device: '3-0:1.0': device_add
[Fri May 15 10:58:27 2015] bus: 'usb': add device 3-0:1.0
[Fri May 15 10:58:27 2015] bus: 'usb': driver_probe_device: matched device 3-0:1.0 with driver hub
[Fri May 15 10:58:27 2015] bus: 'usb': really_probe: probing driver hub with device 3-0:1.0
[Fri May 15 10:58:27 2015] hub 3-0:1.0: USB hub found
[Fri May 15 10:58:27 2015] hub 3-0:1.0: 4 ports detected
[Fri May 15 10:58:27 2015] device: 'usb3-port1': device_add
[Fri May 15 10:58:27 2015] device: 'usb3-port2': device_add
[Fri May 15 10:58:27 2015] device: 'usb3-port3': device_add
[Fri May 15 10:58:27 2015] device: 'usb3-port4': device_add
[Fri May 15 10:58:27 2015] driver: 'hub': driver_bound: bound to device '3-0:1.0'
[Fri May 15 10:58:27 2015] bus: 'usb': really_probe: bound device 3-0:1.0 to driver hub
[Fri May 15 10:58:27 2015] device: 'ep_81': device_add
[Fri May 15 10:58:27 2015] driver: 'usb': driver_bound: bound to device 'usb3'
[Fri May 15 10:58:27 2015] bus: 'usb': really_probe: bound device usb3 to driver usb
[Fri May 15 10:58:27 2015] device: 'ep_00': device_add
[Fri May 15 10:58:27 2015] xhci_hcd 0000:00:14.0: xHCI Host Controller
[Fri May 15 10:58:27 2015] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
[Fri May 15 10:58:27 2015] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003
[Fri May 15 10:58:27 2015] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[Fri May 15 10:58:27 2015] usb usb4: Product: xHCI Host Controller
[Fri May 15 10:58:27 2015] usb usb4: Manufacturer: Linux 3.18.6-gentoo xhci-hcd
[Fri May 15 10:58:27 2015] usb usb4: SerialNumber: 0000:00:14.0
[Fri May 15 10:58:27 2015] device: 'usb4': device_add
[Fri May 15 10:58:27 2015] bus: 'usb': add device usb4
[Fri May 15 10:58:27 2015] bus: 'usb': driver_probe_device: matched device usb4 with driver usb
[Fri May 15 10:58:27 2015] bus: 'usb': really_probe: probing driver usb with device usb4
[Fri May 15 10:58:27 2015] device: '4-0:1.0': device_add
[Fri May 15 10:58:27 2015] bus: 'usb': add device 4-0:1.0
[Fri May 15 10:58:27 2015] bus: 'usb': driver_probe_device: matched device 4-0:1.0 with driver hub
[Fri May 15 10:58:27 2015] bus: 'usb': really_probe: probing driver hub with device 4-0:1.0
[Fri May 15 10:58:27 2015] hub 4-0:1.0: USB hub found
[Fri May 15 10:58:27 2015] hub 4-0:1.0: 4 ports detected
[Fri May 15 10:58:27 2015] device: 'usb4-port1': device_add
[Fri May 15 10:58:27 2015] device: 'usb4-port2': device_add
[Fri May 15 10:58:27 2015] device: 'usb4-port3': device_add
[Fri May 15 10:58:27 2015] device: 'usb4-port4': device_add
[Fri May 15 10:58:27 2015] driver: 'hub': driver_bound: bound to device '4-0:1.0'
[Fri May 15 10:58:27 2015] bus: 'usb': really_probe: bound device 4-0:1.0 to driver hub
[Fri May 15 10:58:27 2015] device: 'ep_81': device_add
[Fri May 15 10:58:27 2015] driver: 'usb': driver_bound: bound to device 'usb4'
[Fri May 15 10:58:27 2015] bus: 'usb': really_probe: bound device usb4 to driver usb
[Fri May 15 10:58:27 2015] device: 'ep_00': device_add
[Fri May 15 10:58:27 2015] driver: 'xhci_hcd': driver_bound: bound to device '0000:00:14.0'
[Fri May 15 10:58:27 2015] bus: 'pci': really_probe: bound device 0000:00:14.0 to driver xhci_hcd
[Fri May 15 10:58:27 2015] bus: 'ac97': registered
[Fri May 15 10:58:28 2015] bus: 'pci': add driver snd_emu10k1
[Fri May 15 10:58:28 2015] bus: 'pci': driver_probe_device: matched device 0000:05:02.0 with driver snd_emu10k1
[Fri May 15 10:58:28 2015] bus: 'pci': really_probe: probing driver snd_emu10k1 with device 0000:05:02.0
[Fri May 15 10:58:28 2015] snd_emu10k1 0000:05:02.0: Installing spdif_bug patch: SB Audigy 2 ZS [SB0350]
[Fri May 15 10:58:28 2015] device: 'card0': device_add
[Fri May 15 10:58:28 2015] device: 'controlC0': device_add
[Fri May 15 10:58:28 2015] device: '0-0:STAC9721,23': device_add
[Fri May 15 10:58:28 2015] bus: 'ac97': add device 0-0:STAC9721,23
[Fri May 15 10:58:28 2015] device: 'pcmC0D0p': device_add
[Fri May 15 10:58:28 2015] device: 'pcmC0D0c': device_add
[Fri May 15 10:58:28 2015] device: 'pcmC0D1c': device_add
[Fri May 15 10:58:28 2015] device: 'pcmC0D2p': device_add
[Fri May 15 10:58:28 2015] device: 'pcmC0D2c': device_add
[Fri May 15 10:58:28 2015] device: 'pcmC0D3p': device_add
[Fri May 15 10:58:28 2015] device: 'pcmC0D4p': device_add
[Fri May 15 10:58:28 2015] device: 'pcmC0D4c': device_add
[Fri May 15 10:58:28 2015] device: 'midiC0D0': device_add
[Fri May 15 10:58:28 2015] device: 'midi': device_add
[Fri May 15 10:58:28 2015] device: 'dmmidi': device_add
[Fri May 15 10:58:28 2015] device: 'midiC0D1': device_add
[Fri May 15 10:58:28 2015] device: 'amidi': device_add
[Fri May 15 10:58:28 2015] device: 'admmidi': device_add
[Fri May 15 10:58:28 2015] device: 'hwC0D0': device_add
[Fri May 15 10:58:28 2015] driver: 'snd_emu10k1': driver_bound: bound to device '0000:05:02.0'
[Fri May 15 10:58:28 2015] bus: 'pci': really_probe: bound device 0000:05:02.0 to driver snd_emu10k1
[Fri May 15 10:58:28 2015] bus: 'platform': add driver pcspkr
[Fri May 15 10:58:28 2015] bus: 'platform': driver_probe_device: matched device pcspkr with driver pcspkr
[Fri May 15 10:58:28 2015] bus: 'platform': really_probe: probing driver pcspkr with device pcspkr
[Fri May 15 10:58:28 2015] device: 'input4': device_add
[Fri May 15 10:58:28 2015] input: PC Speaker as /devices/platform/pcspkr/input/input4
[Fri May 15 10:58:28 2015] device: 'event4': device_add
[Fri May 15 10:58:28 2015] device: 'card3': device_add
[Fri May 15 10:58:28 2015] device: 'controlC3': device_add
[Fri May 15 10:58:28 2015] device: 'pcmC3D0p': device_add
[Fri May 15 10:58:28 2015] driver: 'pcspkr': driver_bound: bound to device 'pcspkr'
[Fri May 15 10:58:28 2015] bus: 'platform': really_probe: bound device pcspkr to driver pcspkr
[Fri May 15 10:58:28 2015] usb 1-1: new high-speed USB device number 2 using ehci-pci
[Fri May 15 10:58:28 2015] usb 2-1: new high-speed USB device number 2 using ehci-pci
[Fri May 15 10:58:28 2015] usb 3-3: new full-speed USB device number 2 using xhci_hcd
[Fri May 15 10:58:28 2015] bus: 'pci': add driver snd_hda_intel
[Fri May 15 10:58:28 2015] bus: 'pci': driver_probe_device: matched device 0000:00:1b.0 with driver snd_hda_intel
[Fri May 15 10:58:28 2015] bus: 'pci': really_probe: probing driver snd_hda_intel with device 0000:00:1b.0
[Fri May 15 10:58:28 2015] driver: 'snd_hda_intel': driver_bound: bound to device '0000:00:1b.0'
[Fri May 15 10:58:28 2015] bus: 'pci': really_probe: bound device 0000:00:1b.0 to driver snd_hda_intel
[Fri May 15 10:58:28 2015] usb 1-1: New USB device found, idVendor=8087, idProduct=0024
[Fri May 15 10:58:28 2015] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[Fri May 15 10:58:28 2015] device: '1-1': device_add
[Fri May 15 10:58:28 2015] bus: 'usb': add device 1-1
[Fri May 15 10:58:28 2015] bus: 'usb': driver_probe_device: matched device 1-1 with driver usb
[Fri May 15 10:58:28 2015] bus: 'usb': really_probe: probing driver usb with device 1-1
[Fri May 15 10:58:28 2015] device: '1-1:1.0': device_add
[Fri May 15 10:58:28 2015] bus: 'usb': add device 1-1:1.0
[Fri May 15 10:58:28 2015] bus: 'usb': driver_probe_device: matched device 1-1:1.0 with driver hub
[Fri May 15 10:58:28 2015] bus: 'usb': really_probe: probing driver hub with device 1-1:1.0
[Fri May 15 10:58:28 2015] hub 1-1:1.0: USB hub found
[Fri May 15 10:58:28 2015] hub 1-1:1.0: 6 ports detected
[Fri May 15 10:58:28 2015] device: '1-1-port1': device_add
[Fri May 15 10:58:28 2015] device: '1-1-port2': device_add
[Fri May 15 10:58:28 2015] device: '1-1-port3': device_add
[Fri May 15 10:58:28 2015] device: '1-1-port4': device_add
[Fri May 15 10:58:28 2015] device: '1-1-port5': device_add
[Fri May 15 10:58:28 2015] device: '1-1-port6': device_add
[Fri May 15 10:58:28 2015] driver: 'hub': driver_bound: bound to device '1-1:1.0'
[Fri May 15 10:58:28 2015] bus: 'usb': really_probe: bound device 1-1:1.0 to driver hub
[Fri May 15 10:58:28 2015] device: 'ep_81': device_add
[Fri May 15 10:58:28 2015] driver: 'usb': driver_bound: bound to device '1-1'
[Fri May 15 10:58:28 2015] bus: 'usb': really_probe: bound device 1-1 to driver usb
[Fri May 15 10:58:28 2015] device: 'ep_00': device_add
[Fri May 15 10:58:28 2015] usb 2-1: New USB device found, idVendor=8087, idProduct=0024
[Fri May 15 10:58:28 2015] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[Fri May 15 10:58:28 2015] device: '2-1': device_add
[Fri May 15 10:58:28 2015] bus: 'usb': add device 2-1
[Fri May 15 10:58:28 2015] bus: 'usb': driver_probe_device: matched device 2-1 with driver usb
[Fri May 15 10:58:28 2015] bus: 'usb': really_probe: probing driver usb with device 2-1
[Fri May 15 10:58:28 2015] device: '2-1:1.0': device_add
[Fri May 15 10:58:28 2015] bus: 'usb': add device 2-1:1.0
[Fri May 15 10:58:28 2015] bus: 'usb': driver_probe_device: matched device 2-1:1.0 with driver hub
[Fri May 15 10:58:28 2015] bus: 'usb': really_probe: probing driver hub with device 2-1:1.0
[Fri May 15 10:58:28 2015] hub 2-1:1.0: USB hub found
[Fri May 15 10:58:28 2015] hub 2-1:1.0: 8 ports detected
[Fri May 15 10:58:28 2015] device: '2-1-port1': device_add
[Fri May 15 10:58:28 2015] device: '2-1-port2': device_add
[Fri May 15 10:58:28 2015] device: '2-1-port3': device_add
[Fri May 15 10:58:28 2015] device: '2-1-port4': device_add
[Fri May 15 10:58:28 2015] device: '2-1-port5': device_add
[Fri May 15 10:58:28 2015] device: '2-1-port6': device_add
[Fri May 15 10:58:28 2015] device: '2-1-port7': device_add
[Fri May 15 10:58:28 2015] device: '2-1-port8': device_add
[Fri May 15 10:58:28 2015] driver: 'hub': driver_bound: bound to device '2-1:1.0'
[Fri May 15 10:58:28 2015] bus: 'usb': really_probe: bound device 2-1:1.0 to driver hub
[Fri May 15 10:58:28 2015] device: 'ep_81': device_add
[Fri May 15 10:58:28 2015] driver: 'usb': driver_bound: bound to device '2-1'
[Fri May 15 10:58:28 2015] bus: 'usb': really_probe: bound device 2-1 to driver usb
[Fri May 15 10:58:28 2015] device: 'ep_00': device_add
[Fri May 15 10:58:28 2015] sound hdaudioC5D0: autoconfig: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:line
[Fri May 15 10:58:28 2015] sound hdaudioC5D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[Fri May 15 10:58:28 2015] sound hdaudioC5D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[Fri May 15 10:58:28 2015] sound hdaudioC5D0:    mono: mono_out=0x0
[Fri May 15 10:58:28 2015] sound hdaudioC5D0:    dig-out=0x11/0x1e
[Fri May 15 10:58:28 2015] sound hdaudioC5D0:    inputs:
[Fri May 15 10:58:28 2015] sound hdaudioC5D0:      Front Mic=0x19
[Fri May 15 10:58:28 2015] sound hdaudioC5D0:      Rear Mic=0x18
[Fri May 15 10:58:28 2015] sound hdaudioC5D0:      Line=0x1a
[Fri May 15 10:58:28 2015] sound hdaudioC5D3: autoconfig: line_outs=0 (0x0/0x0/0x0/0x0/0x0) type:line
[Fri May 15 10:58:28 2015] sound hdaudioC5D3:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[Fri May 15 10:58:28 2015] sound hdaudioC5D3:    hp_outs=0 (0x0/0x0/0x0/0x0/0x0)
[Fri May 15 10:58:28 2015] sound hdaudioC5D3:    mono: mono_out=0x0
[Fri May 15 10:58:28 2015] sound hdaudioC5D3:    dig-out=0x7/0x0
[Fri May 15 10:58:28 2015] sound hdaudioC5D3:    inputs:
[Fri May 15 10:58:28 2015] device: 'card5': device_add
[Fri May 15 10:58:28 2015] device: 'controlC5': device_add
[Fri May 15 10:58:28 2015] device: 'hdaudioC5D0': device_add
[Fri May 15 10:58:28 2015] device: 'hdaudioC5D3': device_add
[Fri May 15 10:58:28 2015] device: 'pcmC5D0p': device_add
[Fri May 15 10:58:28 2015] device: 'pcmC5D0c': device_add
[Fri May 15 10:58:28 2015] device: 'pcmC5D1p': device_add
[Fri May 15 10:58:28 2015] device: 'pcmC5D2c': device_add
[Fri May 15 10:58:28 2015] device: 'pcmC5D3p': device_add
[Fri May 15 10:58:28 2015] device: 'hwC5D0': device_add
[Fri May 15 10:58:28 2015] device: 'hwC5D3': device_add
[Fri May 15 10:58:28 2015] device: 'input5': device_add
[Fri May 15 10:58:28 2015] input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card5/input5
[Fri May 15 10:58:28 2015] device: 'event5': device_add
[Fri May 15 10:58:28 2015] device: 'input6': device_add
[Fri May 15 10:58:28 2015] input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card5/input6
[Fri May 15 10:58:28 2015] device: 'event6': device_add
[Fri May 15 10:58:28 2015] device: 'input7': device_add
[Fri May 15 10:58:28 2015] input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1b.0/sound/card5/input7
[Fri May 15 10:58:28 2015] device: 'event7': device_add
[Fri May 15 10:58:28 2015] device: 'input8': device_add
[Fri May 15 10:58:28 2015] input: HDA Intel PCH Line Out as /devices/pci0000:00/0000:00:1b.0/sound/card5/input8
[Fri May 15 10:58:28 2015] device: 'event8': device_add
[Fri May 15 10:58:28 2015] device: 'input9': device_add
[Fri May 15 10:58:28 2015] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card5/input9
[Fri May 15 10:58:28 2015] device: 'event9': device_add
[Fri May 15 10:58:28 2015] device: 'input10': device_add
[Fri May 15 10:58:28 2015] input: HDA Intel PCH HDMI as /devices/pci0000:00/0000:00:1b.0/sound/card5/input10
[Fri May 15 10:58:28 2015] device: 'event10': device_add
[Fri May 15 10:58:28 2015] usb 3-3: New USB device found, idVendor=06e1, idProduct=a155
[Fri May 15 10:58:28 2015] usb 3-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[Fri May 15 10:58:28 2015] usb 3-3: Product: ADS InstantFM Music
[Fri May 15 10:58:28 2015] usb 3-3: Manufacturer: ADS TECH
[Fri May 15 10:58:28 2015] device: '3-3': device_add
[Fri May 15 10:58:28 2015] bus: 'usb': add device 3-3
[Fri May 15 10:58:28 2015] bus: 'usb': driver_probe_device: matched device 3-3 with driver usb
[Fri May 15 10:58:28 2015] bus: 'usb': really_probe: probing driver usb with device 3-3
[Fri May 15 10:58:28 2015] usb 3-3: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
[Fri May 15 10:58:28 2015] device: '3-3:1.0': device_add
[Fri May 15 10:58:28 2015] bus: 'usb': add device 3-3:1.0
[Fri May 15 10:58:28 2015] device: '3-3:1.1': device_add
[Fri May 15 10:58:28 2015] bus: 'usb': add device 3-3:1.1
[Fri May 15 10:58:28 2015] device: '3-3:1.2': device_add
[Fri May 15 10:58:28 2015] bus: 'usb': add device 3-3:1.2
[Fri May 15 10:58:28 2015] device: 'ep_81': device_add
[Fri May 15 10:58:28 2015] device: 'ep_02': device_add
[Fri May 15 10:58:28 2015] driver: 'usb': driver_bound: bound to device '3-3'
[Fri May 15 10:58:28 2015] bus: 'usb': really_probe: bound device 3-3 to driver usb
[Fri May 15 10:58:28 2015] device: 'ep_00': device_add
[Fri May 15 10:58:28 2015] Registering platform device 'microcode'. Parent at platform
[Fri May 15 10:58:28 2015] device: 'microcode': device_add
[Fri May 15 10:58:28 2015] bus: 'platform': add device microcode
[Fri May 15 10:58:28 2015] microcode: CPU0 sig=0x306a9, pf=0x2, revision=0x17
[Fri May 15 10:58:28 2015] __allocate_fw_buf: fw-intel-ucode/06-3a-09 buf=ed536940
[Fri May 15 10:58:28 2015] bus: 'pci': add driver cx88-mpeg driver manager
[Fri May 15 10:58:28 2015] bus: 'pci': driver_probe_device: matched device 0000:05:01.2 with driver cx88-mpeg driver manager
[Fri May 15 10:58:28 2015] bus: 'pci': really_probe: probing driver cx88-mpeg driver manager with device 0000:05:01.2
[Fri May 15 10:58:28 2015] cx88[0]: subsystem: 7063:5500, board: pcHDTV HD5500 HDTV [card=47,autodetected], frontend(s): 1
[Fri May 15 10:58:28 2015] usb 1-1.3: new high-speed USB device number 3 using ehci-pci
[Fri May 15 10:58:28 2015] usb 2-1.5: new low-speed USB device number 3 using ehci-pci
[Fri May 15 10:58:28 2015] usb 1-1.3: New USB device found, idVendor=0bda, idProduct=8176
[Fri May 15 10:58:28 2015] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[Fri May 15 10:58:28 2015] usb 1-1.3: Product: 802.11n WLAN Adapter
[Fri May 15 10:58:28 2015] usb 1-1.3: Manufacturer: Realtek
[Fri May 15 10:58:28 2015] usb 1-1.3: SerialNumber: 00e04c000001
[Fri May 15 10:58:28 2015] device: '1-1.3': device_add
[Fri May 15 10:58:28 2015] bus: 'usb': add device 1-1.3
[Fri May 15 10:58:28 2015] bus: 'usb': driver_probe_device: matched device 1-1.3 with driver usb
[Fri May 15 10:58:28 2015] bus: 'usb': really_probe: probing driver usb with device 1-1.3
[Fri May 15 10:58:28 2015] device: '1-1.3:1.0': device_add
[Fri May 15 10:58:28 2015] bus: 'usb': add device 1-1.3:1.0
[Fri May 15 10:58:28 2015] device: 'ep_81': device_add
[Fri May 15 10:58:28 2015] device: 'ep_02': device_add
[Fri May 15 10:58:28 2015] device: 'ep_03': device_add
[Fri May 15 10:58:28 2015] device: 'ep_84': device_add
[Fri May 15 10:58:28 2015] driver: 'usb': driver_bound: bound to device '1-1.3'
[Fri May 15 10:58:28 2015] bus: 'usb': really_probe: bound device 1-1.3 to driver usb
[Fri May 15 10:58:28 2015] device: 'ep_00': device_add
[Fri May 15 10:58:28 2015] usb 2-1.5: New USB device found, idVendor=046d, idProduct=c01b
[Fri May 15 10:58:28 2015] usb 2-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[Fri May 15 10:58:28 2015] usb 2-1.5: Product: USB-PS/2 Optical Mouse
[Fri May 15 10:58:28 2015] usb 2-1.5: Manufacturer: Logitech
[Fri May 15 10:58:28 2015] device: '2-1.5': device_add
[Fri May 15 10:58:28 2015] bus: 'usb': add device 2-1.5
[Fri May 15 10:58:28 2015] bus: 'usb': driver_probe_device: matched device 2-1.5 with driver usb
[Fri May 15 10:58:28 2015] bus: 'usb': really_probe: probing driver usb with device 2-1.5
[Fri May 15 10:58:28 2015] device: '2-1.5:1.0': device_add
[Fri May 15 10:58:28 2015] bus: 'usb': add device 2-1.5:1.0
[Fri May 15 10:58:28 2015] device: 'ep_81': device_add
[Fri May 15 10:58:28 2015] driver: 'usb': driver_bound: bound to device '2-1.5'
[Fri May 15 10:58:28 2015] bus: 'usb': really_probe: bound device 2-1.5 to driver usb
[Fri May 15 10:58:28 2015] device: 'ep_00': device_add
[Fri May 15 10:58:28 2015] device: 'i2c-8': device_add
[Fri May 15 10:58:28 2015] bus: 'i2c': add device i2c-8
[Fri May 15 10:58:28 2015] platform microcode: firmware: direct-loading firmware intel-ucode/06-3a-09
[Fri May 15 10:58:28 2015] fw_set_page_data: fw-intel-ucode/06-3a-09 buf=ed536940 data=f5670000 size=12288
[Fri May 15 10:58:28 2015] __fw_free_buf: fw-intel-ucode/06-3a-09 buf=ed536940 data=f5670000 size=12288
[Fri May 15 10:58:28 2015] microcode: CPU0 sig=0x306a9, pf=0x2, revision=0x17
[Fri May 15 10:58:28 2015] microcode: CPU0 updated to revision 0x1b, date = 2014-05-29
[Fri May 15 10:58:28 2015] microcode: CPU1 sig=0x306a9, pf=0x2, revision=0x17
[Fri May 15 10:58:28 2015] __allocate_fw_buf: fw-intel-ucode/06-3a-09 buf=ed536940
[Fri May 15 10:58:28 2015] platform microcode: firmware: direct-loading firmware intel-ucode/06-3a-09
[Fri May 15 10:58:28 2015] fw_set_page_data: fw-intel-ucode/06-3a-09 buf=ed536940 data=f6681000 size=12288
[Fri May 15 10:58:28 2015] __fw_free_buf: fw-intel-ucode/06-3a-09 buf=ed536940 data=f6681000 size=12288
[Fri May 15 10:58:28 2015] microcode: CPU1 sig=0x306a9, pf=0x2, revision=0x17
[Fri May 15 10:58:28 2015] microcode: CPU1 updated to revision 0x1b, date = 2014-05-29
[Fri May 15 10:58:28 2015] microcode: CPU2 sig=0x306a9, pf=0x2, revision=0x17
[Fri May 15 10:58:28 2015] __allocate_fw_buf: fw-intel-ucode/06-3a-09 buf=ed536940
[Fri May 15 10:58:28 2015] platform microcode: firmware: direct-loading firmware intel-ucode/06-3a-09
[Fri May 15 10:58:28 2015] fw_set_page_data: fw-intel-ucode/06-3a-09 buf=ed536940 data=f6689000 size=12288
[Fri May 15 10:58:28 2015] __fw_free_buf: fw-intel-ucode/06-3a-09 buf=ed536940 data=f6689000 size=12288
[Fri May 15 10:58:28 2015] microcode: CPU2 sig=0x306a9, pf=0x2, revision=0x17
[Fri May 15 10:58:28 2015] microcode: CPU2 updated to revision 0x1b, date = 2014-05-29
[Fri May 15 10:58:28 2015] microcode: CPU3 sig=0x306a9, pf=0x2, revision=0x17
[Fri May 15 10:58:28 2015] __allocate_fw_buf: fw-intel-ucode/06-3a-09 buf=ed536940
[Fri May 15 10:58:28 2015] platform microcode: firmware: direct-loading firmware intel-ucode/06-3a-09
[Fri May 15 10:58:28 2015] fw_set_page_data: fw-intel-ucode/06-3a-09 buf=ed536940 data=f6691000 size=12288
[Fri May 15 10:58:28 2015] __fw_free_buf: fw-intel-ucode/06-3a-09 buf=ed536940 data=f6691000 size=12288
[Fri May 15 10:58:28 2015] microcode: CPU3 sig=0x306a9, pf=0x2, revision=0x17
[Fri May 15 10:58:28 2015] microcode: CPU3 updated to revision 0x1b, date = 2014-05-29
[Fri May 15 10:58:28 2015] device: 'microcode': device_add
[Fri May 15 10:58:28 2015] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[Fri May 15 10:58:28 2015] bus: 'pci': add driver cx88_audio
[Fri May 15 10:58:28 2015] usb 1-1.4: new full-speed USB device number 4 using ehci-pci
[Fri May 15 10:58:28 2015] usb 2-1.6: new high-speed USB device number 4 using ehci-pci
[Fri May 15 10:58:28 2015] bus: 'pci': add driver cx8800
[Fri May 15 10:58:28 2015] usb 2-1.6: New USB device found, idVendor=04e8, idProduct=342d
[Fri May 15 10:58:28 2015] usb 2-1.6: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[Fri May 15 10:58:28 2015] usb 2-1.6: Product: SCX-4x28 Series
[Fri May 15 10:58:28 2015] usb 2-1.6: Manufacturer: Samsung Electronics Co., Ltd.
[Fri May 15 10:58:28 2015] usb 2-1.6: SerialNumber: 9H61BAIS500282A
[Fri May 15 10:58:28 2015] device: '2-1.6': device_add
[Fri May 15 10:58:28 2015] bus: 'usb': add device 2-1.6
[Fri May 15 10:58:28 2015] bus: 'usb': driver_probe_device: matched device 2-1.6 with driver usb
[Fri May 15 10:58:28 2015] bus: 'usb': really_probe: probing driver usb with device 2-1.6
[Fri May 15 10:58:28 2015] device: '2-1.6:1.0': device_add
[Fri May 15 10:58:28 2015] bus: 'usb': add device 2-1.6:1.0
[Fri May 15 10:58:28 2015] device: 'ep_03': device_add
[Fri May 15 10:58:28 2015] device: 'ep_84': device_add
[Fri May 15 10:58:28 2015] device: '2-1.6:1.1': device_add
[Fri May 15 10:58:28 2015] bus: 'usb': add device 2-1.6:1.1
[Fri May 15 10:58:28 2015] device: 'ep_01': device_add
[Fri May 15 10:58:28 2015] device: 'ep_82': device_add
[Fri May 15 10:58:28 2015] driver: 'usb': driver_bound: bound to device '2-1.6'
[Fri May 15 10:58:28 2015] bus: 'usb': really_probe: bound device 2-1.6 to driver usb
[Fri May 15 10:58:28 2015] device: 'ep_00': device_add
[Fri May 15 10:58:28 2015] usb 1-1.4: New USB device found, idVendor=0a12, idProduct=0001
[Fri May 15 10:58:28 2015] usb 1-1.4: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[Fri May 15 10:58:28 2015] device: '1-1.4': device_add
[Fri May 15 10:58:28 2015] bus: 'usb': add device 1-1.4
[Fri May 15 10:58:28 2015] bus: 'usb': driver_probe_device: matched device 1-1.4 with driver usb
[Fri May 15 10:58:28 2015] bus: 'usb': really_probe: probing driver usb with device 1-1.4
[Fri May 15 10:58:28 2015] device: '1-1.4:1.0': device_add
[Fri May 15 10:58:28 2015] bus: 'usb': add device 1-1.4:1.0
[Fri May 15 10:58:28 2015] device: 'ep_81': device_add
[Fri May 15 10:58:28 2015] device: 'ep_02': device_add
[Fri May 15 10:58:28 2015] device: 'ep_82': device_add
[Fri May 15 10:58:28 2015] device: '1-1.4:1.1': device_add
[Fri May 15 10:58:28 2015] bus: 'usb': add device 1-1.4:1.1
[Fri May 15 10:58:28 2015] device: 'ep_03': device_add
[Fri May 15 10:58:28 2015] device: 'ep_83': device_add
[Fri May 15 10:58:28 2015] driver: 'usb': driver_bound: bound to device '1-1.4'
[Fri May 15 10:58:28 2015] bus: 'usb': really_probe: bound device 1-1.4 to driver usb
[Fri May 15 10:58:28 2015] device: 'ep_00': device_add
[Fri May 15 10:58:28 2015] usb 2-1.7: new low-speed USB device number 5 using ehci-pci
[Fri May 15 10:58:28 2015] usb 1-1.5: new high-speed USB device number 5 using ehci-pci
[Fri May 15 10:58:29 2015] usb 2-1.7: New USB device found, idVendor=04fc, idProduct=0538
[Fri May 15 10:58:29 2015] usb 2-1.7: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[Fri May 15 10:58:29 2015] usb 2-1.7: Product: 2.4G wireless optical mouse
[Fri May 15 10:58:29 2015] usb 2-1.7: Manufacturer: MLK
[Fri May 15 10:58:29 2015] device: '2-1.7': device_add
[Fri May 15 10:58:29 2015] bus: 'usb': add device 2-1.7
[Fri May 15 10:58:29 2015] bus: 'usb': driver_probe_device: matched device 2-1.7 with driver usb
[Fri May 15 10:58:29 2015] bus: 'usb': really_probe: probing driver usb with device 2-1.7
[Fri May 15 10:58:29 2015] device: '2-1.7:1.0': device_add
[Fri May 15 10:58:29 2015] bus: 'usb': add device 2-1.7:1.0
[Fri May 15 10:58:29 2015] device: 'ep_81': device_add
[Fri May 15 10:58:29 2015] driver: 'usb': driver_bound: bound to device '2-1.7'
[Fri May 15 10:58:29 2015] bus: 'usb': really_probe: bound device 2-1.7 to driver usb
[Fri May 15 10:58:29 2015] device: 'ep_00': device_add
[Fri May 15 10:58:29 2015] usb 1-1.5: New USB device found, idVendor=0bb4, idProduct=0cae
[Fri May 15 10:58:29 2015] usb 1-1.5: New USB device strings: Mfr=2, Product=3, SerialNumber=4
[Fri May 15 10:58:29 2015] usb 1-1.5: Product: MyTouch
[Fri May 15 10:58:29 2015] usb 1-1.5: Manufacturer: HTC
[Fri May 15 10:58:29 2015] usb 1-1.5: SerialNumber: HT179TB01627
[Fri May 15 10:58:29 2015] device: '1-1.5': device_add
[Fri May 15 10:58:29 2015] bus: 'usb': add device 1-1.5
[Fri May 15 10:58:29 2015] bus: 'usb': driver_probe_device: matched device 1-1.5 with driver usb
[Fri May 15 10:58:29 2015] bus: 'usb': really_probe: probing driver usb with device 1-1.5
[Fri May 15 10:58:29 2015] device: '1-1.5:1.0': device_add
[Fri May 15 10:58:29 2015] bus: 'usb': add device 1-1.5:1.0
[Fri May 15 10:58:29 2015] device: 'ep_81': device_add
[Fri May 15 10:58:29 2015] device: 'ep_01': device_add
[Fri May 15 10:58:29 2015] device: '1-1.5:1.1': device_add
[Fri May 15 10:58:29 2015] bus: 'usb': add device 1-1.5:1.1
[Fri May 15 10:58:29 2015] device: 'ep_82': device_add
[Fri May 15 10:58:29 2015] device: 'ep_02': device_add
[Fri May 15 10:58:29 2015] driver: 'usb': driver_bound: bound to device '1-1.5'
[Fri May 15 10:58:29 2015] bus: 'usb': really_probe: bound device 1-1.5 to driver usb
[Fri May 15 10:58:29 2015] device: 'ep_00': device_add
[Fri May 15 10:58:29 2015] bus: 'i2c': add driver tuner
[Fri May 15 10:58:29 2015] device: '8-0043': device_add
[Fri May 15 10:58:29 2015] bus: 'i2c': add device 8-0043
[Fri May 15 10:58:29 2015] bus: 'i2c': driver_probe_device: matched device 8-0043 with driver tuner
[Fri May 15 10:58:29 2015] bus: 'i2c': really_probe: probing driver tuner with device 8-0043
[Fri May 15 10:58:29 2015] tda9887 8-0043: creating new instance
[Fri May 15 10:58:29 2015] tda9887 8-0043: tda988[5/6/7] found
[Fri May 15 10:58:29 2015] tuner 8-0043: Tuner 74 found with type(s) Radio TV.
[Fri May 15 10:58:29 2015] driver: 'tuner': driver_bound: bound to device '8-0043'
[Fri May 15 10:58:29 2015] bus: 'i2c': really_probe: bound device 8-0043 to driver tuner
[Fri May 15 10:58:29 2015] device: '8-0061': device_add
[Fri May 15 10:58:29 2015] bus: 'i2c': add device 8-0061
[Fri May 15 10:58:29 2015] bus: 'i2c': driver_probe_device: matched device 8-0061 with driver tuner
[Fri May 15 10:58:29 2015] bus: 'i2c': really_probe: probing driver tuner with device 8-0061
[Fri May 15 10:58:29 2015] tuner 8-0061: Tuner -1 found with type(s) Radio TV.
[Fri May 15 10:58:29 2015] driver: 'tuner': driver_bound: bound to device '8-0061'
[Fri May 15 10:58:29 2015] bus: 'i2c': really_probe: bound device 8-0061 to driver tuner
[Fri May 15 10:58:29 2015] bus: 'platform': add driver coretemp
[Fri May 15 10:58:29 2015] Registering platform device 'coretemp.0'. Parent at platform
[Fri May 15 10:58:29 2015] device: 'coretemp.0': device_add
[Fri May 15 10:58:29 2015] bus: 'platform': add device coretemp.0
[Fri May 15 10:58:29 2015] bus: 'platform': driver_probe_device: matched device coretemp.0 with driver coretemp
[Fri May 15 10:58:29 2015] bus: 'platform': really_probe: probing driver coretemp with device coretemp.0
[Fri May 15 10:58:29 2015] device: 'hwmon1': device_add
[Fri May 15 10:58:29 2015] driver: 'coretemp': driver_bound: bound to device 'coretemp.0'
[Fri May 15 10:58:29 2015] bus: 'platform': really_probe: bound device coretemp.0 to driver coretemp
[Fri May 15 10:58:29 2015] device: 'thermal_zone2': device_add
[Fri May 15 10:58:29 2015] tuner-simple 8-0061: creating new instance
[Fri May 15 10:58:29 2015] tuner-simple 8-0061: type set to 64 (LG TDVS-H06xF)
[Fri May 15 10:58:29 2015] Registered IR keymap rc-hauppauge
[Fri May 15 10:58:29 2015] device: 'rc0': device_add
[Fri May 15 10:58:29 2015] device: 'input11': device_add
[Fri May 15 10:58:29 2015] input: cx88 IR (pcHDTV HD5500 HDTV) as /devices/pci0000:00/0000:00:1c.5/0000:04:00.0/0000:05:01.2/rc/rc0/input11
[Fri May 15 10:58:29 2015] device: 'event11': device_add
[Fri May 15 10:58:29 2015] rc0: cx88 IR (pcHDTV HD5500 HDTV) as /devices/pci0000:00/0000:00:1c.5/0000:04:00.0/0000:05:01.2/rc/rc0
[Fri May 15 10:58:29 2015] device: 'lirc0': device_add
[Fri May 15 10:58:29 2015] rc rc0: lirc_dev: driver ir-lirc-codec (cx88xx) registered at minor = 0
[Fri May 15 10:58:29 2015] cx88[0]/2: cx2388x 8802 Driver Manager
[Fri May 15 10:58:29 2015] cx88[0]/2: found at 0000:05:01.2, rev: 5, irq: 18, latency: 64, mmio: 0xf3000000
[Fri May 15 10:58:29 2015] driver: 'cx88-mpeg driver manager': driver_bound: bound to device '0000:05:01.2'
[Fri May 15 10:58:29 2015] bus: 'pci': really_probe: bound device 0000:05:01.2 to driver cx88-mpeg driver manager
[Fri May 15 10:58:29 2015] bus: 'pci': driver_probe_device: matched device 0000:05:01.1 with driver cx88_audio
[Fri May 15 10:58:29 2015] bus: 'pci': really_probe: probing driver cx88_audio with device 0000:05:01.1
[Fri May 15 10:58:29 2015] cx88[0]/1: CX88x/0: ALSA support for cx2388x boards
[Fri May 15 10:58:29 2015] device: 'card1': device_add
[Fri May 15 10:58:29 2015] device: 'controlC1': device_add
[Fri May 15 10:58:29 2015] device: 'pcmC1D0c': device_add
[Fri May 15 10:58:29 2015] driver: 'cx88_audio': driver_bound: bound to device '0000:05:01.1'
[Fri May 15 10:58:29 2015] bus: 'pci': really_probe: bound device 0000:05:01.1 to driver cx88_audio
[Fri May 15 10:58:29 2015] bus: 'pci': driver_probe_device: matched device 0000:05:00.0 with driver cx8800
[Fri May 15 10:58:29 2015] bus: 'pci': really_probe: probing driver cx8800 with device 0000:05:00.0
[Fri May 15 10:58:29 2015] cx88[1]: subsystem: 1002:00f9, board: ATI TV Wonder Pro [card=4,autodetected], frontend(s): 0
[Fri May 15 10:58:29 2015] cx88/2: cx2388x dvb driver version 0.0.9 loaded
[Fri May 15 10:58:29 2015] cx88/2: registering cx8802 driver, type: dvb access: shared
[Fri May 15 10:58:29 2015] cx88[0]/2: subsystem: 7063:5500, board: pcHDTV HD5500 HDTV [card=47]
[Fri May 15 10:58:29 2015] cx88[0]/2: cx2388x based DVB/ATSC card
[Fri May 15 10:58:29 2015] cx8802_alloc_frontends() allocating 1 frontend(s)
[Fri May 15 10:58:29 2015] device: 'i2c-9': device_add
[Fri May 15 10:58:29 2015] bus: 'i2c': add device i2c-9
[Fri May 15 10:58:29 2015] device: '9-0060': device_add
[Fri May 15 10:58:29 2015] bus: 'i2c': add device 9-0060
[Fri May 15 10:58:29 2015] bus: 'i2c': driver_probe_device: matched device 9-0060 with driver tuner
[Fri May 15 10:58:29 2015] bus: 'i2c': really_probe: probing driver tuner with device 9-0060
[Fri May 15 10:58:29 2015] All bytes are equal. It is not a TEA5767
[Fri May 15 10:58:29 2015] tuner 9-0060: Tuner -1 found with type(s) Radio TV.
[Fri May 15 10:58:29 2015] driver: 'tuner': driver_bound: bound to device '9-0060'
[Fri May 15 10:58:29 2015] bus: 'i2c': really_probe: bound device 9-0060 to driver tuner
[Fri May 15 10:58:29 2015] tuner-simple 9-0060: creating new instance
[Fri May 15 10:58:29 2015] tuner-simple 9-0060: type set to 44 (Philips 4 in 1 (ATI TV Wonder Pro/Conexant))
[Fri May 15 10:58:29 2015] cx88[1]/0: found at 0000:05:00.0, rev: 5, irq: 17, latency: 64, mmio: 0xf6000000
[Fri May 15 10:58:29 2015] device: 'video0': device_add
[Fri May 15 10:58:29 2015] cx88[1]/0: registered device video0 [v4l2]
[Fri May 15 10:58:29 2015] device: 'vbi0': device_add
[Fri May 15 10:58:29 2015] cx88[1]/0: registered device vbi0
[Fri May 15 10:58:29 2015] driver: 'cx8800': driver_bound: bound to device '0000:05:00.0'
[Fri May 15 10:58:29 2015] bus: 'pci': really_probe: bound device 0000:05:00.0 to driver cx8800
[Fri May 15 10:58:29 2015] bus: 'pci': driver_probe_device: matched device 0000:05:01.0 with driver cx8800
[Fri May 15 10:58:29 2015] bus: 'pci': really_probe: probing driver cx8800 with device 0000:05:01.0
[Fri May 15 10:58:29 2015] cx88[0]/0: found at 0000:05:01.0, rev: 5, irq: 18, latency: 64, mmio: 0xf5000000
[Fri May 15 10:58:29 2015] nvidia: module license 'NVIDIA' taints kernel.
[Fri May 15 10:58:29 2015] Disabling lock debugging due to kernel taint
[Fri May 15 10:58:29 2015] bus: 'pci': add driver nvidia
[Fri May 15 10:58:29 2015] bus: 'pci': driver_probe_device: matched device 0000:01:00.0 with driver nvidia
[Fri May 15 10:58:29 2015] bus: 'pci': really_probe: probing driver nvidia with device 0000:01:00.0
[Fri May 15 10:58:29 2015] nvidia 0000:01:00.0: enabling device (0000 -> 0003)
[Fri May 15 10:58:29 2015] vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=io+mem,decodes=none:owns=none
[Fri May 15 10:58:29 2015] driver: 'nvidia': driver_bound: bound to device '0000:01:00.0'
[Fri May 15 10:58:29 2015] bus: 'pci': really_probe: bound device 0000:01:00.0 to driver nvidia
[Fri May 15 10:58:29 2015] device: 'card1': device_add
[Fri May 15 10:58:29 2015] [drm] Initialized nvidia-drm 0.0.0 20150116 for 0000:01:00.0 on minor 1
[Fri May 15 10:58:29 2015] NVRM: loading NVIDIA UNIX x86 Kernel Module  340.76  Thu Jan 22 11:21:06 PST 2015
[Fri May 15 10:58:29 2015] tuner-simple 8-0061: attaching existing instance
[Fri May 15 10:58:29 2015] tuner-simple 8-0061: type set to 64 (LG TDVS-H06xF)
[Fri May 15 10:58:29 2015] tda9887 8-0043: attaching existing instance
[Fri May 15 10:58:29 2015] DVB: registering new adapter (cx88[0])
[Fri May 15 10:58:29 2015] cx88-mpeg driver manager 0000:05:01.2: DVB: registering adapter 0 frontend 0 (LG Electronics LGDT3303 VSB/QAM Frontend)...
[Fri May 15 10:58:29 2015] device: 'dvb0.frontend0': device_add
[Fri May 15 10:58:29 2015] device: 'dvb0.demux0': device_add
[Fri May 15 10:58:29 2015] device: 'dvb0.dvr0': device_add
[Fri May 15 10:58:29 2015] device: 'dvb0.net0': device_add
[Fri May 15 10:58:29 2015] device: 'video1': device_add
[Fri May 15 10:58:29 2015] cx88[0]/0: registered device video1 [v4l2]
[Fri May 15 10:58:29 2015] device: 'vbi1': device_add
[Fri May 15 10:58:29 2015] cx88[0]/0: registered device vbi1
[Fri May 15 10:58:29 2015] driver: 'cx8800': driver_bound: bound to device '0000:05:01.0'
[Fri May 15 10:58:29 2015] bus: 'pci': really_probe: bound device 0000:05:01.0 to driver cx8800
[Fri May 15 10:58:30 2015] bus: 'usb': add driver usblp
[Fri May 15 10:58:30 2015] bus: 'usb': driver_probe_device: matched device 2-1.6:1.1 with driver usblp
[Fri May 15 10:58:30 2015] bus: 'usb': really_probe: probing driver usblp with device 2-1.6:1.1
[Fri May 15 10:58:30 2015] device class 'usbmisc': registering
[Fri May 15 10:58:30 2015] device: 'lp0': device_add
[Fri May 15 10:58:30 2015] usblp 2-1.6:1.1: usblp0: USB Bidirectional printer dev 4 if 1 alt 0 proto 2 vid 0x04E8 pid 0x342D
[Fri May 15 10:58:30 2015] driver: 'usblp': driver_bound: bound to device '2-1.6:1.1'
[Fri May 15 10:58:30 2015] bus: 'usb': really_probe: bound device 2-1.6:1.1 to driver usblp
[Fri May 15 10:58:30 2015] usbcore: registered new interface driver usblp
[Fri May 15 10:58:30 2015] bus: 'acpi': add driver NVIDIA ACPI Video Driver
[Fri May 15 10:58:30 2015] Bluetooth: Core ver 2.19
[Fri May 15 10:58:30 2015] device class 'bluetooth': registering
[Fri May 15 10:58:30 2015] NET: Registered protocol family 31
[Fri May 15 10:58:30 2015] Bluetooth: HCI device and connection manager initialized
[Fri May 15 10:58:30 2015] Bluetooth: HCI socket layer initialized
[Fri May 15 10:58:30 2015] Bluetooth: L2CAP socket layer initialized
[Fri May 15 10:58:30 2015] Bluetooth: SCO socket layer initialized
[Fri May 15 10:58:30 2015] bus: 'usb': add driver btusb
[Fri May 15 10:58:30 2015] bus: 'usb': driver_probe_device: matched device 1-1.4:1.0 with driver btusb
[Fri May 15 10:58:30 2015] bus: 'usb': really_probe: probing driver btusb with device 1-1.4:1.0
[Fri May 15 10:58:30 2015] driver: 'btusb': driver_bound: bound to device '1-1.4:1.1'
[Fri May 15 10:58:30 2015] device: 'hci0': device_add
[Fri May 15 10:58:30 2015] driver: 'btusb': driver_bound: bound to device '1-1.4:1.0'
[Fri May 15 10:58:30 2015] bus: 'usb': really_probe: bound device 1-1.4:1.0 to driver btusb
[Fri May 15 10:58:30 2015] usbcore: registered new interface driver btusb
[Fri May 15 10:58:31 2015] device: 'i2c-10': device_add
[Fri May 15 10:58:31 2015] bus: 'i2c': add device i2c-10
[Fri May 15 10:58:31 2015] device: 'i2c-11': device_add
[Fri May 15 10:58:31 2015] bus: 'i2c': add device i2c-11
[Fri May 15 10:58:31 2015] device: 'i2c-12': device_add
[Fri May 15 10:58:31 2015] bus: 'i2c': add device i2c-12
[Fri May 15 10:58:31 2015] bus: 'acpi': remove driver NVIDIA ACPI Video Driver
[Fri May 15 10:58:31 2015] driver: 'NVIDIA ACPI Video Driver': driver_release
[Fri May 15 10:58:31 2015] bus: 'usb': add driver usbhid
[Fri May 15 10:58:31 2015] bus: 'usb': driver_probe_device: matched device 3-3:1.2 with driver usbhid
[Fri May 15 10:58:31 2015] bus: 'usb': really_probe: probing driver usbhid with device 3-3:1.2
[Fri May 15 10:58:31 2015] usbhid: probe of 3-3:1.2 rejects match -19
[Fri May 15 10:58:31 2015] bus: 'usb': driver_probe_device: matched device 2-1.5:1.0 with driver usbhid
[Fri May 15 10:58:31 2015] bus: 'usb': really_probe: probing driver usbhid with device 2-1.5:1.0
[Fri May 15 10:58:31 2015] device: '0003:046D:C01B.0001': device_add
[Fri May 15 10:58:31 2015] bus: 'hid': add device 0003:046D:C01B.0001
[Fri May 15 10:58:31 2015] bus: 'hid': driver_probe_device: matched device 0003:046D:C01B.0001 with driver hid-generic
[Fri May 15 10:58:31 2015] bus: 'hid': really_probe: probing driver hid-generic with device 0003:046D:C01B.0001
[Fri May 15 10:58:31 2015] device: 'input13': device_add
[Fri May 15 10:58:31 2015] input: Logitech USB-PS/2 Optical Mouse as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.5/2-1.5:1.0/0003:046D:C01B.0001/input/input13
[Fri May 15 10:58:31 2015] device: 'mouse0': device_add
[Fri May 15 10:58:31 2015] device: 'event12': device_add
[Fri May 15 10:58:31 2015] device: 'hidraw0': device_add
[Fri May 15 10:58:31 2015] hid-generic 0003:046D:C01B.0001: input,hidraw0: USB HID v1.10 Mouse [Logitech USB-PS/2 Optical Mouse] on usb-0000:00:1d.0-1.5/input0
[Fri May 15 10:58:31 2015] driver: 'hid-generic': driver_bound: bound to device '0003:046D:C01B.0001'
[Fri May 15 10:58:31 2015] bus: 'hid': really_probe: bound device 0003:046D:C01B.0001 to driver hid-generic
[Fri May 15 10:58:31 2015] driver: 'usbhid': driver_bound: bound to device '2-1.5:1.0'
[Fri May 15 10:58:31 2015] bus: 'usb': really_probe: bound device 2-1.5:1.0 to driver usbhid
[Fri May 15 10:58:31 2015] bus: 'usb': driver_probe_device: matched device 2-1.7:1.0 with driver usbhid
[Fri May 15 10:58:31 2015] bus: 'usb': really_probe: probing driver usbhid with device 2-1.7:1.0
[Fri May 15 10:58:31 2015] device: '0003:04FC:0538.0002': device_add
[Fri May 15 10:58:31 2015] bus: 'hid': add device 0003:04FC:0538.0002
[Fri May 15 10:58:31 2015] bus: 'hid': driver_probe_device: matched device 0003:04FC:0538.0002 with driver hid-generic
[Fri May 15 10:58:31 2015] bus: 'hid': really_probe: probing driver hid-generic with device 0003:04FC:0538.0002
[Fri May 15 10:58:31 2015] device: 'input14': device_add
[Fri May 15 10:58:31 2015] input: MLK 2.4G wireless optical mouse as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.7/2-1.7:1.0/0003:04FC:0538.0002/input/input14
[Fri May 15 10:58:31 2015] device: 'mouse1': device_add
[Fri May 15 10:58:31 2015] device: 'event13': device_add
[Fri May 15 10:58:31 2015] device: 'hiddev0': device_add
[Fri May 15 10:58:31 2015] device: 'hidraw1': device_add
[Fri May 15 10:58:31 2015] hid-generic 0003:04FC:0538.0002: input,hiddev0,hidraw1: USB HID v1.10 Mouse [MLK 2.4G wireless optical mouse] on usb-0000:00:1d.0-1.7/input0
[Fri May 15 10:58:31 2015] driver: 'hid-generic': driver_bound: bound to device '0003:04FC:0538.0002'
[Fri May 15 10:58:31 2015] bus: 'hid': really_probe: bound device 0003:04FC:0538.0002 to driver hid-generic
[Fri May 15 10:58:31 2015] driver: 'usbhid': driver_bound: bound to device '2-1.7:1.0'
[Fri May 15 10:58:31 2015] bus: 'usb': really_probe: bound device 2-1.7:1.0 to driver usbhid
[Fri May 15 10:58:31 2015] usbcore: registered new interface driver usbhid
[Fri May 15 10:58:31 2015] usbhid: USB HID core driver
[Fri May 15 10:58:31 2015] bus: 'usb': add driver radio-si470x
[Fri May 15 10:58:31 2015] bus: 'usb': driver_probe_device: matched device 3-3:1.2 with driver radio-si470x
[Fri May 15 10:58:31 2015] bus: 'usb': really_probe: probing driver radio-si470x with device 3-3:1.2
[Fri May 15 10:58:31 2015] radio-si470x 3-3:1.2: DeviceID=0xffff ChipID=0xffff
[Fri May 15 10:58:31 2015] radio-si470x 3-3:1.2: software version 0, hardware version 7
[Fri May 15 10:58:31 2015] device class 'ieee80211': registering
[Fri May 15 10:58:31 2015] Registering platform device 'regulatory.0'. Parent at platform
[Fri May 15 10:58:31 2015] device: 'regulatory.0': device_add
[Fri May 15 10:58:31 2015] bus: 'platform': add device regulatory.0
[Fri May 15 10:58:31 2015] cfg80211: Calling CRDA to update world regulatory domain
[Fri May 15 10:58:31 2015] device: 'radio0': device_add
[Fri May 15 10:58:31 2015] driver: 'radio-si470x': driver_bound: bound to device '3-3:1.2'
[Fri May 15 10:58:31 2015] bus: 'usb': really_probe: bound device 3-3:1.2 to driver radio-si470x
[Fri May 15 10:58:31 2015] usbcore: registered new interface driver radio-si470x
[Fri May 15 10:58:31 2015] bus: 'usb': add driver usb-storage
[Fri May 15 10:58:31 2015] bus: 'usb': driver_probe_device: matched device 1-1.5:1.0 with driver usb-storage
[Fri May 15 10:58:31 2015] bus: 'usb': really_probe: probing driver usb-storage with device 1-1.5:1.0
[Fri May 15 10:58:31 2015] usb-storage 1-1.5:1.0: USB Mass Storage device detected
[Fri May 15 10:58:31 2015] scsi host8: usb-storage 1-1.5:1.0
[Fri May 15 10:58:31 2015] device: 'host8': device_add
[Fri May 15 10:58:31 2015] bus: 'scsi': add device host8
[Fri May 15 10:58:31 2015] device: 'host8': device_add
[Fri May 15 10:58:31 2015] driver: 'usb-storage': driver_bound: bound to device '1-1.5:1.0'
[Fri May 15 10:58:31 2015] bus: 'usb': really_probe: bound device 1-1.5:1.0 to driver usb-storage
[Fri May 15 10:58:31 2015] usbcore: registered new interface driver usb-storage
[Fri May 15 10:58:31 2015] bus: 'usb': add driver snd-usb-audio
[Fri May 15 10:58:31 2015] bus: 'usb': driver_probe_device: matched device 3-3:1.0 with driver snd-usb-audio
[Fri May 15 10:58:31 2015] bus: 'usb': really_probe: probing driver snd-usb-audio with device 3-3:1.0
[Fri May 15 10:58:31 2015] device: 'ep_83': device_add
[Fri May 15 10:58:31 2015] device: 'ep_83': device_unregister
[Fri May 15 10:58:31 2015] driver: 'snd-usb-audio': driver_bound: bound to device '3-3:1.1'
[Fri May 15 10:58:31 2015] device: 'card2': device_add
[Fri May 15 10:58:31 2015] device: 'controlC2': device_add
[Fri May 15 10:58:31 2015] device: 'pcmC2D0c': device_add
[Fri May 15 10:58:31 2015] driver: 'snd-usb-audio': driver_bound: bound to device '3-3:1.0'
[Fri May 15 10:58:31 2015] bus: 'usb': really_probe: bound device 3-3:1.0 to driver snd-usb-audio
[Fri May 15 10:58:31 2015] usbcore: registered new interface driver snd-usb-audio
[Fri May 15 10:58:31 2015] bus: 'usb': add driver uas
[Fri May 15 10:58:31 2015] usbcore: registered new interface driver uas
[Fri May 15 10:58:31 2015] bus: 'usb': add driver rtl8192cu
[Fri May 15 10:58:31 2015] bus: 'usb': driver_probe_device: matched device 1-1.3:1.0 with driver rtl8192cu
[Fri May 15 10:58:31 2015] bus: 'usb': really_probe: probing driver rtl8192cu with device 1-1.3:1.0
[Fri May 15 10:58:31 2015] rtl8192cu: Chip version 0x10
[Fri May 15 10:58:31 2015] rtl8192cu: MAC address: e8:4e:06:00:66:62
[Fri May 15 10:58:31 2015] rtl8192cu: Board Type 0
[Fri May 15 10:58:31 2015] rtl_usb: rx_max_size 15360, rx_urb_num 8, in_ep 1
[Fri May 15 10:58:31 2015] rtl8192cu: Loading firmware rtlwifi/rtl8192cufw_TMSC.bin
[Fri May 15 10:58:31 2015] device: 'phy0': device_add
[Fri May 15 10:58:31 2015] __allocate_fw_buf: fw-rtlwifi/rtl8192cufw_TMSC.bin buf=ed536040
[Fri May 15 10:58:31 2015] usb 1-1.3: Direct firmware load for rtlwifi/rtl8192cufw_TMSC.bin failed with error -2
[Fri May 15 10:58:31 2015] __fw_free_buf: fw-rtlwifi/rtl8192cufw_TMSC.bin buf=ed536040 data=  (null) size=0
[Fri May 15 10:58:31 2015] __allocate_fw_buf: fw-rtlwifi/rtl8192cufw.bin buf=ed536040
[Fri May 15 10:58:31 2015] usb 1-1.3: firmware: direct-loading firmware rtlwifi/rtl8192cufw.bin
[Fri May 15 10:58:31 2015] fw_set_page_data: fw-rtlwifi/rtl8192cufw.bin buf=ed536040 data=f489d000 size=16014
[Fri May 15 10:58:31 2015] rtlwifi: Loading alternative firmware rtlwifi/rtl8192cufw.bin
[Fri May 15 10:58:31 2015] __fw_free_buf: fw-rtlwifi/rtl8192cufw.bin buf=ed536040 data=f489d000 size=16014
[Fri May 15 10:58:31 2015] ieee80211 phy0: Selected rate control algorithm 'rtl_rc'
[Fri May 15 10:58:31 2015] device: 'wlan0': device_add
[Fri May 15 10:58:31 2015] driver: 'rtl8192cu': driver_bound: bound to device '1-1.3:1.0'
[Fri May 15 10:58:31 2015] bus: 'usb': really_probe: bound device 1-1.3:1.0 to driver rtl8192cu
[Fri May 15 10:58:31 2015] usbcore: registered new interface driver rtl8192cu
[Fri May 15 10:58:31 2015] rtl8192cu 1-1.3:1.0 wlp0s26u1u3: renamed from wlan0
[Fri May 15 10:58:31 2015] net wlan0: renaming to wlp0s26u1u3
[Fri May 15 10:58:31 2015] systemd-udevd[329]: renamed network interface wlan0 to wlp0s26u1u3
[Fri May 15 10:58:32 2015] cfg80211: World regulatory domain updated:
[Fri May 15 10:58:32 2015] cfg80211:  DFS Master region: unset
[Fri May 15 10:58:32 2015] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[Fri May 15 10:58:32 2015] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[Fri May 15 10:58:32 2015] cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[Fri May 15 10:58:32 2015] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
[Fri May 15 10:58:32 2015] cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
[Fri May 15 10:58:32 2015] cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
[Fri May 15 10:58:32 2015] cfg80211:   (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
[Fri May 15 10:58:32 2015] cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
[Fri May 15 10:58:32 2015] cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
[Fri May 15 10:58:32 2015] scsi 8:0:0:0: Direct-Access     Linux    File-CD Gadget   0000 PQ: 0 ANSI: 2
[Fri May 15 10:58:32 2015] device: 'target8:0:0': device_add
[Fri May 15 10:58:32 2015] bus: 'scsi': add device target8:0:0
[Fri May 15 10:58:32 2015] device: '8:0:0:0': device_add
[Fri May 15 10:58:32 2015] bus: 'scsi': add device 8:0:0:0
[Fri May 15 10:58:32 2015] bus: 'scsi': driver_probe_device: matched device 8:0:0:0 with driver sd
[Fri May 15 10:58:32 2015] bus: 'scsi': really_probe: probing driver sd with device 8:0:0:0
[Fri May 15 10:58:32 2015] device: '8:0:0:0': device_add
[Fri May 15 10:58:32 2015] driver: 'sd': driver_bound: bound to device '8:0:0:0'
[Fri May 15 10:58:32 2015] bus: 'scsi': really_probe: bound device 8:0:0:0 to driver sd
[Fri May 15 10:58:32 2015] device: '8:0:0:0': device_add
[Fri May 15 10:58:32 2015] device: 'sg6': device_add
[Fri May 15 10:58:32 2015] sd 8:0:0:0: Attached scsi generic sg6 type 0
[Fri May 15 10:58:32 2015] device: '8:0:0:0': device_add
[Fri May 15 10:58:32 2015] device: '8:80': device_add
[Fri May 15 10:58:32 2015] device: 'sdf': device_add
[Fri May 15 10:58:32 2015] sd 8:0:0:0: [sdf] Attached SCSI removable disk
[Fri May 15 10:58:58 2015] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6 frozen
[Fri May 15 10:58:58 2015] sr 0:0:0:0: CDB: 
[Fri May 15 10:58:58 2015] Get event status notification: 4a 01 00 00 10 00 00 00 08 00
[Fri May 15 10:58:58 2015] ata1.00: cmd a0/00:00:00:08:00/00:00:00:00:00/a0 tag 24 pio 16392 in
         res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[Fri May 15 10:58:58 2015] ata1.00: status: { DRDY }
[Fri May 15 10:58:58 2015] ata1: hard resetting link
[Fri May 15 10:58:59 2015] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[Fri May 15 10:58:59 2015] ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND (20140926/psargs-359)
[Fri May 15 10:58:59 2015] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SAT0.SPT0._GTF] (Node ee0303a8), AE_NOT_FOUND (20140926/psparse-536)
[Fri May 15 10:58:59 2015] ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND (20140926/psargs-359)
[Fri May 15 10:58:59 2015] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SAT0.SPT0._GTF] (Node ee0303a8), AE_NOT_FOUND (20140926/psparse-536)
[Fri May 15 10:58:59 2015] ata1.00: configured for UDMA/66
[Fri May 15 10:58:59 2015] ata1: EH complete
[Fri May 15 10:59:00 2015] device: 'device-mapper': device_add
[Fri May 15 10:59:00 2015] device-mapper: ioctl: 4.28.0-ioctl (2014-09-17) initialised: dm-devel@redhat.com
[Fri May 15 10:59:01 2015] reiserfs: enabling write barrier flush mode
[Fri May 15 10:59:01 2015] Adding 1004056k swap on /dev/sdb2.  Priority:1 extents:1 across:1004056k FS
[Fri May 15 10:59:01 2015] EXT4-fs (sdd1): acl option not supported
[Fri May 15 10:59:01 2015] EXT4-fs (sdd1): mounted filesystem with ordered data mode. Opts: acl,user_xattr
[Fri May 15 10:59:01 2015] EXT4-fs (sdd2): acl option not supported
[Fri May 15 10:59:01 2015] EXT4-fs (sdd2): mounted filesystem with ordered data mode. Opts: acl,user_xattr
[Fri May 15 10:59:02 2015] device: 'vcs2': device_add
[Fri May 15 10:59:02 2015] device: 'vcsa2': device_add
[Fri May 15 10:59:02 2015] device: 'vcs3': device_add
[Fri May 15 10:59:02 2015] device: 'vcsa3': device_add
[Fri May 15 10:59:02 2015] device: 'vcs4': device_add
[Fri May 15 10:59:02 2015] device: 'vcsa4': device_add
[Fri May 15 10:59:02 2015] device: 'vcs5': device_add
[Fri May 15 10:59:02 2015] device: 'vcsa5': device_add
[Fri May 15 10:59:02 2015] device: 'vcs6': device_add
[Fri May 15 10:59:02 2015] device: 'vcsa6': device_add
[Fri May 15 10:59:02 2015] device: 'vcs7': device_add
[Fri May 15 10:59:02 2015] device: 'vcsa7': device_add
[Fri May 15 10:59:02 2015] device: 'vcs8': device_add
[Fri May 15 10:59:02 2015] device: 'vcsa8': device_add
[Fri May 15 10:59:02 2015] device: 'vcs9': device_add
[Fri May 15 10:59:02 2015] device: 'vcsa9': device_add
[Fri May 15 10:59:02 2015] device: 'vcs10': device_add
[Fri May 15 10:59:02 2015] device: 'vcsa10': device_add
[Fri May 15 10:59:02 2015] device: 'vcs11': device_add
[Fri May 15 10:59:02 2015] device: 'vcsa11': device_add
[Fri May 15 10:59:02 2015] device: 'vcs12': device_add
[Fri May 15 10:59:02 2015] device: 'vcsa12': device_add
[Fri May 15 10:59:06 2015] __allocate_fw_buf: fw-rtl_nic/rtl8168f-1.fw buf=ed914cc0
[Fri May 15 10:59:06 2015] r8169 0000:03:00.0: Direct firmware load for rtl_nic/rtl8168f-1.fw failed with error -2
[Fri May 15 10:59:06 2015] __fw_free_buf: fw-rtl_nic/rtl8168f-1.fw buf=ed914cc0 data=  (null) size=0
[Fri May 15 10:59:06 2015] r8169 0000:03:00.0 enp3s0: unable to load firmware patch rtl_nic/rtl8168f-1.fw (-2)
[Fri May 15 10:59:06 2015] r8169 0000:03:00.0 enp3s0: link down
[Fri May 15 10:59:06 2015] IPv6: ADDRCONF(NETDEV_UP): enp3s0: link is not ready
[Fri May 15 10:59:06 2015] r8169 0000:03:00.0 enp3s0: link down
[Fri May 15 10:59:08 2015] r8169 0000:03:00.0 enp3s0: link up
[Fri May 15 10:59:08 2015] IPv6: ADDRCONF(NETDEV_CHANGE): enp3s0: link becomes ready
[Fri May 15 10:59:10 2015] device: 'autofs': device_add
[Fri May 15 10:59:17 2015] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[Fri May 15 10:59:17 2015] Bluetooth: BNEP socket layer initialized
[Fri May 15 10:59:21 2015] bus: 'platform': add driver nct6775
[Fri May 15 10:59:21 2015] nct6775: Found NCT6779D or compatible chip at 0x2e:0x290
[Fri May 15 10:59:21 2015] Registering platform device 'nct6775.656'. Parent at platform
[Fri May 15 10:59:21 2015] device: 'nct6775.656': device_add
[Fri May 15 10:59:21 2015] bus: 'platform': add device nct6775.656
[Fri May 15 10:59:21 2015] bus: 'platform': driver_probe_device: matched device nct6775.656 with driver nct6775
[Fri May 15 10:59:21 2015] bus: 'platform': really_probe: probing driver nct6775 with device nct6775.656
[Fri May 15 10:59:21 2015] device: 'hwmon2': device_add
[Fri May 15 10:59:21 2015] driver: 'nct6775': driver_bound: bound to device 'nct6775.656'
[Fri May 15 10:59:21 2015] bus: 'platform': really_probe: bound device nct6775.656 to driver nct6775
[Fri May 15 10:59:21 2015] device: 'microcode': device_unregister
[Fri May 15 10:59:21 2015] device: 'microcode': device_create_release
[Fri May 15 10:59:21 2015] bus: 'platform': remove device microcode
[Fri May 15 10:59:21 2015] microcode: Microcode Update Driver: v2.00 removed.
[Fri May 15 11:01:43 2015] restart_video_queue
[Fri May 15 11:01:44 2015] restart_video_queue
[Fri May 15 11:01:55 2015] restart_video_queue
[Fri May 15 11:01:56 2015] restart_video_queue
[Fri May 15 11:01:56 2015] restart_video_queue
[Fri May 15 11:02:00 2015] restart_video_queue
[Fri May 15 11:02:05 2015] restart_video_queue
[Fri May 15 11:02:06 2015] restart_video_queue
[Fri May 15 11:02:06 2015] restart_video_queue
[Fri May 15 11:02:06 2015] restart_video_queue
[Fri May 15 11:02:07 2015] restart_video_queue
[Fri May 15 11:02:07 2015] restart_video_queue
[Fri May 15 11:02:07 2015] restart_video_queue
[Fri May 15 11:02:09 2015] restart_video_queue
[Fri May 15 11:03:26 2015] restart_video_queue
[Fri May 15 11:03:40 2015] restart_video_queue
[Fri May 15 11:04:18 2015] restart_video_queue

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 473 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: ATI TV Wonder regression since at least 3.19.6
  2015-05-15 15:12       ` Patrice Levesque
@ 2015-05-20 18:34         ` Hans Verkuil
  0 siblings, 0 replies; 6+ messages in thread
From: Hans Verkuil @ 2015-05-20 18:34 UTC (permalink / raw)
  To: linux-media, Patrice Levesque

On 05/15/2015 05:12 PM, Patrice Levesque wrote:
> 
> Hi Hans,
> 
> 
>>> Function isn't used; when compiling I get:
>> That makes no sense. This function is most definitely used.
> 
> Idiot guy here did not follow simple instructions and didn't patch the
> right kernel source.  He just did, and function is used.
> 
> 
>> Did you start a capturing video first before running dmesg? I want to
>> see if capturing video will generate messages in dmesg.
> 
> Sending you again my (truncated) dmesg, but here's the annotated salient bit:
> 
> Starting video capture first time:
> [Fri May 15 11:01:43 2015] restart_video_queue
> [Fri May 15 11:01:44 2015] restart_video_queue
> [Fri May 15 11:01:55 2015] restart_video_queue
> [Fri May 15 11:01:56 2015] restart_video_queue
> [Fri May 15 11:01:56 2015] restart_video_queue
> [Fri May 15 11:02:00 2015] restart_video_queue
> [Fri May 15 11:02:05 2015] restart_video_queue
> [Fri May 15 11:02:06 2015] restart_video_queue
> [Fri May 15 11:02:06 2015] restart_video_queue
> [Fri May 15 11:02:06 2015] restart_video_queue
> [Fri May 15 11:02:07 2015] restart_video_queue
> [Fri May 15 11:02:07 2015] restart_video_queue
> [Fri May 15 11:02:07 2015] restart_video_queue
> [Fri May 15 11:02:09 2015] restart_video_queue
> Stopping video capture:
> [Fri May 15 11:03:26 2015] restart_video_queue
> Re-Starting video capture:
> [Fri May 15 11:03:40 2015] restart_video_queue
> Stopping video capture:
> [Fri May 15 11:04:18 2015] restart_video_queue
> 
> Changing channels didn't provoke restart_video_queue events.

FYI: I've bought this card on ebay and I am waiting for it to arrive.
Hopefully I can reproduce it and then I'll fix it. It's a fair bit of
work, unfortunately.

The fact that this function is called means that the DMA stalls every
so often, and I'd like to know why that happens.

Regards,

	Hans

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-05-20 18:34 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-11 16:12 ATI TV Wonder regression since at least 3.19.6 Patrice Levesque
2015-05-12  5:57 ` Hans Verkuil
2015-05-14 12:56   ` Patrice Levesque
2015-05-14 16:05     ` Hans Verkuil
2015-05-15 15:12       ` Patrice Levesque
2015-05-20 18:34         ` Hans Verkuil

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.