You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running nightly openwrt with 6.6 kernel or 23.05 with 6.1 kernel on an Allwinner v3s board (licheepi dock) causes the page_pool_create() error to appear in the dmesg log when using a mt7921u usb device.
[ 14.257809] usb 2-1.3: reset high-speed USB device number 4 using ehci-platform [ 14.427716] page_pool_create() gave up with errno -22 [ 14.433091] mt7921u: probe of 2-1.3:1.0 failed with error -22
current Makefile compile version: PKG_SOURCE_URL:=https://github.com/openwrt/mt76 PKG_SOURCE_PROTO:=git PKG_SOURCE_DATE:=2024-07-13 PKG_SOURCE_VERSION:=3b47d9df427c4833605a172f2a8f0e0012b04c80
The text was updated successfully, but these errors were encountered:
Same here on a Proxmox VM with:
Firmware Version OpenWrt 23.05.4 r24012-d8dd03c46f / LuCI openwrt-23.05 branch git-24.212.79335-cdbe903
Kernel Version 5.15.162
[ 6.078660] usb 3-1: reset SuperSpeed USB device number 2 using xhci_hcd
[ 6.259021] page_pool_create() gave up with errno -22
[ 6.264555] mt7921u: probe of 3-1:1.0 failed with error -22
[ 6.266800] usbcore: registered new interface driver mt7921u
Running nightly openwrt with 6.6 kernel or 23.05 with 6.1 kernel on an Allwinner v3s board (licheepi dock) causes the
page_pool_create()
error to appear in the dmesg log when using a mt7921u usb device.[ 14.257809] usb 2-1.3: reset high-speed USB device number 4 using ehci-platform
[ 14.427716] page_pool_create() gave up with errno -22
[ 14.433091] mt7921u: probe of 2-1.3:1.0 failed with error -22
current Makefile compile version:
PKG_SOURCE_URL:=https://github.com/openwrt/mt76
PKG_SOURCE_PROTO:=git
PKG_SOURCE_DATE:=2024-07-13
PKG_SOURCE_VERSION:=3b47d9df427c4833605a172f2a8f0e0012b04c80
The text was updated successfully, but these errors were encountered: