On 5/12/25 10:25 PM, Paul Scott wrote:
On 5/12/25 7:40 PM, Max Nikulin wrote:
On 12/05/2025 02:00, Charles Curley wrote:
On Sun, 11 May 2025 10:02:38 -0700 Paul Scott wrote:
I have tried booting with the last several kernels that I have
installed doesn't seem to work. I also can't find iwconfig.
iwconfig comes in the package wireless-tools. You may need to
(re)install that.
https://wireless.docs.kernel.org/en/latest/en/users/documentation/iw.html
The old tool iwconfig, which uses Wireless Extensions interface, is
deprecated and it’s strongly recommended to switch to iw and nl80211.
Paul, you have not mentioned which way you configure network, so it
is unclear why iwconfig is required. As usual, logs may shed some
light on your issue.
This is the output of
ip addr show
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN
group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host noprefixroute
valid_lft forever preferred_lft forever
2: wlp2s0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group
default qlen 1000
link/ether 96:93:57:7a:67:7b brd ff:ff:ff:ff:ff:ff permaddr
d0:39:57:7e:18:1f
altname wlxd039577e181f
6: enx00051bddea9d: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc
fq_codel state UP group default qlen 1000
link/ether 00:05:1b:dd:ea:9d brd ff:ff:ff:ff:ff:ff
inet 192.168.1.118/24 brd 192.168.1.255 scope global dynamic
noprefixroute enx00051bddea9d
valid_lft 85951sec preferred_lft 85951sec
inet6 fe80::af0a:6e9a:e166:ba86/64 scope link noprefixroute
valid_lft forever preferred_lft forever
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
TIA for any help,
Paul