If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
Anonymous
-
2015-01-27
I try to use the cdc_ether module... but it seems to work only like a client
when i connect my cel phone (server) to the raspberry pi (client) and execute:
ifconfig usb0 up
ifup usb0
it loads the configuration that is in /etc/network/interfaces and the cdc_ether module is loaded automatic.
when i connect my pc (debian wheezy) to the rasberry pi i can't do anything...
I think with the g_ether module the raspberry pi can act like a server,
or there is a way to configure my pc like a server???
thanks!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I don't know, never used it before, I need to understand how it works
Ben
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
Anonymous
-
2015-02-02
The beaglebone black uses the g_ether module... So when you connect the beaglebone black to the pc through usb, you can from the pc ssh into the beaglebone...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
usb gadget module for network connection over usb
I try to use the cdc_ether module... but it seems to work only like a client
when i connect my cel phone (server) to the raspberry pi (client) and execute:
ifconfig usb0 up
ifup usb0
it loads the configuration that is in /etc/network/interfaces and the cdc_ether module is loaded automatic.
when i connect my pc (debian wheezy) to the rasberry pi i can't do anything...
I think with the g_ether module the raspberry pi can act like a server,
or there is a way to configure my pc like a server???
thanks!
I don't know, never used it before, I need to understand how it works
Ben
The beaglebone black uses the g_ether module... So when you connect the beaglebone black to the pc through usb, you can from the pc ssh into the beaglebone...
Nice, I need to make some tests with it, no direct experience yet.