Tool/software: Linux
Hi,
I'm trying to use a USB WiFi module (Realtek RTL8188CUS) on the AM572x EVM running Processor SDK with linux kernel 4.4.32. 'lsusb' shows the device being detected, but, however this is not being reflected in the network interfaces.
Output from lsusb -
Bus 001 Device 005: ID 0846:9043 NetGear, Inc. WNA1000Mv2 802.11bgn [Realtek RTL8188CUS?]
Output from iwconfig
sit0 no wireless extensions. lo no wireless extensions. eth0 no wireless extensions. eth1 no wireless extensions.
I have tried cross-compiling the driver for the AM5728, but 'insmod' returns an 'invalid parameter' error. How do I proceed about rectifying this?
Regards,
Karthik