Terrible idea here: Use ndiswrapper to make it work with a Windows driver!
Ignore me though, that'd be wacky. Just listen to Rustmilian.
Terrible idea here: Use ndiswrapper to make it work with a Windows driver!
Ignore me though, that'd be wacky. Just listen to Rustmilian.
I might do that if nothing else works, but it'd be really weird if there is not a simple native linux solution, I'm just not an expert lol
Yeah, I was mostly being silly: You shouldn't have to do that but I'm no expert
Ah yes. I had the same issue. The realtek drivers for Wi-Fi suck on Linux. I never managed to solve it and in the end I bought an Intel AX200 and never had any more issues.
If you have to option to switch to an Intel Wi-Fi card I would highly recommend it.
You can try the LTS kernel if that is available on your distro but honestly Intel Wi-Fi cards are the way to go on Linux. I wouldn't buy anything else!
Also I’m not sure you can @ someone that way.
@Link @linux Yeah the kernel changes nothing, I might have to change to intel because I dont know what else to do at software level
About the @ , I'm using my mastodon account to write all these posts and they are added automatically. Besides thats the best way for the posts I write in mastodon to appear as comments in lemmy clients. If they look weird to you it might be activitypub compatibility bugs but nothing too important :)
I had the same problem with mint, the wifi worked on other distros but not in mint, I run the next lines to fix it
sudo modprove -r rtl8723be
sudo modprove rtl8723be ant_sel=1
rtl8723be is my wifi card, you can try to use the same but with yours.
@driving_crooner @linux Just did it, but no change at all. I think that would be the solution if the card weren't recognized, but the issue here is that it connects but erroneously reports weak wifi signal
Sorry it didn't worked. Mine have the problem, it's recognize that have a wifi connection and the available networks, but with a really weak signal.The problem with my router is that it has two antennas, for some reason sometimes the second one, who doesn't work on mint, get selected but I run that lines and work again. The first line is for reseting the router, the second is for turning out again with antenna 1 selected.
Out of curiosity, what's the output of # dmesg | grep iwlwifi
?
@Kalcifer @linux
[ 5.010372] iwlwifi 0000:01:00.0: enabling device (0000 -> 0002)
[ 5.108148] iwlwifi 0000:01:00.0: Detected crf-id 0xbadcafe, cnv-id 0x10 wfpm id 0x80000000
[ 5.108171] iwlwifi 0000:01:00.0: PCI dev 24fd/0110, rev=0x230, rfid=0xd55555d5
[ 5.137796] iwlwifi 0000:01:00.0: loaded firmware version 36.ca7b901d.0 8265-36.ucode op_mode iwlmvm
[ 5.556122] iwlwifi 0000:01:00.0: Detected Intel(R) Dual Band Wireless AC 8265, REV=0x230
[ 5.614915] iwlwifi 0000:01:00.0: base HW address: 60:f6:77:eb:1e:6e, OTP minor version: 0x0
[ 5.689840] iwlwifi 0000:01:00.0: iwlmvm doesn't allow to disable HW crypto, check swcrypto module parameter
[ 13.355547] iwlwifi 0000:01:00.0: Registered PHC clock: iwlwifi-PTP, with index: 0
Ok, seems fine.
~~You should add which wifi card we're talking about. Maybe someone has already some experience with it. lspci
or lsusb
will help with that.~~
Edit: Forget i asked. It's further below.
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0