Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mt7921u page_pool_create() gave up with errno -22 #898

Open
ranlyticsBrad opened this issue Jul 25, 2024 · 3 comments
Open

mt7921u page_pool_create() gave up with errno -22 #898

ranlyticsBrad opened this issue Jul 25, 2024 · 3 comments

Comments

@ranlyticsBrad
Copy link

ranlyticsBrad commented Jul 25, 2024

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

@ranlyticsBrad
Copy link
Author

Verified it to exist on Allwinner chipsets that are armv7. Same thing on Allwinner H3 and H5.

@Saeglopur76
Copy link

Saeglopur76 commented Sep 18, 2024

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

AX1800 USB3 device based on MT7921au chipset

@Saeglopur76
Copy link

[SOLVED]
after a fresh new openWRT install moving from x86_Generic to x86_64 release
added usbutils package
added kmod-mt7921u package

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants