USB Tethering for the WP7608

We would be connecting the USB to ethernet converter on the USB of the modem. Internet has to be shared on the same for the camera connected on the ethernet port.

you can see the discussion here on how to share the cellular data to USB ECM interface:

Here is another example to share the cellular data to ethernet IOT card in mangoh red board:

Hi @jyijyi

After running the cfg_gateway.sh script i am able to establish the data connection from the Board to the PC the internet as shared threw the Ethernet can i know how can i stop this activity to share the internet to PC ??

Because I want to run the script once again for the verification??

Thanks

Manju

How about disconnecting the data channel by cm command?

hi @jyijyi

Can i remove the script in the /tmp / directory to disconnect so it cannot be performing an action with the ether net connection??

Thanks

Manju

i don’t understand what you mean
can you write down the procedure step by step?

HI @jyijyi

Since the script is already running on the device and sharing data with the PC, I want to stop the data transmission.
I need to verify the script again, so I would like to stop the currently running script and then re-run it for verification.

Can I remove the script from the device ?? to stop the sharing data to the PC

Thanks

Manju

after you stop the script, you need to disconnect the data channel by cm command.

hi @jyijyi

How to stop the running script first??

Thanks
Manju

can you check “ps aux” and see the process ID?
After that you can use “kill -9 PID” to kill it

BTW, if you see “MangOH gateway configuration completed”, the script should be quitted automatically.