I'm a new GNU/linux user and some days ago I've installed Debian 9 Stretch.
During the installation setup I had to put in a USB device non-free firmware because the intel wireless card didn't work.
Done this, the installation have finished without any problems, but now I can't to connect to the internet through WiFi and, unfortunately, I don't have the possibility to connect by cable.
I've tried to search on the internet the same problem, there are many discussions about WiFi problems, but can't solve mine.
Anyway, when I put in terminal:
- Code: Select all
ip link show
- Code: Select all
ip a
The results is:
- Code: Select all
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1
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
valid_lft forever preferred_lft forever
2: enp0s31f6: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast state DOWN group default qlen 1000
link/ether d0:50:99:85:97:cc brd ff:ff:ff:ff:ff:ff
4: wlx000ee8d4194e: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN group default qlen 1000
link/ether 9a:c0:5e:14:29:1a brd ff:ff:ff:ff[img][/img]:ff:ff
and the
- Code: Select all
iwconfig
- Code: Select all
lo no wireless extensions.
enp0s31f6 no wireless extensions.
wlx000ee8d4194e IEEE 802.11 ESSID:off/any
Mode:Managed Access Point: Not-Associated Tx-Power=20 dBm
Retry short limit:7 RTS thr:off Fragment thr:off
Encryption key:off
Power Management:on
I'm sorry for my bad English.