You are not logged in.
Pages: 1
I tried several ways to compile (with or without dkms) the driver for the WLAN-stick. It always hung up with the error message "connot find ipx.h" in both Arch and Ubuntu. In Arch I ticked the headers and in Sid I made the m-point in .config. both ways fail. Several drivers with several versions: no change to get the blue led of the stick!
I'm doing something wrong with the kernel headers, I think (all other kernels take the RinCat driver).
Any suggestions?
Lizbeth
Last edited by mutterhunt (2021-09-24 23:10:45)
Offline
Go upstream and report the build error for the new kernel.
Other than that, maybe post the full build log instead of paraphrasing, we can do more if we have the actual full context of what fails where.
Last edited by V1del (2021-09-25 09:46:41)
Offline
The ipx headers have been removed from 5.15: https://github.com/torvalds/linux/commi … 04bc6b2927
The 88x2bu driver will have to be changed to accomodate that removal.
Edit: Maybe that include is even unused, so just try to remove it from the driver source and recompile?
There is another driver for that chipset you could try. I am not sure if it is in a usable state for your wifi card, though. https://github.com/ulli-kroll/rtw88-usb/
(There is another repository that seems to be doing much the same. The copyright/authorship of commits is often missing here, though. https://github.com/kimocoder/rtw88-usb)
Last edited by progandy (2021-09-25 11:53:13)
| alias CUTF='LANG=en_XX.UTF-8@POSIX ' | alias ENGLISH='LANG=C.UTF-8 ' |
Offline
I use this one with LTS kernel, zero issues - https://github.com/RinCat/RTL88x2BU-Linux-Driver
Ah just noticed you mentioned it.
Last edited by cmm11 (2021-09-25 14:57:49)
Offline
Pages: 1