This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DM385 + IPNCRDK 3.5 + Kernel 2.6.37 -> USB to ethernet driver support?

Other Parts Discussed in Thread: DM385

Hi Guys,

I have two custom boards, CUSTOM A Board[DM385] & CUSTOM B Board[ LAN9500(PHY input to USB output )].

From CUSTOM B board i will be getting Ethernet to USB converter. USB will be plugged into CUSTOM A board and it need to detect ethernet interface.

question:

1-> What are necessary USB config parameter i have to enable in CUSTOM A Board kernel to support above scenario?

thanks & regards,

Ganesh

  • Hi Guys,

    well when i posted above question i was checking driver support in kernel menuconfig based on lan95xx but the naming convention was smsc95xx. so got confused any way those who might face these issue you can find the driver support in driver/net/usb/smsc9500.c

    In kernel menuconfig:
    -> Device Drivers
    -> Network device support (NETDEVICES [=y])
    -> USB Network Adapters
    -> Multi-purpose USB Networking Framework (USB_USBNET [=y])
    -> SMSC LAN95XX based USB 2.0 10/100 ethernet devices

    thanks & regards,
    Ganesh
  • Thanks for sharing this info with the community.