Advertisement
Guest User

OpenWRT - TP-Link C2600 - Ad-Hoc

a guest
Oct 30th, 2018
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. ******************
  2. #/etc/config/network
  3. config interface 'ninux'
  4. option proto 'static'
  5. option ifname 'ninux'
  6. option ipaddr '172.27.85.40'
  7. option netmask '255.255.0.0'
  8.  
  9.  
  10. ******************
  11. #/etc/config/wireless
  12. config wifi-iface 'wifi_ninux'
  13. option device 'radio0'
  14. option ifname 'ninux'
  15. option encryption 'none'
  16. option mode 'adhoc'
  17. option ssid 'ninux.org'
  18.  
  19.  
  20. ******************
  21. root@C2600:~ # logread -f
  22. Tue Oct 30 18:28:21 2018 daemon.notice netifd: radio1 (2935): command failed: Not supported (-95)
  23. Tue Oct 30 18:28:21 2018 daemon.notice netifd: radio0 (2926): command failed: Not supported (-95)
  24. Tue Oct 30 18:28:22 2018 daemon.notice netifd: radio0 (2926): command failed: Not supported (-95)
  25. Tue Oct 30 18:28:22 2018 daemon.notice netifd: radio0 (2926): Device setup failed: INTERFACE_CREATION_FAILED
  26. Tue Oct 30 18:28:22 2018 daemon.notice netifd: radio0 (2926): WARNING: Variable 'interfaces' does not exist or is not an array/object
  27. Tue Oct 30 18:28:22 2018 daemon.notice netifd: radio0 (2926): Cannot find device "ninux"
  28. Tue Oct 30 18:28:22 2018 daemon.notice netifd: radio0 (2926): Interface 0 setup failed: IFUP_ERROR
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement