PINE64
Pine Dock Networking Issue - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=111)
+--- Forum: Pinebook Pro Hardware and Accessories (https://forum.pine64.org/forumdisplay.php?fid=116)
+--- Thread: Pine Dock Networking Issue (/showthread.php?tid=19047)



Pine Dock Networking Issue - trillobite - 02-09-2024

Hey everyone, I recently got the Pine Dock, and to be honest it's been a game changer for me, however there are two issues, HDMI isn't working, and no network through the rj-45.

Being a jack of all trades, but master of none... I do not have the knowledge to figure out these two issues. The primary issue I wish to fix is the network.



ip link show
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: wlan0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc fq_codel state DOWN mode DORMANT group default qlen 1000
    link/ether XX:XX:XX:XX:XX:XX brd ff:ff:ff:ff:ff:ff
3: wlu1u2: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DORMANT group default qlen 1000
    link/ether XX:XX:XX:XX:XX:XX brd ff:ff:ff:ff:ff:ff


uname -r
6.6.7-1-MANJARO-ARM


Anyone else experience these issues?



RE: Pine Dock Networking Issue - trillobite - 02-10-2024

I found this... but it's not compatible with ARM64 architecture (pinebook)
https://aur.archlinux.org/packages/r8152-dkms

Looks like I will be bringing this up to the Manjaro forums after a bit more research. I believe this is a distro specific issue lacking a driver. Here's a few more clues I found:

In the docs:
https://wiki.pine64.org/wiki/Pinebook_Pro_Dock

1. GbE Ethernet chip - RTL8153B
2. "Using devuan ARM & debian ARM, xfce4. Did not test Video out. USB and SD card readers work. Ethernet is working at full speed."
3. Ethernet works when connecting the device to a Windows machine.

https://github.com/torvalds/linux/blob/master/drivers/net/usb/r8152.c

Looks like the driver will be included in the 6.7 kernel.