Questions tagged «openwrt»



2
OpenWRT上可读的dmesg时间戳
dmesg的输出显示自系统启动以来的秒数+毫秒数。 [ 10.470000] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 14.610000] device eth0 entered promiscuous mode [ 18.750000] cfg80211: Calling CRDA for country: DE [ 18.750000] cfg80211: Regulatory domain changed to country: DE 问:如何将秒+毫秒设置为可读格式? 我的dmesg: root@OpenWrt:/tmp# dmesg -h dmesg: invalid option -- h BusyBox v1.19.4 (2013-03-14 11:28:31 UTC) …

5
sed零位填充到2位数字
输入: 201103 1 /mnt/hdd/PUB/SOMETHING 201102 7 /mnt/hdd/PUB/SOMETH ING 201103 11 /mnt/hdd/PUB/SO METHING 201104 3 /mnt/hdd/PUB/SOMET HING 201106 1 /mnt/hdd/PUB/SOMETHI NG 所需的输出: 201103 01 /mnt/hdd/PUB/SOMETHING 201102 07 /mnt/hdd/PUB/SOMETH ING 201103 11 /mnt/hdd/PUB/SO METHING 201104 03 /mnt/hdd/PUB/SOMET HING 201106 01 /mnt/hdd/PUB/SOMETHI NG 我如何添加一个0如果只有一个单一的数字,例如,1在“天”的一部分?我需要以下日期格式:YYYYMM DD。
19 linux  sed  openwrt 


2
如何使用OpenWrt设置PPPoE
可能这是一个简单的问题,但我找不到答案... 我有一个运行OpenWrt Backfire 10.03.1的ADSL路由器(Dlink DSL-524T)。它使用PPPoA连接到Internet:这是我的/etc/config/network文件: config 'interface' 'loopback' option 'ifname' 'lo' option 'proto' 'static' option 'ipaddr' '127.0.0.1' option 'netmask' '255.0.0.0' config 'interface' 'lan' option 'type' 'bridge' option 'ifname' 'eth0 eth1' option 'proto' 'static' option 'netmask' '255.255.255.0' option 'nat' '1' option 'ipaddr' '192.168.1.6' config 'atm-bridge' option 'unit' '0' option 'encaps' '11c' …

2
将OpenWRT配置为转发器[关闭]
关闭。这个问题是题外话。它当前不接受答案。 想改善这个问题吗? 更新问题,使它成为Unix&Linux Stack Exchange 的主题。 2年前关闭。 在家里,我想配置一个无线路由器作为WI-FI信号扩展器。由于我的主要路由器是基于OpenWrt的(Backfire 10.1.3),因此我想将其用于此目的。 我调查了这个问题,发现wifi接口设置中有“访问点(WDS)”选项可用。我认为这看起来很有希望,尤其是因为我也设法以这种模式配置了其他路由器。 但是,将该选项“打开”没有任何作用。我尝试将另一端(WDS客户端)的BSSID手动添加到/ etc / config / wireless,但是没有用。我仍然不知道在哪里配置要配对的网络的安全设置(我的网络已WPA2加密)。 即将成为WDS客户端的调制解调器未运行OpenWRT,并且无法在此处安装它,因此,我尝试使用其当前的操作系统。但是,主要问题仍然在于配置OpenWRT端。 有任何想法吗? 编辑:找到了两个链接: http : //wiki.openwrt.org/doc/recipes/atheroswds https://forum.openwrt.org/viewtopic.php?id=11849 第一个没有提供太多信息,第二个已经过时了。似乎不起作用:(
9 wifi  openwrt 

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.