beaglebone black gets windows ip but does not appear as rndis/ethernet gadget in linux

Hello
I am new to Beaglebone, I installed the latest image file ubuntu-armhf-22.04-console-v5.10-ti/2025-03-12 version with sd card, when I make driver update settings with windows, it dynamically gets ip but when I plug it into the linux computer, it only appears as ftdi connection, it does not appear as RNDIS/Ethernet Gadget. Usb0 and Usb1 are detected as NO-CARRIER, what is the reason?
Thanks

Hi @selim , can you retest with the official debian image?

For example: iot image: Index of /rootfs/debian-armhf-12-bookworm-iot-v5.10-ti

The Ubuntu images are built only for reference, they are not official BeagleBoard.org image’s, thus there is no direct support for them. Consider the Ubuntu images as-is.

Personally we had a great conversation with Armbian at Embedded World, I’m going to phase out building any of my Ubuntu images and just focus on Debian (for armhf, arm64, riscv64), as they have been focusing on Ubuntu LTS’s.

Regards,

First of all, thank you very much for your response. as you said, I downloaded this version of AM335x 11.7 2023-09-02 4GB microSD IoT, which is one of the latest debian versions. I first tried it on microsoft and dynamically received ip, but the same problem continues on the linux machine, maybe I will share the necessary outputs to create an idea.

