# VOXL 2 Ethernet and USB Hub Add-on with Doodle lab radio

Source: https://forum.modalai.com/topic/4493/voxl-2-ethernet-and-usb-hub-add-on-with-doodle-lab-radio
Category: ESCs, Sensors and Accessories (https://forum.modalai.com/category/15/escs-sensors-and-accessories)
Posted: 2025-06-10 15:20:14 UTC by AidanGallagher
Replies: 17 · Views: 8608

## AidanGallagher · 2025-06-10 15:20:14 UTC

Hi,

Can I connect a doodle lab radio to the J12 connector on the Ethernet and USB Hub board?

I have connected it and ran voxl-configure-modem 

When I check ifconfig eth0 the IP details looks correct but I cannot ping any other IP address on the Doodle network.

Regards
Aidan

## Reply by tom (ModalAI staff) · 2025-06-10 16:49:15 UTC

@AidanGallagher Are you able to ping the doodle modem itself? Also double check you aren't trying to use an IP that is already being used on the doodle network

## Reply by AidanGallagher · 2025-06-11 11:31:08 UTC (in reply to tom)

@tom Cannot ping the modem and I am certain its a free IP address.

I tried a USB Expansion Board with Fastboot v2 I had on another setup and it works so the issues does seem to be on related to this board.
Is there a jumper I need to set to enable the J12 header?

Regards
Aidan

## Reply by tom (ModalAI staff) · 2025-06-11 16:33:51 UTC (in reply to AidanGallagher)

@AidanGallagher Can you post a picture of the setup you're using?

## Reply by AidanGallagher · 2025-06-11 19:51:05 UTC (in reply to tom)

@tom ill do that tomorrow when I'm back in the office

## Reply by AidanGallagher · 2025-06-12 11:58:05 UTC (in reply to AidanGallagher)

![image1.jpeg](https://forum.modalai.com/assets/uploads/files/1749729481810-image1.jpeg)

## Reply by AidanGallagher · 2025-06-12 11:58:24 UTC (in reply to AidanGallagher)

That's my working solution

## Reply by AidanGallagher · 2025-06-12 12:00:02 UTC (in reply to AidanGallagher)

![image0.jpeg](https://forum.modalai.com/assets/uploads/files/1749729598641-image0.jpeg)

## Reply by AidanGallagher · 2025-06-12 12:00:28 UTC (in reply to AidanGallagher)

This solution doesn't work

## Reply by tom (ModalAI staff) · 2025-06-12 17:19:05 UTC (in reply to AidanGallagher)

@AidanGallagher With an M0130 USB breakout board

M0130: https://www.modalai.com/products/m0130-3?variant=48186331693360

You can use this cable:
MCBL-00085: https://www.modalai.com/products/mcbl-00085?_pos=2&_sid=0c5d87c5e&_ss=r

and get rid of the need for the doodle breakout board

## Reply by AidanGallagher · 2025-06-17 09:21:29 UTC (in reply to tom)

@tom that's cool we will take a look at that in the future.
Any idea why I cannot use the J12 port on the ethernet expansion board?

## Reply by tom (ModalAI staff) · 2025-06-17 16:54:09 UTC (in reply to AidanGallagher)

@AidanGallagher I don't, if you tried connecting internet over ethernet or some other ethernet device does it work?

## Reply by AidanGallagher · 2025-06-20 10:11:50 UTC (in reply to tom)

@tom I haven't tried the ethernet port yet. I have used the physical USB port with a WiFi dongle and that worked well.

## Reply by Vinny (ModalAI staff) · 2025-06-20 15:13:08 UTC (in reply to AidanGallagher)

Hi @AidanGallagher 
That USB2 port Port, J12, on M0062 is not much different than many other expansion board USB ports. It goes through a HUB, and as Tom pointed out, if you use M0130, your setup will simplify.
M00130 is the only USB2 product we have that can power the Doodle directly: https://docs.modalai.com/expansion-design-guide/#usb-expansion-over-j3--j5
![a205f92a-157c-434b-a197-e935fa7ed148-image.png](https://forum.modalai.com/assets/uploads/files/1750431850144-a205f92a-157c-434b-a197-e935fa7ed148-image.png) 
I'm not entirely sure either why your M0062 will not work, but I'm thinking it may be something with the grounding and VBUS connection due to the external board you use for power, and it not sharing a ground with the M0062 where the USB comes from. For example, our MCBL-00085-1 handles all that: https://docs.modalai.com/cable-datasheets/#mcbl-00085
Our USB3 debug board does not have a current limiting IC like M0062 has, and will not impact USB operations. However, with M0062, since it goes through the hub, and it has power control, if anything goes wrong with power or ground, the port may be disabled.
I would first try to see if your J12 port works normally, with a thumb drive for example (or I think you did that with a WiFi and were good). Then, if you want to try to share some more ground connections between your M0062 and the external power supply, that could be a good test.

But, we do suggest you change to an M0130 as you will have a much nicer setup long term.
Hope that helps.

## Reply by shawn_ricardo · 2025-07-08 23:57:59 UTC

Hi @AidanGallagher ,

I'm using the same setup and had success with changes all instances of eth0 to eth1 under $MODEM == "doodle" under $PLATFORM == "qrb5165-rb5 in the script /usr/bin/voxl-modem-start

It appears that when using the hub, the hub's build-in USB to ethernet chip always appears as eth0 (smsc75xx), even if nothing is plugged in

The stock modem script at /usr/bin/voxl-modem-start hard-codes doodles static ip to eth0.

under dmesg -w, when the dodole radio i plugged in (or just later on in the boot sequence), smsc95xx is assigned to eth1.

as a result, the ip ends of being assigned to the wrong interface and the radio cannot pass traffic

@Vinny , is there a better way to make these changes? something that won't get overwritten when a modal ai update occurs?

## Reply by Vinny (ModalAI staff) · 2025-07-09 00:15:14 UTC (in reply to shawn_ricardo)

Hi @shawn_ricardo 
That is more of a question for @tom

## Reply by tom (ModalAI staff) · 2025-07-09 01:25:16 UTC (in reply to shawn_ricardo)

@shawn_ricardo Not really a better way at this point, I'd like to at some point just make the network interface able to be specified in the config file as opposed to hard-coded as eth0, but haven't gotten to that yet

## Reply by AidanGallagher · 2025-07-16 14:30:55 UTC (in reply to tom)

@tom @shawn_ricardo  Thanks very much - ill give that a try
