最近在用 gnuradio ,使用网线连接 USRP 的一个兼容设备,在 ubuntu22.04 6.8.0-40-generic 的内核下,采样率稍微高点(5M)就会报一系列“D”的错误,读取到数据同时也有缺失。
这个错误是这么说的 Network-based devices: The host does not back-pressure the receive stream. When the kernel's socket buffer becomes full, it will drop subsequent packets. UHD software detects the overflow as a discontinuity in the packet's sequence numbers, and pushes an inline message packet into the receive stream. In this case the character "D" is printed to stdout as an indication.
尝试为 thinkbook 另外外接一个有线网卡,报相同的错误。
尝试更换另一台笔记本 使用 22.04 6.5.0-18 的内核正常使用,不报错。
尝试使用与其相同的 6.5.0-18 内核还是报错。
向问一下大家,觉得应该是什么地方出问题了呢?或者说应该怎么排查?
1
EliStone 68 天前
我刚买的 thinkbook14 8845 的,我试了无线和有线都没有问题,archlinux
|
2
laminux29 68 天前
试试 debian 的最新稳定版:debian-12-6-0
https://cdimage.debian.org/debian-cd/current/amd64/iso-dvd/debian-12.6.0-amd64-DVD-1.iso |