Hi. Recently I read an awesome article about turning a Raspberry Pi to an USB C gadget.
Today I tried to apply the first steps of the article to my Radxa Zero which runs Manjaro ARM. However without success:
-
I don’t see the Ethernet options show up on my iPad and also my computer doesn’t list the usb0 interface when running
dmesg
. -
The Radxa lists the interface but it is marked as DOWN.
3: usb0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc fq_codel state DOWN group default qlen 1000 link/ether 00:dd:dc:eb:6d:a1 brd ff:ff:ff:ff:ff:ff inet 10.55.0.1/29 brd 10.55.0.7 scope global usb0 valid_lft forever preferred_lft forever
-
The USB C cable I am using is exactly the same described in the article.
Here are the commands I ran on a clean install.
I am not sure what I am missing here. I hope someone can help me