Bug 217204
Summary: | ASIX AX88179 does not work in 6.X kernel | ||
---|---|---|---|
Product: | Drivers | Reporter: | petr.bahula |
Component: | USB | Assignee: | Default virtual assignee for Drivers/USB (drivers_usb) |
Status: | RESOLVED ANSWERED | ||
Severity: | normal | CC: | marcan |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 6.1 | Subsystem: | |
Regression: | Yes | Bisected commit-id: |
Description
petr.bahula
2023-03-15 16:04:49 UTC
I mentioned this by email, but to keep things in the bug tracker: Do you have CONFIG_USB_NET_CDC_NCM enabled? If not, please enable it. That driver is the correct driver to use for standard CDC NCM Ethernet devices. I would also like the output of `lsusb -v -d 0b95:` (with NCM or in the not-working state, NOT with the old kernel or your patched one) to see exactly what your device is reporting by default. (In reply to Hector Martin from comment #1) > I mentioned this by email, but to keep things in the bug tracker: Do you > have CONFIG_USB_NET_CDC_NCM enabled? If not, please enable it. That driver > is the correct driver to use for standard CDC NCM Ethernet devices. > Yes, you are true, the CONFIG_USB_NET_CDC_NCM must be enabled. All is working now. I configured the device according the https://linux-hardware.org/index.php?id=usb:0b95-1790 and the CONFIG_USB_NET_CDC_NCM is not listed there. I know not haw it is generated but I will send info about mistake to info@linux-hardware.org. Thanks for your help and sorry for lost your time. Best regards |