logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

openwrt pppoe无法自动重连

在文件/etc/ppp/options.pptp设置pppd参数,每隔5s发送一个LCP 回声请求,没有收到回声请求这重启pppdvi /etc/ppp/options.pptplcp-echo-failure 1lcp-echo-interval 5pppd参数说明可参考https://linux.die.net/man/8/pppdlcp-echo-failure n如果给出了这个选项,如果发

#linux
报错信息:Linux ifconfig inet6 failed: external program exited with error status:1

使用拨号出现报错如下:do_ifconfig, tt->did_ifconfig_ipv6_setup=1/sbin/ifconfig tun0 10.132.106.151 netmask 255.255.254.0 mtu 1500 broadcast 10.132.107.255/sbin/ifconfig tun0 add fd00:6968:6564:235:c11e:7ce...

openwrt移植openthread

导语使用openwrt作为thread协议布网中的边界路由。移植openthread假设OPENWRT_TOP_SRCDIR为openwrt根目录移植步骤如下:git clone https://github.com/openthread/ot-br-posix.git#不要放到openwrt目录下,请另找一个工作目录cd ot-br-posixgit submodule update --ini

移植mtk闭源wifi驱动到openwrt

通常,从mtk拿到的闭源wifi驱动,解压后只有mt_wifi、mt_wifi_ap两个文件,参考https://github.com/hanwckf/mt7615/tree/master/MT7615_LinuxAP_V4.4.2.1_20170829,如果要移植到openwrt中使用,需要修改成openwrt package的方式,类似https://github.com/hanwckf/op

#linux
到底了