debian@BeagleBone:~$ dmesg
[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 5.10.168-ti-r71 (voodoo@rpi4b4g-02) (gcc (Debian 10.2.1-6) 10.2.1 20210110, GNU ld (GNU Binutils for Debian) 2.35.2) #1bullseye SMP PREEMPT Fri Sep 1 04:05:07 UTC 2023
[    0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c5387d
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] OF: fdt: Machine model: TI AM335x BeagleBone Black
[    0.000000] Memory policy: Data cache writeback
[    0.000000] efi: UEFI not found.
[    0.000000] cma: Reserved 48 MiB at 0x9c800000
[    0.000000] Zone ranges:
[    0.000000]   Normal   [mem 0x0000000080000000-0x000000009fdfffff]
[    0.000000]   HighMem  empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000080000000-0x000000009fdfffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x000000009fdfffff]
[    0.000000] On node 0 totalpages: 130560
[    0.000000]   Normal zone: 1148 pages used for memmap
[    0.000000]   Normal zone: 0 pages reserved
[    0.000000]   Normal zone: 130560 pages, LIFO batch:31
[    0.000000] CPU: All CPU(s) started in SVC mode.
[    0.000000] AM335X ES2.1 (sgx neon)
[    0.000000] percpu: Embedded 21 pages/cpu s54604 r8192 d23220 u86016
[    0.000000] pcpu-alloc: s54604 r8192 d23220 u86016 alloc=21*4096
[    0.000000] pcpu-alloc: [0] 0
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 129412
[    0.000000] Kernel command line: console=ttyS0,115200n8 bone_capemgr.uboot_capemgr_enabled=1 root=/dev/mmcblk0p1 ro rootfstype=ext4 rootwait coherent_pool=1M net.ifnames=0 lpj=1990656 rng_core.default_quality=100 quiet
[    0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes, linear)
[    0.000000] mem auto-init: stack:off, heap alloc:on, heap free:off
[    0.000000] Memory: 436296K/522240K available (15360K kernel code, 1446K rwdata, 4040K rodata, 1024K init, 444K bss, 36792K reserved, 49152K cma-reserved, 0K highmem)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[    0.000000] rcu: Preemptible hierarchical RCU implementation.
[    0.000000] rcu:     RCU event tracing is enabled.
[    0.000000] rcu:     RCU restricting CPUs from NR_CPUS=2 to nr_cpu_ids=1.
[    0.000000]  Trampoline variant of Tasks RCU enabled.
[    0.000000]  Tracing variant of Tasks RCU enabled.
[    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1
[    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[    0.000000] IRQ: Found an INTC at 0x(ptrval) (revision 5.0) with 128 interrupts
[    0.000000] TI gptimer clocksource: always-on /ocp/interconnect@44c00000/segment@200000/target-module@31000
[    0.000015] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 89478484971ns
[    0.000032] clocksource: dmtimer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
[    0.000412] TI gptimer clockevent: 24000000 Hz at /ocp/interconnect@48000000/segment@0/target-module@40000
[    0.002573] Console: colour dummy device 80x30
[    0.002660] Calibrating delay loop (skipped) preset value.. 995.32 BogoMIPS (lpj=1990656)
[    0.002686] pid_max: default: 32768 minimum: 301
[    0.003281] LSM: Security Framework initializing
[    0.003399] Yama: becoming mindful.
[    0.003701] AppArmor: AppArmor initialized
[    0.003716] TOMOYO Linux initialized
[    0.003907] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.003922] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.005717] CPU: Testing write buffer coherency: ok
[    0.005801] CPU0: Spectre v2: using BPIALL workaround
[    0.028891] Setting up static identity map for 0x80100000 - 0x80100060
[    0.036480] rcu: Hierarchical SRCU implementation.
[    0.045745] EFI services will not be available.
[    0.056494] smp: Bringing up secondary CPUs ...
[    0.056510] smp: Brought up 1 node, 1 CPU
[    0.056523] SMP: Total of 1 processors activated (995.32 BogoMIPS).
[    0.056531] CPU: All CPU(s) started in SVC mode.
[    0.057460] devtmpfs: initialized
[    0.100911] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
[    0.101413] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.101456] futex hash table entries: 256 (order: 2, 16384 bytes, linear)
[    0.105318] pinctrl core: initialized pinctrl subsystem
[    0.106506] DMI not present or invalid.
[    0.107447] NET: Registered protocol family 16
[    0.111545] DMA: preallocated 1024 KiB pool for atomic coherent allocations
[    0.152268] l3-aon-clkctrl:0000:0: failed to disable
[    0.153045] audit: initializing netlink subsys (disabled)
[    0.154549] thermal_sys: Registered thermal governor 'fair_share'
[    0.154564] thermal_sys: Registered thermal governor 'bang_bang'
[    0.154574] thermal_sys: Registered thermal governor 'step_wise'
[    0.154581] thermal_sys: Registered thermal governor 'user_space'
[    0.154588] thermal_sys: Registered thermal governor 'power_allocator'
[    0.155502] cpuidle: using governor ladder
[    0.155551] cpuidle: using governor menu
[    0.160582] audit: type=2000 audit(0.144:1): state=initialized audit_enabled=0 res=1
[    4.797189] hw-breakpoint: debug architecture 0x4 unsupported.
[    4.845548] Kprobes globally optimized
[    4.868882] raid6: skip pq benchmark and using algorithm neonx8
[    4.868904] raid6: using neon recovery algorithm
[    4.876587] iommu: Default domain type: Translated
[    4.881405] SCSI subsystem initialized
[    4.884664] libata version 3.00 loaded.
[    4.885021] usbcore: registered new interface driver usbfs
[    4.885111] usbcore: registered new interface driver hub
[    4.885172] usbcore: registered new device driver usb
[    4.886363] mc: Linux media interface: v0.10
[    4.886413] videodev: Linux video capture interface: v2.00
[    4.886631] pps_core: LinuxPPS API ver. 1 registered
[    4.886641] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    4.886689] PTP clock support registered
[    4.889196] NetLabel: Initializing
[    4.889214] NetLabel:  domain hash size = 128
[    4.889220] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    4.889352] NetLabel:  unlabeled traffic allowed by default
[    4.890662] clocksource: Switched to clocksource dmtimer
[    5.952709] VFS: Disk quotas dquot_6.6.0
[    5.952852] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    5.953164] FS-Cache: Loaded
[    5.953566] CacheFiles: Loaded
[    5.954560] AppArmor: AppArmor Filesystem Enabled
[    5.968134] NET: Registered protocol family 2
[    5.968413] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    5.969940] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear)
[    5.970241] TCP established hash table entries: 4096 (order: 2, 16384 bytes, linear)
[    5.970307] TCP bind hash table entries: 4096 (order: 3, 32768 bytes, linear)
[    5.970367] TCP: Hash tables configured (established 4096 bind 4096)
[    5.971089] MPTCP token hash table entries: 512 (order: 1, 8192 bytes, linear)
[    5.971195] UDP hash table entries: 256 (order: 1, 8192 bytes, linear)
[    5.971228] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear)
[    5.971501] NET: Registered protocol family 1
[    5.984980] RPC: Registered named UNIX socket transport module.
[    5.984996] RPC: Registered udp transport module.
[    5.985003] RPC: Registered tcp transport module.
[    5.985010] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    5.985028] NET: Registered protocol family 44
[    5.985903] Trying to unpack rootfs image as initramfs...
[    6.417882] Freeing initrd memory: 7540K
[    6.419150] hw perfevents: enabled with armv7_cortex_a8 PMU driver, 5 counters available
[    6.424941] Initialise system trusted keyrings
[    6.425431] workingset: timestamp_bits=14 max_order=17 bucket_order=3
[    6.433643] zbud: loaded
[    6.441778] NFS: Registering the id_resolver key type
[    6.441857] Key type id_resolver registered
[    6.441866] Key type id_legacy registered
[    6.442062] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    6.442073] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[    6.442119] jffs2: version 2.2. (NAND) (SUMMARY)  © 2001-2006 Red Hat, Inc.
[    6.443390] fuse: init (API version 7.32)
[    6.532800] xor: automatically using best checksumming function   neon
[    6.532823] Key type asymmetric registered
[    6.532832] Asymmetric key parser 'x509' registered
[    6.532918] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
[    6.537308] io scheduler mq-deadline registered
[    7.280518] ti-sysc: probe of 44e31000.target-module failed with error -16
[    7.419898] omap_i2c 4802a000.i2c: bus 1 rev0.11 at 100 kHz
[    7.476317] ti-sysc: probe of 48040000.target-module failed with error -16
[    7.696131] omap-mailbox 480c8000.mailbox: omap mailbox rev 0x400
[    7.821632] omap_i2c 4819c000.i2c: bus 2 rev0.11 at 100 kHz
[    8.365111] debugfs: Directory '49000000.dma' with parent 'dmaengine' already present!
[    8.365163] edma 49000000.dma: TI EDMA DMA engine driver
[    8.396146] pinctrl-single 44e10800.pinmux: 142 pins, size 568
[    8.397578] gpio-of-helper ocp:cape-universal: Failed to get gpio property of 'P8_03'
[    8.397607] gpio-of-helper ocp:cape-universal: Failed to create gpio entry
[    8.419366] Serial: 8250/16550 driver, 6 ports, IRQ sharing disabled
[    8.424272] printk: console [ttyS0] disabled
[    8.424392] 44e09000.serial: ttyS0 at MMIO 0x44e09000 (irq = 20, base_baud = 3000000) is a 8250
[    8.452780] printk: console [ttyS0] enabled
[    8.454880] 48022000.serial: ttyS1 at MMIO 0x48022000 (irq = 27, base_baud = 3000000) is a 8250
[    8.456630] 48024000.serial: ttyS2 at MMIO 0x48024000 (irq = 28, base_baud = 3000000) is a 8250
[    8.458347] 481a6000.serial: ttyS3 at MMIO 0x481a6000 (irq = 43, base_baud = 3000000) is a 8250
[    8.459898] 481a8000.serial: ttyS4 at MMIO 0x481a8000 (irq = 44, base_baud = 3000000) is a 8250
[    8.461335] 481aa000.serial: ttyS5 at MMIO 0x481aa000 (irq = 45, base_baud = 3000000) is a 8250
[    8.465932] omap_rng 48310000.rng: Random Number Generator ver. 20
[    8.471177] random: crng init done
[    8.582848] loop: module loaded
[    8.583145] at24 2-0054: supply vcc not found, using dummy regulator
[    8.614108] at24 2-0055: supply vcc not found, using dummy regulator
[    8.641749] at24 2-0056: supply vcc not found, using dummy regulator
[    8.669615] at24 2-0057: supply vcc not found, using dummy regulator
[    8.763453] mdio_bus 4a101000.mdio: mii_bus 4a101000.mdio couldn't get reset GPIO
[    8.772136] cpsw 4a100000.ethernet: initialized cpsw ale version 1.4
[    8.772153] cpsw 4a100000.ethernet: ALE Table size 1024
[    8.772292] cpsw 4a100000.ethernet: cpts: overflow check period 1250 (jiffies)
[    8.772397] cpsw 4a100000.ethernet: Detected MACID = f8:2e:0c:11:a8:26
[    8.776125] usbcore: registered new interface driver smsc95xx
[    8.778977] am335x-phy-driver 47401300.usb-phy: supply vcc not found, using dummy regulator
[    8.779301] am335x-phy-driver 47401300.usb-phy: dummy supplies not allowed for exclusive requests
[    8.784457] am335x-phy-driver 47401b00.usb-phy: supply vcc not found, using dummy regulator
[    8.784767] am335x-phy-driver 47401b00.usb-phy: dummy supplies not allowed for exclusive requests
[    8.787862] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    8.787934] ehci-platform: EHCI generic platform driver
[    8.788519] ehci-omap: OMAP-EHCI Host Controller driver
[    8.801335] musb-hdrc musb-hdrc.1: MUSB HDRC host driver
[    8.801385] musb-hdrc musb-hdrc.1: new USB bus registered, assigned bus number 1
[    8.801779] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
[    8.801794] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    8.801803] usb usb1: Product: MUSB HDRC host driver
[    8.801813] usb usb1: Manufacturer: Linux 5.10.168-ti-r71 musb-hcd
[    8.801822] usb usb1: SerialNumber: musb-hdrc.1
[    8.802904] hub 1-0:1.0: USB hub found
[    8.802986] hub 1-0:1.0: 1 port detected
[    8.814344] omap_rtc 44e3e000.rtc: setting system clock to 2000-01-01T00:00:00 UTC (946684800)
[    8.816671] i2c /dev entries driver
[    8.822991] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
[    8.823788] softdog: initialized. soft_noboot=0 soft_margin=60 sec soft_panic=0 (nowayout=0)
[    8.823801] softdog:              soft_reboot_cmd=<not set> soft_active_on_boot=0
[    8.825970] cpuidle: enable-method property 'ti,am3352' found operations
[    8.828090] sdhci: Secure Digital Host Controller Interface driver
[    8.828105] sdhci: Copyright(c) Pierre Ossman
[    8.828113] sdhci-pltfm: SDHCI platform and OF driver helper
[    8.838860] sdhci-omap 481d8000.mmc: supply vqmmc not found, using dummy regulator
[    8.840529] ledtrig-cpu: registered to indicate activity on CPUs
[    8.841948] omap-aes 53500000.aes: OMAP AES hw accel rev: 3.2
[    8.842395] omap-aes 53500000.aes: will run requests pump with realtime priority
[    8.846024] omap-sham 53100000.sham: hw accel on OMAP rev 4.3
[    8.846907] omap-sham 53100000.sham: will run requests pump with realtime priority
[    8.852994] hid: raw HID events driver (C) Jiri Kosina
[    8.853753] usbcore: registered new interface driver usbhid
[    8.853766] usbhid: USB HID core driver
[    8.854251] remoteproc remoteproc0: wkup_m3 is available
[    8.863652] NET: Registered protocol family 10
[    8.870824] mmc1: SDHCI controller on 481d8000.mmc [481d8000.mmc] using External DMA
[    8.980088] mmc1: switch to bus width 8 failed
[    8.983275] mmc1: new high speed MMC card at address 0001
[    8.991675] mmcblk1: mmc1:0001 MT3204 3.56 GiB
[    8.992279] mmcblk1boot0: mmc1:0001 MT3204 partition 1 2.00 MiB
[    8.992839] mmcblk1boot1: mmc1:0001 MT3204 partition 2 2.00 MiB
[    8.993263] mmcblk1rpmb: mmc1:0001 MT3204 partition 3 512 KiB, chardev (240:0)
[    8.999617]  mmcblk1: p1
[    9.001446] Segment Routing with IPv6
[    9.001628] mip6: Mobile IPv6
[    9.001652] NET: Registered protocol family 17
[    9.006220] Key type dns_resolver registered
[    9.006235] mpls_gso: MPLS GSO support
[    9.006576] ThumbEE CPU extension supported.
[    9.006600] Registering SWP/SWPB emulation handler
[    9.006613] omap_voltage_late_init: Voltage driver support not added
[    9.014280] registered taskstats version 1
[    9.014320] Loading compiled-in X.509 certificates
[    9.014484] zswap: loaded using pool lzo/zbud
[    9.021819] Key type .fscrypt registered
[    9.021838] Key type fscrypt-provisioning registered
[    9.031798] Btrfs loaded, crc32c=crc32c-generic
[    9.031972] AppArmor: AppArmor sha1 policy hashing enabled
[    9.053687] OMAP GPIO hardware version 0.1
[    9.083499] tps65217-pmic: Failed to locate of_node [id: -1]
[    9.094545] tps65217-bl: Failed to locate of_node [id: -1]
[    9.097745] tps6521x_pwrbutton tps65217-pwrbutton: DMA mask not set
[    9.098853] input: tps65217_pwr_but as /devices/platform/ocp/44c00000.interconnect/44c00000.interconnect:segment@200000/44e0b000.target-module/44e0b000.i2c/i2c-0/0-0024/tps65217-pwrbutton/input/input0
[    9.099496] tps65217 0-0024: TPS65217 ID 0xe version 1.2
[    9.101199] at24 0-0050: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
[    9.101463] omap_i2c 44e0b000.i2c: bus 0 rev0.11 at 400 kHz
[    9.109448] gpio-of-helper ocp:cape-universal: Allocated GPIO id=0 name='P8_03'
[    9.109664] gpio-of-helper ocp:cape-universal: Allocated GPIO id=1 name='P8_04'
[    9.109831] gpio-of-helper ocp:cape-universal: Allocated GPIO id=2 name='P8_05'
[    9.110010] gpio-of-helper ocp:cape-universal: Allocated GPIO id=3 name='P8_06'
[    9.110452] gpio-of-helper ocp:cape-universal: Allocated GPIO id=4 name='P8_07'
[    9.110774] gpio-of-helper ocp:cape-universal: Allocated GPIO id=5 name='P8_08'
[    9.110978] gpio-of-helper ocp:cape-universal: Allocated GPIO id=6 name='P8_09'
[    9.111143] gpio-of-helper ocp:cape-universal: Allocated GPIO id=7 name='P8_10'
[    9.111325] gpio-of-helper ocp:cape-universal: Allocated GPIO id=8 name='P8_11'
[    9.111524] gpio-of-helper ocp:cape-universal: Allocated GPIO id=9 name='P8_12'
[    9.111789] gpio-of-helper ocp:cape-universal: Allocated GPIO id=10 name='P8_13'
[    9.111967] gpio-of-helper ocp:cape-universal: Allocated GPIO id=11 name='P8_14'
[    9.112140] gpio-of-helper ocp:cape-universal: Allocated GPIO id=12 name='P8_15'
[    9.112311] gpio-of-helper ocp:cape-universal: Allocated GPIO id=13 name='P8_16'
[    9.112495] gpio-of-helper ocp:cape-universal: Allocated GPIO id=14 name='P8_17'
[    9.112657] gpio-of-helper ocp:cape-universal: Allocated GPIO id=15 name='P8_18'
[    9.112830] gpio-of-helper ocp:cape-universal: Allocated GPIO id=16 name='P8_19'
[    9.112991] gpio-of-helper ocp:cape-universal: Allocated GPIO id=17 name='P8_2    9.114225] gpio-of-helper ocp:cape-universal: Allocated GPIO id=24 name='P8_27'
[    9.114383] gpio-of-helper ocp:cape-universal: Allocated GPIO id=25 name='P8_28'
[    9.114553] gpio-of-helper ocp:cape-universal: Allocated GPIO id=26 name='P8_29'
[    9.114835] gpio-of-helper ocp:cape-universal: Allocated GPIO id=27 name='P8_30'
[    9.115010] gpio-of-helper ocp:cape-universal: Allocated GPIO id=28 name='P8_31'
[    9.115181] gpio-of-helper ocp:cape-universal: Allocated GPIO id=29 name='P8_32'
[    9.115348] gpio-of-helper ocp:cape-universal: Allocated GPIO id=30 name='P8_33'
[    9.115524] gpio-of-helper ocp:cape-universal: Allocated GPIO id=31 name='P8_34'
[    9.115717] gpio-of-helper ocp:cape-universal: Allocated GPIO id=32 name='P8_35'
[    9.115881] gpio-of-helper ocp:cape-universal: Allocated GPIO id=33 name='P8_36'
[    9.116054] gpio-of-helper ocp:cape-universal: Allocated GPIO id=34 name='P8_37'
[    9.116213] gpio-of-helper ocp:cape-universal: Allocated GPIO id=35 name='P8_38'
[    9.116402] gpio-of-helper ocp:cape-universal: Allocated GPIO id=36 name='P8_39'
[    9.116581] gpio-of-helper ocp:cape-universal: Allocated GPIO id=37 name='P8_40'
[    9.116751] gpio-of-helper ocp:cape-universal: Allocated GPIO id=38 name='P8_41'
[    9.116921] gpio-of-helper ocp:cape-universal: Allocated GPIO id=39 name='P8_42'
[    9.117077] gpio-of-helper ocp:cape-universal: Allocated GPIO id=40 name='P8_43'
[    9.117245] gpio-of-helper ocp:cape-universal: Allocated GPIO id=41 name='P8_44'
[    9.117432] gpio-of-helper ocp:cape-universal: Allocated GPIO id=42 name='P8_45'
[    9.117592] gpio-of-helper ocp:cape-universal: Allocated GPIO id=43 name='P8_46'
[    9.117768] gpio-of-helper ocp:cape-universal: Allocated GPIO id=44 name='P9_11'
[    9.117950] gpio-of-helper ocp:cape-universal: Allocated GPIO id=45 name='P9_12'
[    9.118133] gpio-of-helper ocp:cape-universal: Allocated GPIO id=46 name='P9_13'
[    9.118306] gpio-of-helper ocp:cape-universal: Allocated GPIO id=47 name='P9_14'
[    9.118465] gpio-of-helper ocp:cape-universal: Allocated GPIO id=48 name='P9_15'
[    9.118720] gpio-of-helper ocp:cape-universal: Allocated GPIO id=49 name='P9_16'
[    9.118913] gpio-of-helper ocp:cape-universal: Allocated GPIO id=50 name='P9_17'
[    9.119083] gpio-of-helper ocp:cape-universal: Allocated GPIO id=51 name='P9_18'
[    9.119257] gpio-of-helper ocp:cape-universal: Allocated GPIO id=52 name='P9_19'
[    9.119450] gpio-of-helper ocp:cape-universal: Allocated GPIO id=53 name='P9_20'
[    9.119648] gpio-of-helper ocp:cape-universal: Allocated GPIO id=54 name='P9_21'
[    9.119823] gpio-of-helper ocp:cape-universal: Allocated GPIO id=55 name='P9_22'
[    9.119992] gpio-of-helper ocp:cape-universal: Allocated GPIO id=56 name='P9_23'
[    9.120164] gpio-of-helper ocp:cape-universal: Allocated GPIO id=57 name='P9_24'
[    9.120620] gpio-of-helper ocp:cape-universal: Allocated GPIO id=58 name='P9_25'
[    9.120824] gpio-of-helper ocp:cape-universal: Allocated GPIO id=59 name='P9_26'
[    9.121010] gpio-of-helper ocp:cape-universal: Allocated GPIO id=60 name='P9_27'
[    9.121177] gpio-of-helper ocp:cape-universal: Allocated GPIO id=61 name='P9_28'
[    9.121364] gpio-of-helper ocp:cape-universal: Allocated GPIO id=62 name='P9_29'
[    9.121538] gpio-of-helper ocp:cape-universal: Allocated GPIO id=63 name='P9_30'
[    9.121735] gpio-of-helper ocp:cape-universal: Allocated GPIO id=64 name='P9_31'
[    9.121913] gpio-of-helper ocp:cape-universal: Allocated GPIO id=65 name='P9_41'
[    9.122076] gpio-of-helper ocp:cape-universal: Allocated GPIO id=66 name='P9_91'
[    9.122250] gpio-of-helper ocp:cape-universal: Allocated GPIO id=67 name='P9_42'
[    9.122409] gpio-of-helper ocp:cape-universal: Allocated GPIO id=68 name='P9_92'
[    9.122420] gpio-of-helper ocp:cape-universal: ready
[    9.162709] davinci_mdio 4a101000.mdio: davinci mdio revision 1.6, bus freq 1000000
[    9.163017] mdio_bus 4a101000.mdio: MDIO device at address 0 is missing.
[    9.178851] omap_gpio 44e07000.gpio: Could not set line 6 debounce to 200000 microseconds (-22)
[    9.178874] sdhci-omap 48060000.mmc: Got CD GPIO
[    9.179096] sdhci-omap 48060000.mmc: supply vqmmc not found, using dummy regulator
[    9.181454] tda998x 0-0070: Error -121 writing to cec:0xff
[    9.187300] tda998x 0-0070: set_page 000a err -121
[    9.219238] mmc0: SDHCI controller on 48060000.mmc [48060000.mmc] using External DMA
[    9.250762] tda998x 0-0070: set_page 000a err -121
[    9.278200] mmc0: new high speed SDHC card at address aaaa
[    9.283755] mmcblk0: mmc0:aaaa SK32G 29.7 GiB
[    9.286388]  mmcblk0: p1
[    9.314802] tda998x 0-0070: set_page 0001 err -121
[    9.319757] tda998x 0-0070: set_page 0001 err -121
[    9.324666] tda998x 0-0070: set_page 0200 err -121
[    9.329565] tda998x 0-0070: set_page 0201 err -121
[    9.334465] tda998x 0-0070: set_page 0202 err -121
[    9.339363] tda998x 0-0070: set_page 0203 err -121
[    9.344259] tda998x 0-0070: set_page 0204 err -121
[    9.349154] tda998x 0-0070: set_page 0205 err -121
[    9.354048] tda998x 0-0070: set_page 020e err -121
[    9.358943] tda998x 0-0070: set_page 0211 err -121
[    9.363840] tda998x 0-0070: set_page 0207 err -121
[    9.368734] tda998x 0-0070: set_page 0208 err -121
[    9.373629] tda998x 0-0070: set_page 0209 err -121
[    9.378524] tda998x 0-0070: set_page 020a err -121
[    9.383418] tda998x 0-0070: set_page 0206 err -121
[    9.388313] tda998x 0-0070: set_page 0027 err -121
[    9.393209] tda998x 0-0070: set_page 0000 err -121
[    9.398043] tda998x 0-0070: failed to read version: -121
[    9.403555] tda998x: probe of 0-0070 failed with error -121
[    9.405242] of_cfs_init
[    9.405316] of_cfs_init: OK
[    9.409431] Freeing unused kernel memory: 1024K
[    9.410231] Run /init as init process
[    9.410244]   with arguments:
[    9.410252]     /init
[    9.410258]   with environment:
[    9.410265]     HOME=/
[    9.410272]     TERM=linux
[   19.657903] EXT4-fs (mmcblk0p1): INFO: recovery required on readonly filesystem
[   19.657926] EXT4-fs (mmcblk0p1): write access will be enabled during recovery
[   19.800986] EXT4-fs (mmcblk0p1): recovery complete
[   19.803725] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null)
[   20.129132] Not activating Mandatory Access Control as /sbin/tomoyo-init does not exist.
[   20.618123] systemd[1]: System time before build time, advancing clock.
[   20.715547] systemd[1]: systemd 247.3-7+deb11u4 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=unified)
[   20.717304] systemd[1]: Detected architecture arm.
[   20.723058] systemd[1]: Set hostname to <BeagleBone>.
[   22.588637] systemd[1]: Queued start job for default target Graphical Interface.
[   22.588750] systemd[1]: Unnecessary job for /sys/devices/platform/ocp/44c00000.interconnect/44c00000.interconnect:segment@200000/44e09050.target-module/44e09000.serial/tty/ttyS0 was removed.
[   22.588827] systemd[1]: Unnecessary job for /dev/bone/uart/0 was removed.
[   22.601316] systemd[1]: Created slice system-getty.slice.
[   22.604991] systemd[1]: Created slice system-modprobe.slice.
[   22.608643] systemd[1]: Created slice system-serial\x2dgetty.slice.
[   22.611460] systemd[1]: Created slice User and Session Slice.
[   22.612367] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[   22.613027] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[   22.615205] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[   22.615806] systemd[1]: Reached target Local Encrypted Volumes.
[   22.616384] systemd[1]: Reached target Paths.
[   22.616617] systemd[1]: Reached target Remote File Systems.
[   22.616788] systemd[1]: Reached target Slices.
[   22.617108] systemd[1]: Reached target Swap.
[   22.619497] systemd[1]: Listening on Syslog Socket.
[   22.620861] systemd[1]: Listening on fsck to fsckd communication Socket.
[   22.621671] systemd[1]: Listening on initctl Compatibility Named Pipe.
[   22.623844] systemd[1]: Listening on Journal Audit Socket.
[   22.625060] systemd[1]: Listening on Journal Socket (/dev/log).
[   22.626466] systemd[1]: Listening on Journal Socket.
[   22.628633] systemd[1]: Listening on Network Service Netlink Socket.
[   22.630327] systemd[1]: Listening on udev Control Socket.
[   22.631912] systemd[1]: Listening on udev Kernel Socket.
[   22.633372] systemd[1]: Condition check resulted in Huge Pages File System being skipped.
[   22.641498] systemd[1]: Mounting POSIX Message Queue File System...
[   22.659577] systemd[1]: Mounting /sys/kernel/debug...
[   22.688887] systemd[1]: Mounting Kernel Trace File System...
[   22.747762] systemd[1]: Starting Set the console keyboard layout...
[   22.826482] systemd[1]: Starting Create list of static device nodes for the current kernel...
[   22.848470] systemd[1]: Starting Load Kernel Module configfs...
[   22.874090] systemd[1]: Starting Load Kernel Module drm...
[   22.908484] systemd[1]: Starting Load Kernel Module fuse...
[   22.929045] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[   22.948632] systemd[1]: Starting File System Check on Root Device...
[   23.000495] systemd[1]: Starting Journal Service...
[   23.042013] systemd[1]: Starting Load Kernel Modules...
[   23.092496] systemd[1]: Starting Coldplug All udev Devices...
[   23.203343] systemd[1]: Mounted POSIX Message Queue File System.
[   23.204969] systemd[1]: Mounted /sys/kernel/debug.
[   23.206170] systemd[1]: Mounted Kernel Trace File System.
[   23.230186] systemd[1]: Finished Set the console keyboard layout.
[   23.263455] systemd[1]: Finished Create list of static device nodes for the current kernel.
[   23.286957] systemd[1]: modprobe@configfs.service: Succeeded.
[   23.306499] systemd[1]: Finished Load Kernel Module configfs.
[   23.330490] systemd[1]: modprobe@drm.service: Succeeded.
[   23.353707] systemd[1]: Finished Load Kernel Module drm.
[   23.369372] systemd[1]: modprobe@fuse.service: Succeeded.
[   23.391136] systemd[1]: Finished Load Kernel Module fuse.
[   23.411402] systemd[1]: Finished Load Kernel Modules.
[   23.451884] systemd[1]: Mounting FUSE Control File System...
[   23.515577] systemd[1]: Mounting Kernel Configuration File System...
[   23.600296] systemd[1]: Started File System Check Daemon to report status.
[   23.682022] systemd[1]: Starting Apply Kernel Variables...
[   23.763178] systemd[1]: Finished File System Check on Root Device.
[   23.765207] systemd[1]: Mounted FUSE Control File System.
[   23.766511] systemd[1]: Mounted Kernel Configuration File System.
[   23.824940] systemd[1]: Starting Remount Root and Kernel File Systems...
[   24.015126] systemd[1]: Finished Apply Kernel Variables.
[   24.133207] EXT4-fs (mmcblk0p1): re-mounted. Opts: errors=remount-ro
[   24.168294] systemd[1]: Finished Remount Root and Kernel File Systems.
[   24.177368] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[   24.177887] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped.
[   24.201236] systemd[1]: Starting Load/Save Random Seed...
[   24.240386] systemd[1]: Starting Create System Users...
[   24.483416] systemd[1]: Finished Load/Save Random Seed.
[   24.485120] systemd[1]: Condition check resulted in First Boot Complete being skipped.
[   24.587441] systemd[1]: Finished Create System Users.
[   24.613418] systemd[1]: Starting Create Static Device Nodes in /dev...
[   24.915451] systemd[1]: Finished Create Static Device Nodes in /dev.
[   24.916658] systemd[1]: Reached target Local File Systems (Pre).
[   24.916893] systemd[1]: Reached target Local File Systems.
[   24.941903] systemd[1]: Starting Set console font and keymap...
[   24.942505] systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped.
[   24.957616] systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
[   25.016614] systemd[1]: Starting Rule-based Manager for Device Events and Files...
[   25.091162] systemd[1]: Finished Set console font and keymap.
[   25.216972] systemd[1]: Started Journal Service.
[   25.523907] systemd-journald[515]: Received client request to flush runtime journal.
[   25.528900] systemd-journald[515]: File /var/log/journal/454bbe9c893a4e109cb1317d7bde7228/system.journal corrupted or uncleanly shut down, renaming and replacing.
[   27.175359] cpsw 4a100000.ethernet: initializing cpsw version 1.12 (0)
[   27.177303] cpsw 4a100000.ethernet: phy "/ocp/interconnect@4a000000/segment@0/target-module@100000/ethernet@0/mdio@1000/ethernet-phy@0" not found on slave 0
[   29.316550] systemd-journald[515]: Failed to read journal file /var/log/journal/454bbe9c893a4e109cb1317d7bde7228/user-1000.journal for rotation, trying to move it out of the way: Text file busy
[   30.889542] using random self ethernet address
[   30.889566] using random host ethernet address
[   31.378304] using random self ethernet address
[   31.378330] using random host ethernet address
[   31.737783] Mass Storage Function, version: 2009/09/11
[   31.737816] LUN: removable file: (no medium)
[   31.955277] usb0: HOST MAC f8:2e:0c:11:a8:28
[   31.955302] usb0: MAC f8:2e:0c:11:a8:29
[   31.971983] usb1: HOST MAC f8:2e:0c:11:a8:2a
[   31.972006] usb1: MAC f8:2e:0c:11:a8:2b
[   36.679330] remoteproc remoteproc0: powering up wkup_m3
[   36.679367] remoteproc remoteproc0: Booting fw image am335x-pm-firmware.elf, size 217148
[   36.679656] remoteproc remoteproc0: remote processor wkup_m3 is now up
[   36.679680] wkup_m3_ipc 44e11324.wkup_m3_ipc: CM3 Firmware Version = 0x192
[   40.845684] davinci-mcasp 48038000.mcasp: IRQ common not found
[   41.887743] CAN device driver interface
[   42.079128] c_can_platform 481cc000.can: c_can_platform device registered (regs=dd50ed7b, irq=48)
[   42.112409] c_can_platform 481d0000.can: c_can_platform device registered (regs=efa57a04, irq=49)
[   45.271876] pvrsrvkm: loading out-of-tree module taints kernel.
[   45.507361] [drm] Initialized pvr 1.17.4948957 20110701 for 56000000.gpu on minor 0
[   46.920373] PM: bootloader does not support rtc-only!
[   50.138931] remoteproc remoteproc1: 4a334000.pru is available
[   50.151656] remoteproc remoteproc2: 4a338000.pru is available

