Problem reports for u...@freebsd.org that need special attention
To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and obsolete releases. Status |Bug Id | Description +---+--- Open|213877 | xhci reset causes panic on SuperMicro A1SRi-2758F Open|234578 | Support for Sierra Wireless EM7455 modem Open|247964 | Low read throughput on Sandisk Extreme external S 3 problems total for which you should take action. ___ freebsd-usb@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-usb To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"
[Bug 254036] Linksys USB3GIG fails to ping with large packets (maxfragsperpacket was increased)
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254036 --- Comment #8 from Mike Belanger --- Created attachment 223079 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=223079&action=edit Packet traces. -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-usb@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-usb To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"
[Bug 254036] Linksys USB3GIG fails to ping with large packets (maxfragsperpacket was increased)
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254036 --- Comment #9 from Mike Belanger --- I configured a fresh system with FreeBSD 12.2 RELEASE r366954 amd64. (It's an old DELL PC.) The remote side is a Linux PC (192.168.10.2) running Ubuntu 16.04. I am using the onboard interface. (RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller). To allow large UDP packets on FreeBSD, I changed net.inet.ip.maxfragsperpacket from 16 to 64. (The default for net.inet6.ip6.maxfragsperpacket is 64). Everything is from the perspective of the FreeBSD PC. All pings originate from FreeBSD. A large ping from the on board interface is successful. I also ran tests with 4 different USB devices. test10. Cisco Linksys USB300M (successful) Vendor : 0x0b95 (ASIX Elec. Corp.) Product: 0x7720 (AX88x72A) test11. D-Link DUB-E100 (successful) Vendor : 0x2001 (D-Link Corporation) Product: 0x3c05 (DUB-E100) test12. Startech USB3200SPT (fails fo 32k.) Vendor : 0x0b95 (ASIX Elec. Corp.) Product: 0x1790 (AX88179) test13. Linksys USB3GIG (fails for 64k) Vendor : 0x13b1 (Linksys) Product: 0x0041 (Linksys USB3GIGV1) The following commands were issued: ping -c1 192.168.1.2 ping -c1 -s 8000 192.168.1.2 ping -c1 -s 32000 192.168.1.2 ping -c1 -s 64000 192.168.1.2 I tested with additional devices to highlight that some devices work and some do not. The first two were successful. The second two were not. I originally suspected that this issue was specific to the USB3GIG as there was a Linux patch for this device. The pcap traces on the local side were captured a second time, as I terminated tcpdump with a SIGKILL out of habit. This resulted in truncated files so I recaptured the local traces a second time. So they may not match exactly to with the respective capture for the Linux side, but the Linux traces do not show any missing packets. test11b - successful pings with D-Link device test12b - shows missing fragments for ping with size 32000. test13b - shows missing fragments for ping with size 64000. 32000 was successful. test12remote - captured in linux side. all packets present. test13remote - captured on Linux side. all packets present. Le me know if I can provide more information. -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-usb@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-usb To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"
[Bug 254036] Linksys USB3GIG fails to ping with large packets (maxfragsperpacket was increased)
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254036 --- Comment #10 from Hans Petter Selasky --- I'll try to digest the information you provided tomorrow. Thank you for the packet traces! -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-usb@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-usb To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"
[Bug 254036] Linksys USB3GIG fails to ping with large packets (maxfragsperpacket was increased)
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254036 --- Comment #11 from Hans Petter Selasky --- Hi, sysctl -a | grep ifqmax net.link.ifqmaxlen: 50 A wild guess until tomorrow: Can you set net.link.ifqmaxlen to 128, then re-plug the adapter and redo the failing test? --HPS -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-usb@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-usb To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"
[Bug 254036] Linksys USB3GIG fails to ping with large packets (maxfragsperpacket was increased)
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254036 --- Comment #12 from Mike Belanger --- I tried it with net.link.ifqmaxlen set to 128, and it does not appear to change the behaviour. That one is a tunable, so a reboot was required after adding it to boot/loader.conf. I also included setting maxfragsperpacket in loader.conf so that I don't forget to change it again. :) -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-usb@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-usb To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"
[Bug 253855] Add quirk entries for Kingston DataTraveler
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253855 Mark Linimon changed: What|Removed |Added Attachment #222862|file_253855.txt |usb_quirk.c.diff filename|| -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-usb@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-usb To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"