[GENTOO] given up on wifi(solved)
from Artemis_Mystique@lemmy.ml to linux@lemmy.ml on 07 Feb 17:48
https://lemmy.ml/post/25733454

Solved: thanks to u/dbkblk@lemmy.world; remember to add these USE flags to wpa_supplicant

net-wireless/wpa_supplicant wps wep ap fasteap eap-sim tkip uncommon-eap-types

I am facing this peculiar issue that i can connect to every WiFi connection except my router, it’s a recent gentoo install with no display server, i am using a D-link WiFi USB card

What I have tried:

What i have ruled out

I have tried every conceivable thing and I cant find what the issue is, it’s like my router and Gentoo have some bad blood between them

#linux

threaded - newest

NegativeLookBehind@lemmy.world on 07 Feb 18:12 next collapse

Have you tried these troubleshooting techniques with NetworkManager not running? NM will fuck you up sometimes because it will change things with no indication of what it changes.

Artemis_Mystique@lemmy.ml on 07 Feb 18:17 collapse

before I gave up and installed NM i tried it the manual way, (including trouble shooting steps), then i spent some time compiling wireless-tools package and tried with them, same issue, then spent hours compiling NM for some hope(I disabled the relevant background services before trying NM) only for the ssid to not even show up

NegativeLookBehind@lemmy.world on 07 Feb 18:27 collapse

Have you tried using Debian instead 😂

Artemis_Mystique@lemmy.ml on 07 Feb 18:34 collapse

sunk cost fallacy is a thing and i am falling for it

NegativeLookBehind@lemmy.world on 07 Feb 18:47 collapse

Have you used dmesg to see what the interface is doing?

Have you tried reloading the kernel module used by the interface?

Tried using a different kernel module?

Is SELinux enabled?

Run a packet capture to see what connection attempts are being made, if any?

Just spitballing.

inutt@lemm.ee on 07 Feb 18:19 next collapse

When you say you changed the channel, are you using a channel above 11 (for 2.4ghz)?

I had a WiFi card once that refused to use channels 12 and 13 due to having a built in regulatory database that was incorrect for my region.

Artemis_Mystique@lemmy.ml on 07 Feb 18:21 collapse

it auto brodcasts at channel 11, i manually changed it to 1-6 rescanning each time

also i dont think the channel or blacklists are the issue because it showed up and connected on live usb broadcasting at channel 11

i also changed the region from global to my region

just_another_person@lemmy.world on 07 Feb 18:33 next collapse

  1. What is the exact model or chipset on the card?
  2. Have you confirmed it works on other liveusb distros?
  3. Is your network using WPA3 by chance?
Artemis_Mystique@lemmy.ml on 07 Feb 18:39 collapse

  1. DWA-131: RTL8192EU
  2. it also works on my pop-os system
  3. no it was using WPA/WPA2, I changed it to use WPA2 only
just_another_person@lemmy.world on 07 Feb 18:42 collapse

Then it sounds like a config or version issue with your networking stack. The driver and hardware is fine, and if that same card works fine on another machine, then your network stack is missing something.

If you really want to keep trying with this distro, get some debug logs for us to look at.

Artemis_Mystique@lemmy.ml on 07 Feb 18:49 collapse

it works fine with literally, anyother wifi accesspoint, do you have any tips on waht I should do for the relevant logs to show up? I dont have journalctl but would dmesg work fine?

just_another_person@lemmy.world on 07 Feb 18:51 collapse

wiki.gnome.org/Projects/NetworkManager/Debugging

Just a simple command to change logging level to debugging should do it. Make sure to change it back though!

Also, make sure you try different USB ports on whatever this machine is. There may be interference depending on where you’re plugging this in.

dbkblk@lemmy.world on 07 Feb 18:44 next collapse

Have you checked the flags in wpa_supplicant? Some routers have non-default encryption schemes.

From my notes, use these USE flags as a test: net-wireless/wpa_supplicant wps wep ap fasteap eap-sim tkip uncommon-eap-types I’m pretty sure this is your problem :)

[deleted] on 07 Feb 19:08 next collapse

.

Artemis_Mystique@lemmy.ml on 07 Feb 19:14 next collapse

Thank you so much it just worked now!!

dbkblk@lemmy.world on 07 Feb 19:15 collapse

I’m glad that it has fixed your problem. Enjoy :)

Artemis_Mystique@lemmy.ml on 07 Feb 19:08 collapse

I added the use flags,

compiled wpa_supplicant again with --newuse,

restarted NM and wpa,

and still the same issue :(

did a killall wpa_supplicant and now my ssid shows up and i can connect to it :)

eldavi@lemmy.ml on 07 Feb 18:48 collapse

does your router have logs and are you able to see the authentication requests or connection attempts? (you could also try setting up another ap with the same bssid and settings to see if it also ignores that too).

without that and in your shoes; i would exactly duplicate the configuration and versions of your networking stack in your gentoo configuration; everything from the exact kernel version, to the module & firmware version; and onto the nmcli version and configuration. i would even compile the module along with the kernel if that’s what the live fedora was using.

Artemis_Mystique@lemmy.ml on 07 Feb 18:50 collapse

I have 2 cores with 2 threads, compiling anything again is not an option for me, atleast right now: My router only has system logs unfortunately it doesnt show any logging for connection attempts

eldavi@lemmy.ml on 07 Feb 18:56 collapse

it’s funny that you’re using gentoo and want to avoid recompiling since the last time i used gentoo was on a single core, first generation imac and it literally took me 3 days to compile the kernel along with the drivers that i needed to get the apple/ppc architecture to work correctly

it got so hot that i couldn’t even touch it for another day. lol

Artemis_Mystique@lemmy.ml on 07 Feb 19:01 collapse

its the 3rd day for me, so as I said i don’t want to recompile anything right now

eldavi@lemmy.ml on 07 Feb 19:10 collapse

yes, exhaust all of the the other troubleshooting advice that the others gave you in this post before going down this rabbit hole; i only suggested it because it worked for me the last time i used gentoo, in my example.