this is windows side.

[261958.063930] usb 5-2: new full-speed USB device number 7 using xhci_hcd
[261958.238753] usb 5-2: New USB device found, idVendor=0403, idProduct=6001, bcdDevice= 6.00
[261958.238760] usb 5-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[261958.238763] usb 5-2: Product: FT232R USB UART
[261958.238765] usb 5-2: Manufacturer: FTDI
[261958.238767] usb 5-2: SerialNumber: A50285BI
[261958.244773] ftdi_sio 5-2:1.0: FTDI USB Serial Device converter detected
[261958.244800] usb 5-2: Detected FT232RL
[261958.252886] usb 5-2: FTDI USB Serial Device converter now attached to ttyUSB   

(linux view)

debian@BeagleBone:~$ dmesg | grep usb
[    4.885011] usbcore: registered new interface driver usbfs
[    4.885100] usbcore: registered new interface driver hub
[    4.885163] usbcore: registered new device driver usb
[    8.772134] usbcore: registered new interface driver smsc95xx
[    8.774997] am335x-phy-driver 47401300.usb-phy: supply vcc not found, using dummy regulator
[    8.775323] am335x-phy-driver 47401300.usb-phy: dummy supplies not allowed for exclusive requests
[    8.780408] am335x-phy-driver 47401b00.usb-phy: supply vcc not found, using dummy regulator
[    8.780721] am335x-phy-driver 47401b00.usb-phy: dummy supplies not allowed for exclusive requests
[    8.797300] musb-hdrc musb-hdrc.1: MUSB HDRC host driver
[    8.797350] musb-hdrc musb-hdrc.1: new USB bus registered, assigned bus number 1
[    8.797746] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
[    8.797760] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    8.797769] usb usb1: Product: MUSB HDRC host driver
[    8.797779] usb usb1: Manufacturer: Linux 5.10.168-ti-r71 musb-hcd
[    8.797787] usb usb1: SerialNumber: musb-hdrc.1
[    8.849709] usbcore: registered new interface driver usbhid
[    8.849722] usbhid: USB HID core driver
[   31.958329] usb0: HOST MAC f8:2e:0c:11:a8:28
[   31.958353] usb0: MAC f8:2e:0c:11:a8:29
[   31.970854] usb1: HOST MAC f8:2e:0c:11:a8:2a
[   31.970878] usb1: MAC f8:2e:0c:11:a8:2b
[  186.926942] usbcore: registered new interface driver cdc_ether
[  208.386958] usbcore: registered new interface driver cdc_subset (beaglebone view in linux) 

