HI,
On my mangoh red I use the iot ethernet card to enable eth0. It wotks
eth0 Link encap:Ethernet HWaddr 56:AF:F1:39:BC:C0
_ inet addr:192.168.1.151 Bcast:192.168.1.255 Mask:255.255.255.0_
_ inet6 addr: fe80::54af:f1ff:fe39:bcc0%1103765244/64 Scope:Link_
_ UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1_
_ RX packets:14229 errors:0 dropped:0 overruns:0 frame:0_
_ TX packets:2394 errors:0 dropped:0 overruns:0 carrier:0_
_ collisions:0 txqueuelen:1000_
_ RX bytes:963393 (940.8 KiB) TX bytes:683844 (667.8 KiB)_
Now I want to activate an wifi AP.
I did what indicated in the topic https://github.com/mangOH/mangOH/wiki/mangOH-Red-mt7697-wifi
When I use the command: wifi ap start wlan1 I have the messages:
[ 2063.155225] i2c-msm-v2 78b8000.i2c: NACK: slave not responding, ensure its powered: msgs(n:2 cur:0 tx) bc(rx:1 tx:1) mode:FIFO slv_addr:0x70 MSTR_STS:0x0d1300c8 OPER:0x00000010
[ 2063.171503] i2c-msm-v2 78b8000.i2c: NACK: slave not responding, ensure its powered: msgs(n:2 cur:0 tx) bc(rx:1 tx:1) mode:FIFO slv_addr:0x70 MSTR_STS:0x0d1300c8 OPER:0x00000010
[ 2063.187349] i2c-msm-v2 78b8000.i2c: NACK: slave not responding, ensure its powered: msgs(n:2 cur:0 tx) bc(rx:1 tx:1) mode:FIFO slv_addr:0x70 MSTR_STS:0x0d1300c8 OPER:0x00000010
[ 2063.377190] [RMNET:HI] rmnet_config_notify_cb(): Kernel is trying to unregister eth0
[ 2063.470348] [RMNET:HI] rmnet_config_notify_cb(): Kernel is trying to unregister eth0
ERROR:le_wifiAp_Start returns -6.
WIFI AP don’t work and eth0 too.
eth0 Link encap:Ethernet HWaddr 62:F0:83:66:1B:78
_ inet6 addr: fe80::60f0:83ff:fe66:1b78%1103765244/64 Scope:Link_
_ UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1_
_ RX packets:184 errors:0 dropped:0 overruns:0 frame:0_
_ TX packets:8 errors:0 dropped:0 overruns:0 carrier:0_
_ collisions:0 txqueuelen:1000_
_ RX bytes:11142 (10.8 KiB) TX bytes:712 (712.0 B)_
Do you have a solution ?
laurent