[Bug 1954746] Re: ASIX AX88179 compatible USB adapter not working

2022-02-04 Thread Robin Dekens
Arno, Hmm i have no problems regarding the visual part. That might be because i run a different version. Also i have no problems running a VPN. Currently i have 2 wireguards open and 1 openvpn. I think its time to bring in a maintainer for kernel modules. Now that we know that there need to be

[Bug 1954746] Re: ASIX AX88179 compatible USB adapter not working

2022-02-04 Thread Robin Dekens
I have added Kernel Packages team so they can take a look at it. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1954746 Title: ASIX AX88179 compatible USB adapter not working To manage notifications

[Bug 1954746] Re: ASIX AX88179 compatible USB adapter not working

2022-02-04 Thread Robin Dekens
Hi Arno, please read comment number 5, i posted the answer there. You can swap out 'dev_get_tstats64' for 'usbnet_get_stats64' again (line 1030). the 'usbnet_get_stats64' had to be changed out for 21.10 but that might be different for 20.04. Just revert it back or or use the orignal tarball. c

[Bug 1954746] Re: ASIX AX88179 compatible USB adapter not working

2022-02-03 Thread Robin Dekens
** Tags added: impish -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1954746 Title: ASIX AX88179 compatible USB adapter not working To manage notifications about this bug go to: https://bugs.launchp

[Bug 1954746] Re: ASIX AX88179 compatible USB adapter not working

2022-02-03 Thread Robin Dekens
I have also added the original tarball from the manufacturer if you want to do some clean work ** Attachment added: "Manufacturer original tarball" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1954746/+attachment/5558863/+files/AX88179_178A_LINUX_DRIVER_v1.20.0_SOURCE.tar.bz2 -- You

[Bug 1954746] Re: ASIX AX88179 compatible USB adapter not working

2022-02-03 Thread Robin Dekens
This xz contains the working files for the kernel module. Including the ax88179_178a.ko.orig as this is the original kernel driver that has been supplied with ubuntu 21.10. ax88179_178a.ko (148k) is the compiled kernel driver that I have compiled. ** Attachment added: "ax88179_178a kernel driver

[Bug 1954746] Re: ASIX AX88179 compatible USB adapter not working

2022-02-01 Thread Robin Dekens
I had similar problems with this too. The .ko that is delivered with 21.10 gives me the same output as above. I downloaded the firmware from ASIX and tried to compile it. That didn't work because 'usbnet_get_stats64' (line 1030) no longer exist in kernel 5.11 and up. I had to change it out for