Chinaunix首页 | 论坛 | 博客
  • 博客访问: 3073988
  • 博文数量: 685
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 5303
  • 用 户 组: 普通用户
  • 注册时间: 2014-04-19 14:17
个人简介

文章分类

全部博文(685)

文章存档

2015年(116)

2014年(569)

发布时间:2014-09-28 14:30:23

原文地址:http://blog.csdn.net/qq419036154/article/details/6262560网络设置:下载内核, 启动后执行以下命令( 否则ifconfig 命令无效):/ $ cd sbin/sbin $ ifconfig lo up/sbin $ ifconfig eth0 192.168.0.106 netmask 255.0.0.0 up eth0: link up, 100Mbps, full-duplex, lpa 0x45E1/sbin $ inetd/sbin $ mount.........【阅读全文】

阅读(1375) | 评论(0) | 转发(0)

发布时间:2014-09-28 12:02:58

原文地址:http://www.linuxidc.com/Linux/2011-06/36849.htm如果提示 dm9000 Ethernet Driver, V1.31    dm9000 dm9000: eth%d: Invalid ethernet MAC address. Please set using ifconfig  则编辑 device/net/dm9000.c,插入一行代码如下:1587     if (!is_valid_ether_addr(.........【阅读全文】

阅读(2015) | 评论(0) | 转发(0)

发布时间:2014-09-28 11:50:31

原文地址:http://blog.csdn.net/huichengongzi/article/details/55043651. 固定一个MAC地址,特别是在使用多个虚拟机的时候linux环境下:用root身份登录,在/etc/rc.d/rc.local里加上这三句ifconfig eth0 downifconfig eth0 hw ether 00:0C:18:EF:FF:EDifconfig eth0 up 这样重新reboot后就不.........【阅读全文】

阅读(1896) | 评论(0) | 转发(0)

发布时间:2014-09-26 20:05:10

# # Copyright (C) 2010 OpenWrt.org## This is free software, licensed under the GNU General Public License v2.# See /LICENSE for more information.#include $(TOPDIR)/rules.mkinclude $(INCLUDE_DIR)/image.mkUIMAGE:=$(BIN_DIR)/$(IMG_PREFIX)-uImagedefine MkuImagemkimage -A arm -O lin.........【阅读全文】

阅读(2620) | 评论(0) | 转发(0)

发布时间:2014-09-26 17:37:12

原文地址:http://blog.csdn.net/qianguozheng/article/details/38498633前言刚开始接触OpenWrt的时候,根本不知道如何调试各个进程,我之前从事IP Camera开发可能也局限了我的知识面,认为系统就改是那个样子。其实不然,就像Linux发行版那样,他们都有各自都管理系统,同一个的消息通知系统,dbus和ubus这些.........【阅读全文】

阅读(5151) | 评论(0) | 转发(0)
给主人留下些什么吧!~~

7大爷2014-04-21 11:08

期待你的原创博文哦

回复  |  举报
留言热议
请登录后留言。

登录 注册