From c576c7d2fa95b1d183049d4a0a52b206c36626e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sim=C3=B3=20Albert=20i=20Beltran?= Date: Sat, 11 Oct 2014 12:50:05 +0200 Subject: [PATCH] Fix USB networking --- install_debian.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install_debian.sh b/install_debian.sh index aba3e97..591d48e 100755 --- a/install_debian.sh +++ b/install_debian.sh @@ -167,6 +167,8 @@ iface usb0 inet static address $USB_ADDRESS netmask $USB_NETMASK gateway $USB_GATEWAY + pre-up modprobe g_nokia + post-down rmmod g_nokia EOF # Create X11 configuration file