debian@BeagleBone:~$ ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host
       valid_lft forever preferred_lft forever
2: eth0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN group default qlen 1000
    link/ether f8:2e:0c:11:a8:26 brd ff:ff:ff:ff:ff:ff
3: usb0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast state DOWN group default qlen 1000
    link/ether f8:2e:0c:11:a8:29 brd ff:ff:ff:ff:ff:ff
4: usb1: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast state DOWN group default qlen 1000
    link/ether f8:2e:0c:11:a8:2b brd ff:ff:ff:ff:ff:ff
5: can0: <NOARP,ECHO> mtu 16 qdisc noop state DOWN group default qlen 10
    link/can
6: can1: <NOARP,ECHO> mtu 16 qdisc noop state DOWN group default qlen 10
    link/can

Regards

Just to confirm, you have a USB cable plugged into the port right next to the Ethernet jack attached to your PC?

The ftdi messages makes me believe you only have one cable connected to the beaglebone-black thru j1, which is purely serial debug.

While the FTDI USB Serial device is connected via usb by attaching jumper cables to the pins on the beaglebone, separately the beaglebone is also connected via micro usb, both are connected to the computer separately and the beaglebone leds are on. I apologise if I misunderstood, there is no usb plugged in next to the ethernet cable, only a usb for keyboard and mouse is plugged in the computer.

Is the micro USB, under the beaglebone-black Ethernet cable plugged into your PC?

Yes plugged in. Is there something physically wrong? I thought of many possibilities, but I was surprised that it took windows ip and saw it as no carrier in linux

Bad cable, bad USB hub, Linux drivers not loaded. Sometimes not enough power, plug in DC Jack.

I will try with another cable. I hope my problem is solved. thank you for your patience and help.

Regards