Greetings,
I'm trying to connect an official ve.direct to USB cable to a RPi3 (also tried with a 4) and a SmartShunt. (Ultimately, trying to build a Venus OS Pi)
I'm trying with just the USB side connected to the Pi to rule out any ground loops
root@raspberrypi2:~# dmesg |grep tty
[ 0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=1 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 bcm2708_fb.fbwidth=656 bcm2708_fb.fbheight=416 bcm2708_fb.fbswap=1 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000 dwc_otg.lpm_enable=0 console=ttyAMA0,115200 root=/dev/mmcblk0p2 rootwait
[ 2.402322] 3f201000.serial: ttyAMA0 at MMIO 0x3f201000 (irq = 114, base_baud = 0) is a PL011 rev2
[ 3.510771] printk: console [ttyAMA0] enabled
[ 3.583704] 3f215040.serial: ttyS0 at MMIO 0x3f215040 (irq = 86, base_baud = 50000000) is a 16550
no ttyUSBxx
re-plug of USB cable
[ 102.824643] usb 1-1.5: new full-speed USB device number 8 using dwc_otg
[ 102.924690] usb 1-1.5: device descriptor read/64, error -32
[ 103.144794] usb 1-1.5: device descriptor read/64, error -32
[ 103.364911] usb 1-1.5: new full-speed USB device number 9 using dwc_otg
[ 103.464954] usb 1-1.5: device descriptor read/64, error -32
[ 103.685086] usb 1-1.5: device descriptor read/64, error -32
[ 103.805353] usb 1-1-port5: attempt power cycle
[ 104.465463] usb 1-1.5: new full-speed USB device number 10 using dwc_otg
[ 104.905730] usb 1-1.5: device not accepting address 10, error -32
[ 105.005738] usb 1-1.5: new full-speed USB device number 11 using dwc_otg
[ 105.445953] usb 1-1.5: device not accepting address 11, error -32
[ 105.452229] usb 1-1-port5: unable to enumerate USB device
I'm driving the Pi with a Lab supply set and confirmed to be 5V with plenty of umph so power should not be a factor.
Any other ideas? How can I test/verify that the cable is working correctly?
Many thanks
Marcel