Sysop: | Amessyroom |
---|---|
Location: | Fayetteville, NC |
Users: | 28 |
Nodes: | 6 (0 / 6) |
Uptime: | 56:06:50 |
Calls: | 422 |
Files: | 1,025 |
Messages: | 90,768 |
I have tried booting with the last several kernels that I have
installed doesn't seem to work. I also can't find iwconfig.
On 5/12/25 10:25 PM, Paul Scott wrote:
I see where it says that the wlp2s0 is DOWN
I'm not having great luck finding a command to bring it up after looking at
man ip
On 5/13/25 10:57 AM, David Wright wrote:
$ /sbin/rfkill
should show what's blocked, and sudo rfkill unblock all
should unblock it.
Cheers,
David.
Thank you!
Just installing rfkill solved the problem.
Have a great day,
On 13/05/2025 22:55, tomas wrote:
sudo iwlist wlp2s0 scanning
To avoid a tool that is claimed to be a deprecated one:
sudo iw dev wlp2s0 scan
(With ifupdown I can help a bit, with the others there are
far more knowledgeable folks than me around here).
Tomas, since Paul has written that the issue was solved, I hope, the following question related to ifupdown would not be considered as hijacking the thread.
I have noticed that deprecated wireless-tools have some kind of integration with ifupdown while README.Debian from iw explicitly states that no helpers are provided. Do you use in /etc/network/interfaces any configuration option handled by namely wireless-tools or you have solely wpasupplicant
preferences to connect to access points?
P.S. Since Paul mentioned XFCE and menu, I suspect that WiFi configuration
is handled by NetworkManager and the command to scan for available networks is
nmcli device wifi list
and just "nmcli" for configuration overview.
On 14/05/2025 11:29, tomas wrote:
On Wed, May 14, 2025 at 09:57:17AM +0700, Max Nikulin wrote:
I have noticed that deprecated wireless-tools have some kind of integration
with ifupdown while README.Debian from iw explicitly states that no helpers
are provided. Do you use in /etc/network/interfaces any configuration option
handled by namely wireless-tools or you have solely wpasupplicant preferences to connect to access points?
I only have needed wpa things in there (mainly wpa-ssid and wpa-psk; only
Thanks. So ifupdwn hooks from wireless-tools should not be used. I am in doubts concerning wpasupplicant driver. /usr/share/doc/wpasupplicant/README.Debian.gz states that old wext is used
by default while accordingly to the upstream changelog netlink driver is
used by default since 2014.
once I needed wpa-bssid to make sure my laptop connects to the 2.4 GHz band,
since the AP and the laptop would prefer the 5 GHz -- more is better, right? --
but that one is unreliable as hell).
It is reasonable default for higher bandwidth from my point of view. Of course, there are specific cases when 2.4 GHz band is less busy or more friendly to hardware of particular devices.