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

Install works fine, get segfault when running #158

Open
nohren opened this issue Jan 3, 2025 · 3 comments
Open

Install works fine, get segfault when running #158

nohren opened this issue Jan 3, 2025 · 3 comments

Comments

@nohren
Copy link

nohren commented Jan 3, 2025

Screenshot 2025-01-02 at 11 06 01 PM

I ran sudo reboot several times. Error is reproducible every time.

Trying to get a ALFA Network AWUS036ACS / Realtek Semiconductor Corp. Realtek 8812AU/8821AU 802.11ac WLAN Adapter [USB Wireless Dual-Band Adapter 2.4/5Ghz] working on a raspberry pi 4 running kali linux.

On step 1, instead of looking for linux-headers which don't exist in kali raspberry pi distribution, I am using it like so.

sudo apt install -y kalipi-kernel-headers build-essential bc dkms git libelf-dev rfkill iw

Kernel is 5.15.44-Re4son-v7l+

Notice kalipi-kernel-headers

The driver builds just fine. Of note, gcc --version came up with major version 14. And kernel gcc was major version 11. gcc-11 is not available to kali linux distro. I tried changing gcc --version to 12 which is available. Same issue. So then I tried building gcc-11 from source, and that failed after a very lengthy process.

I'm not even sure this is the real issue and I feel I've run out of sane options. Could use some guidance here.

@morrownr
Copy link
Owner

morrownr commented Jan 3, 2025

Recommend you try the following driver:

https://github.com/lwfinger/rtw88

@nohren
Copy link
Author

nohren commented Jan 3, 2025

@morrownr do you know what could be causing the segfault? Is it most likely gcc version mismatch or something else?

@morrownr
Copy link
Owner

morrownr commented Jan 3, 2025

do you know what could be causing the segfault?

No

Is it most likely gcc version mismatch or something else?

No idea.

Kali for RasPi's has been very problematic. You can install RasPiOS and then install the apps you want. I am not going to work any problems with Kali.

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