Advertisement
Guest User

badger

a guest
Nov 2nd, 2015
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.90 KB | None | 0 0
  1. [root@mp-23067bae ~]# lsusb
  2. Bus 001 Device 002: ID 0424:9512
  3. Bus 001 Device 001: ID 1d6b:0002
  4. Bus 001 Device 003: ID 0424:ec00
  5. Bus 001 Device 004: ID 148f:7601
  6. Bus 001 Device 005: ID 0424:2517
  7. Bus 001 Device 006: ID 22b8:0938
  8. Bus 001 Device 007: ID 1241:0003
  9.  
  10.  
  11. [root@mp-23067bae ~]# ifconfig -a
  12. eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
  13. inet 192.168.0.19 netmask 255.255.255.0 broadcast 192.168.0.255
  14. ether b8:27:eb:06:7b:ae txqueuelen 1000 (Ethernet)
  15. RX packets 16643 bytes 1093178 (1.0 MiB)
  16. RX errors 0 dropped 0 overruns 0 frame 0
  17. TX packets 32384 bytes 47680572 (45.4 MiB)
  18. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  19.  
  20. lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
  21. inet 127.0.0.1 netmask 255.0.0.0
  22. loop txqueuelen 0 (Local Loopback)
  23. RX packets 2303 bytes 29266377 (27.9 MiB)
  24. RX errors 0 dropped 0 overruns 0 frame 0
  25. TX packets 2303 bytes 29266377 (27.9 MiB)
  26. TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  27.  
  28. [root@mp-23067bae ~]# dmesg
  29. [ 0.000000] Booting Linux on physical CPU 0x0
  30. [ 0.000000] Linux version 3.18.12-quick (ccrisan@supermicro) (gcc version 4.8 .4 (Buildroot 2015.08-git-g73e1681) ) #1 PREEMPT Sun Jul 19 19:51:43 EEST 2015
  31. [ 0.000000] CPU: ARMv6-compatible processor [410fb767] revision 7 (ARMv7), cr =00c5387d
  32. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT nonaliasing instruc tion cache
  33. [ 0.000000] Machine: BCM2708
  34. [ 0.000000] Memory policy: Data cache writeback
  35. [ 0.000000] On node 0 totalpages: 98304
  36. [ 0.000000] free_area_init_node: node 0, pgdat c0515b48, node_mem_map d7cf800 0
  37. [ 0.000000] Normal zone: 768 pages used for memmap
  38. [ 0.000000] Normal zone: 0 pages reserved
  39. [ 0.000000] Normal zone: 98304 pages, LIFO batch:31
  40. [ 0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
  41. [ 0.000000] pcpu-alloc: [0] 0
  42. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pag es: 97536
  43. [ 0.000000] Kernel command line: dma.dmachans=0x7f35 bcm2708_fb.fbwidth=1366 bcm2708_fb.fbheight=768 bcm2708.boardrev=0xe bcm2708.serial=0x23067bae smsc95xx. macaddr=B8:27:EB:06:7B:AE bcm2708_fb.fbswap=1 sdhci-bcm2708.emmc_clock_freq=2500 00000 vc_mem.mem_base=0x1ec00000 vc_mem.mem_size=0x20000000 dwc_otg.fiq_fix_ena ble=1 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 rootwait ro rootflags=nol oad
  44. [ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
  45. [ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
  46. [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
  47. [ 0.000000] Memory: 384156K/393216K available (4159K kernel code, 201K rwdata , 688K rodata, 128K init, 328K bss, 9060K reserved)
  48. [ 0.000000] Virtual kernel memory layout:
  49. vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  50. fixmap : 0xffc00000 - 0xffe00000 (2048 kB)
  51. vmalloc : 0xd8800000 - 0xff000000 ( 616 MB)
  52. lowmem : 0xc0000000 - 0xd8000000 ( 384 MB)
  53. modules : 0xbf000000 - 0xc0000000 ( 16 MB)
  54. .text : 0xc0008000 - 0xc04c3f0c (4848 kB)
  55. .init : 0xc04c4000 - 0xc04e4000 ( 128 kB)
  56. .data : 0xc04e4000 - 0xc0516580 ( 202 kB)
  57. .bss : 0xc0516580 - 0xc0568824 ( 329 kB)
  58. [ 0.000000] Preemptible hierarchical RCU implementation.
  59. [ 0.000000] NR_IRQS:522
  60. [ 0.000022] sched_clock: 32 bits at 1000kHz, resolution 1000ns, wraps every 2 147483648000ns
  61. [ 0.000070] Switching to timer-based delay loop, resolution 1000ns
  62. [ 0.000634] Console: colour dummy device 80x30
  63. [ 0.001498] console [tty1] enabled
  64. [ 0.001544] Calibrating delay loop (skipped), value calculated using timer fr equency.. 2.00 BogoMIPS (lpj=1000)
  65. [ 0.001607] pid_max: default: 32768 minimum: 301
  66. [ 0.001932] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
  67. [ 0.001988] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
  68. [ 0.002927] CPU: Testing write buffer coherency: ok
  69. [ 0.003385] Setting up static identity map for 0x415de8 - 0x415e20
  70. [ 0.005418] devtmpfs: initialized
  71. [ 0.022206] VFP support v0.3: implementor 41 architecture 1 part 20 variant b rev 5
  72. [ 0.023189] NET: Registered protocol family 16
  73. [ 0.028338] DMA: preallocated 4096 KiB pool for atomic coherent allocations
  74. [ 0.029336] bcm2708.uart_clock = 3000000
  75. [ 0.031047] mailbox: Broadcom VideoCore Mailbox driver
  76. [ 0.031193] bcm2708_vcio: mailbox at f200b880
  77. [ 0.031571] bcm_power: Broadcom power driver
  78. [ 0.031620] bcm_power_open() -> 0
  79. [ 0.031648] bcm_power_request(0, 8)
  80. [ 0.532340] bcm_mailbox_read -> 00000080, 0
  81. [ 0.532384] bcm_power_request -> 0
  82. [ 0.532585] Serial: AMBA PL011 UART driver
  83. [ 0.532765] dev:f1: ttyAMA0 at MMIO 0x20201000 (irq = 83, base_baud = 0) is a PL011 rev3
  84. [ 0.568624] usbcore: registered new interface driver usbfs
  85. [ 0.568803] usbcore: registered new interface driver hub
  86. [ 0.568931] usbcore: registered new device driver usb
  87. [ 0.569043] media: Linux media interface: v0.10
  88. [ 0.569231] Linux video capture interface: v2.00
  89. [ 0.570926] cfg80211: Calling CRDA to update world regulatory domain
  90. [ 0.571665] Switched to clocksource stc
  91. [ 0.572099] FS-Cache: Loaded
  92. [ 0.572465] CacheFiles: Loaded
  93. [ 0.586264] NET: Registered protocol family 2
  94. [ 0.587523] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
  95. [ 0.587721] TCP bind hash table entries: 4096 (order: 2, 16384 bytes)
  96. [ 0.587854] TCP: Hash tables configured (established 4096 bind 4096)
  97. [ 0.587964] TCP: reno registered
  98. [ 0.588010] UDP hash table entries: 256 (order: 0, 4096 bytes)
  99. [ 0.588069] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
  100. [ 0.588370] NET: Registered protocol family 1
  101. [ 0.589832] bcm2708_dma: DMA manager at f2007000
  102. [ 0.590020] bcm2708_gpio: bcm2708_gpio_probe c04efe80
  103. [ 0.590375] vc-mem: phys_addr:0x00000000 mem_base=0x1ec00000 mem_size:0x20000 000(512 MiB)
  104. [ 0.591490] futex hash table entries: 256 (order: -1, 3072 bytes)
  105. [ 0.593783] msgmni has been set to 750
  106. [ 0.596295] io scheduler noop registered
  107. [ 0.596356] io scheduler deadline registered
  108. [ 0.596407] io scheduler cfq registered (default)
  109. [ 0.596806] BCM2708FB: allocated DMA memory 57960000
  110. [ 0.596889] BCM2708FB: allocated DMA channel 0 @ f2007000
  111. [ 0.612412] Console: switching to colour frame buffer device 170x48
  112. [ 0.624820] bcm2708-dmaengine bcm2708-dmaengine: Load BCM2835 DMA engine driv er
  113. [ 0.625353] uart-pl011 dev:f1: no DMA platform data
  114. [ 0.626115] bcm2708_rng_init=d8c1a000
  115. [ 1.444040] brd: module loaded
  116. [ 1.444492] vchiq: vchiq_init_state: slot_zero = 0xd8804000, is_master = 0
  117. [ 1.445519] PPP generic driver version 2.4.2
  118. [ 1.446203] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
  119. [ 1.646579] Core Release: 2.80a
  120. [ 1.646773] Setting default values for core params
  121. [ 1.646939] Finished setting default values for core params
  122. [ 1.847224] Using Buffer DMA mode
  123. [ 1.847341] Periodic Transfer Interrupt Enhancement - disabled
  124. [ 1.847482] Multiprocessor Interrupt Enhancement - disabled
  125. [ 1.847616] OTG VER PARAM: 0, OTG VER FLAG: 0
  126. [ 1.847768] Dedicated Tx FIFOs mode
  127. [ 1.848138] WARN::dwc_otg_hcd_init:1047: FIQ DMA bounce buffers: virt = 0xd8c 22000 dma = 0x57988000 len=9024
  128. [ 1.848377] FIQ FSM acceleration enabled for :
  129. Non-periodic Split Transactions
  130. Periodic Split Transactions
  131. High-Speed Isochronous Endpoints
  132. [ 1.860457] dwc_otg: Microframe scheduler enabled
  133. [ 1.860529] WARN::hcd_init_fiq:412: FIQ on core 0 at 0xc02a90b8
  134. [ 1.864620] WARN::hcd_init_fiq:413: FIQ ASM at 0xc02a9390 length 36
  135. [ 1.868691] WARN::hcd_init_fiq:438: MPHI regs_base at 0xd8c1c000
  136. [ 1.872804] dwc_otg bcm2708_usb: DWC OTG Controller
  137. [ 1.876954] dwc_otg bcm2708_usb: new USB bus registered, assigned bus number 1
  138. [ 1.881137] dwc_otg bcm2708_usb: irq 32, io mem 0x00000000
  139. [ 1.885295] Init: Port Power? op_state=1
  140. [ 1.889401] Init: Power Port (0)
  141. [ 1.893824] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
  142. [ 1.898017] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber= 1
  143. [ 1.902175] usb usb1: Product: DWC OTG Controller
  144. [ 1.906258] usb usb1: Manufacturer: Linux 3.18.12-quick dwc_otg_hcd
  145. [ 1.910379] usb usb1: SerialNumber: bcm2708_usb
  146. [ 1.915535] hub 1-0:1.0: USB hub found
  147. [ 1.919825] hub 1-0:1.0: 1 port detected
  148. [ 1.924418] dwc_otg: FIQ enabled
  149. [ 1.924439] dwc_otg: NAK holdoff enabled
  150. [ 1.924451] dwc_otg: FIQ split-transaction FSM enabled
  151. [ 1.924479] Module dwc_common_port init
  152. [ 1.924753] uvcvideo: Unable to create debugfs directory
  153. [ 1.929104] usbcore: registered new interface driver uvcvideo
  154. [ 1.933208] USB Video Class driver (1.1.1)
  155. [ 1.937972] bcm2708 watchdog, heartbeat=10 sec (nowayout=0)
  156. [ 1.942225] bcm2835-cpufreq: min=700000 max=700000
  157. [ 1.946722] sdhci: Secure Digital Host Controller Interface driver
  158. [ 1.950775] sdhci: Copyright(c) Pierre Ossman
  159. [ 1.954963] DMA channels allocated for the MMC driver
  160. [ 1.976698] Load BCM2835 MMC driver
  161. [ 1.984966] sdhci-pltfm: SDHCI platform and OF driver helper
  162. [ 1.989270] hidraw: raw HID events driver (C) Jiri Kosina
  163. [ 1.994970] usbcore: registered new interface driver usbhid
  164. [ 2.001409] usbhid: USB HID core driver
  165. [ 2.005995] ip_tables: (C) 2000-2006 Netfilter Core Team
  166. [ 2.010316] TCP: cubic registered
  167. [ 2.014442] NET: Registered protocol family 17
  168. [ 2.018740] Key type dns_resolver registered
  169. [ 2.034149] Waiting for root device /dev/mmcblk0p2...
  170. [ 2.061202] mmc0: host does not support reading read-only switch, assuming wr ite-enable
  171. [ 2.067346] mmc0: new high speed SDHC card at address e624
  172. [ 2.071985] mmcblk0: mmc0:e624 SU16G 14.8 GiB
  173. [ 2.077792] mmcblk0: p1 p2 p3
  174. [ 2.124854] Indeed it is in host mode hprt0 = 00021501
  175. [ 2.149392] EXT4-fs (mmcblk0p2): mounted filesystem without journal. Opts: no load
  176. [ 2.157768] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
  177. [ 2.169934] devtmpfs: mounted
  178. [ 2.178127] Freeing unused kernel memory: 128K (c04c4000 - c04e4000)
  179. [ 2.309863] usb 1-1: new high-speed USB device number 2 using dwc_otg
  180. [ 2.316086] Indeed it is in host mode hprt0 = 00001101
  181. [ 2.491384] EXT4-fs (mmcblk0p3): recovery complete
  182. [ 2.498005] EXT4-fs (mmcblk0p3): mounted filesystem with ordered data mode. O pts: (null)
  183. [ 2.522236] usb 1-1: New USB device found, idVendor=0424, idProduct=9512
  184. [ 2.526821] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  185. [ 2.534514] hub 1-1:1.0: USB hub found
  186. [ 2.539858] hub 1-1:1.0: 3 ports detected
  187. [ 2.750388] bcm2835-v4l2: scene mode selected 0, was 0
  188. [ 2.750966] bcm2835-v4l2: V4L2 device registered as video0 - stills mode > 25 92x1944
  189. [ 2.760481] bcm2835-v4l2: Broadcom 2835 MMAL video capture ver 0.0.2 loaded.
  190. [ 2.818962] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
  191. [ 2.916213] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00
  192. [ 2.928783] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber =0
  193. [ 3.034908] usb 1-1.2: new high-speed USB device number 4 using dwc_otg
  194. [ 3.133500] usb 1-1.2: New USB device found, idVendor=148f, idProduct=7601
  195. [ 3.139449] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber =3
  196. [ 3.149835] usb 1-1.2: Product: 802.11 n WLAN
  197. [ 3.159885] usb 1-1.2: Manufacturer: MediaTek
  198. [ 3.166821] usb 1-1.2: SerialNumber: 1.0
  199. [ 3.255927] usb 1-1.3: new high-speed USB device number 5 using dwc_otg
  200. [ 3.267859] udevd[85]: starting version 3.0
  201. [ 3.293569] random: udevd urandom read with 116 bits of entropy available
  202. [ 3.322385] udevd[85]: specified group 'input' unknown
  203. [ 3.347179] usb 1-1.3: New USB device found, idVendor=0424, idProduct=2517
  204. [ 3.353490] usb 1-1.3: New USB device strings: Mfr=0, Product=0, SerialNumber =0
  205. [ 3.364403] hub 1-1.3:1.0: USB hub found
  206. [ 3.372320] hub 1-1.3:1.0: 7 ports detected
  207. [ 3.657927] usb 1-1.3.1: new full-speed USB device number 6 using dwc_otg
  208. [ 3.731253] bcm2708_i2c_init_pinmode(1,2)
  209. [ 3.760053] usb 1-1.3.1: New USB device found, idVendor=22b8, idProduct=0938
  210. [ 3.769837] bcm2708_i2c_init_pinmode(1,3)
  211. [ 3.777966] usb 1-1.3.1: New USB device strings: Mfr=1, Product=2, SerialNumb er=3
  212. [ 3.804427] bcm2708_i2c bcm2708_i2c.1: BSC1 Controller at 0x20804000 (irq 79) (baudrate 100000)
  213. [ 3.815081] usb 1-1.3.1: Product: Motorola HD Dock
  214. [ 3.824785] random: nonblocking pool is initialized
  215. [ 3.848776] usb 1-1.3.1: Manufacturer: Motorola Mobility
  216. [ 3.893773] usb 1-1.3.1: SerialNumber: 4DD4904609001600
  217. [ 3.961978] smsc95xx v1.0.4
  218. [ 3.996247] input: Motorola Mobility Motorola HD Dock as /devices/platform/bc m2708_usb/usb1/1-1/1-1.3/1-1.3.1/1-1.3.1:1.0/0003:22B8:0938.0001/input/input0
  219. [ 4.038413] hid-generic 0003:22B8:0938.0001: input,hidraw0: USB HID v1.01 Key board [Motorola Mobility Motorola HD Dock] on usb-bcm2708_usb-1.3.1/input0
  220. [ 4.080599] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-bcm2708_usb-1 .1, smsc95xx USB 2.0 Ethernet, b8:27:eb:06:7b:ae
  221. [ 4.128824] usbcore: registered new interface driver smsc95xx
  222. [ 4.165102] usb 1-1.3.3: new low-speed USB device number 7 using dwc_otg
  223. [ 4.377164] usb 1-1.3.3: New USB device found, idVendor=1241, idProduct=0003
  224. [ 4.399820] usb 1-1.3.3: New USB device strings: Mfr=1, Product=2, SerialNumb er=0
  225. [ 4.427737] usb 1-1.3.3: Product: USB Cordless Mouse
  226. [ 4.450549] usb 1-1.3.3: Manufacturer: BTC
  227. [ 4.527399] input: BTC USB Cordless Mouse as /devices/platform/bcm2708_usb/us b1/1-1/1-1.3/1-1.3.3/1-1.3.3:1.0/0003:1241:0003.0002/input/input1
  228. [ 4.554784] hid-generic 0003:1241:0003.0002: input,hidraw1: USB HID v1.10 Key board [BTC USB Cordless Mouse] on usb-bcm2708_usb-1.3.3/input0
  229. [ 4.654198] input: BTC USB Cordless Mouse as /devices/platform/bcm2708_usb/us b1/1-1/1-1.3/1-1.3.3/1-1.3.3:1.1/0003:1241:0003.0003/input/input2
  230. [ 4.684283] hid-generic 0003:1241:0003.0003: input,hidraw2: USB HID v1.10 Mou se [BTC USB Cordless Mouse] on usb-bcm2708_usb-1.3.3/input1
  231. [ 11.616905] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
  232. [ 13.141035] smsc95xx 1-1.1:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0x49E 1
  233. [root@mp-23067bae ~]#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement