summaryrefslogtreecommitdiff
path: root/recipes-core/usb-rndis
AgeCommit message (Collapse)Author
2015-10-20apalis/colibri_t20/30 aka tegras: fix usb rndis operationMarcel Ziswiler
We noticed that our latest move to using systemd/networkd leaves the rndis0 interface down. Manually bringing the link up solved the issue. As a workaround add upping the link to our start-rndis.sh script.
2015-05-12usb-rndis-systemd: remove RNDIS interface/udhcp setupStefan Agner
Since we use networkd now for RNDIS network interface setup now, we can remove the custom part which starts up the RNDIS device and sets up a DHCP server.
2015-03-10usb-rndis: fix various issues with dhcpd service for RNDISMax Krummenacher
- Make sure leases file is not persistent (in /var/run now) This allows to serve the same IP to the generated (and hence different IP addresses) - Start RNDIS service after the network.target - Tegra: Add extra service for udhcpd. When running dhcpd directly from udev, the daemon will be killed after a while
2014-11-13apalis/colibri_imx6: disable usb rndis systemd serviceMarcel Ziswiler
Disable USB RNDIS systemd service for now due to possible race upon first boot: [ OK ] Started Load/Configure the kernel driver providing the RNDIS gadget. => system hang
2014-08-04usb-rndis: drop use of ifconfig in favor of ipMax Krummenacher
ifconfig does no longer understand 192.168.11.2/24 and its use is deprecated, so instead of changing to another way of stating the subnetmask use /sbin/ip.
2014-08-04usb-rndis: add config for g_ether.ko solutionMax Krummenacher
i.MX6 and Vybrid modules use the g_ether driver for RNDIS functionality. This commit uses a systemd service to load the kernel module, configures the new usb0 NIC and starts a dhcp server to serve an IP address to a USB host. The Tegras use the android gadget driver. The configuration remains unchanged.
2014-08-04recipes-core/hdmi-hotplug/hdmi-hotplug.bbMax Krummenacher
2013-09-22systemd: adapt to new systemd handlingMax Krummenacher
with the move from meta-openembedded to oe-core some things have changed, e.g. the config files have to explicitly installed
2012-12-17rndis: set a revision in recipe, limit leases to 1Max Krummenacher
2012-12-07usb-rndis: make sure the interface is up when a host connectsMax Krummenacher
2012-11-26usb-rndis:Max Krummenacher
- add recipe which configures RNDIS and dhcp on the new NIC requires kernel commit b7e977a36ee2b1ab1a55238761fe8d63df9bc638 see also http://permalink.gmane.org/gmane.linux.usb.general/56244