Hi I am working with openwrt trunk repository and 1.0.6 pineapple firmware. Recon mode works so far. Tried with files directory from 1.1.3 pineapple firmware but

in this case recon mode doesnt work wlan1 gets named wlan1mon and doesnt work.

Do you know wich repo of openwrt applies to your instruction ?? maybe 15.0.5 or 15.01 ??

I believe https://github.com/domino-team/openwrt-cc described in your instruction has been updated as well in the meanwhile.

Talking about y binary from openwrt trunk and wifi nano 1.0.6 my /etc/config/network file

gets changed during power on

config interface ‘lan’
option ifname ‘eth0’
option type ‘bridge’
option proto ‘static’
option ipaddr ‘172.16.42.1’
option netmask ‘255.255.255.0’
option gateway ‘172.16.42.42’
option dns ‘8.8.8.8, 8.8.4.4’

gets overwritten by

config interface ‘lan’
option ifname ‘eth0’
option type ‘bridge’
option proto ‘static’
option ipaddr ‘172.16.42.1’
option netmask ‘255.255.255.0’
option gateway ‘172.16.42.42’
option dns ‘8.8.8.8, 8.8.4.4’

option force_link ‘1’

option ipaddr ‘192.168.1.1’

option ip6assign ‘60’

any clue about what’s going on ??

 

A second question about usb hub on gl.inet ar150 with wifi pineapple nano 1.0.6.

I created the binary image with usb support: kmod-usb2 kmod-usb-core and kmod-usb-ohci

lsubs shows ar150 root hub

my usb 2.0 four port hub

and both the usb wifi adapters I plugged into my hub

ifconfig -a shows both wlan0 and wlan0-1 (ar150 antenna) and my two adapters wlan1 and wlan2

but if I try ifup wlan1 or ifup wlan2

the shell replies interface wlan1 not found or interface wlan2 not found .

As far as I understood in openwrt wlan interfaces should not go in /etc/config/network and config directory doesnt have the wireless file anymore

the system should scan for them and load them at start up. Am I wrong ?? What I am missing here too ???

Thank You for your time and patience

Bests

P.