查看: 6834|回复: 2

Bananapi系列 openwrt系统编译教程

[复制链接]
  • TA的每日心情
    开心
    2015-3-25 19:46
  • 签到天数: 1 天

    连续签到: 1 天

    [LV.1]初来乍到

    发表于 2015-8-25 20:50:47 | 显示全部楼层 |阅读模式
    分享到:
    本帖最后由 charli 于 2015-8-25 20:55 编辑

    测试编译环境为deepin2014(基于ubuntu14.04)
    1 安装编译环境依赖包:
    1. apt-get install subversion build-essential libncurses5-dev zlib1g-dev gawk git ccache gettext libssl-dev xsltproc unzip subversion file
    复制代码
    2 获取源码
    1. git clone https://github.com/BPI-SINOVOIP/BPI-OpenWRT.git
    复制代码
    进入openwrt根目录:
    1. cd BPI-OpenWRT
    复制代码
    更新软件包

    1. ./scripts/feeds update -a
    复制代码
    安装软件包
    1. ./scripts/feeds install -a
    复制代码

    3 进入定制界面

    里面可以选择芯片的型号,集成的组件等等,根据实际情况选择
    Target System默认为BananaPi,且只有BananaPi可选,TargetProfile中选择你的BPi型号,支持BPI-M1,BPI-M1-Plus和BPI-R1三种机型,这里我选择的是BPI-R1
    以编译一个带web界面的最小系统为例,需要选择的为:
    1
    2
    LuCI—> 1. Collections  ---> <*> luci  添加Luci支持,通俗点讲就是web界面支持,默认选择
    LuCI—>2. Modules  ---> <*> luci-i18n-chinese   添加中文,这里你也可以选择其他语言

    4 编译固件
    运行
    1. make
    复制代码
    开始编译固件,当然你可以通过加参数V=s来查看编译详细过程,加参数-j4来达到4核同时编译的目的

    5 烧写固件
    编译完成后会在bin/sunxi/中生固件,文件名为:openwrt-sunxi-BPI-XX-sdcard-vfat-ext4.img,我编译的为BPI-R1,所以生成名称就为:openwrt-sunxi-BPI-R1-sdcard-vfat-ext4.img,把该文件用USB Image Tool写入sd卡,插入R1后启动

    6 运行状态
    我的BPI-R1挂载在路由器上充当二级路由,首先进入一级路由查看R1的ip地址:


    输入R1分得的ip地址进入web管理界面,当然你也可以连接lan口从192.168.1.1进入web管理界面



    修改语言为简体中文:


    R1上的openwrt运行状态:


    wifi运行正常:


    大家可以根据自己的需要定制自己的openwrt

    附上内核启动日志:

    1. [    0.000000] Booting Linux on physical CPU 0x0
    2. [    0.000000] Linux version 3.18.19 (charli@charli-pc) (gcc version 4.8.3 (OpenWrt/Linaro GCC 4.8-2014.04 unknown) ) #3 SMP PREEMPT Mon Aug 24 22:13:58 CST 2015
    3. [    0.000000] CPU: ARMv7 Processor [410fc074] revision 4 (ARMv7), cr=10c5387d
    4. [    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
    5. [    0.000000] Machine model: BPI R1
    6. [    0.000000] Memory policy: Data cache writealloc
    7. [    0.000000] On node 0 totalpages: 260096
    8. [    0.000000] free_area_init_node: node 0, pgdat c0503740, node_mem_map ef00a000
    9. [    0.000000]   Normal zone: 1520 pages used for memmap
    10. [    0.000000]   Normal zone: 0 pages reserved
    11. [    0.000000]   Normal zone: 194560 pages, LIFO batch:31
    12. [    0.000000]   HighMem zone: 512 pages used for memmap
    13. [    0.000000]   HighMem zone: 65536 pages, LIFO batch:15
    14. [    0.000000] psci: probing for conduit method from DT.
    15. [    0.000000] psci: Using PSCI v0.1 Function IDs from DT
    16. [    0.000000] PERCPU: Embedded 9 pages/cpu @eefe1000 s6272 r8192 d22400 u36864
    17. [    0.000000] pcpu-alloc: s6272 r8192 d22400 u36864 alloc=9*4096
    18. [    0.000000] pcpu-alloc: [0] 0 [0] 1
    19. [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 258576
    20. [    0.000000] Kernel command line: console=ttyS0,115200 earlyprintk rootwait root=/dev/mmcblk0p2
    21. [    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
    22. [    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
    23. [    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
    24. [    0.000000] Memory: 1025388K/1040384K available (3811K kernel code, 169K rwdata, 1068K rodata, 200K init, 606K bss, 14996K reserved, 262144K highmem)
    25. [    0.000000] Virtual kernel memory layout:
    26. [    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
    27. [    0.000000]     fixmap  : 0xffc00000 - 0xffe00000   (2048 kB)
    28. [    0.000000]     vmalloc : 0xf0000000 - 0xff000000   ( 240 MB)
    29. [    0.000000]     lowmem  : 0xc0000000 - 0xef800000   ( 760 MB)
    30. [    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
    31. [    0.000000]     modules : 0xbf000000 - 0xbfe00000   (  14 MB)
    32. [    0.000000]       .text : 0xc0008000 - 0xc04cbef4   (4880 kB)
    33. [    0.000000]       .init : 0xc04cc000 - 0xc04fe000   ( 200 kB)
    34. [    0.000000]       .data : 0xc04fe000 - 0xc0528738   ( 170 kB)
    35. [    0.000000]        .bss : 0xc0528738 - 0xc05c0048   ( 607 kB)
    36. [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
    37. [    0.000000] Preemptible hierarchical RCU implementation.
    38. [    0.000000]         RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=2.
    39. [    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
    40. [    0.000000] NR_IRQS:16 nr_irqs:16 16
    41. [    0.000000] Architected cp15 timer(s) running at 24.00MHz (phys).
    42. [    0.000009] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 2863311519744ns
    43. [    0.000022] Switching to timer-based delay loop, resolution 41ns
    44. [    0.000352] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 178956969942ns
    45. [    0.000510] sched_clock: 32 bits at 160MHz, resolution 6ns, wraps every 26843545593ns
    46. [    0.000673] Console: colour dummy device 80x30
    47. [    0.000702] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000)
    48. [    0.000718] pid_max: default: 32768 minimum: 301
    49. [    0.000824] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
    50. [    0.000837] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
    51. [    0.001454] CPU: Testing write buffer coherency: ok
    52. [    0.001761] /cpus/cpu@0 missing clock-frequency property
    53. [    0.001778] /cpus/cpu@1 missing clock-frequency property
    54. [    0.001791] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
    55. [    0.001847] Setting up static identity map for 0x40011b68 - 0x40011b9c
    56. [    0.060422] CPU1: Booted secondary processor
    57. [    0.060466] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
    58. [    0.060535] Brought up 2 CPUs
    59. [    0.060557] SMP: Total of 2 processors activated (96.00 BogoMIPS).
    60. [    0.060564] CPU: All CPU(s) started in HYP mode.
    61. [    0.060569] CPU: Virtualization extensions available.
    62. [    0.064967] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 4
    63. [    0.065370] pinctrl core: initialized pinctrl subsystem
    64. [    0.065762] regulator-dummy: no parameters
    65. [    0.071879] NET: Registered protocol family 16
    66. [    0.072229] DMA: preallocated 256 KiB pool for atomic coherent allocations
    67. [    0.111482] reg-fixed-voltage ahci-5v: could not find pctldev for node /soc@01c00000/pinctrl@01c20800/ahci_pwr_pin@0, deferring probe
    68. [    0.111521] platform ahci-5v: Driver reg-fixed-voltage requests probe deferral
    69. [    0.111550] reg-fixed-voltage usb1-vbus: could not find pctldev for node /soc@01c00000/pinctrl@01c20800/usb1_vbus_pin@0, deferring probe
    70. [    0.111565] platform usb1-vbus: Driver reg-fixed-voltage requests probe deferral
    71. [    0.111589] reg-fixed-voltage usb2-vbus: could not find pctldev for node /soc@01c00000/pinctrl@01c20800/usb2_vbus_pin@0, deferring probe
    72. [    0.111603] platform usb2-vbus: Driver reg-fixed-voltage requests probe deferral
    73. [    0.111817] vcc3v0: 3000 mV
    74. [    0.112040] vcc3v3: 3300 mV
    75. [    0.112264] vcc5v0: 5000 mV
    76. [    0.112345] reg-fixed-voltage gmac-3v3: could not find pctldev for node /soc@01c00000/pinctrl@01c20800/gmac_power_pin@0, deferring probe
    77. [    0.112362] platform gmac-3v3: Driver reg-fixed-voltage requests probe deferral
    78. [    0.112811] SCSI subsystem initialized
    79. [    0.112885] libata version 3.00 loaded.
    80. [    0.113197] usbcore: registered new interface driver usbfs
    81. [    0.113274] usbcore: registered new interface driver hub
    82. [    0.113403] usbcore: registered new device driver usb
    83. [    0.113546] pps_core: LinuxPPS API ver. 1 registered
    84. [    0.113553] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    85. [    0.113584] PTP clock support registered
    86. [    0.114654] Switched to clocksource arch_sys_counter
    87. [    0.121779] NET: Registered protocol family 2
    88. [    0.122818] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
    89. [    0.122902] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
    90. [    0.123024] TCP: Hash tables configured (established 8192 bind 8192)
    91. [    0.123105] TCP: reno registered
    92. [    0.123122] UDP hash table entries: 512 (order: 2, 16384 bytes)
    93. [    0.123179] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
    94. [    0.123443] NET: Registered protocol family 1
    95. [    0.124957] futex hash table entries: 512 (order: 3, 32768 bytes)
    96. [    0.125108] audit: initializing netlink subsys (disabled)
    97. [    0.125185] audit: type=2000 audit(0.110:1): initialized
    98. [    0.133939] VFS: Disk quotas dquot_6.5.2
    99. [    0.134207] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    100. [    0.135970] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    101. [    0.135994] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
    102. [    0.136719] msgmni has been set to 1490
    103. [    0.138903] bounce: pool size: 64 pages
    104. [    0.138931] io scheduler noop registered
    105. [    0.138946] io scheduler deadline registered
    106. [    0.138996] io scheduler cfq registered (default)
    107. [    0.139318] platform 1c13400.phy: Driver sun4i-usb-phy requests probe deferral
    108. [    0.142025] sun7i-a20-pinctrl 1c20800.pinctrl: initialized sunXi PIO driver
    109. [    0.184985] Serial: 8250/16550 driver, 8 ports, IRQ sharing disabled
    110. [    0.187319] console [ttyS0] disabled
    111. [    0.207743] 1c28000.serial: ttyS0 at MMIO 0x1c28000 (irq = 33, base_baud = 1500000) is a U6_16550A
    112. [    0.828354] console [ttyS0] enabled
    113. [    0.854828] 1c28c00.serial: ttyS1 at MMIO 0x1c28c00 (irq = 36, base_baud = 1500000) is a U6_16550A
    114. [    0.886744] 1c29c00.serial: ttyS2 at MMIO 0x1c29c00 (irq = 52, base_baud = 1500000) is a U6_16550A
    115. [    0.899279] platform 1c50000.ethernet: Driver stmmaceth requests probe deferral
    116. [    0.906754] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    117. [    0.913282] ehci-platform: EHCI generic platform driver
    118. [    0.918683] platform 1c14000.usb: Driver ehci-platform requests probe deferral
    119. [    0.926000] platform 1c1c000.usb: Driver ehci-platform requests probe deferral
    120. [    0.933320] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
    121. [    0.939546] ohci-platform: OHCI generic platform driver
    122. [    0.944901] platform 1c14400.usb: Driver ohci-platform requests probe deferral
    123. [    0.952185] platform 1c1c400.usb: Driver ohci-platform requests probe deferral
    124. [    0.959587] usbcore: registered new interface driver usb-storage
    125. [    0.965867] mousedev: PS/2 mouse device common for all mice
    126. [    0.971551] 1c22800.lradc supply vref not found, using dummy regulator
    127. [    0.978474] input: 1c22800.lradc as /devices/soc@01c00000/1c22800.lradc/input/input0
    128. [    0.991771] axp20x-regulator axp20x-regulator: regulators node not found
    129. [    0.998630] LDO1: 1300 mV
    130. [    1.001767] LDO2: at 3000 mV
    131. [    1.005157] LDO3: at 2275 mV
    132. [    1.008294] LDO4: at 2800 mV
    133. [    1.011695] LDO5: at 2800 mV
    134. [    1.015085] DCDC2: at 1400 mV
    135. [    1.018533] DCDC3: at 1250 mV
    136. [    1.021668] axp20x 0-0034: AXP20X driver loaded
    137. [    1.027508] sunxi-wdt 1c20c90.watchdog: Watchdog enabled (timeout=16 sec, nowayout=0)
    138. [    1.036066] sunxi-mmc 1c0f000.mmc: No vqmmc regulator found
    139. [    1.041994] sunxi-mmc 1c0f000.mmc: Got CD GPIO
    140. [    1.084877] sunxi-mmc 1c0f000.mmc: base:0xf00fa000 irq:64
    141. [    1.092685] sunxi-ss 1c15000.crypto-engine: Die ID 0
    142. [    1.099853] TCP: cubic registered
    143. [    1.103201] Initializing XFRM netlink socket
    144. [    1.107611] NET: Registered protocol family 17
    145. [    1.112178] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this.
    146. [    1.124806] 8021q: 802.1Q VLAN Support v1.8
    147. [    1.129125] Registering SWP/SWPB emulation handler
    148. [    1.134455] registered taskstats version 1
    149. [    1.139223] ahci-5v: 5000 mV
    150. [    1.142597] usb1-vbus: 5000 mV
    151. [    1.147273] usb2-vbus: 5000 mV
    152. [    1.150752] gmac-3v3: 3300 mV
    153. [    1.192892] mmc0: host does not support reading read-only switch, assuming write-enable
    154. [    1.203577] mmc0: new high speed SDHC card at address 0001
    155. [    1.209591] mmcblk0: mmc0:0001 00000 7.44 GiB
    156. [    1.215221]  mmcblk0: p1 p2
    157. [    1.264746] stmmaceth 1c50000.ethernet: no reset control found
    158. [    1.270578]  Ring mode enabled
    159. [    1.273630]  No HW DMA feature register supported
    160. [    1.278179]  Normal descriptors
    161. [    1.281500]  TX Checksum insertion supported
    162. [    1.292504] libphy: stmmac: probed
    163. [    1.295950] eth0: PHY ID 03625f24 at 0 IRQ POLL (stmmac-0:00) active
    164. [    1.302298] eth0: PHY ID 03625f24 at 1 IRQ POLL (stmmac-0:01)
    165. [    1.308050] eth0: PHY ID 03625f24 at 2 IRQ POLL (stmmac-0:02)
    166. [    1.313789] eth0: PHY ID 03625f24 at 3 IRQ POLL (stmmac-0:03)
    167. [    1.319538] eth0: PHY ID 03625f24 at 4 IRQ POLL (stmmac-0:04)
    168. [    1.325287] eth0: PHY ID 03625f24 at 30 IRQ POLL (stmmac-0:1e)
    169. [    1.331456] ehci-platform 1c14000.usb: EHCI Host Controller
    170. [    1.337154] ehci-platform 1c14000.usb: new USB bus registered, assigned bus number 1
    171. [    1.345031] ehci-platform 1c14000.usb: irq 71, io mem 0x01c14000
    172. [    1.364665] ehci-platform 1c14000.usb: USB 2.0 started, EHCI 1.00
    173. [    1.370952] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
    174. [    1.377753] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    175. [    1.384988] usb usb1: Product: EHCI Host Controller
    176. [    1.389862] usb usb1: Manufacturer: Linux 3.18.19 ehci_hcd
    177. [    1.395353] usb usb1: SerialNumber: 1c14000.usb
    178. [    1.400464] hub 1-0:1.0: USB hub found
    179. [    1.404250] hub 1-0:1.0: 1 port detected
    180. [    1.408963] ehci-platform 1c1c000.usb: EHCI Host Controller
    181. [    1.414564] ehci-platform 1c1c000.usb: new USB bus registered, assigned bus number 2
    182. [    1.422482] ehci-platform 1c1c000.usb: irq 72, io mem 0x01c1c000
    183. [    1.444681] ehci-platform 1c1c000.usb: USB 2.0 started, EHCI 1.00
    184. [    1.450961] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
    185. [    1.457766] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    186. [    1.464991] usb usb2: Product: EHCI Host Controller
    187. [    1.469865] usb usb2: Manufacturer: Linux 3.18.19 ehci_hcd
    188. [    1.475355] usb usb2: SerialNumber: 1c1c000.usb
    189. [    1.480460] hub 2-0:1.0: USB hub found
    190. [    1.484246] hub 2-0:1.0: 1 port detected
    191. [    1.488775] ohci-platform 1c14400.usb: Generic Platform OHCI controller
    192. [    1.495451] ohci-platform 1c14400.usb: new USB bus registered, assigned bus number 3
    193. [    1.503327] ohci-platform 1c14400.usb: irq 96, io mem 0x01c14400
    194. [    1.568861] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
    195. [    1.575669] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    196. [    1.582883] usb usb3: Product: Generic Platform OHCI controller
    197. [    1.588814] usb usb3: Manufacturer: Linux 3.18.19 ohci_hcd
    198. [    1.594296] usb usb3: SerialNumber: 1c14400.usb
    199. [    1.599360] hub 3-0:1.0: USB hub found
    200. [    1.603146] hub 3-0:1.0: 1 port detected
    201. [    1.607711] ohci-platform 1c1c400.usb: Generic Platform OHCI controller
    202. [    1.614350] ohci-platform 1c1c400.usb: new USB bus registered, assigned bus number 4
    203. [    1.622242] ohci-platform 1c1c400.usb: irq 97, io mem 0x01c1c400
    204. [    1.688838] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
    205. [    1.695643] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    206. [    1.702858] usb usb4: Product: Generic Platform OHCI controller
    207. [    1.708790] usb usb4: Manufacturer: Linux 3.18.19 ohci_hcd
    208. [    1.714271] usb usb4: SerialNumber: 1c1c400.usb
    209. [    1.719358] hub 4-0:1.0: USB hub found
    210. [    1.723148] hub 4-0:1.0: 1 port detected
    211. [    1.732286] ahci-5v: disabling
    212. [    1.735459] vcc5v0: disabling
    213. [    1.738427] vcc3v0: disabling
    214. [    1.743698] EXT4-fs (mmcblk0p2): couldn't mount as ext3 due to feature incompatibilities
    215. [    1.752677] EXT4-fs (mmcblk0p2): couldn't mount as ext2 due to feature incompatibilities
    216. [    1.766260] EXT4-fs (mmcblk0p2): mounted filesystem without journal. Opts: (null)
    217. [    1.773791] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
    218. [    1.780839] Freeing unused kernel memory: 200K (c04cc000 - c04fe000)
    219. [    1.804732] usb 2-1: new high-speed USB device number 2 using ehci-platform
    220. [    1.896387] init: Console is alive
    221. [    1.900086] init: - watchdog -
    222. [    1.956437] usb 2-1: New USB device found, idVendor=0bda, idProduct=8178
    223. [    1.963264] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
    224. [    1.970476] usb 2-1: Product: 802.11n WLAN Adapter
    225. [    1.975289] usb 2-1: Manufacturer: Realtek
    226. [    1.979482] usb 2-1: SerialNumber: 00e04c000001
    227. [    2.114708] ahci-sunxi 1c18000.sata: controller can't do PMP, turning off CAP_PMP
    228. [    2.122202] ahci-sunxi 1c18000.sata: forcing PORTS_IMPL to 0x1
    229. [    2.128109] ahci-sunxi 1c18000.sata: AHCI 0001.0100 32 slots 1 ports 3 Gbps 0x1 impl platform mode
    230. [    2.137085] ahci-sunxi 1c18000.sata: flags: ncq sntf pm led clo only pio slum part ccc
    231. [    2.146090] scsi host0: ahci_platform
    232. [    2.150140] ata1: SATA max UDMA/133 mmio [mem 0x01c18000-0x01c18fff] port 0x100 irq 88
    233. [    2.504668] ata1: SATA link down (SStatus 0 SControl 300)
    234. [    2.903980] init: - preinit -
    235. [    3.049304] b53_common: found switch: BCM53125, rev 4
    236. [    3.064921]  RX IPC Checksum Offload disabled
    237. [    3.069283]  No MAC Management Counters available
    238. [    4.240130] random: mktemp urandom read with 5 bits of entropy available
    239. [    5.044697] stmmaceth 1c50000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off
    240. [    7.303617] mount_root: mounting /dev/root
    241. [    7.313783] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
    242. [    7.324800] procd: - early -
    243. [    7.327825] procd: - watchdog -
    244. [    8.196631] procd: - ubus -
    245. [    9.200629] procd: - init -
    246. [    9.740779] NET: Registered protocol family 10
    247. [    9.750621] ip6_tables: (C) 2000-2006 Netfilter Core Team
    248. [    9.781222] Loading modules backported from Linux version master-2015-03-09-0-g141f155
    249. [    9.789242] Backport generated by backports.git backports-20150129-0-gdd4a670
    250. [    9.797957] ip_tables: (C) 2000-2006 Netfilter Core Team
    251. [    9.808055] nf_conntrack version 0.5.0 (16024 buckets, 64096 max)
    252. [    9.895305] xt_time: kernel timezone is -0000
    253. [    9.909554] cfg80211: Calling CRDA to update world regulatory domain
    254. [    9.916314] cfg80211: World regulatory domain updated:
    255. [    9.921471] cfg80211:  DFS Master region: unset
    256. [    9.926943] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
    257. [    9.936834] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
    258. [    9.944963] cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
    259. [    9.952992] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
    260. [    9.961171] cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
    261. [    9.969328] cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
    262. [    9.978922] cfg80211:   (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
    263. [    9.987125] cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
    264. [    9.995867] cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
    265. [   10.033695] PPP generic driver version 2.4.2
    266. [   10.039216] NET: Registered protocol family 24
    267. [   10.057795] rtl8192cu: Chip version 0x11
    268. [   10.148074] rtl8192cu: MAC address: ac:a2:13:5c:96:bf
    269. [   10.153232] rtl8192cu: Board Type 0
    270. [   10.164227] rtl_usb: rx_max_size 15360, rx_urb_num 8, in_ep 1
    271. [   10.170284] rtl8192cu: Loading firmware rtlwifi/rtl8192cufw_TMSC.bin
    272. [   10.177753] ieee80211 phy0: Selected rate control algorithm 'rtl_rc'
    273. [   10.179863] usbcore: registered new interface driver rtl8192cu
    274. [   11.862773] random: nonblocking pool is initialized
    275. [   14.869421] b53_common: found switch: BCM53125, rev 4
    276. [   14.899568]  RX IPC Checksum Offload disabled
    277. [   14.916057]  No MAC Management Counters available
    278. [   14.921020] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
    279. [   16.864711] stmmaceth 1c50000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off
    280. [   16.872809] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
    281. [  220.810635] IPv6: ADDRCONF(NETDEV_UP): br-lan: link is not ready
    282. [  221.264426] rtl8192cu: MAC auto ON okay!
    283. [  221.301871] rtl8192cu: Tx queue select: 0x05
    284. [  221.725855] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
    285. [  221.734477] device wlan0 entered promiscuous mode
    286. [  221.739510] br-lan: port 1(wlan0) entered forwarding state
    287. [  221.745096] br-lan: port 1(wlan0) entered forwarding state
    288. [  221.752455] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
    289. [  221.772506] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
    290. [  223.741765] br-lan: port 1(wlan0) entered forwarding state
    复制代码
    文章转自我的博客

    评分

    参与人数 1与非币 +5 收起 理由
    loveeeboard + 5 三周年铜板双倍!

    查看全部评分

    回复

    使用道具 举报

    该用户从未签到

    发表于 2015-8-28 13:47:35 | 显示全部楼层
    很好,正在学习!
    回复 支持 反对

    使用道具 举报

  • TA的每日心情
    奋斗
    2016-8-15 09:28
  • 签到天数: 222 天

    连续签到: 1 天

    [LV.7]常住居民III

    发表于 2015-8-31 08:54:52 | 显示全部楼层
    非常好的教程
    回复 支持 反对

    使用道具 举报

    您需要登录后才可以回帖 注册/登录

    本版积分规则

    关闭

    站长推荐上一条 /4 下一条



    手机版|小黑屋|与非网

    GMT+8, 2024-11-15 20:00 , Processed in 0.145357 second(s), 20 queries , MemCache On.

    ICP经营许可证 苏B2-20140176  苏ICP备14012660号-2   苏州灵动帧格网络科技有限公司 版权所有.

    苏公网安备 32059002001037号

    Powered by Discuz! X3.4

    Copyright © 2001-2024, Tencent Cloud.