Ethernet mezzanine support?

I just installed the PYNQ image 3.0.1 on an Ultra96 board. I’m trying to use the 96boards ethernet mezzanine (which uses the LAN7850 usb ethernet chip). The kernel module lan78xx is loaded and eth0 appears in the output of ‘ip addr’ but it does not acquire an ipv4 address by DHCP, and it cannot access anything in the internal network. Any idea what’s wrong?

[    0.000000] random: get_random_bytes called from start_kernel+0x474/0x6d4 with crng_init=0
[    0.000000] arch_timer: cp15 timer(s) running at 99.99MHz (phys).
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x17102373f5, max_idle_ns: 440795203772 ns
[    0.000000] sched_clock: 56 bits at 99MHz, resolution 10ns, wraps every 4398046511100ns
[    0.000409] Console: colour dummy device 80x25
[    0.000662] printk: console [tty0] enabled
[    0.000702] Calibrating delay loop (skipped), value calculated using timer frequency.. 199.99 BogoMIPS (lpj=399999)
[    0.000723] pid_max: default: 32768 minimum: 301
[    0.000888] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
[    0.000914] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
[    0.002469] rcu: Hierarchical SRCU implementation.
[    0.002768] EFI services will not be available.
[    0.002944] smp: Bringing up secondary CPUs ...
[    0.003399] Detected VIPT I-cache on CPU1
[    0.003454] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[    0.003919] Detected VIPT I-cache on CPU2
[    0.003945] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
[    0.004390] Detected VIPT I-cache on CPU3
[    0.004414] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
[    0.004461] smp: Brought up 1 node, 4 CPUs
[    0.004495] SMP: Total of 4 processors activated.
[    0.004505] CPU features: detected: 32-bit EL0 Support
[    0.004516] CPU features: detected: CRC32 instructions
[    0.004570] CPU: All CPU(s) started at EL2
[    0.004591] alternatives: patching kernel code
[    0.006023] devtmpfs: initialized
[    0.012051] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.012087] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.017654] pinctrl core: initialized pinctrl subsystem
[    0.018344] DMI not present or invalid.
[    0.018678] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.020185] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations
[    0.020295] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.020357] audit: initializing netlink subsys (disabled)
[    0.020473] audit: type=2000 audit(0.020:1): state=initialized audit_enabled=0 res=1
[    0.020918] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[    0.020991] ASID allocator initialised with 65536 entries
[    0.021127] Serial: AMBA PL011 UART driver
[    0.041678] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.041715] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
[    0.041726] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.041737] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
[    1.111605] cryptd: max_cpu_qlen set to 1000
[    1.112237] "cryptomgr_test" (65) uses obsolete ecb(arc4) skcipher
[    1.139076] DRBG: Continuing without Jitter RNG
[    1.240929] raid6: neonx8   gen()  2133 MB/s
[    1.308986] raid6: neonx8   xor()  1583 MB/s
[    1.377051] raid6: neonx4   gen()  2175 MB/s
[    1.445104] raid6: neonx4   xor()  1553 MB/s
[    1.513174] raid6: neonx2   gen()  2065 MB/s
[    1.581228] raid6: neonx2   xor()  1421 MB/s
[    1.649303] raid6: neonx1   gen()  1768 MB/s
[    1.717357] raid6: neonx1   xor()  1212 MB/s
[    1.785419] raid6: int64x8  gen()  1366 MB/s
[    1.853477] raid6: int64x8  xor()   773 MB/s
[    1.921556] raid6: int64x4  gen()  1599 MB/s
[    1.989609] raid6: int64x4  xor()   845 MB/s
[    2.057688] raid6: int64x2  gen()  1398 MB/s
[    2.125744] raid6: int64x2  xor()   749 MB/s
[    2.193826] raid6: int64x1  gen()  1031 MB/s
[    2.261870] raid6: int64x1  xor()   517 MB/s
[    2.261880] raid6: using algorithm neonx4 gen() 2175 MB/s
[    2.261889] raid6: .... xor() 1553 MB/s, rmw enabled
[    2.261898] raid6: using neon recovery algorithm
[    2.262837] iommu: Default domain type: Translated 
[    2.262849] iommu: DMA domain TLB invalidation policy: strict mode 
[    2.263187] SCSI subsystem initialized
[    2.263228] libata version 3.00 loaded.
[    2.263377] usbcore: registered new interface driver usbfs
[    2.263418] usbcore: registered new interface driver hub
[    2.263449] usbcore: registered new device driver usb
[    2.263516] mc: Linux media interface: v0.10
[    2.263542] videodev: Linux video capture interface: v2.00
[    2.263593] pps_core: LinuxPPS API ver. 1 registered
[    2.263603] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    2.263624] PTP clock support registered
[    2.263661] EDAC MC: Ver: 3.0.0
[    2.263983] zynqmp-ipi-mbox mailbox@ff990400: Registered ZynqMP IPI mbox with TX/RX channels.
[    2.264211] FPGA manager framework
[    2.264362] Advanced Linux Sound Architecture Driver Initialized.
[    2.264765] Bluetooth: Core ver 2.22
[    2.264796] NET: Registered PF_BLUETOOTH protocol family
[    2.264806] Bluetooth: HCI device and connection manager initialized
[    2.264821] Bluetooth: HCI socket layer initialized
[    2.264833] Bluetooth: L2CAP socket layer initialized
[    2.264850] Bluetooth: SCO socket layer initialized
[    2.265354] clocksource: Switched to clocksource arch_sys_counter
[    2.265515] VFS: Disk quotas dquot_6.6.0
[    2.265571] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    2.270127] NET: Registered PF_INET protocol family
[    2.270292] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    2.271294] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear)
[    2.271335] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    2.271453] TCP bind hash table entries: 16384 (order: 6, 262144 bytes, linear)
[    2.271813] TCP: Hash tables configured (established 16384 bind 16384)
[    2.271930] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear)
[    2.271982] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear)
[    2.272114] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    2.272505] RPC: Registered named UNIX socket transport module.
[    2.272518] RPC: Registered udp transport module.
[    2.272526] RPC: Registered tcp transport module.
[    2.272534] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    2.273181] PCI: CLS 0 bytes, default 64
[    2.273649] armv8-pmu pmu: hw perfevents: no interrupt-affinity property, guessing.
[    2.273854] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
[    2.301056] Initialise system trusted keyrings
[    2.301215] workingset: timestamp_bits=46 max_order=19 bucket_order=0
[    2.301716] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    2.302075] NFS: Registering the id_resolver key type
[    2.302097] Key type id_resolver registered
[    2.302106] Key type id_legacy registered
[    2.302133] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    2.302152] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[    2.302181] jffs2: version 2.2. (NAND) (SUMMARY)  © 2001-2006 Red Hat, Inc.
[    2.338258] NET: Registered PF_ALG protocol family
[    2.338274] xor: measuring software checksum speed
[    2.342458]    8regs           :  2363 MB/sec
[    2.346003]    32regs          :  2799 MB/sec
[    2.350283]    arm64_neon      :  2308 MB/sec
[    2.350293] xor: using function: 32regs (2799 MB/sec)
[    2.350306] Key type asymmetric registered
[    2.350316] Asymmetric key parser 'x509' registered
[    2.350372] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
[    2.350469] io scheduler mq-deadline registered
[    2.350481] io scheduler kyber registered
[    2.380579] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    2.381964] Serial: AMBA driver
[    2.382884] cacheinfo: Unable to detect cache hierarchy for CPU 0
[    2.388448] brd: module loaded
[    2.392820] loop: module loaded
[    2.393909] mtdoops: mtd device (mtddev=name/number) must be supplied
[    2.397521] tun: Universal TUN/TAP device driver, 1.6
[    2.397635] CAN device driver interface
[    2.398267] PPP generic driver version 2.4.2
[    2.399041] usbcore: registered new interface driver cdc_acm
[    2.399053] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[    2.399084] usbcore: registered new interface driver cdc_wdm
[    2.399126] usbcore: registered new interface driver usb-storage
[    2.399192] usbcore: registered new interface driver usbserial_generic
[    2.399217] usbserial: USB Serial support registered for generic
[    2.399250] usbcore: registered new interface driver usb_serial_simple
[    2.399273] usbserial: USB Serial support registered for carelink
[    2.399293] usbserial: USB Serial support registered for zio
[    2.399315] usbserial: USB Serial support registered for funsoft
[    2.399336] usbserial: USB Serial support registered for flashloader
[    2.399357] usbserial: USB Serial support registered for google
[    2.399377] usbserial: USB Serial support registered for libtransistor
[    2.399398] usbserial: USB Serial support registered for vivopay
[    2.399419] usbserial: USB Serial support registered for moto_modem
[    2.399439] usbserial: USB Serial support registered for motorola_tetra
[    2.399459] usbserial: USB Serial support registered for novatel_gps
[    2.399480] usbserial: USB Serial support registered for hp4x
[    2.399499] usbserial: USB Serial support registered for suunto
[    2.399520] usbserial: USB Serial support registered for siemens_mpi
[    2.399713] gadgetfs: USB Gadget filesystem, version 24 Aug 2004
[    2.400372] rtc_zynqmp ffa60000.rtc: registered as rtc0
[    2.400401] rtc_zynqmp ffa60000.rtc: setting system clock to 1970-01-01T02:31:26 UTC (9086)
[    2.400479] i2c_dev: i2c /dev entries driver
[    2.402741] device-mapper: ioctl: 4.45.0-ioctl (2021-03-22) initialised: dm-devel@redhat.com
[    2.402818] Bluetooth: HCI UART driver ver 2.3
[    2.402830] Bluetooth: HCI UART protocol H4 registered
[    2.402840] Bluetooth: HCI UART protocol BCSP registered
[    2.402866] Bluetooth: HCI UART protocol LL registered
[    2.402877] Bluetooth: HCI UART protocol ATH3K registered
[    2.402898] Bluetooth: HCI UART protocol Three-wire (H5) registered
[    2.402943] Bluetooth: HCI UART protocol Intel registered
[    2.402965] Bluetooth: HCI UART protocol QCA registered
[    2.403001] usbcore: registered new interface driver bcm203x
[    2.403037] usbcore: registered new interface driver bpa10x
[    2.403070] usbcore: registered new interface driver bfusb
[    2.403104] usbcore: registered new interface driver btusb
[    2.403154] usbcore: registered new interface driver ath3k
[    2.403255] EDAC MC: ECC not enabled
[    2.403404] EDAC DEVICE0: Giving out device to module edac controller cache_err: DEV edac (POLLED)
[    2.403586] EDAC DEVICE1: Giving out device to module zynqmp-ocm-edac controller zynqmp_ocm: DEV ff960000.memory-controller (INTERRUPT)
[    2.404050] sdhci: Secure Digital Host Controller Interface driver
[    2.404061] sdhci: Copyright(c) Pierre Ossman
[    2.404069] sdhci-pltfm: SDHCI platform and OF driver helper
[    2.404493] ledtrig-cpu: registered to indicate activity on CPUs
[    2.404642] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[    2.404725] zynqmp_firmware_probe Platform Management API v1.1
[    2.404740] zynqmp_firmware_probe Trustzone version v1.0
[    2.435781] securefw securefw: securefw probed
[    2.436136] alg: No test for xilinx-zynqmp-aes (zynqmp-aes)
[    2.436169] zynqmp_aes firmware:zynqmp-firmware:zynqmp-aes: AES Successfully Registered
[    2.436379] alg: No test for xilinx-keccak-384 (zynqmp-keccak-384)
[    2.436582] alg: No test for xilinx-zynqmp-rsa (zynqmp-rsa)
[    2.436782] usbcore: registered new interface driver usbhid
[    2.436794] usbhid: USB HID core driver
[    2.436892] xlnk xlnk: Major 239
[    2.437001] xlnk xlnk: xlnk driver loaded
[    2.437013] xlnk xlnk: xlnk_pdev is not null
[    2.439870] ARM CCI_400_r1 PMU driver probed
[    2.440549] fpga_manager fpga0: Xilinx ZynqMP FPGA Manager registered
[    2.441019] usbcore: registered new interface driver snd-usb-audio
[    2.441919] pktgen: Packet Generator for packet performance testing. Version: 2.75
[    2.442983] IPVS: Registered protocols (TCP, UDP)
[    2.443022] IPVS: Connection hash table configured (size=4096, memory=64Kbytes)
[    2.443179] IPVS: ipvs loaded.
[    2.443189] IPVS: [rr] scheduler registered.
[    2.443318] Initializing XFRM netlink socket
[    2.443407] NET: Registered PF_INET6 protocol family
[    2.444036] Segment Routing with IPv6
[    2.444062] In-situ OAM (IOAM) with IPv6
[    2.444152] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[    2.444573] NET: Registered PF_PACKET protocol family
[    2.444599] NET: Registered PF_KEY protocol family
[    2.444631] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[    2.444647] can: controller area network core
[    2.444689] NET: Registered PF_CAN protocol family
[    2.444700] can: raw protocol
[    2.444710] can: broadcast manager protocol
[    2.444723] can: netlink gateway - max_hops=1
[    2.444831] Bluetooth: RFCOMM TTY layer initialized
[    2.444850] Bluetooth: RFCOMM socket layer initialized
[    2.444874] Bluetooth: RFCOMM ver 1.11
[    2.444889] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    2.444899] Bluetooth: BNEP filters: protocol multicast
[    2.444911] Bluetooth: BNEP socket layer initialized
[    2.444920] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[    2.444932] Bluetooth: HIDP socket layer initialized
[    2.444976] 8021q: 802.1Q VLAN Support v1.8
[    2.445134] 9pnet: Installing 9P2000 support
[    2.445167] Key type dns_resolver registered
[    2.445376] registered taskstats version 1
[    2.445392] Loading compiled-in X.509 certificates
[    2.446931] Btrfs loaded, crc32c=crc32c-generic, zoned=no, fsverity=no
[    2.457882] ff000000.serial: ttyPS1 at MMIO 0xff000000 (irq = 48, base_baud = 6249993) is a xuartps
[    2.458521] ff010000.serial: ttyPS0 at MMIO 0xff010000 (irq = 49, base_baud = 6249993) is a xuartps
[    3.948794] printk: console [ttyPS0] enabled
[    3.953450] of-fpga-region fpga-full: FPGA Region probed
[    3.959643] xilinx-zynqmp-dma fd500000.dma-controller: ZynqMP DMA driver Probe success
[    3.967754] xilinx-zynqmp-dma fd510000.dma-controller: ZynqMP DMA driver Probe success
[    3.975858] xilinx-zynqmp-dma fd520000.dma-controller: ZynqMP DMA driver Probe success
[    3.983963] xilinx-zynqmp-dma fd530000.dma-controller: ZynqMP DMA driver Probe success
[    3.992068] xilinx-zynqmp-dma fd540000.dma-controller: ZynqMP DMA driver Probe success
[    4.000173] xilinx-zynqmp-dma fd550000.dma-controller: ZynqMP DMA driver Probe success
[    4.008280] xilinx-zynqmp-dma fd560000.dma-controller: ZynqMP DMA driver Probe success
[    4.016383] xilinx-zynqmp-dma fd570000.dma-controller: ZynqMP DMA driver Probe success
[    4.024561] xilinx-zynqmp-dma ffa80000.dma-controller: ZynqMP DMA driver Probe success
[    4.032665] xilinx-zynqmp-dma ffa90000.dma-controller: ZynqMP DMA driver Probe success
[    4.040771] xilinx-zynqmp-dma ffaa0000.dma-controller: ZynqMP DMA driver Probe success
[    4.048870] xilinx-zynqmp-dma ffab0000.dma-controller: ZynqMP DMA driver Probe success
[    4.056970] xilinx-zynqmp-dma ffac0000.dma-controller: ZynqMP DMA driver Probe success
[    4.065076] xilinx-zynqmp-dma ffad0000.dma-controller: ZynqMP DMA driver Probe success
[    4.073183] xilinx-zynqmp-dma ffae0000.dma-controller: ZynqMP DMA driver Probe success
[    4.081290] xilinx-zynqmp-dma ffaf0000.dma-controller: ZynqMP DMA driver Probe success
[    4.089671] xilinx-zynqmp-dpdma fd4c0000.dma-controller: Xilinx DPDMA engine is probed
[    4.098820] zynqmp-display fd4a0000.display: vtc bridge property not present
[    4.107974] xilinx-dp-snd-codec fd4a0000.display:zynqmp_dp_snd_codec0: Xilinx DisplayPort Sound Codec probed
[    4.118078] xilinx-dp-snd-pcm zynqmp_dp_snd_pcm0: Xilinx DisplayPort Sound PCM probed
[    4.126146] xilinx-dp-snd-pcm zynqmp_dp_snd_pcm1: Xilinx DisplayPort Sound PCM probed
[    4.135435] xilinx-dp-snd-card fd4a0000.display:zynqmp_dp_snd_card: Xilinx DisplayPort Sound Card probed
[    4.145038] OF: graph: no port node found in /axi/display@fd4a0000
[    4.151705] xlnx-drm xlnx-drm.0: bound fd4a0000.display (ops 0xffff80000904b7b0)
[    4.368050] Console: switching to colour frame buffer device 160x45
[    4.391016] zynqmp-display fd4a0000.display: [drm] fb0: xlnxdrmfb frame buffer device
[    4.399200] [drm] Initialized xlnx 1.0.0 20130509 for fd4a0000.display on minor 0
[    4.406767] zynqmp-display fd4a0000.display: ZynqMP DisplayPort Subsystem driver probed
[    4.416735] xilinx-axipmon ffa00000.perf-monitor: Probed Xilinx APM
[    4.423350] xilinx-axipmon fd0b0000.perf-monitor: Probed Xilinx APM
[    4.429907] xilinx-axipmon fd490000.perf-monitor: Probed Xilinx APM
[    4.436469] xilinx-axipmon ffa10000.perf-monitor: Probed Xilinx APM
[    4.468773] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
[    4.474341] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 1
[    4.482191] xhci-hcd xhci-hcd.1.auto: hcc params 0x0238f625 hci version 0x100 quirks 0x0000000002010010
[    4.491705] xhci-hcd xhci-hcd.1.auto: irq 57, io mem 0xfe300000
[    4.497970] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
[    4.506313] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.513590] usb usb1: Product: xHCI Host Controller
[    4.518510] usb usb1: Manufacturer: Linux 5.15.19-xilinx-v2022.1 xhci-hcd
[    4.525355] usb usb1: SerialNumber: xhci-hcd.1.auto
[    4.530657] hub 1-0:1.0: USB hub found
[    4.534466] hub 1-0:1.0: 1 port detected
[    4.538642] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
[    4.544183] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 2
[    4.554076] xhci-hcd xhci-hcd.1.auto: Host supports USB 3.0 SuperSpeed
[    4.562862] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    4.573220] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15
[    4.583681] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.593070] usb usb2: Product: xHCI Host Controller
[    4.600077] usb usb2: Manufacturer: Linux 5.15.19-xilinx-v2022.1 xhci-hcd
[    4.609001] usb usb2: SerialNumber: xhci-hcd.1.auto
[    4.616250] hub 2-0:1.0: USB hub found
[    4.622094] hub 2-0:1.0: 1 port detected
[    4.629901] i2c i2c-0: Added multiplexed i2c bus 2
[    4.636867] i2c i2c-0: Added multiplexed i2c bus 3
[    4.643779] i2c i2c-0: Added multiplexed i2c bus 4
[    4.650627] i2c i2c-0: Added multiplexed i2c bus 5
[    4.681421] random: fast init done
[    4.793353] usb 1-1: new high-speed USB device number 2 using xhci-hcd
[    4.949934] usb 1-1: New USB device found, idVendor=0424, idProduct=2744, bcdDevice= 2.05
[    4.959983] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    4.968955] usb 1-1: Product: USB2744
[    4.974417] usb 1-1: Manufacturer: Microchip Tech
[    5.042936] hub 1-1:1.0: USB hub found
[    5.048469] hub 1-1:1.0: 4 ports detected
[    5.106853] usb 2-1: new SuperSpeed USB device number 2 using xhci-hcd
[    5.133719] usb 2-1: New USB device found, idVendor=0424, idProduct=5744, bcdDevice= 2.05
[    5.143638] usb 2-1: New USB device strings: Mfr=2, Product=3, SerialNumber=0
[    5.152498] usb 2-1: Product: USB5744
[    5.157844] usb 2-1: Manufacturer: Microchip Tech
[    5.186927] hub 2-1:1.0: USB hub found
[    5.192341] hub 2-1:1.0: 3 ports detected
[    5.371347] i2c i2c-0: Added multiplexed i2c bus 6
[    5.377959] i2c i2c-0: Added multiplexed i2c bus 7
[    5.384522] i2c i2c-0: Added multiplexed i2c bus 8
[    5.391079] i2c i2c-0: Added multiplexed i2c bus 9
[    5.397466] pca954x 0-0075: registered 8 multiplexed busses for I2C switch pca9548
[    5.401351] usb 1-1.1: new high-speed USB device number 3 using xhci-hcd
[    5.406720] cdns-i2c ff030000.i2c: 100 kHz mmio ff030000 irq 39
[    5.423669] cpufreq: cpufreq_online: CPU0: Running at unlisted initial frequency: 1199998 KHz, changing to: 1199999 KHz
[    5.436414] pwrseq_simple sdio-pwrseq: mmc succesfully got gpio_resetn
[    5.444647] pwrseq_simple sdio-pwrseq: mmc failed to get default chip_en GPIO
[    5.453614] pwrseq_simple sdio_pwrseq: mmc failed to get default resetn GPIO
[    5.462315] pwrseq_simple sdio_pwrseq: mmc succesfully got gpio_chip_en
[    5.480576] pwrseq_simple: probe of sdio_pwrseq failed with error -16
[    5.491814] sdhci-arasan ff170000.mmc: allocated mmc-pwrseq
[    5.495606] input: gpio-keys as /devices/platform/gpio-keys/input/input0
[    5.507988] of_cfs_init
[    5.512123] of_cfs_init: OK
[    5.516724] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    5.523516] mmc0: SDHCI controller on ff160000.mmc [ff160000.mmc] using ADMA 64-bit
[    5.536551] usb 1-1.1: New USB device found, idVendor=1d6b, idProduct=0104, bcdDevice= 1.00
[    5.546598] usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    5.553351] mmc1: SDHCI controller on ff170000.mmc [ff170000.mmc] using ADMA 64-bit
[    5.555582] usb 1-1.1: Product: Composite KVM Device
[    5.571549] usb 1-1.1: Manufacturer: PiKVM
[    5.577314] usb 1-1.1: SerialNumber: CAFEBABE
[    5.581629] mmc1: new high speed SDIO card at address 0001
[    5.617133] mmc0: new high speed SDHC card at address 0007
[    5.624850] mmcblk0: mmc0:0007 SL32G 29.0 GiB 
[    5.633174]  mmcblk0: p1 p2
[    5.666271] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    5.674579] clk: Not disabling unused clocks
[    5.680848] ALSA device list:
[    5.685531]   #0: DisplayPort monitor
[    5.691448] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[    5.701851] cfg80211: failed to load regulatory.db
[    5.709519] input: PiKVM Composite KVM Device as /devices/platform/axi/ff9e0000.usb1/fe300000.usb/xhci-hcd.1.auto/usb1/1-1/1-1.1/1-1.1:1.0/0003:1D6B:0104.0001/input/input1
[    5.785693] hid-generic 0003:1D6B:0104.0001: input: USB HID v1.01 Keyboard [PiKVM Composite KVM Device] on usb-xhci-hcd.1.auto-1.1/input0
[    5.801380] input: PiKVM Composite KVM Device as /devices/platform/axi/ff9e0000.usb1/fe300000.usb/xhci-hcd.1.auto/usb1/1-1/1-1.1/1-1.1:1.1/0003:1D6B:0104.0002/input/input2
[    5.820935] hid-generic 0003:1D6B:0104.0002: input: USB HID v1.01 Mouse [PiKVM Composite KVM Device] on usb-xhci-hcd.1.auto-1.1/input1
[    5.836405] input: PiKVM Composite KVM Device as /devices/platform/axi/ff9e0000.usb1/fe300000.usb/xhci-hcd.1.auto/usb1/1-1/1-1.1/1-1.1:1.2/0003:1D6B:0104.0003/input/input3
[    5.856351] hid-generic 0003:1D6B:0104.0003: input: USB HID v1.01 Mouse [PiKVM Composite KVM Device] on usb-xhci-hcd.1.auto-1.1/input2
[    5.871277] usb-storage 1-1.1:1.3: USB Mass Storage device detected
[    5.880301] scsi host0: usb-storage 1-1.1:1.3
[    5.965359] usb 1-1.3: new high-speed USB device number 4 using xhci-hcd
[    6.073580] usb 1-1.3: New USB device found, idVendor=0424, idProduct=7850, bcdDevice= 3.00
[    6.084529] usb 1-1.3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    6.209355] usb 1-1.4: new high-speed USB device number 5 using xhci-hcd
[    6.318073] usb 1-1.4: New USB device found, idVendor=0424, idProduct=2740, bcdDevice= 2.00
[    6.329059] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    6.338901] usb 1-1.4: Product: Hub Controller
[    6.345815] usb 1-1.4: Manufacturer: Microchip Tech
[    6.913865] scsi 0:0:0:0: CD-ROM            PiKVM    CD-ROM Drive     0601 PQ: 0 ANSI: 2
[    7.558943] EXT4-fs (mmcblk0p2): recovery complete
[    7.574766] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
[    7.587154] VFS: Mounted root (ext4 filesystem) on device 179:2.
[    7.597112] devtmpfs: mounted
[    7.603567] Freeing unused kernel memory: 2240K
[    7.610733] Run /sbin/init as init process
[    7.617391]   with arguments:
[    7.617394]     /sbin/init
[    7.617397]     earlyprintk
[    7.617399]   with environment:
[    7.617402]     HOME=/
[    7.617404]     TERM=linux
[    8.172999] systemd[1]: System time before build time, advancing clock.
[    8.287350] systemd[1]: systemd 249.11-0ubuntu3 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT +GNUTLS -OPENSSL +ACL +BLKID +CURL +ELFUTILS -FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP -LIBFDISK +PCRE2 -PWQUALITY -P11KIT -QRENCODE +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[    8.326775] systemd[1]: Detected architecture arm64.
[    8.362552] systemd[1]: Hostname set to <pynq>.
[    9.127810] systemd[1]: Queued start job for default target Multi-User System.
[    9.139494] random: systemd: uninitialized urandom read (16 bytes read)
[    9.151539] systemd[1]: Created slice Slice /system/modprobe.
[    9.177522] random: systemd: uninitialized urandom read (16 bytes read)
[    9.188249] systemd[1]: Created slice Slice /system/serial-getty.
[    9.213435] random: systemd: uninitialized urandom read (16 bytes read)
[    9.223719] systemd[1]: Created slice User and Session Slice.
[    9.249750] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    9.277603] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    9.305662] systemd[1]: Condition check resulted in Arbitrary Executable File Formats File System Automount Point being skipped.
[    9.320390] systemd[1]: Reached target Local Encrypted Volumes.
[    9.345602] systemd[1]: Reached target Remote File Systems.
[    9.369433] systemd[1]: Reached target Slice Units.
[    9.385550] systemd[1]: Reached target Local Verity Protected Volumes.
[    9.409980] systemd[1]: Listening on Syslog Socket.
[    9.429638] systemd[1]: Listening on initctl Compatibility Named Pipe.
[    9.454224] systemd[1]: Listening on Journal Audit Socket.
[    9.477759] systemd[1]: Listening on Journal Socket (/dev/log).
[    9.501838] systemd[1]: Listening on Journal Socket.
[    9.522960] systemd[1]: Listening on udev Control Socket.
[    9.545760] systemd[1]: Listening on udev Kernel Socket.
[    9.572505] systemd[1]: Mounting Huge Pages File System...
[    9.592816] systemd[1]: Mounting POSIX Message Queue File System...
[    9.620957] systemd[1]: Mounting Kernel Debug File System...
[    9.641918] systemd[1]: Condition check resulted in Kernel Trace File System being skipped.
[    9.658518] systemd[1]: Starting Journal Service...
[    9.683139] systemd[1]: Starting Restore / save the current clock...
[    9.714554] systemd[1]: Starting Set the console keyboard layout...
[    9.737699] systemd[1]: Condition check resulted in Create List of Static Device Nodes being skipped.
[    9.754089] systemd[1]: Starting Load Kernel Module configfs...
[    9.782176] systemd[1]: Starting Load Kernel Module drm...
[    9.805801] systemd[1]: Starting Load Kernel Module fuse...
[    9.833575] systemd[1]: Started Nameserver information manager.
[    9.862300] systemd[1]: Reached target Preparation for Network.
[    9.892009] systemd[1]: Starting Load Kernel Modules...
[    9.917282] systemd[1]: Starting Remount Root and Kernel File Systems...
[    9.930221] wilc_sdio: loading out-of-tree module taints kernel.
[    9.942041] Registering wifi device
[    9.947498] Max scan ids= 10,Max scan IE len= 1000,Signal Type= 1,Interface Modes= 844
[    9.957678] Initializing Locks ...
[    9.963745] wilc_netdev_ifc_init name[wlan0] vnum[1], idx[0], wilc-type[2] nl-type[2]
[    9.973689] wilc_sdio mmc1:0001:1: Driver Initializing success
[    9.993369] systemd[1]: Starting Coldplug All udev Devices...
[   10.023597] systemd[1]: Started Journal Service.
[   10.355622] Adding 524284k swap on /var/swap.  Priority:-2 extents:1 across:524284k SS
[   10.386214] systemd-journald[271]: Received client request to flush runtime journal.
[   10.430409] systemd-journald[271]: File /var/log/journal/bd081b0be1fd457093e07237b0dee576/system.journal corrupted or uncleanly shut down, renaming and replacing.
[   12.329375] random: crng init done
[   12.329390] random: 7 urandom warning(s) missed due to ratelimiting
[   16.101286] [drm] Probing for xlnx,zocl
[   16.101429] zocl-drm axi:zyxclmm_drm: IRQ index 0 not found
[   16.109407] [drm] FPGA programming device pcap founded.
[   16.134080] [drm] PR[0] Isolation addr 0x0
[   16.178740] [drm] Initialized zocl 0.0.0 00000 for axi:zyxclmm_drm on minor 1
[   16.401647] usbcore: registered new interface driver uas
[   16.606219] usbcore: registered new interface driver lan78xx
[   21.807730] loop0: detected capacity change from 0 to 102400
[   22.072043] Mass Storage Function, version: 2009/09/11
[   22.072070] LUN: removable file: (no medium)
[   22.077733] using random self ethernet address
[   22.077755] using random host ethernet address
[   22.212289] usb0: HOST MAC 42:5a:49:59:1a:e6
[   22.212318] usb0: MAC 46:52:04:20:5e:1b
[   22.498728] 8021q: adding VLAN 0 to HW filter on device eth0
[   22.498823] lan78xx 1-1.3:1.0 eth0: kevent 4 may have been dropped
[   22.509029] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   22.874999] IPv6: ADDRCONF(NETDEV_CHANGE): usb0: link becomes ready
[   22.912695] NOHZ tick-stop error: Non-RCU local softirq work is pending, handler #08!!!
[   22.922462] NOHZ tick-stop error: Non-RCU local softirq work is pending, handler #08!!!
[   23.217093] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[   23.462509] NOHZ tick-stop error: Non-RCU local softirq work is pending, handler #08!!!
[   23.894496] NOHZ tick-stop error: Non-RCU local softirq work is pending, handler #08!!!
[   23.900948] loop0: detected capacity change from 0 to 8
[   24.300437] wilc_sdio mmc1:0001:1 wlan0: Failed to get RSSI value
[   24.443395] NOHZ tick-stop error: Non-RCU local softirq work is pending, handler #08!!!
[   24.918456] NOHZ tick-stop error: Non-RCU local softirq work is pending, handler #08!!!
[   25.054401] NOHZ tick-stop error: Non-RCU local softirq work is pending, handler #08!!!
[   26.014493] NOHZ tick-stop error: Non-RCU local softirq work is pending, handler #08!!!
[   27.194830] NOHZ tick-stop error: Non-RCU local softirq work is pending, handler #08!!!
[   28.659582] NOHZ tick-stop error: Non-RCU local softirq work is pending, handler #08!!!
[   44.606069] zocl-drm axi:zyxclmm_drm: zocl_create_client: created KDS client for pid(927), ret: 0
[   44.606146] zocl-drm axi:zyxclmm_drm: zocl_destroy_client: client exits pid(927)
[   44.891359] zocl-drm axi:zyxclmm_drm: zocl_create_client: created KDS client for pid(927), ret: 0
[   44.891541] zocl-drm axi:zyxclmm_drm: zocl_destroy_client: client exits pid(927)
[   62.262851] zocl-drm axi:zyxclmm_drm: zocl_create_client: created KDS client for pid(1048), ret: 0
[   62.262973] zocl-drm axi:zyxclmm_drm: zocl_destroy_client: client exits pid(1048)
[   62.263569] zocl-drm axi:zyxclmm_drm: zocl_create_client: created KDS client for pid(1048), ret: 0
[   63.473747] zocl-drm axi:zyxclmm_drm: zocl_destroy_client: client exits pid(1048)

1 Like

Can you manually assign an IP address to eth0?

it cannot access anything in the internal network
If this is your work network, are you sure you have permission to connect a device to the network? If you haven’t already tried, can you connect it to a home network to check?

Cathal

1 Like

I can. Manually assigning an IP in /etc/network/interfaces.d results in the IP being assigned to eth0 at boot, however the network is still totally inaccessible, trying to ping the router yields “Destination Host Unreachable”
Also, it is a home network. The device can join the network normally with a separate USB adapter. But that defeats the point of using a PoE device.