Advertisement
Upo

NSA325 uvcvideo

Upo
Mar 7th, 2016
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.26 KB | None | 0 0
  1. == Welcome at FFP version 0.7/arm, running on NSA325 Tatuin, firmware NSA325_4.8 0(AAAJ.1) ==
  2. root@Tatuin:~# modprobe uvcvideo
  3. root@Tatuin:~# lsmod
  4. Module Size Used by
  5. uvcvideo 63444 0
  6. videodev 32132 1 uvcvideo
  7. v4l1_compat 14000 2 videodev,uvcvideo
  8. xhci 38140 0
  9. bsd_comp 6424 0
  10. pppoe 12444 0
  11. pppox 3104 1 pppoe
  12. ppp_deflate 5604 0
  13. ppp_async 9532 0
  14. ppp_synctty 8156 0
  15. ppp_mppe 7400 0
  16. ppp_generic 25452 7 ppp_mppe,ppp_synctty,ppp_async,ppp_deflate,pppox,pppoe,bsd_comp
  17. slhc 5992 1 ppp_generic
  18. tntfs 394012 0
  19. ntfs 99920 0
  20. root@Tatuin:~# /ffp/bin/MAKEDEV
  21. *** new device names ***
  22. /dev/video0: char 81 0
  23. /dev/video1: char 81 1
  24. /dev/video2: char 81 2
  25. /dev/video3: char 81 3
  26. /dev/radio0: char 81 64
  27. /dev/radio1: char 81 65
  28. /dev/radio2: char 81 66
  29. /dev/radio3: char 81 67
  30. /dev/vbi0: char 81 224
  31. /dev/vbi1: char 81 225
  32. /dev/vbi2: char 81 226
  33. /dev/vbi3: char 81 227
  34. root@Tatuin:~# ls -l /dev/v*
  35. lrwxrwxrwx 1 root root 9 Mar 7 17:15 /dev/vbi -> /dev/vbi0
  36. crw-rw-rw- 1 root root 81, 224 Mar 7 17:15 /dev/vbi0
  37. crw-rw-rw- 1 root root 81, 225 Mar 7 17:15 /dev/vbi1
  38. crw-rw-rw- 1 root root 81, 226 Mar 7 17:15 /dev/vbi2
  39. crw-rw-rw- 1 root root 81, 227 Mar 7 17:15 /dev/vbi3
  40. lrwxrwxrwx 1 root root 11 Mar 7 17:15 /dev/video -> /dev/video0
  41. crw-rw-rw- 1 root root 81, 0 Mar 7 17:15 /dev/video0
  42. crw-rw-rw- 1 root root 81, 1 Mar 7 17:15 /dev/video1
  43. crw-rw-rw- 1 root root 81, 2 Mar 7 17:15 /dev/video2
  44. crw-rw-rw- 1 root root 81, 3 Mar 7 17:15 /dev/video3
  45. root@Tatuin:~# ls -l /dev/radio*
  46. lrwxrwxrwx 1 root root 11 Mar 7 17:15 /dev/radio -> /dev/radio0
  47. crw-rw-rw- 1 root root 81, 64 Mar 7 17:15 /dev/radio0
  48. crw-rw-rw- 1 root root 81, 65 Mar 7 17:15 /dev/radio1
  49. crw-rw-rw- 1 root root 81, 66 Mar 7 17:15 /dev/radio2
  50. crw-rw-rw- 1 root root 81, 67 Mar 7 17:15 /dev/radio3
  51. root@Tatuin:~# cat /dev/video0
  52. cat: /dev/video0: No such device or address
  53. root@Tatuin:~# motion -n
  54. [0] [NTC] [ALL] conf_load: Processing thread 0 - config file /ffp/etc/motion/motion.conf
  55. [0] [ALR] [ALL] conf_cmdparse: Unknown config option "ffmpeg_output_movies"
  56. [0] [ALR] [ALL] conf_cmdparse: Unknown config option "ffmpeg_output_debug_movies"
  57. [0] [ALR] [ALL] conf_cmdparse: Unknown config option "ffmpeg_timelapse"
  58. [0] [ALR] [ALL] conf_cmdparse: Unknown config option "ffmpeg_timelapse_mode"
  59. [0] [ALR] [ALL] conf_cmdparse: Unknown config option "ffmpeg_bps"
  60. [0] [ALR] [ALL] conf_cmdparse: Unknown config option "ffmpeg_variable_bitrate"
  61. [0] [ALR] [ALL] conf_cmdparse: Unknown config option "ffmpeg_video_codec"
  62. [0] [ALR] [ALL] conf_cmdparse: Unknown config option "ffmpeg_deinterlace"
  63. [0] [ALR] [ALL] conf_cmdparse: Unknown config option "movie_filename"
  64. [0] [ALR] [ALL] conf_cmdparse: Unknown config option "timelapse_filename"
  65. [0] [NTC] [ALL] motion_startup: Using log level (INF) (6)
  66. [0] [NTC] [ALL] motion_startup: Motion 3.4.0-Git-f63bb5d Started
  67. [0] [NTC] [ALL] motion_startup: Logging to syslog
  68. [0] [NTC] [ALL] motion_startup: Using log type (ALL) log level (INF)
  69. [0] [NTC] [ALL] main: Thread 1 is from /ffp/etc/motion/motion.conf
  70. [0] [NTC] [ALL] main: Thread 1 is device: /dev/video0 input -1
  71. [0] [NTC] [ALL] main: Stream port 8081
  72. [1] [NTC] [ALL] motion_init: Thread 1 started , motion detection Enabled
  73. [1] [NTC] [VID] vid_v4lx_start: Using videodevice /dev/video0 and input -1
  74. [0] [NTC] [STR] httpd_run: motion-httpd testing : IPV4 addr: 0.0.0.0 port: 8080
  75. [0] [NTC] [STR] httpd_run: motion-httpd Bound : IPV4 addr: 0.0.0.0 port: 8080
  76. [0] [NTC] [STR] httpd_run: motion-httpd/3.4.0-Git-f63bb5d running, accepting connections
  77. [0] [NTC] [STR] httpd_run: motion-httpd: waiting for data on 0.0.0.0 port TCP 8080
  78. [1] [ALR] [VID] vid_v4lx_start: Failed to open video device /dev/video0: No such device or address
  79. [1] [WRN] [ALL] motion_init: Could not fetch initial image from camera Motion continues using width and height from config file(s)
  80. [1] [NTC] [ALL] image_ring_resize: Resizing pre_capture buffer to 1 items
  81. [1] [NTC] [STR] http_bindsock: motion-stream testing : IPV4 addr: 0.0.0.0 port: 8081
  82. [1] [NTC] [STR] http_bindsock: motion-stream Bound : IPV4 addr: 0.0.0.0 port: 8081
  83. [1] [NTC] [ALL] motion_init: Started motion-stream server in port 8081 auth Enabled
  84. [0] [NTC] [ALL] main: Waiting for threads to finish, pid: 5520
  85. [1] [WRN] [ALL] motion_loop: Retrying until successful connection with camera
  86. [1] [NTC] [VID] vid_v4lx_start: Using videodevice /dev/video0 and input -1
  87. [1] [ALR] [VID] vid_v4lx_start: Failed to open video device /dev/video0: No such device or address
  88. [1] [WRN] [ALL] motion_loop: Retrying until successful connection with camera
  89. [1] [NTC] [VID] vid_v4lx_start: Using videodevice /dev/video0 and input -1
  90. [1] [ALR] [VID] vid_v4lx_start: Failed to open video device /dev/video0: No such device or address
  91. [1] [WRN] [ALL] motion_loop: Retrying until successful connection with camera
  92. [1] [NTC] [VID] vid_v4lx_start: Using videodevice /dev/video0 and input -1
  93. [1] [ALR] [VID] vid_v4lx_start: Failed to open video device /dev/video0: No such device or address
  94. ^C[1] [NTC] [ALL] motion_loop: End of event 1
  95. [1] [NTC] [ALL] motion_loop: Thread exiting
  96. [1] [NTC] [STR] stream_stop: Closing motion-stream listen socket & active motion-stream sockets
  97. [1] [NTC] [STR] stream_stop: Closed motion-stream listen socket & active motion-stream sockets
  98. [0] [NTC] [STR] httpd_run: motion-httpd - Finishing
  99. [0] [NTC] [STR] httpd_run: motion-httpd Closing
  100. [0] [NTC] [STR] motion_web_control: motion-httpd thread exit
  101. [0] [NTC] [ALL] main: Threads finished
  102. [0] [NTC] [ALL] main: Motion terminating
  103. root@Tatuin:~#
  104.  
  105.  
  106. ****************************************************************************************************************
  107. dmesg kimenet:
  108. ****************************************************************************************************************
  109.  
  110. Linux version 2.6.31.8 (root@BuildMachine) (gcc version 4.3.2 (sdk3.3-ct-ng-1.4.1) ) #2 Tue Jan 26 19:27:38 CST 2016
  111. CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=00053977
  112. CPU: VIVT data cache, VIVT instruction cache
  113. Machine: Feroceon-KW
  114. Using UBoot passing parameters structure
  115. Memory policy: ECC disabled, Data cache writeback
  116. On node 0 totalpages: 131072
  117. free_area_init_node: node 0, pgdat c0868014, node_mem_map c0888000
  118. Normal zone: 1024 pages used for memmap
  119. Normal zone: 0 pages reserved
  120. Normal zone: 130048 pages, LIFO batch:31
  121. Built 1 zonelists in Zone order, mobility grouping off. Total pages: 130048
  122. Kernel command line: console=ttyS0,115200 mtdparts=nand_mtd:0x100000(uboot),0x80000(uboot_env),0x80000(key_store),0x80000(info),0xA00000(etc),0xA00000(kernel_1),0x2FC0000(rootfs1),0xA00000(kernel_2),0x2FC0000(rootfs2) root=/dev/nfs rw init=/init
  123. PID hash table entries: 2048 (order: 11, 8192 bytes)
  124. Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
  125. Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
  126. Memory: 512MB = 512MB total
  127. Memory: 506752KB available (5360K code, 302K data, 2872K init, 0K highmem)
  128. Hierarchical RCU implementation.
  129. NR_IRQS:128
  130. Console: colour dummy device 80x30
  131. Calibrating delay loop... 1599.07 BogoMIPS (lpj=7995392)
  132. Mount-cache hash table entries: 512
  133. CPU: Testing write buffer coherency: ok
  134. NET: Registered protocol family 16
  135. Feroceon L2: Enabling L2
  136. Feroceon L2: Cache support initialised.
  137. invoking softwareStaggeredSpinUp()..., it will delay 5 seconds to spin up the second harddisk
  138.  
  139. CPU Interface
  140. -------------
  141. SDRAM_CS0 ....base 00000000, size 512MB
  142. SDRAM_CS1 ....disable
  143. SDRAM_CS2 ....disable
  144. SDRAM_CS3 ....disable
  145. PEX0_MEM ....base e0000000, size 128MB
  146. PEX0_IO ....base f2000000, size 1MB
  147. PEX1_MEM ....base e8000000, size 128MB
  148. PEX1_IO ....base f2100000, size 1MB
  149. INTER_REGS ....base f1000000, size 1MB
  150. NFLASH_CS ....base fa000000, size 2MB
  151. SPI_CS ....base f4000000, size 16MB
  152. BOOT_ROM_CS ....no such
  153. DEV_BOOTCS ....no such
  154. CRYPT_ENG ....base f0000000, size 2MB
  155.  
  156. Marvell Development Board (LSP Version KW_LSP_5.1.3_patch18)-- DB-88F6282A-BP Soc: MV88F6282 Rev 1 LE
  157.  
  158. Detected Tclk 200000000 and SysClk 533333333
  159. Marvell USB EHCI Host controller #0: d003a740
  160. [BlueDBG] reseting SoC Pex[0] 0 ...
  161. PEX0 interface detected Link X1
  162. [BlueDBG] reseting SoC Pex[1] 0 ...
  163. [BlueDBG] reseting SoC Pex[1] 1 ...
  164. [BlueDBG] reseting SoC Pex[1] 2 ...
  165. [BlueDBG] reseting SoC Pex[1] 3 ...
  166. [BlueDBG] reseting SoC Pex[1] 4 ...
  167. [BlueDBG] reseting SoC Pex[1] 5 ...
  168. [BlueDBG] reseting SoC Pex[1] 6 ...
  169. [BlueDBG] reseting SoC Pex[1] 7 ...
  170. [BlueDBG] reseting SoC Pex[1] 8 ...
  171. [BlueDBG] reseting SoC Pex[1] 9 ...
  172. [BlueDBG] reseting SoC Pex[1] 10 ...
  173. PEX1 interface detected no Link.
  174. pci 0000:00:01.0: reg 10 64bit mmio: [0x000000-0x001fff]
  175. pci 0000:00:01.0: PME# supported from D0 D3hot
  176. pci 0000:00:01.0: PME# disabled
  177. PCI: bus0: Fast back to back transfers disabled
  178. PCI: bus1: Fast back to back transfers enabled
  179. bio: create slab <bio-0> at 0
  180. SCSI subsystem initialized
  181. usbcore: registered new interface driver usbfs
  182. usbcore: registered new interface driver hub
  183. usbcore: registered new device driver usb
  184. cfg80211: Calling CRDA to update world regulatory domain
  185. NET: Registered protocol family 2
  186. IP route cache hash table entries: 16384 (order: 4, 65536 bytes)
  187. TCP established hash table entries: 65536 (order: 7, 524288 bytes)
  188. TCP bind hash table entries: 65536 (order: 6, 262144 bytes)
  189. TCP: Hash tables configured (established 65536 bind 65536)
  190. TCP reno registered
  191. NET: Registered protocol family 1
  192. cpufreq: Init kirkwood cpufreq driver
  193. cpufreq: High frequency: 1600000KHz - Low frequency: 533333KHz
  194. cpufreq: Setting CPU Frequency to 1600000 KHz
  195. cpufreq: Setting PowerSaveState to off
  196. XOR registered 4 channels
  197. XOR 2nd invalidate WA enabled
  198. mvCesaInit: sessions=640, queue=64, pSram=f0000000
  199. Warning: TS unit is powered off.
  200. gpio_dev = fd00000
  201. LED_SET_CTL_IOC_NUM= 6702
  202. High gpio polarity = 50
  203. High gpio polarity = 70
  204. Enable Interrupt
  205. mv88f6281_wdt: Watchdog Timer timeout = 8 sec.
  206. mv88f6281_wdt: HW Watchdog timeout = 15 sec.
  207. VFS: Disk quotas dquot_6.5.2
  208. Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  209. Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
  210. JFFS2 version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
  211. fuse init (API version 7.12)
  212. SGI XFS with security attributes, large block/inode numbers, no debug enabled
  213. SGI XFS Quota Management subsystem
  214. yaffs built Jan 26 2016 19:01:11 Installing.
  215.  
  216.  
  217.  
  218.  
  219. YAFFS-WARNING CONFIG_YAFFS_ALWAYS_CHECK_CHUNK_ERASED selected.
  220.  
  221.  
  222.  
  223. msgmni has been set to 990
  224. alg: No test for cipher_null (cipher_null-generic)
  225. alg: No test for ecb(cipher_null) (ecb-cipher_null)
  226. alg: No test for digest_null (digest_null-generic)
  227. alg: No test for compress_null (compress_null-generic)
  228. alg: No test for stdrng (krng)
  229. Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
  230. io scheduler noop registered
  231. io scheduler cfq registered (default)
  232. Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
  233. serial8250.0: ttyS0 at MMIO 0xf1012000 (irq = 33) is a 16550A
  234. console [ttyS0] enabled
  235. brd: module loaded
  236. loop: module loaded
  237. Integrated Sata device found
  238. IRQ 21/mvSata: IRQF_DISABLED is not guaranteed on shared IRQs
  239. Wake up disk0......
  240. Wake up disk1......
  241. scsi0 : Marvell SCSI to SATA adapter
  242. scsi1 : Marvell SCSI to SATA adapter
  243. scsi 0:0:0:0: Direct-Access WD20PURX-64P6ZY0 80.0 PQ: 0 ANSI: 5
  244. EnablePowerSaving
  245. PowerSavingTime = 15
  246. sd 0:0:0:0: [sda] Sector size 0 reported, assuming 512.
  247. sd 0:0:0:0: [sda] 3907029168 512-byte logical blocks: (2.00 TB/1.81 TiB)
  248. sd 0:0:0:0: [sda] 0-byte physical blocks
  249. sd 0:0:0:0: [sda] Write Protect is off
  250. sd 0:0:0:0: [sda] Mode Sense: 23 00 10 00
  251. sd 0:0:0:0: Attached scsi generic sg0 type 0
  252. Loading Marvell Ethernet Driver:
  253. o Cached descriptors in DRAM
  254. o DRAM SW cache-coherency
  255. o 1 Giga ports supported
  256. o Single RX Queue support - ETH_DEF_RXQ=0
  257. o Single TX Queue support - ETH_DEF_TXQ=0
  258. o TCP segmentation offload (TSO) supported
  259. o Large Receive offload (LRO) supported
  260. o Receive checksum offload supported
  261. o Transmit checksum offload supported
  262. o Network Fast Processing (Routing) supported - (Disabled)
  263. o Driver ERROR statistics enabled
  264. o Proc tool API enabled
  265. o SKB Reuse supported - (Disabled)
  266. o SKB Recycle supported - (Disabled)
  267. o Rx descripors: q0=128
  268. o Tx descripors: q0=532
  269. o Loading network interface(s):
  270. o register under mv88fx_eth platform
  271. sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, supports DPO and FUA
  272. sd 0:0:0:0: [sda] Sector size 0 reported, assuming 512.
  273. o eth0, ifindex = 2, GbE port = 0
  274.  
  275. mvFpRuleDb (d1090000): 16384 entries, 65536 bytes
  276. Counter=0, opIdx=6, overhead=16
  277. Counter=1, opIdx=2, overhead=0
  278. Counter=2, opIdx=1, overhead=18
  279. Counter=3, opIdx=2, overhead=0
  280. NAND device: Manufacturer ID: 0xec, Chip ID: 0xf1 (Samsung NAND 128MiB 3,3V 8-bit)
  281. Scanning device for bad blocks
  282. Bad eraseblock 748 at 0x000005d80000
  283. 9 cmdlinepart partitions found on MTD device nand_mtd
  284. Using command line partition definition
  285. Creating 9 MTD partitions on "nand_mtd":
  286. 0x000000000000-0x000000100000 : "uboot"
  287. sda:
  288. 0x000000100000-0x000000180000 : "uboot_env"
  289. 0x000000180000-0x000000200000 : "key_store"
  290. 0x000000200000-0x000000280000 : "info"
  291. 0x000000280000-0x000000c80000 : "etc"
  292. 0x000000c80000-0x000001680000 : "kernel_1"
  293. sda1 sda2
  294. 0x000001680000-0x000004640000 : "rootfs1"
  295. sd 0:0:0:0: [sda] Sector size 0 reported, assuming 512.
  296. 0x000004640000-0x000005040000 : "kernel_2"
  297. 0x000005040000-0x000008000000 : "rootfs2"
  298. sd 0:0:0:0: [sda] Attached SCSI disk
  299. ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  300. ehci_marvell ehci_marvell.70059: Marvell Orion EHCI
  301. ehci_marvell ehci_marvell.70059: new USB bus registered, assigned bus number 1
  302. ehci_marvell ehci_marvell.70059: irq 19, io base 0xf1050100
  303. ehci_marvell ehci_marvell.70059: USB 2.0 started, EHCI 1.00
  304. usb usb1: configuration #1 chosen from 1 choice
  305. hub 1-0:1.0: USB hub found
  306. hub 1-0:1.0: 1 port detected
  307. ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  308. uhci_hcd: USB Universal Host Controller Interface driver
  309. usbcore: registered new interface driver usblp
  310. Initializing USB Mass Storage driver...
  311. usbcore: registered new interface driver usb-storage
  312. USB Mass Storage support registered.
  313. usbcore: registered new interface driver ums-datafab
  314. usbcore: registered new interface driver ums-freecom
  315. usbcore: registered new interface driver ums-jumpshot
  316. usbcore: registered new interface driver ums-sddr09
  317. usbcore: registered new interface driver ums-sddr55
  318. usbcore: registered new interface driver ums-usbat
  319. mice: PS/2 mouse device common for all mice
  320. i2c /dev entries driver
  321. rtc-pcf8563 0-0051: chip found, driver version 0.4.3
  322. rtc-pcf8563 0-0051: rtc core: registered rtc-pcf8563 as rtc0
  323. md: linear personality registered for level -1
  324. md: raid0 personality registered for level 0
  325. md: raid1 personality registered for level 1
  326. cpufreq: Setting CPU Frequency to 1600000 KHz
  327. cpufreq: Setting PowerSaveState to off
  328. sdhci: Secure Digital Host Controller Interface driver
  329. sdhci: Copyright(c) Pierre Ossman
  330. mmc0: mvsdio driver initialized, lacking card detect (fall back to polling)
  331. usbcore: registered new interface driver hiddev
  332. usbcore: registered new interface driver usbhid
  333. usbhid: v2.6:USB HID core driver
  334. TCP cubic registered
  335. NET: Registered protocol family 10
  336. lo: Disabled Privacy Extensions
  337. Mobile IPv6
  338. IPv6 over IPv4 tunneling driver
  339. sit0: Disabled Privacy Extensions
  340. ip6tnl0: Disabled Privacy Extensions
  341. NET: Registered protocol family 17
  342. RPC: Registered udp transport module.
  343. RPC: Registered tcp transport module.
  344. rtc-pcf8563 0-0051: setting system clock to 2016-03-07 15:58:24 UTC (1457366304)
  345. Freeing init memory: 2872K
  346. usb 1-1: new high speed USB device using ehci_marvell and address 2
  347. In hub_port_init, and number is 1, retry 0, port 1 .....
  348. usb 1-1: configuration #1 chosen from 1 choice
  349. hub 1-1:1.0: USB hub found
  350. hub 1-1:1.0: 4 ports detected
  351. eth0: mac address changed
  352. egiga0: link down
  353. egiga0: started
  354. ADDRCONF(NETDEV_UP): egiga0: link is not ready
  355. usb 1-1.3: new high speed USB device using ehci_marvell and address 3
  356. In hub_port_init, and number is 2, retry 0, port 3 .....
  357. yaffs: dev is 32505862 name is "mtdblock6" ro
  358. yaffs: passed flags ""
  359. yaffs: Attempting MTD mount of 31.6,"mtdblock6"
  360. yaffs: restored from checkpoint
  361. yaffs_read_super: isCheckpointed 1
  362. usb 1-1.3: configuration #1 chosen from 1 choice
  363. egiga0: link up, full duplex, speed 1 Gbps
  364. ADDRCONF(NETDEV_CHANGE): egiga0: link becomes ready
  365. yaffs: dev is 32505860 name is "mtdblock4" rw
  366. yaffs: passed flags ""
  367. yaffs: Attempting MTD mount of 31.4,"mtdblock4"
  368. yaffs: restored from checkpoint
  369. yaffs_read_super: isCheckpointed 1
  370. egiga0: link down
  371. NTFS driver 2.1.29 [Flags: R/O MODULE].
  372. tntfs: module license 'Commercial. For support email ntfs-support@tuxera.com.' taints kernel.
  373. Disabling lock debugging due to kernel taint
  374. Tuxera NTFS driver 3011.12.23 [Flags: R/W MODULE].
  375. PPP generic driver version 2.4.2
  376. PPP MPPE Compression module registered
  377. PPP Deflate Compression module registered
  378. NET: Registered protocol family 24
  379. PPP BSD Compression module registered
  380. egiga0: link up, full duplex, speed 1 Gbps
  381. md: md0 stopped.
  382. md: bind<sda2>
  383. md0: detected capacity change from 0 to 1999868854784
  384. md0: unknown partition table
  385. EXT4-fs (md0): barriers disabled
  386. kjournald2 starting: pid 1562, dev md0:8, commit interval 5 seconds
  387. EXT4-fs (md0): warning: maximal mount count reached, running e2fsck is recommended
  388. EXT4-fs (md0): internal journal on md0:8
  389. EXT4-fs (md0): delayed allocation enabled
  390. EXT4-fs: file extents enabled
  391. EXT4-fs: mballoc enabled
  392. EXT4-fs (md0): mounted filesystem with writeback data mode
  393. DisablePowerSaving
  394. TimerState = 1
  395. PCI: enabling device 0000:00:01.0 (0140 -> 0142)
  396. xhci_hcd 0000:00:01.0: xHCI Host Controller
  397. xhci_hcd 0000:00:01.0: new USB bus registered, assigned bus number 2
  398. xhci_hcd 0000:00:01.0: irq 9, io mem 0xe0000000
  399. usb usb2: config 1 interface 0 altsetting 0 endpoint 0x81 has no SuperSpeed companion descriptor
  400. usb usb2: configuration #1 chosen from 1 choice
  401. xHCI xhci_add_endpoint called for root hub
  402. xHCI xhci_check_bandwidth called for root hub
  403. hub 2-0:1.0: USB hub found
  404. hub 2-0:1.0: 4 ports detected
  405. Adding 524280k swap on /i-data/.system/swap_ul6545p. Priority:-1 extents:3 across:540664k
  406. device egiga0 entered promiscuous mode
  407. GbE port 0: TxEnable WA - Enabled, deep=1, tx_en_bk=1
  408.  
  409. Linux video capture interface: v2.00
  410. uvcvideo: Found UVC 1.00 device Microsoft LifeCam (045e:074a)
  411. ------------[ cut here ]------------
  412. WARNING: at drivers/media/video/v4l2-dev.c:395 video_register_device_index+0x3c/0x41c [videodev]()
  413. Modules linked in: uvcvideo(+) videodev v4l1_compat xhci bsd_comp pppoe pppox ppp_deflate ppp_async ppp_synctty ppp_mppe ppp_generic slhc tntfs(P) ntfs
  414. [<c04031e4>] (unwind_backtrace+0x0/0xdc) from [<c04323d0>] (warn_slowpath_common+0x48/0x60)
  415. [<c04323d0>] (warn_slowpath_common+0x48/0x60) from [<bf0dc2b4>] (video_register_device_index+0x3c/0x41c [videodev])
  416. unwind: Index not found bf0dc2b4
  417. ---[ end trace 347f331ea57772ba ]---
  418. uvcvideo: Failed to register video device (-22).
  419. usbcore: registered new interface driver uvcvideo
  420. USB Video Class driver (v0.1.0)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement