You are not logged in.
hello,
i can connect to ethernet, but not wifi.
ip link doesn't show my wlan0 interface
[abhi@archlinux ~]$ ip link
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: enp7s0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc fq_codel state DOWN mode DEFAULT group default qlen 1000
link/ether 20:47:47:3b:e2:bc brd ff:ff:ff:ff:ff:ff
5: enp0s29u1u2: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UNKNOWN mode DEFAULT group default qlen 1000
link/ether 96:69:50:73:46:1d brd ff:ff:ff:ff:ff:ff
why is my wireless interface not listed
thankyou in advance
Offline
Which DE do you use? you can try a gui graphical wifi manager.
first connect to the internet, using ethernet or usb, and run:
sudo pacman -S networkmanager
sudo systemctl enable NetworkManager.service.restart your pc it will be on the desktop panel notifications area.
Last edited by keepers (2020-03-14 08:25:40)
Offline
@keepers
What would a GUI or networkmanager help here?
The wireless interface isn't available, so it cannot be used by fancy-stuff™.
@abhi, let's first check what your wifi interface actually is. Please post the outputs of "lspci" and "lsusb".
Also the complete "dmesg" (you can use the tip from https://wiki.archlinux.org/index.php/Pastebin to redirect it into a pastebin service) - maybe there're firmware or bus errors for the device recorded.
Welcome to the forum.
Offline