Ethernet-over-USB problems under 4.1.10-ti-r21

I can’t see the BBB from my Win7-64 PC…
I connect PC to BBB USB cable and run BONE_D64 succesfully but BBB shows up in “Device Manager” window as"Other devices" with a question mark and a exclamation mark in a yellow triangle… see picture below.
Tried rebooting and power cycling with no effect.

Any known way to fix it?

Cheers

PS
linux log when I try to force usb0:

owlstone@BBBKME9205EB:~$ ifconfig usb0
usb0 Link encap:Ethernet HWaddr 62:93:3c:54:96:49
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)

owlstone@BBBKME9205EB:~$ ifconfig usb0 up
SIOCSIFFLAGS: Operation not permitted
owlstone@BBBKME9205EB:~$ sudo ifconfig usb0 up
[ 957.404590] IPv6: ADDRCONF(NETDEV_UP): usb0: link is not ready

Additionally there is not “gadget serial” driver so no serial over USB, either!

The USB client port on BB White was for me rock solid, always. Then I
got a BB Black. For a while the USB client port worked, but then it
stopped working, and I lost lots of time trying to get it work,
unsuccessfuly . Eventually I gave up on that port altogether. Instead
I use a FTDI cable connected to the debug port, an Ethernet cable, and
an external power supply.

There was an issue with 4.1.10-rt-r21, first fixed in 4.1.12-ti-r25:

bug report:
https://github.com/beagleboard/linux/issues/48

fix:
https://github.com/RobertCNelson/ti-linux-kernel-dev/commit/1d9085bfb11e9e35ab0f4262799c8c801219a84f

so either upgrade via apt-get to "linux-image-4.1.12-ti-r25" or the top of
that branch: "linux-image-4.1.12-ti-r28"

Regards,

I upgraded to “linux-image-4.1.12-ti-r28” and now Windows installs all drivers on BBB boot and I can see everything in the “Device Manager” window, but still I have neither serial-over-USB nor ethernet-overUSB connection to the BBB.

The “Network Connections” window shows the “Linux USB Ethernet/RNDIS Gadget” but it says “Network cable unplugged”.
Terminal emulation on the Gadget Serial COM port just do not communicate.
Is there any investigation on the beaglebone side I can do?
Cheers

What rootfs did you use? (name and date)

Regards,

No clue…
this is the output of some fsroot related command I found browsing:

owlstone@BBBKME9205EB:~$ cat /proc/mounts
sysfs /sys sysfs rw,nosuid,nodev,noexec,relatime 0 0
proc /proc proc rw,nosuid,nodev,noexec,relatime 0 0
udev /dev devtmpfs rw,relatime,size=10240k,nr_inodes=58928,mode=755 0 0
devpts /dev/pts devpts rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000 0 0
tmpfs /run tmpfs rw,nosuid,noexec,relatime,size=50048k,mode=755 0 0
/dev/disk/by-uuid/bbb932ba-3fb4-4e57-adea-08b9deb027c3 / ext4 rw,noatime,errors=remount-ro,data=ordered 0 0
tmpfs /run/lock tmpfs rw,nosuid,nodev,noexec,relatime,size=5120k 0 0
tmpfs /run/shm tmpfs rw,nosuid,nodev,noexec,relatime,size=100080k 0 0
debugfs /sys/kernel/debug debugfs rw,relatime 0 0
/dev/mmcblk0p1 /media/BEAGLEBONE vfat rw,nosuid,nodev,relatime,uid=1000,gid=1000,fmask=0022,dmask=0077,codepage=437,iocharset=iso8859-1,shortname=mixed,showexec,utf8,flush,errors=remount-ro 0 0
owlstone@BBBKME9205EB:~$ rdev
-bash: rdev: command not found
owlstone@BBBKME9205EB:~$ df
Filesystem 1K-blocks Used Available Use% Mounted on
udev 10240 0 10240 0% /dev
tmpfs 50048 168 49880 1% /run
/dev/disk/by-uuid/bbb932ba-3fb4-4e57-adea-08b9deb027c3 3553816 2629628 723948 79% /
tmpfs 5120 0 5120 0% /run/lock
tmpfs 100080 0 100080 0% /run/shm
/dev/mmcblk0p1 98094 30368 67726 31% /media/BEAGLEBONE
owlstone@BBBKME9205EB:~$ cat /etc/mtab
sysfs /sys sysfs rw,nosuid,nodev,noexec,relatime 0 0
proc /proc proc rw,nosuid,nodev,noexec,relatime 0 0
udev /dev devtmpfs rw,relatime,size=10240k,nr_inodes=58928,mode=755 0 0
devpts /dev/pts devpts rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000 0 0
tmpfs /run tmpfs rw,nosuid,noexec,relatime,size=50048k,mode=755 0 0
/dev/disk/by-uuid/bbb932ba-3fb4-4e57-adea-08b9deb027c3 / ext4 rw,noatime,errors=remount-ro,data=ordered 0 0
tmpfs /run/lock tmpfs rw,nosuid,nodev,noexec,relatime,size=5120k 0 0
tmpfs /run/shm tmpfs rw,nosuid,nodev,noexec,relatime,size=100080k 0 0
debugfs /sys/kernel/debug debugfs rw,relatime 0 0
/dev/mmcblk0p1 /media/BEAGLEBONE vfat rw,nosuid,nodev,relatime,uid=1000,gid=1000,fmask=0022,dmask=0077,codepage=437,iocharset=iso8859-1,shortname=mixed,showexec,utf8,flush,errors=remount-ro 0 0
owlstone@BBBKME9205EB:~$

So you didn't download it from somewhere? it was just given to you?

cat /etc/dogtag

Regards,

I flashed 4.1.10-ti-r21 image from a link you pointed me to in an email from a different thread, to fix a USB problem.

Anyway:
owlstone@BBBKME9205EB:~$ cat /etc/dogtag

BeagleBoard.org Debian Image 2015-07-28