Hi Subhasis, On 10/16/2017 11:32 AM, SUBHASIS MAITY cs16m055 wrote: > When I try to run with module enc28j60 driever and cc2538_rf drivers, > only wired interface is detected on ifconfig. Can you specify why is > that happening.
Might be that gnrc is configured to only use one network interface. Try adding CFLAGS += -DGNRC_NETIF_NUMOF=2 to your application's Makefile. Kaspar _______________________________________________ devel mailing list [email protected] https://lists.riot-os.org/mailman/listinfo/devel
