Hi there! I am having a lot of issues with my wireless lately. I suspect it is actually hardware related (I just stopped working one day, and it stopped working at the same time on OpenBSD and a Linux live USB I used).
The machine is a Laptop, and I am using the iwm driver. Expanding a bit what I just said, I was watching some youtube videos and fell asleep. By the time I woke up, the connection was down. I had this happening to me before on an old machine, and there you just need to reboot (restarting netif didn't work). Tried that, but no dice. Tried on different OS, and nothing.
When I do an ifconfig, I see that the device is detected, but no ESSID and no carrier: (cut down to amke it smaller)
The issue I am having is that connecting as normal using the wpa_supplicant and the rc.conf scripts don't give much info and I can't debug. I wish to make a manual connection to check any error, but I can't find a way of doing it:
the manual for ifconfig is huge, and I couldn't find anything after reading for over an hour.
I tried checking Internet, but all I find is how to use ifconfig to connect to an unprotected network. I want to connect to a wpa2 network with ifconfig, or a similar tool (I know I can use wpa_supplicant, but that pulls from the config file and still doesn't give me any useful output) I can use ifconfig to scan (that works, but not always detects my ESSID), and I can use it to manually connect to that ESSID, but still can't finish the connection because I can't define a password.
ps: I managed to have WiFi for a short time by sitting next to the router, so it might be the antennas are detached, because I only had about 20% signal strength literally centimeters from said router. Still, I think it can be useful to know those things even if I fix the issue.
The machine is a Laptop, and I am using the iwm driver. Expanding a bit what I just said, I was watching some youtube videos and fell asleep. By the time I woke up, the connection was down. I had this happening to me before on an old machine, and there you just need to reboot (restarting netif didn't work). Tried that, but no dice. Tried on different OS, and nothing.
When I do an ifconfig, I see that the device is detected, but no ESSID and no carrier: (cut down to amke it smaller)
Code:
wlan0:
groups: wlan
ssid "" channel 11 (2462 MHz 11g ht/20)
regdomain FCC country US authmode WPA1+WPA2/802.11i privacy MIXED
parent interface: iwn0
media: IEEE 802.11 Wireless Ethernet autoselect (autoselect)
status: no carrier
nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
the manual for ifconfig is huge, and I couldn't find anything after reading for over an hour.
I tried checking Internet, but all I find is how to use ifconfig to connect to an unprotected network. I want to connect to a wpa2 network with ifconfig, or a similar tool (I know I can use wpa_supplicant, but that pulls from the config file and still doesn't give me any useful output) I can use ifconfig to scan (that works, but not always detects my ESSID), and I can use it to manually connect to that ESSID, but still can't finish the connection because I can't define a password.
ps: I managed to have WiFi for a short time by sitting next to the router, so it might be the antennas are detached, because I only had about 20% signal strength literally centimeters from said router. Still, I think it can be useful to know those things even if I fix the issue.