usb0 not showing on jessie 2015-01-06

Hello,

I cannot see (nor enable) usb0 interface (nor ttyGS0) on a Debian Jessie
Console image:

root@bbb:~# ip a s usb0
Device "usb0" does not exist."

root@bbb:~# lsmod
Module Size Used by
tun 15012 2
g_serial 13468 0
libcomposite 15107 1 g_serial
omap_rng 4254 0
root@bbb:~# modprobe g_multi
modprobe: ERROR: could not insert 'g_multi': No such device
root@bbb:~# cat /etc/dogtag
rcn-ee.net console Debian Image 2015-01-06
root@bbb:~# uname -a
Linux bbb 3.8.13-bone70 #1 SMP Mon Aug 11 17:16:59 UTC 2014 armv7l GNU/Linux

Also tried with 3.8.13-bone63 and 3.19.0-rc7-bone3 (same as an older
Wheezy image that works).

I'd be grateful if someone has any pointer.
Thank you.

Hello,

I cannot see (nor enable) usb0 interface (nor ttyGS0) on a Debian Jessie
Console image:

root@bbb:~# ip a s usb0
Device "usb0" does not exist."

root@bbb:~# lsmod
Module Size Used by
tun 15012 2
g_serial 13468 0
libcomposite 15107 1 g_serial

^^^^ g_serial is loaded...

omap_rng 4254 0
root@bbb:~# modprobe g_multi
modprobe: ERROR: could not insert 'g_multi': No such device
root@bbb:~# cat /etc/dogtag
rcn-ee.net console Debian Image 2015-01-06
root@bbb:~# uname -a
Linux bbb 3.8.13-bone70 #1 SMP Mon Aug 11 17:16:59 UTC 2014 armv7l GNU/Linux

Also tried with 3.8.13-bone63 and 3.19.0-rc7-bone3 (same as an older
Wheezy image that works).

I'd be grateful if someone has any pointer.

run:

cd /opt/scripts/boot/
git pull

and g_ether will now be loaded by default on bootup..

Regards,