Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 18.75 KB | None | 0 0
  1. output of "lsusb"
  2. output of "dmesg"
  3. output of "iwconfig"
  4. output of "ifconfig"
  5. /var/log/syslog
  6.  
  7. pi@octopi:~ $ lsusb
  8. Bus 001 Device 004: ID 0bda:8176 Realtek Semiconductor Corp. RTL8188CUS 802.11n WLAN Adapter
  9. Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp. SMSC9512/9514 Fast Ethernet Adapter
  10. Bus 001 Device 002: ID 0424:9514 Standard Microsystems Corp.
  11. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  12.  
  13.  
  14. pi@octopi:~ $ dmesg
  15. [    0.000000] Booting Linux on physical CPU 0xf00
  16. [    0.000000] Linux version 4.9.28-v7+ (dc4@dc4-XPS13-9333) (gcc version 4.9.3 (crosstool-NG crosstool-ng-1.22.0-88-g8460611) ) #998 SMP Mon May 15 16:55:39 BST 2017
  17. [    0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d
  18. [    0.000000] CPU: div instructions available: patching division code
  19. [    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  20. [    0.000000] OF: fdt:Machine model: Raspberry Pi 2 Model B Rev 1.1
  21. [    0.000000] cma: Reserved 8 MiB at 0x36800000
  22. [    0.000000] Memory policy: Data cache writealloc
  23. [    0.000000] On node 0 totalpages: 225280
  24. [    0.000000] free_area_init_node: node 0, pgdat 80c6edc0, node_mem_map b603a000
  25. [    0.000000]   Normal zone: 1980 pages used for memmap
  26. [    0.000000]   Normal zone: 0 pages reserved
  27. [    0.000000]   Normal zone: 225280 pages, LIFO batch:31
  28. [    0.000000] percpu: Embedded 14 pages/cpu @b5ff5000 s25600 r8192 d23552 u57344
  29. [    0.000000] pcpu-alloc: s25600 r8192 d23552 u57344 alloc=14*4096
  30. [    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
  31. [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 223300
  32. [    0.000000] Kernel command line: bcm2708_fb.fbwidth=656 bcm2708_fb.fbheight=416 bcm2708_fb.fbswap=1 vc_mem.mem_base=0x3dc00000 vc_mem.mem_size=0x3f000000  dwc_otg.lpm_enable=0 console=ttyAMA0,115200 console=tty1 root=PARTUUID=7fe616da-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait
  33. [    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
  34. [    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
  35. [    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
  36. [    0.000000] Memory: 871344K/901120K available (7168K kernel code, 483K rwdata, 2012K rodata, 1024K init, 778K bss, 21584K reserved, 8192K cma-reserved)
  37. [    0.000000] Virtual kernel memory layout:
  38.     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
  39.     fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
  40.     vmalloc : 0xb7800000 - 0xff800000   (1152 MB)
  41.     lowmem  : 0x80000000 - 0xb7000000   ( 880 MB)
  42.     modules : 0x7f000000 - 0x80000000   (  16 MB)
  43.       .text : 0x80008000 - 0x80800000   (8160 kB)
  44.       .init : 0x80b00000 - 0x80c00000   (1024 kB)
  45.       .data : 0x80c00000 - 0x80c78f94   ( 484 kB)
  46.        .bss : 0x80c7a000 - 0x80d3ca64   ( 779 kB)
  47. [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  48. [    0.000000] Hierarchical RCU implementation.
  49. [    0.000000]  Build-time adjustment of leaf fanout to 32.
  50. [    0.000000] NR_IRQS:16 nr_irqs:16 16
  51. [    0.000000] arm_arch_timer: Architected cp15 timer(s) running at 19.20MHz (phys).
  52. [    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
  53. [    0.000011] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
  54. [    0.000033] Switching to timer-based delay loop, resolution 52ns
  55. [    0.000383] Console: colour dummy device 80x30
  56. [    0.001355] console [tty1] enabled
  57. [    0.001412] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000)
  58. [    0.001490] pid_max: default: 32768 minimum: 301
  59. [    0.001941] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
  60. [    0.001994] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
  61. [    0.003310] Disabling cpuset control group subsystem
  62. [    0.003574] CPU: Testing write buffer coherency: ok
  63. [    0.003673] ftrace: allocating 22386 entries in 66 pages
  64. [    0.058964] CPU0: update cpu_capacity 1024
  65. [    0.059045] CPU0: thread -1, cpu 0, socket 15, mpidr 80000f00
  66. [    0.059144] Setting up static identity map for 0x100000 - 0x100034
  67. [    0.062354] CPU1: update cpu_capacity 1024
  68. [    0.062365] CPU1: thread -1, cpu 1, socket 15, mpidr 80000f01
  69. [    0.063446] CPU2: update cpu_capacity 1024
  70. [    0.063455] CPU2: thread -1, cpu 2, socket 15, mpidr 80000f02
  71. [    0.064439] CPU3: update cpu_capacity 1024
  72. [    0.064448] CPU3: thread -1, cpu 3, socket 15, mpidr 80000f03
  73. [    0.064563] Brought up 4 CPUs
  74. [    0.064763] SMP: Total of 4 processors activated (153.60 BogoMIPS).
  75. [    0.064797] CPU: All CPU(s) started in HYP mode.
  76. [    0.064827] CPU: Virtualization extensions available.
  77. [    0.065995] devtmpfs: initialized
  78. [    0.079260] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
  79. [    0.079710] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
  80. [    0.079789] futex hash table entries: 1024 (order: 4, 65536 bytes)
  81. [    0.080605] pinctrl core: initialized pinctrl subsystem
  82. [    0.081944] NET: Registered protocol family 16
  83. [    0.084539] DMA: preallocated 1024 KiB pool for atomic coherent allocations
  84. [    0.094882] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
  85. [    0.094946] hw-breakpoint: maximum watchpoint size is 8 bytes.
  86. [    0.095185] Serial: AMBA PL011 UART driver
  87. [    0.097552] bcm2835-mbox 3f00b880.mailbox: mailbox enabled
  88. [    0.180188] bcm2835-dma 3f007000.dma: DMA legacy API manager at b780f000, dmachans=0x1
  89. [    0.182658] SCSI subsystem initialized
  90. [    0.182905] usbcore: registered new interface driver usbfs
  91. [    0.183036] usbcore: registered new interface driver hub
  92. [    0.183221] usbcore: registered new device driver usb
  93. [    0.188617] raspberrypi-firmware soc:firmware: Attached to firmware from 2017-05-15 17:01
  94. [    0.190381] clocksource: Switched to clocksource arch_sys_counter
  95. [    0.245065] VFS: Disk quotas dquot_6.6.0
  96. [    0.245217] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  97. [    0.245539] FS-Cache: Loaded
  98. [    0.245909] CacheFiles: Loaded
  99. [    0.262317] NET: Registered protocol family 2
  100. [    0.263597] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
  101. [    0.263766] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
  102. [    0.263986] TCP: Hash tables configured (established 8192 bind 8192)
  103. [    0.264133] UDP hash table entries: 512 (order: 2, 16384 bytes)
  104. [    0.264220] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
  105. [    0.264569] NET: Registered protocol family 1
  106. [    0.265245] RPC: Registered named UNIX socket transport module.
  107. [    0.265291] RPC: Registered udp transport module.
  108. [    0.265323] RPC: Registered tcp transport module.
  109. [    0.265355] RPC: Registered tcp NFSv4.1 backchannel transport module.
  110. [    0.266429] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 5 counters available
  111. [    0.269493] workingset: timestamp_bits=14 max_order=18 bucket_order=4
  112. [    0.288354] FS-Cache: Netfs 'nfs' registered for caching
  113. [    0.289680] NFS: Registering the id_resolver key type
  114. [    0.289753] Key type id_resolver registered
  115. [    0.289786] Key type id_legacy registered
  116. [    0.293156] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
  117. [    0.293387] io scheduler noop registered
  118. [    0.293426] io scheduler deadline registered (default)
  119. [    0.293823] io scheduler cfq registered
  120. [    0.299584] BCM2708FB: allocated DMA memory f6900000
  121. [    0.299662] BCM2708FB: allocated DMA channel 0 @ b780f000
  122. [    0.309270] Console: switching to colour frame buffer device 82x26
  123. [    0.319337] bcm2835-rng 3f104000.rng: hwrng registered
  124. [    0.322130] vc-cma: Videocore CMA driver
  125. [    0.324658] vc-cma: vc_cma_base      = 0x00000000
  126. [    0.327184] vc-cma: vc_cma_size      = 0x00000000 (0 MiB)
  127. [    0.329750] vc-cma: vc_cma_initial   = 0x00000000 (0 MiB)
  128. [    0.332595] vc-mem: phys_addr:0x00000000 mem_base=0x3dc00000 mem_size:0x3f000000(1008 MiB)
  129. [    0.358275] brd: module loaded
  130. [    0.372134] loop: module loaded
  131. [    0.374472] Loading iSCSI transport class v2.0-870.
  132. [    0.377519] usbcore: registered new interface driver smsc95xx
  133. [    0.379912] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
  134. [    0.608676] Core Release: 2.80a
  135. [    0.611075] Setting default values for core params
  136. [    0.613414] Finished setting default values for core params
  137. [    0.816212] Using Buffer DMA mode
  138. [    0.818548] Periodic Transfer Interrupt Enhancement - disabled
  139. [    0.821018] Multiprocessor Interrupt Enhancement - disabled
  140. [    0.823482] OTG VER PARAM: 0, OTG VER FLAG: 0
  141. [    0.825983] Dedicated Tx FIFOs mode
  142. [    0.828863] WARN::dwc_otg_hcd_init:1034: FIQ DMA bounce buffers: virt = 0xb6914000 dma = 0xf6914000 len=9024
  143. [    0.833950] FIQ FSM acceleration enabled for :
  144. Non-periodic Split Transactions
  145. Periodic Split Transactions
  146. High-Speed Isochronous Endpoints
  147. Interrupt/Control Split Transaction hack enabled
  148. [    0.846789] dwc_otg: Microframe scheduler enabled
  149. [    0.846862] WARN::hcd_init_fiq:459: FIQ on core 1 at 0x8058e63c
  150. [    0.849472] WARN::hcd_init_fiq:460: FIQ ASM at 0x8058e9ac length 36
  151. [    0.852098] WARN::hcd_init_fiq:486: MPHI regs_base at 0xb787a000
  152. [    0.854771] dwc_otg 3f980000.usb: DWC OTG Controller
  153. [    0.857405] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1
  154. [    0.860089] dwc_otg 3f980000.usb: irq 62, io mem 0x00000000
  155. [    0.862756] Init: Port Power? op_state=1
  156. [    0.865310] Init: Power Port (0)
  157. [    0.868089] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
  158. [    0.870740] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  159. [    0.873347] usb usb1: Product: DWC OTG Controller
  160. [    0.875891] usb usb1: Manufacturer: Linux 4.9.28-v7+ dwc_otg_hcd
  161. [    0.878458] usb usb1: SerialNumber: 3f980000.usb
  162. [    0.882078] hub 1-0:1.0: USB hub found
  163. [    0.884607] hub 1-0:1.0: 1 port detected
  164. [    0.887827] dwc_otg: FIQ enabled
  165. [    0.887834] dwc_otg: NAK holdoff enabled
  166. [    0.887839] dwc_otg: FIQ split-transaction FSM enabled
  167. [    0.887856] Module dwc_common_port init
  168. [    0.888187] usbcore: registered new interface driver usb-storage
  169. [    0.891014] mousedev: PS/2 mouse device common for all mice
  170. [    0.894722] bcm2835-wdt 3f100000.watchdog: Broadcom BCM2835 watchdog timer
  171. [    0.897632] bcm2835-cpufreq: min=600000 max=900000
  172. [    0.900712] sdhci: Secure Digital Host Controller Interface driver
  173. [    0.903338] sdhci: Copyright(c) Pierre Ossman
  174. [    0.906248] sdhost-bcm2835 3f202000.sdhost: could not get clk, deferring probe
  175. [    0.909206] sdhci-pltfm: SDHCI platform and OF driver helper
  176. [    0.912745] ledtrig-cpu: registered to indicate activity on CPUs
  177. [    0.915657] hidraw: raw HID events driver (C) Jiri Kosina
  178. [    0.918674] usbcore: registered new interface driver usbhid
  179. [    0.921457] usbhid: USB HID core driver
  180. [    0.925206] vchiq: vchiq_init_state: slot_zero = 0xb6980000, is_master = 0
  181. [    0.930130] Initializing XFRM netlink socket
  182. [    0.933032] NET: Registered protocol family 17
  183. [    0.935985] Key type dns_resolver registered
  184. [    0.939091] Registering SWP/SWPB emulation handler
  185. [    0.942859] registered taskstats version 1
  186. [    0.946047] vc-sm: Videocore shared memory driver
  187. [    0.948787] [vc_sm_connected_init]: start
  188. [    0.952287] [vc_sm_connected_init]: end - returning 0
  189. [    0.961437] 3f201000.serial: ttyAMA0 at MMIO 0x3f201000 (irq = 87, base_baud = 0) is a PL011 rev2
  190. [    1.902204] console [ttyAMA0] enabled
  191. [    1.910714] sdhost: log_buf @ b6913000 (f6913000)
  192. [    1.990420] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1)
  193. [    1.998752] of_cfs_init
  194. [    2.003922] of_cfs_init: OK
  195. [    2.009833] Waiting for root device PARTUUID=7fe616da-02...
  196. [    2.020683] Indeed it is in host mode hprt0 = 00021501
  197. [    2.117610] random: fast init done
  198. [    2.137788] mmc0: host does not support reading read-only switch, assuming write-enable
  199. [    2.152929] mmc0: new high speed SDHC card at address 0001
  200. [    2.161989] mmcblk0: mmc0:0001 ASTC 3.72 GiB
  201. [    2.171291]  mmcblk0: p1 p2
  202. [    2.220414] usb 1-1: new high-speed USB device number 2 using dwc_otg
  203. [    2.229680] Indeed it is in host mode hprt0 = 00001101
  204. [    2.243310] EXT4-fs (mmcblk0p2): INFO: recovery required on readonly filesystem
  205. [    2.253478] EXT4-fs (mmcblk0p2): write access will be enabled during recovery
  206. [    2.425516] EXT4-fs (mmcblk0p2): recovery complete
  207. [    2.438974] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
  208. [    2.452694] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
  209. [    2.460815] usb 1-1: New USB device found, idVendor=0424, idProduct=9514
  210. [    2.460826] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  211. [    2.482915] hub 1-1:1.0: USB hub found
  212. [    2.489694] hub 1-1:1.0: 5 ports detected
  213. [    2.491576] devtmpfs: mounted
  214. [    2.504318] Freeing unused kernel memory: 1024K (80b00000 - 80c00000)
  215. [    2.820448] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
  216. [    2.877623] systemd[1]: systemd 215 running in system mode. (+PAM +AUDIT +SELINUX +IMA +SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ -SECCOMP -APPARMOR)
  217. [    2.897565] systemd[1]: Detected architecture 'arm'.
  218. [    2.960839] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00
  219. [    2.970876] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  220. [    2.985349] smsc95xx v1.0.5
  221. [    3.070202] NET: Registered protocol family 10
  222. [    3.080495] systemd[1]: Inserted module 'ipv6'
  223. [    3.090318] systemd[1]: Set hostname to <octopi>.
  224. [    3.098209] systemd[1]: Initializing machine ID from random generator.
  225. [    3.108371] systemd[1]: Installed transient /etc/machine-id file.
  226. [    3.121986] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-3f980000.usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:e9:82:c6
  227. [    3.208198] uart-pl011 3f201000.serial: no DMA platform data
  228. [    3.230465] usb 1-1.4: new high-speed USB device number 4 using dwc_otg
  229. [    3.372069] usb 1-1.4: New USB device found, idVendor=0bda, idProduct=8176
  230. [    3.382143] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
  231. [    3.392536] usb 1-1.4: Product: 802.11n WLAN Adapter
  232. [    3.400474] usb 1-1.4: Manufacturer: Realtek
  233. [    3.407561] usb 1-1.4: SerialNumber: 00e04c000001
  234. [    3.649542] systemd[1]: Cannot add dependency job for unit regenerate_ssh_host_keys.service, ignoring: Unit regenerate_ssh_host_keys.service failed to load: No such file or directory.
  235. [    3.675410] systemd[1]: Cannot add dependency job for unit display-manager.service, ignoring: Unit display-manager.service failed to load: No such file or directory.
  236. [    3.703684] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
  237. [    3.718377] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
  238. [    4.506839] systemd-udevd[140]: starting version 215
  239. [    4.933306] gpiomem-bcm2835 3f200000.gpiomem: Initialised: Registers at 0x3f200000
  240. [    5.402295] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
  241. [    5.896701] systemd-journald[137]: Received request to flush runtime journal from PID 1
  242. [    6.550954] usbcore: registered new interface driver rtl8192cu
  243. [    6.980208] random: crng init done
  244. [    7.474021] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
  245. [    8.042655] Adding 102396k swap on /var/swap.  Priority:-1 extents:2 across:118780k SSFS
  246. [    8.893943] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
  247. [   10.571273] smsc95xx 1-1.1:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0xC9E1
  248. [   20.271113] ip_tables: (C) 2000-2006 Netfilter Core Team
  249.  
  250.  
  251. pi@octopi:~ $ iwconfig
  252. eth0      no wireless extensions.
  253.  
  254. wlan0     unassociated  Nickname:"<WIFI@REALTEK>"
  255.          Mode:Auto  Frequency=2.412 GHz  Access Point: Not-Associated  
  256.          Sensitivity:0/0  
  257.          Retry:off   RTS thr:off   Fragment thr:off
  258.          Power Management:off
  259.          Link Quality:0  Signal level:0  Noise level:0
  260.          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
  261.          Tx excessive retries:0  Invalid misc:0   Missed beacon:0
  262.  
  263. lo        no wireless extensions.
  264.  
  265.  
  266. pi@octopi:~ $ ifconfig
  267. eth0      Link encap:Ethernet  HWaddr b8:27:eb:e9:82:c6  
  268.          inet addr:192.168.1.155  Bcast:192.168.1.255  Mask:255.255.255.0
  269.          inet6 addr: fe80::5575:3a91:e8a9:3df5/64 Scope:Link
  270.          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  271.          RX packets:1593 errors:0 dropped:5 overruns:0 frame:0
  272.          TX packets:431 errors:0 dropped:0 overruns:0 carrier:0
  273.          collisions:0 txqueuelen:1000
  274.          RX bytes:199650 (194.9 KiB)  TX bytes:92952 (90.7 KiB)
  275.  
  276. lo        Link encap:Local Loopback  
  277.          inet addr:127.0.0.1  Mask:255.0.0.0
  278.          inet6 addr: ::1/128 Scope:Host
  279.          UP LOOPBACK RUNNING  MTU:65536  Metric:1
  280.          RX packets:120 errors:0 dropped:0 overruns:0 frame:0
  281.          TX packets:120 errors:0 dropped:0 overruns:0 carrier:0
  282.          collisions:0 txqueuelen:1
  283.          RX bytes:29989 (29.2 KiB)  TX bytes:29989 (29.2 KiB)
  284.  
  285. wlan0     Link encap:Ethernet  HWaddr 3c:33:00:4f:f8:17  
  286.          inet6 addr: fe80::346a:b293:3398:ee00/64 Scope:Link
  287.          UP BROADCAST MULTICAST  MTU:1500  Metric:1
  288.          RX packets:0 errors:0 dropped:368 overruns:0 frame:0
  289.          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  290.          collisions:0 txqueuelen:1000
  291.          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
  292.  
  293.  
  294. pi@octopi:/var/log $ vi syslog
  295.  
  296. Jun 21 09:49:22 octopi rsyslogd: [origin software="rsyslogd" swVersion="8.4.2" x
  297. -pid="516" x-info="http://www.rsyslog.com"] start
  298. Jun 21 09:49:22 octopi systemd-fsck[106]: fsck failed with error code 8.
  299. Jun 21 09:49:22 octopi systemd-fsck[106]: Ignoring error.
  300. Jun 21 09:49:22 octopi rsyslogd-2307: warning: ~ action is deprecated, consider
  301. using the 'stop' statement instead [try http://www.rsyslog.com/e/2307 ]
  302. Jun 21 09:49:22 octopi systemd[1]: Starting Create Static Device Nodes in /dev..
  303. .
  304. Jun 21 09:49:22 octopi systemd[1]: Mounted Configuration File System.
  305. Jun 21 09:49:22 octopi systemd[1]: Started Apply Kernel Variables.
  306. Jun 21 09:49:22 octopi kernel: [    0.000000] Booting Linux on physical CPU 0xf0
  307. 0
  308. Jun 21 09:49:22 octopi kernel: [    0.000000] Linux version 4.9.28-v7+ (dc4@dc4-
  309. XPS13-9333) (gcc version 4.9.3 (crosstool-NG crosstool-ng-1.22.0-88-g8460611) )
  310. #998 SMP Mon May 15 16:55:39 BST 2017
  311. Jun 21 09:49:22 octopi kernel: [    0.000000] CPU: ARMv7 Processor [410fc075] re
  312. vision 5 (ARMv7), cr=10c5387d
  313. Jun 21 09:49:22 octopi kernel: [    0.000000] CPU: div instructions available: p
  314. atching division code
  315. Jun 21 09:49:22 octopi kernel: [    0.000000] CPU: PIPT / VIPT nonaliasing data
  316. cache, VIPT aliasing instruction cache
  317. Jun 21 09:49:22 octopi kernel: [    0.000000] OF: fdt:Machine model: Raspberry P
  318. i 2 Model B Rev 1.1
  319. "syslog" [readonly] 3595 lines, 315657 characters
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement