-
Notifications
You must be signed in to change notification settings - Fork 411
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
net/ipx.h: No such file or directory #150
Comments
I get this error too. Seems like they finally dropped support from the 5.15 kernel. |
Linux 5.15 support implemented here: #146 |
Thanks for forking this repo. Now I'm was able to build on my fedora 35 running on kernel 5.15. |
i don't get it so can you you explain more |
drygdryg: Perhaps if you could leave the link that we should clone from to get the new repo with bug removed, that'd be wonderful. What say you? Mohmus82: Stuart |
Several people have asked for instructions, I asked for a link to the repo, and no one has responded. I suspect either no developers wants to "waste his time providing instructions" or perhaps they are just not understanding that people need some guidance. If I had a link that could be used to clone the repo I could likely compile it and explain how, but, my question got ignored as well. At this point in the absence of a link to the repo or instructions, all we can do is wait until the code gets merged into the code base. Then the master repo will have it and one can pull it and compile it that way. Oh well... |
https://github.com/Amnaik17/rtl8188eus.git this is my repo bt idk weather it is correct or not |
Here is @drygdryg 's fork, 1 commit ahead, proven working via compilation on my system. You were only two clicks away from finding it btw... |
So now there are two different source code repos, I presume the second one is the one that actually works? At least now I can download them and try to compile them and test them. I will see if I can get one of them to work on Kali. Thank you everyone for clarifying what the links were. Thank you. |
I am trying to build this on Kali Linux and I get this output, any recommendations? 2495 /dev/pts/1 kali@kali:~/amnaik17/rtl8188eus $ make kali@kali:~/amnaik17/rtl8188eus $ sudo touch /etc/redhat-release kali@kali:~/amnaik17/rtl8188eus $ make kali@kali:~/amnaik17/rtl8188eus $ A look at the makefile dictates it is looking to determine the Red Hat version (I am attempting compilation under Kali Linux). Even if the test fails, just having touched the file ought be enough for the makefile to continue upon its way. Is there something I am missing or is this another bug? Thanks! |
/etc/redhat-release can be safely ignored. To install drygdryg's fix simply git clone: git clone https://github.com/drygdryg/rtl8188eus.git Do 'make' and then 'make install'. P.S.: Or 'sudo make install' if you do it as non-root. (I don't really use sudo, kinda forgot about it) |
So the story is this: I got some "el cheapo" WiFi 5 AC1200Mbps Alibaba and the bazillion thieves special for like $10 shipped to use on my GD8200 laptop (it has an Intel N board in it, though maybe I'll replace the mini PCI board at some point). I did not realize (nor did I ask) what chip set this wench had before ordering it (I ought to have been more careful to a Ralink or MediaTek), but that was my mistake. I know that in a github forum everyone is presumed to be an expert developer, but I am not, nor have I ever played a devleoper on TV! :) I thought I had the right repo, clearly not. Upon following your instructions I have achieved bliss! However, it is worthy of notation that I ran "sudo dkms-install.sh" instead. My device is: I hope this driver will work for it, I will be rebooting to test it now. |
@n3gwg If you followed the instructions as-is it should have installed properly, granted everything is fine with your setup. The problem is that right now the drivers for this wifi act like crap. It used to work fine but the newer kernel has made some changes that apparently make the dongle rather unusable. Wifi link is piss poor and it has speeds that put even 1970s to shame. P.S. This fix is for making the driver compile. But it appears the wifi doesn't work well with neither the stock driver (the one that comes builtin with the Linux kernel) nor any other driver that I know about. |
TP-LINK TL-WN725N RTL8188EU working driver for kali linux kernel 5.15.... |
There's a better solution for rtl8188eus now, a mac80211 driver in rtl8xxxu stack available, so this will be deprecated driver. |
Aikonmani, You posted a link that was posted earlier, are you suggesting there have been some updates to the code today or since the last link was posted for drygdryg's code? I will have to try to download and build it again I suppose. One other thing to note, I have none of the WiFi adapters you speak of, mine is an: RTL88x2bu (several messages back I posted the lsusb output for it). Here is what dmesg prints when I plug it in: [ 2921.316994] usb 1-1.2: new high-speed USB device number 6 using ehci-pci |
kimocoder, If the driver is built into 5.15 (I have Kernel 5.15 running now), why would I need to build it from source then? What driver do I modprobe in? I tried modprobe rtl8xxxu (which loaded it), but other than the wlan0 (for mini PCI card in the laptop), no new adapter showed up in ifconfig for Realtek. Did I miss something? |
The kernel has a builtin driver called: r8188eu and it is loaded by default out-of-the-box. To be clear: TL-WN722N v3.2 over here. And no driver works well as of time of writing. I use usb tethering via my Galaxy phone to have WIFI connection for now. Edit: actually I'm not sure if it is the kernel or if it is something else. I've installed Arch Linux on this machine recently and it used to have Slackware. Before I moved WiFi was working fine with stock driver and superb with this driver over here. And I didn't need the WiFi until the other day. |
Oops I missed this detail. For RTL88x2bu you need to try different driver... |
bolokanar, et alia: This driver indeed did work! I executed a modprobe of the driver and BAMM, POW (in full batman style) the LED started flashing, the device showed up in ifcfg, and one more person in the world began smiling! :) In fact, I was able to execute iw phy1 info and get the full composite of capabilities for the device. Thank you all for your time and input. Hopefully this new driver will swiftly make its way into the next version of the kernel. Can anyone comment on the outlook of such an occurrence? One last question...can anyone comment on this driver and a potential integration betwixt it and OpenWRT? Thanks again to everyone and stay healthy! |
I had this same error when trying to build the rtl8821cu driver for the usb wireless dongle.
/usr/src/linux-5.15.5/include/uapi/linux/ipx.h
|
The RinCat Version of the driver mentioned herein above worked for me with absolute perfection. In fact, I was able to do a DKMS installation. |
could you please upload the ipx files here. cause some users installed new kali linux so the old kernels are not present. please its a humble request |
You do not need the old kernels, you need the old kernel header files which are standard across all Linux distributions. It is not Kali specific (the header files). Why waste the effort to upload it here when it is ubiquitously available? |
I'm quite new to Kali Linux and I am installing the RTL8188EUS driver for my wifi adapter. I get that the file is in a new folder, but don't know what to do with that information. Could you provide me with some instructions? |
Alberto, Whilst I see no reason for you to have to apologize for learning English (that is certainly a useful endeavor in today's world), this is a technical forum and you would be most greatly served by assuring that your thoughts are expressed as you intend them to be (so that we understand you and give you the proper answers you're looking for). Thus, I would make the following suggestion: you might wish to use Google Translate to first translate your message from your native language into English. Review the English, then translate it back via Google Translate to your native language. Does it still comport with your intended meaning? Please note I do not mean this suggestion in any sort of derisive, pontificating, or condescending manner, but purely in a constructive manner. I presume that most forum members would agree with me, in that the intention of posting in this forum is either to receive or provision assistance. As such, I would presume you surely wish your thoughts to be understood in the manner you intend them so that you will receive the correct guidance you were searching for. Good luck! |
Using TP-Link 802.11ac NIC. I don't know much about WiFi adapters, but I'm trying to get this to work on Kali Linux in VMware. I'm following this https://www.youtube.com/watch?v=VAMP8DqSDjg and then this: https://www.youtube.com/watch?v=tYnjMiTTdms. I'm here because I ran into the same issue with I followed these instructions after I got that error.
My WiFi adapter isn't blinking when I connect it to Kali Linux in VMware. What am I doing wrong? Edit: |
buddy can you help with this i am getting same error |
@cyber-nom Check everywhere on your WiFi adapter and see what the model is or the brand. |
I tried this link, it doesn't work, do you have any other solution? Thanks |
I got a TPLink 722N wifi adapter, is taht driver going to work on my wifi adapter? |
@VGLALALA I was just going to ask you for the model. Thanks. Check my post above where I made an edit. I found the drivers that TP-link users need. Edit: |
This Driver Is working for TL-WN722N https://github.com/drygdryg/rtl8188eus.git |
|
'/usr/src/linux-headers-5.15.0-kali3-amd64' I followed the instruction and when I makeing the driver it came up with this? Is this normal? cut: /etc/redhat-release: No such file or directory after this error, rest of the command just not going to work. |
Are you working in virtual machine? |
Ya, I'm on a VMware Fusion virtual machine on Mac |
I have the latest kernel version and even have the same issue. I've tried to change the scripte file ( that file containe the error indicated by make command ), but that's show a lot of error. the simple solution here as i think, is to change the tp-link 722n V2/3 to V1 or a the batter sulotion is to buy alfa wirless adapter, but unfortunatlly, it's not available in all countries, you'll probably find a fake versions, because the magority of people have no idea about this filed. that's all about this issue, |
The original repo gives an errors see aircrack-ng/rtl8188eus#150
┌──(root㉿kali)-[~/rtl8188eus] |
Thank you so mach bro |
hi this is support 5.15 kernall you can use this repository |
Guys watch this video its may be solve your problem https://youtu.be/IvBgRmhD5YA |
https://youtu.be/IvBgRmhD5YA watch this |
even if you passed the error and the wireless works, |
here is the solution |
Disclaimer:
The problem that I encounter was the same as the exposed at the issue:
This set of bash scripts help me into the solution:
As you can see at the image, I have the wi-fi adapter up and running. |
|
when trying Sudo make i get this
this happen after kernel update to 5.15.1-amd64-desktop
Please help
The text was updated successfully, but these errors were encountered: