Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

[SOLVED]Wifi !?

If none of the specific sub-forums seem right for your thread, ask here.
Message
Author
User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: Wifi !?

#16 Post by Head_on_a_Stick »

OK, so you have no wireless interface.

Perhaps the firmware package is too old, it is dated 2018-08-25, fwiw.
deadbang

creachei
Posts: 15
Joined: 2018-10-29 14:08

Re: Wifi !?

#17 Post by creachei »

Does that mean there isn't anything I can do ?

User avatar
bw123
Posts: 4015
Joined: 2011-05-09 06:02
Has thanked: 1 time
Been thanked: 28 times

Re: Wifi !?

#18 Post by bw123 »

Find out what firmware it needs, (dmesg) and/or look up the device on the internet with the word debian or linux. ID the device like on the debian wiki and look up the device ID.

okay here it is from your post
RTL8723DE 802.11b/g/n PCIe Adapter [10ec:d723]

https://duckduckgo.com/html/?q=linux+10ec:d723

..quick look on the page says lMr LWFinger did get it working, but it may not be in the kernel tree yet?

read the [solved] entries
resigned by AI ChatGPT

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 71 times

Re: Wifi !?

#19 Post by stevepusser »

Compiling your own driver from source like the Ubuntu users requires you also install some other packages on Debian. Do you have a wired connection in Debian, or could get Net access with a tethered phone?
MX Linux packager and developer

creachei
Posts: 15
Joined: 2018-10-29 14:08

Re: Wifi !?

#20 Post by creachei »

I am now on the "problematic" laptop, with a wired connection.

creachei
Posts: 15
Joined: 2018-10-29 14:08

Re: Wifi !?

#21 Post by creachei »

On another forum, this solution is given :

Code: Select all

sudo apt-get install dkms git build-essential
git clone -b extended https://github.com/lwfinger/rtlwifi_new.git
sudo dkms add ./rtlwifi_new
cd rtlwifi_new
make
sudo make install
but here is the output of the make command :

Code: Select all

creachei@pc-141:~/rtlwifi_new$ make
make -C /lib/modules/4.18.0-0.bpo.1-amd64/build M=/home/creachei/rtlwifi_new modules
make[1]: *** /lib/modules/4.18.0-0.bpo.1-amd64/build: No such file or directory.  Stop.
Makefile:87: recipe for target 'all' failed
make: *** [all] Error 2
I don't have a build directory, and I looked in my older kernel, there was one, is this some start of a hint or am I lost ? :|

User avatar
bw123
Posts: 4015
Joined: 2011-05-09 06:02
Has thanked: 1 time
Been thanked: 28 times

Re: Wifi !?

#22 Post by bw123 »

Since you are using the backported kernel, you will need (all?)the build pkgs from backports, especially the headers. -or- try building it on the stable kernel, it supposed to build on 4.2 and up... Go slow and read, don't just poke commands in. If you get it working we buy you a 6 pack, hang in there.

p.s. if there is a README in the git, read it.
resigned by AI ChatGPT

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 71 times

Re: Wifi !?

#23 Post by stevepusser »

The easy way to make sure you have the compilers and headers for your running kernel is to first install module-assistant, then run as sysadmin:

Code: Select all

m-a prepare
If you installed the backports kernel, the backports repo must of course be enabled to get its header package. After that, you will be set up to build drivers (aka kernel modules).
MX Linux packager and developer

creachei
Posts: 15
Joined: 2018-10-29 14:08

Re: Wifi !?

#24 Post by creachei »

Yeeess it worked !!
I just connected with wifi, I went on some websites to verify, but one thing is that I couldn't connect to this exact forum, so I have to be on ethernet again to post this :/
It is relatively slow also compared to ethernet, remarkably even...


But anyway, huge thanks to everyone who helped me, as a total novice on Debian or Linux in general, I would never have been able to sort it out myself :)

v&n
Posts: 624
Joined: 2015-02-04 02:57

Re: Wifi !?

#25 Post by v&n »

creachei wrote:I went on some websites to verify, but one thing is that I couldn't connect to this exact forum, so I have to be on ethernet again to post this :/
It is relatively slow also compared to ethernet, remarkably even...
Sounds like a DNS cache issue to me. Could also be due to a 'not-good-enough' connection speed.

If you wish to try some further optimization, if possible, you may have to post the current output of the same script you used for info gathering. I like that kind of tinkering, but unfortunately I can't predict my availability.[/quote]

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: Wifi !?

#26 Post by Head_on_a_Stick »

Setting up a local nameserver in Debian is as simple as

Code: Select all

# systemctl enable --now systemd-resolved
# ln -sf /run/systemd/resolve/stub-resolv.conf /etc/resolv.conf
Perhaps try that?

EDIT: Backup the original /etc/resolv.conf file first!

Code: Select all

# mv /etc/resolv.conf{,.bak}
EDIT2: if the resolvconf package is installed that may mess with the symlink, see https://wiki.debian.org/resolv.conf for more.
deadbang

creachei
Posts: 15
Joined: 2018-10-29 14:08

Re: Wifi !?

#27 Post by creachei »

I don't know why but now I have this error when I run the script :

Code: Select all

creachei@pc-141:~$ ./wireless-info && cat wireless-info.txt | nc termbin.com 9999
./wireless-info: line 51: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)

Results saved in "/home/creachei/wireless-info.txt".

EDIT : sorry I messed up, and did not run it as root, here it is :

Code: Select all

########## wireless info START ##########

Report from: 30 Oct 2018 19:29 CET +0100

Booted last: 30 Oct 2018 00:00 CET +0100

Script from: 22 Oct 2018 03:34 UTC +0000

##### release ###########################

Distributor ID:	Debian
Description:	Debian GNU/Linux 9.5 (stretch)
Release:	9.5
Codename:	stretch

##### kernel ############################

Linux 4.18.0-0.bpo.1-amd64 #1 SMP Debian 4.18.6-1~bpo9+1 (2018-09-13) x86_64 unknown unknown GNU/Linux

Parameters: ro, quiet

##### desktop ###########################

default

##### lspci #############################

02:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 15)
	Subsystem: Hewlett-Packard Company RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [103c:8329]
	Kernel driver in use: r8169

03:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8723DE 802.11b/g/n PCIe Adapter [10ec:d723]
	Subsystem: Hewlett-Packard Company Device [103c:8319]
	Kernel driver in use: rtl8723de

##### lsusb #############################

Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 003: ID 1bcf:2c9b Sunplus Innovation Technology Inc. 
Bus 001 Device 002: ID 0bda:b009 Realtek Semiconductor Corp. 
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

##### PCMCIA card info ##################

'pccardctl' is not installed (package "pcmciautils").

##### rfkill ############################

./wireless-info: line 192: rfkill: command not found

##### secure boot #######################

'mokutil' is not installed (package "mokutil").

##### lsmod #############################

wmi_bmof               16384  0
hp_wmi                 16384  0
rtl8723de             106496  0
btcoexist             483328  1 rtl8723de
phydm_mod             917504  1 rtl8723de
rtl8723_common         28672  1 rtl8723de
rtl_pci                36864  1 rtl8723de
rtlwifi               176128  5 rtl_pci,rtl8723de,btcoexist,phydm_mod,rtl8723_common
mac80211              827392  2 rtl_pci,rtlwifi
cfg80211              782336  2 rtlwifi,mac80211
sparse_keymap          16384  2 hp_wmi,intel_vbtn
rfkill                 28672  6 hp_wmi,bluetooth,cfg80211
wmi                    28672  2 hp_wmi,wmi_bmof

##### interfaces ########################

[/etc/network/interfaces]

source /etc/network/interfaces.d/*

auto lo
iface lo inet loopback

##### ifconfig ##########################

1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
    link/loopback <MAC address> brd <MAC address>
    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: eno1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
    link/ether <MAC 'eno1' [IF1]> brd <MAC address>
    inet 192.168.1.35/24 brd 192.168.1.255 scope global dynamic noprefixroute eno1
       valid_lft 85954sec preferred_lft 85954sec
    inet6 2a01:cb08:84be:3700:6750:1aca:56d4:2731/64 scope global dynamic noprefixroute 
       valid_lft 1762sec preferred_lft 562sec
    inet6 fe80::4214:37f1:e5dc:92e6/64 scope link noprefixroute 
       valid_lft forever preferred_lft forever
3: wlo1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
    link/ether <MAC 'wlo1' [IF2]> brd <MAC address>
    inet 192.168.1.17/24 brd 192.168.1.255 scope global dynamic noprefixroute wlo1
       valid_lft 84888sec preferred_lft 84888sec
    inet 192.168.1.1/24 brd 192.168.1.255 scope global secondary noprefixroute wlo1
       valid_lft forever preferred_lft forever
    inet6 2a01:cb08:84be:3700:417d:ef67:4b18:262f/64 scope global dynamic noprefixroute 
       valid_lft 1762sec preferred_lft 562sec
    inet6 fe80::a60d:54d9:7faf:1978/64 scope link noprefixroute 
       valid_lft forever preferred_lft forever

##### iwconfig ##########################

./wireless-info: line 230: iwconfig: command not found

##### route #############################

default via 192.168.1.1 dev eno1 proto dhcp metric 100 
default via 192.168.1.10 dev wlo1 proto static metric 600 
169.254.0.0/16 dev wlo1 scope link metric 1000 
192.168.1.0/24 dev eno1 proto kernel scope link src 192.168.1.35 metric 100 
192.168.1.0/24 via 192.168.1.10 dev eno1 proto static metric 100 
192.168.1.0/24 dev wlo1 proto kernel scope link src 192.168.1.17 metric 600 
192.168.1.0/24 dev wlo1 proto kernel scope link src 192.168.1.1 metric 600 

##### resolv.conf #######################

[777 root '/etc/resolv.conf' -> '/run/systemd/resolve/stub-resolv.conf']

nameserver 127.0.0.53

##### network managers ##################

Installed:

	NetworkManager
	Wicd

Running:

root       590     1  0 19:04 ?        00:00:02 /usr/sbin/NetworkManager --no-daemon

##### NetworkManager info ###############

GENERAL.DEVICE:                         eno1
GENERAL.TYPE:                           ethernet
GENERAL.NM-TYPE:                        NMDeviceEthernet
GENERAL.VENDOR:                         Realtek Semiconductor Co., Ltd.
GENERAL.PRODUCT:                        RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
GENERAL.DRIVER:                         r8169
GENERAL.DRIVER-VERSION:                 2.3LK-NAPI
GENERAL.FIRMWARE-VERSION:               --
GENERAL.HWADDR:                         <MAC 'eno1' [IF1]>
GENERAL.MTU:                            1500
GENERAL.STATE:                          100 (connected)
GENERAL.REASON:                         0 (No reason given)
GENERAL.UDI:                            /sys/devices/pci0000:00/0000:00:1c.4/0000:02:00.0/net/eno1
GENERAL.IP-IFACE:                       eno1
GENERAL.IS-SOFTWARE:                    no
GENERAL.NM-MANAGED:                     yes
GENERAL.AUTOCONNECT:                    yes
GENERAL.FIRMWARE-MISSING:               no
GENERAL.NM-PLUGIN-MISSING:              no
GENERAL.PHYS-PORT-ID:                   --
GENERAL.CONNECTION:                     Livebox-017C
GENERAL.CON-UUID:                       9dc15c5c-854c-4828-b968-68ffcfe8db9b
GENERAL.CON-PATH:                       /org/freedesktop/NetworkManager/ActiveConnection/5
GENERAL.METERED:                        no (guessed)
CAPABILITIES.CARRIER-DETECT:            yes
CAPABILITIES.SPEED:                     1000 Mb/s
CAPABILITIES.IS-SOFTWARE:               no
CAPABILITIES.SRIOV:                     no
WIRED-PROPERTIES.CARRIER:               on
IP4.ADDRESS[1]:                         192.168.1.35/24
IP4.GATEWAY:                            192.168.1.1
IP4.ROUTE[1]:                           dst = 0.0.0.0/0, nh = 192.168.1.1, mt = 100
IP4.ROUTE[2]:                           dst = 192.168.1.0/24, nh = 0.0.0.0, mt = 100
IP4.ROUTE[3]:                           dst = 192.168.1.0/24, nh = 192.168.1.10, mt = 100
IP4.DNS[1]:                             192.168.1.1
IP4.DNS[2]:                             81.253.149.1
IP4.DOMAIN[1]:                          home
DHCP4.OPTION[1]:                        broadcast_address = 192.168.1.255
DHCP4.OPTION[2]:                        dhcp_lease_time = 86400
DHCP4.OPTION[3]:                        dhcp_message_type = 5
DHCP4.OPTION[4]:                        dhcp_rebinding_time = 75600
DHCP4.OPTION[5]:                        dhcp_renewal_time = 43200
DHCP4.OPTION[6]:                        dhcp_server_identifier = 192.168.1.1
DHCP4.OPTION[7]:                        domain_name = home
DHCP4.OPTION[8]:                        domain_name_servers = 192.168.1.1
DHCP4.OPTION[9]:                        expiry = 1541010133
DHCP4.OPTION[10]:                       ip_address = 192.168.1.35
DHCP4.OPTION[11]:                       network_number = 192.168.1.0
DHCP4.OPTION[12]:                       next_server = 192.168.1.1
DHCP4.OPTION[13]:                       requested_broadcast_address = 1
DHCP4.OPTION[14]:                       requested_domain_name = 1
DHCP4.OPTION[15]:                       requested_domain_name_servers = 1
DHCP4.OPTION[16]:                       requested_domain_search = 1
DHCP4.OPTION[17]:                       requested_host_name = 1
DHCP4.OPTION[18]:                       requested_interface_mtu = 1
DHCP4.OPTION[19]:                       requested_ms_classless_static_routes = 1
DHCP4.OPTION[20]:                       requested_netbios_name_servers = 1
DHCP4.OPTION[21]:                       requested_netbios_scope = 1
DHCP4.OPTION[22]:                       requested_ntp_servers = 1
DHCP4.OPTION[23]:                       requested_rfc3442_classless_static_routes = 1
DHCP4.OPTION[24]:                       requested_routers = 1
DHCP4.OPTION[25]:                       requested_static_routes = 1
DHCP4.OPTION[26]:                       requested_subnet_mask = 1
DHCP4.OPTION[27]:                       requested_time_offset = 1
DHCP4.OPTION[28]:                       requested_wpad = 1
DHCP4.OPTION[29]:                       routers = 192.168.1.1
DHCP4.OPTION[30]:                       subnet_mask = 255.255.255.0
DHCP4.OPTION[31]:                       vendor_unknown_3561 = 4:6:30:38:33:45:35:44:5:f:4c:4b:31:37:32:37:33:44:50:33:34:32:35:38:32:6:9:4c:69:76:65:62:6f:78:20:33
IP6.ADDRESS[1]:                         2a01:cb08:84be:3700:6750:1aca:56d4:2731/64
IP6.ADDRESS[2]:                         fe80::4214:37f1:e5dc:92e6/64
IP6.GATEWAY:                            fe80::a3e:5dff:fe85:17c
IP6.ROUTE[1]:                           dst = fe80::/64, nh = ::, mt = 100
IP6.ROUTE[2]:                           dst = 2a01:cb08:84be:3700::/64, nh = ::, mt = 100
IP6.ROUTE[3]:                           dst = ::/0, nh = fe80::a3e:5dff:fe85:17c, mt = 100
IP6.ROUTE[4]:                           dst = ff00::/8, nh = ::, mt = 256, table=255
IP6.DNS[1]:                             fe80::a3e:5dff:fe85:17c
DHCP6.OPTION[1]:                        dhcp6_client_id = 0:4:25:f5:f6:45:4b:5d:53:a1:1a:6d:2c:7e:18:b5:f2:fd
DHCP6.OPTION[2]:                        dhcp6_domain_search = home.
DHCP6.OPTION[3]:                        dhcp6_name_servers = fe80::a3e:5dff:fe85:17c
DHCP6.OPTION[4]:                        dhcp6_server_id = 0:1:0:1:23:67:7b:58:8:3e:5d:85:1:7c
DHCP6.OPTION[5]:                        requested_dhcp6_client_id = 1
DHCP6.OPTION[6]:                        requested_dhcp6_domain_search = 1
DHCP6.OPTION[7]:                        requested_dhcp6_name_servers = 1
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/{1,2}
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:   228c6ebb-25ca-40e8-aac2-1ba8fed85f00 | Wired connection 1
CONNECTIONS.AVAILABLE-CONNECTIONS[2]:   9dc15c5c-854c-4828-b968-68ffcfe8db9b | Livebox-017C

GENERAL.DEVICE:                         wlo1
GENERAL.TYPE:                           wifi
GENERAL.NM-TYPE:                        NMDeviceWifi
GENERAL.VENDOR:                         Realtek Semiconductor Co., Ltd.
GENERAL.PRODUCT:                        Sunrise Point-LP PCI Express Root Port
GENERAL.DRIVER:                         rtl8723de
GENERAL.DRIVER-VERSION:                 4.18.0-0.bpo.1-amd64
GENERAL.FIRMWARE-VERSION:               N/A
GENERAL.HWADDR:                         <MAC 'wlo1' [IF2]>
GENERAL.MTU:                            1500
GENERAL.STATE:                          100 (connected)
GENERAL.REASON:                         0 (No reason given)
GENERAL.UDI:                            /sys/devices/pci0000:00/0000:00:1c.5/0000:03:00.0/net/wlo1
GENERAL.IP-IFACE:                       wlo1
GENERAL.IS-SOFTWARE:                    no
GENERAL.NM-MANAGED:                     yes
GENERAL.AUTOCONNECT:                    yes
GENERAL.FIRMWARE-MISSING:               no
GENERAL.NM-PLUGIN-MISSING:              no
GENERAL.PHYS-PORT-ID:                   --
GENERAL.CONNECTION:                     Wi-Fi 
GENERAL.CON-UUID:                       aa3e482c-f311-4b9e-a213-ccb5c8214837
GENERAL.CON-PATH:                       /org/freedesktop/NetworkManager/ActiveConnection/1
GENERAL.METERED:                        no (guessed)
CAPABILITIES.CARRIER-DETECT:            no
CAPABILITIES.SPEED:                     72 Mb/s
CAPABILITIES.IS-SOFTWARE:               no
CAPABILITIES.SRIOV:                     no
WIFI-PROPERTIES.WEP:                    yes
WIFI-PROPERTIES.WPA:                    yes
WIFI-PROPERTIES.WPA2:                   yes
WIFI-PROPERTIES.TKIP:                   yes
WIFI-PROPERTIES.CCMP:                   yes
WIFI-PROPERTIES.AP:                     yes
WIFI-PROPERTIES.ADHOC:                  yes
WIFI-PROPERTIES.2GHZ:                   yes
WIFI-PROPERTIES.5GHZ:                   no
IP4.ADDRESS[1]:                         192.168.1.1/24
IP4.ADDRESS[2]:                         192.168.1.17/24
IP4.GATEWAY:                            192.168.1.10
IP4.ROUTE[1]:                           dst = 192.168.1.0/24, nh = 0.0.0.0, mt = 600
IP4.ROUTE[2]:                           dst = 192.168.1.0/24, nh = 0.0.0.0, mt = 600
IP4.ROUTE[3]:                           dst = 169.254.0.0/16, nh = 0.0.0.0, mt = 1000
IP4.ROUTE[4]:                           dst = 0.0.0.0/0, nh = 192.168.1.10, mt = 600
IP4.DNS[1]:                             192.168.1.1
IP4.DOMAIN[1]:                          home
DHCP4.OPTION[1]:                        broadcast_address = 192.168.1.255
DHCP4.OPTION[2]:                        dhcp_lease_time = 86400
DHCP4.OPTION[3]:                        dhcp_message_type = 5
DHCP4.OPTION[4]:                        dhcp_rebinding_time = 75600
DHCP4.OPTION[5]:                        dhcp_renewal_time = 43200
DHCP4.OPTION[6]:                        dhcp_server_identifier = 192.168.1.1
DHCP4.OPTION[7]:                        domain_name = home
DHCP4.OPTION[8]:                        domain_name_servers = 192.168.1.1
DHCP4.OPTION[9]:                        expiry = 1541009067
DHCP4.OPTION[10]:                       ip_address = 192.168.1.17
DHCP4.OPTION[11]:                       network_number = 192.168.1.0
DHCP4.OPTION[12]:                       next_server = 192.168.1.1
DHCP4.OPTION[13]:                       requested_broadcast_address = 1
DHCP4.OPTION[14]:                       requested_domain_name = 1
DHCP4.OPTION[15]:                       requested_domain_name_servers = 1
DHCP4.OPTION[16]:                       requested_domain_search = 1
DHCP4.OPTION[17]:                       requested_host_name = 1
DHCP4.OPTION[18]:                       requested_interface_mtu = 1
DHCP4.OPTION[19]:                       requested_ms_classless_static_routes = 1
DHCP4.OPTION[20]:                       requested_netbios_name_servers = 1
DHCP4.OPTION[21]:                       requested_netbios_scope = 1
DHCP4.OPTION[22]:                       requested_ntp_servers = 1
DHCP4.OPTION[23]:                       requested_rfc3442_classless_static_routes = 1
DHCP4.OPTION[24]:                       requested_routers = 1
DHCP4.OPTION[25]:                       requested_static_routes = 1
DHCP4.OPTION[26]:                       requested_subnet_mask = 1
DHCP4.OPTION[27]:                       requested_time_offset = 1
DHCP4.OPTION[28]:                       requested_wpad = 1
DHCP4.OPTION[29]:                       routers = 192.168.1.1
DHCP4.OPTION[30]:                       subnet_mask = 255.255.255.0
DHCP4.OPTION[31]:                       vendor_unknown_3561 = 4:6:30:38:33:45:35:44:5:f:4c:4b:31:37:32:37:33:44:50:33:34:32:35:38:32:6:9:4c:69:76:65:62:6f:78:20:33
IP6.ADDRESS[1]:                         2a01:cb08:84be:3700:417d:ef67:4b18:262f/64
IP6.ADDRESS[2]:                         fe80::a60d:54d9:7faf:1978/64
IP6.GATEWAY:                            fe80::a3e:5dff:fe85:17c
IP6.ROUTE[1]:                           dst = fe80::/64, nh = ::, mt = 600
IP6.ROUTE[2]:                           dst = 2a01:cb08:84be:3700::/64, nh = ::, mt = 600
IP6.ROUTE[3]:                           dst = ::/0, nh = fe80::a3e:5dff:fe85:17c, mt = 600
IP6.ROUTE[4]:                           dst = ff00::/8, nh = ::, mt = 256, table=255
IP6.DNS[1]:                             fe80::a3e:5dff:fe85:17c
DHCP6.OPTION[1]:                        dhcp6_client_id = 0:4:25:f5:f6:45:4b:5d:53:a1:1a:6d:2c:7e:18:b5:f2:fd
DHCP6.OPTION[2]:                        dhcp6_domain_search = home.
DHCP6.OPTION[3]:                        dhcp6_name_servers = fe80::a3e:5dff:fe85:17c
DHCP6.OPTION[4]:                        dhcp6_server_id = 0:1:0:1:23:67:7b:58:8:3e:5d:85:1:7c
DHCP6.OPTION[5]:                        requested_dhcp6_client_id = 1
DHCP6.OPTION[6]:                        requested_dhcp6_domain_search = 1
DHCP6.OPTION[7]:                        requested_dhcp6_name_servers = 1
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/{3}
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:   aa3e482c-f311-4b9e-a213-ccb5c8214837 | Wi-Fi 

SSID          BSSID              MODE   CHAN  FREQ      RATE        SIGNAL  BARS  SECURITY   ACTIVE  IN-USE 
Livebox-017C  <MAC 'Livebox-017C' [AC1]>  Infra  6     2437 MHz  130 Mbit/s  50      **    WPA1 WPA2  yes     *      

##### NetworkManager.state ##############

[main]
NetworkingEnabled=true
WirelessEnabled=true
WWANEnabled=true

##### NetworkManager config #############

[[/etc/NetworkManager/NetworkManager.conf]]
[main]
plugins=ifupdown,keyfile
[ifupdown]
managed=false
[device]
wifi.scan-rand-mac-address=no

##### NetworkManager profiles ###########

[[/etc/NetworkManager/system-connections/Wi-Fi ]] (600 root)
[connection] id=Wi-Fi  | type=wifi | permissions=
[wifi] mac-address-blacklist= | ssid=Livebox-017C
[ipv4] method=auto
[ipv6] method=auto

##### Netplan config ####################

##### iw reg get ########################

./wireless-info: line 317: iw: command not found

##### iwlist channels ###################

./wireless-info: line 328: iwlist: command not found

##### iwlist scan #######################

lo        Interface doesn't support scanning.

eno1      Interface doesn't support scanning.

Channel occupancy:

      1   APs on   Frequency:2.437 GHz (Channel 6)

wlo1      Scan completed :
          Cell 01 - Address: <MAC 'Livebox-017C' [AC1]>
                    Channel:6
                    Frequency:2.437 GHz (Channel 6)
                    Quality=40/70  Signal level=-70 dBm  
                    Encryption key:on
                    ESSID:"Livebox-017C"
                    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 6 Mb/s
                              9 Mb/s; 12 Mb/s; 18 Mb/s
                    Bit Rates:24 Mb/s; 36 Mb/s; 48 Mb/s; 54 Mb/s
                    Mode:Master
                    Extra:tsf=0000003b62c55d25
                    Extra: Last beacon: 24ms ago
                    IE: IEEE 802.11i/WPA2 Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (2) : CCMP TKIP
                        Authentication Suites (1) : PSK
                    IE: WPA Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (2) : CCMP TKIP
                        Authentication Suites (1) : PSK

##### module infos ######################

./wireless-info: line 359: modinfo: command not found
[rtl8723de]

./wireless-info: line 359: modinfo: command not found
[rtl8723_common]

./wireless-info: line 359: modinfo: command not found
[rtl_pci]

./wireless-info: line 359: modinfo: command not found
[rtlwifi]

./wireless-info: line 359: modinfo: command not found
[mac80211]

./wireless-info: line 359: modinfo: command not found
[cfg80211]

##### module parameters #################

[rtl8723de]
ant_sel: 0
aspm: 0
debug_level: 0
debug_mask: 18446744073709551615
disable_watchdog: N
dma64: N
fwlps: N
ips: Y
msi: Y
swenc: N
swlps: N

[mac80211]
beacon_loss_count: 7
ieee80211_default_rc_algo: minstrel_ht
max_nullfunc_tries: 2
max_probe_tries: 5
probe_wait_ms: 500

[cfg80211]
bss_entries_limit: 1000
cfg80211_disable_40mhz_24ghz: N
ieee80211_regdom: 00

##### /etc/modules ######################

##### modprobe options ##################

[/etc/modprobe.d/amd64-microcode-blacklist.conf]
blacklist microcode

[/etc/modprobe.d/intel-microcode-blacklist.conf]
blacklist microcode

##### rc.local ##########################

grep: /etc/rc.local: No such file or directory

##### pm-utils ##########################

##### udev rules ########################

##### dmesg #############################

dmesg: read kernel buffer failed: Operation not permitted

########## wireless info END ############


########## wireless info START ##########

Report from: 30 Oct 2018 19:35 CET +0100

Booted last: 30 Oct 2018 00:00 CET +0100

Script from: 22 Oct 2018 03:34 UTC +0000

##### release ###########################

Distributor ID:	Debian
Description:	Debian GNU/Linux 9.5 (stretch)
Release:	9.5
Codename:	stretch

##### kernel ############################

Linux 4.18.0-0.bpo.1-amd64 #1 SMP Debian 4.18.6-1~bpo9+1 (2018-09-13) x86_64 unknown unknown GNU/Linux

Parameters: ro, quiet

##### desktop ###########################

sed: can't read /root/.dmrc: No such file or directory

Could not be determined.

##### lspci #############################

02:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 15)
	Subsystem: Hewlett-Packard Company RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [103c:8329]
	Kernel driver in use: r8169

03:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8723DE 802.11b/g/n PCIe Adapter [10ec:d723]
	Subsystem: Hewlett-Packard Company Device [103c:8319]
	Kernel driver in use: rtl8723de

##### lsusb #############################

Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 003: ID 1bcf:2c9b Sunplus Innovation Technology Inc. 
Bus 001 Device 002: ID 0bda:b009 Realtek Semiconductor Corp. 
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

##### PCMCIA card info ##################

'pccardctl' is not installed (package "pcmciautils").

##### rfkill ############################

0: phy0: Wireless LAN
	Soft blocked: no
	Hard blocked: no
1: hci0: Bluetooth
	Soft blocked: no
	Hard blocked: no

##### secure boot #######################

'mokutil' is not installed (package "mokutil").

##### lsmod #############################

wmi_bmof               16384  0
hp_wmi                 16384  0
rtl8723de             106496  0
btcoexist             483328  1 rtl8723de
phydm_mod             917504  1 rtl8723de
rtl8723_common         28672  1 rtl8723de
rtl_pci                36864  1 rtl8723de
rtlwifi               176128  5 rtl_pci,rtl8723de,btcoexist,phydm_mod,rtl8723_common
mac80211              827392  2 rtl_pci,rtlwifi
cfg80211              782336  2 rtlwifi,mac80211
sparse_keymap          16384  2 hp_wmi,intel_vbtn
rfkill                 28672  6 hp_wmi,bluetooth,cfg80211
wmi                    28672  2 hp_wmi,wmi_bmof

##### interfaces ########################

[/etc/network/interfaces]

source /etc/network/interfaces.d/*

auto lo
iface lo inet loopback

##### ifconfig ##########################

1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
    link/loopback <MAC address> brd <MAC address>
    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: eno1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
    link/ether <MAC 'eno1' [IF1]> brd <MAC address>
    inet 192.168.1.35/24 brd 192.168.1.255 scope global dynamic noprefixroute eno1
       valid_lft 85633sec preferred_lft 85633sec
    inet6 2a01:cb08:84be:3700:6750:1aca:56d4:2731/64 scope global dynamic noprefixroute 
       valid_lft 1797sec preferred_lft 597sec
    inet6 fe80::4214:37f1:e5dc:92e6/64 scope link noprefixroute 
       valid_lft forever preferred_lft forever
3: wlo1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
    link/ether <MAC 'wlo1' [IF2]> brd <MAC address>
    inet 192.168.1.17/24 brd 192.168.1.255 scope global dynamic noprefixroute wlo1
       valid_lft 84568sec preferred_lft 84568sec
    inet 192.168.1.1/24 brd 192.168.1.255 scope global secondary noprefixroute wlo1
       valid_lft forever preferred_lft forever
    inet6 2a01:cb08:84be:3700:417d:ef67:4b18:262f/64 scope global dynamic noprefixroute 
       valid_lft 1798sec preferred_lft 598sec
    inet6 fe80::a60d:54d9:7faf:1978/64 scope link noprefixroute 
       valid_lft forever preferred_lft forever

##### iwconfig ##########################

lo        no wireless extensions.

eno1      no wireless extensions.

wlo1      IEEE 802.11  ESSID:"Livebox-017C"  
          Mode:Managed  Frequency:2.437 GHz  Access Point: <MAC 'Livebox-017C' [AC1]>   
          Bit Rate=72.2 Mb/s   Tx-Power=20 dBm   
          Retry short limit:7   RTS thr=2347 B   Fragment thr:off
          Encryption key:off
          Power Management:off
          Link Quality=36/70  Signal level=-74 dBm  
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:247   Missed beacon:0

##### route #############################

default via 192.168.1.1 dev eno1 proto dhcp metric 100 
default via 192.168.1.10 dev wlo1 proto static metric 600 
169.254.0.0/16 dev wlo1 scope link metric 1000 
192.168.1.0/24 dev eno1 proto kernel scope link src 192.168.1.35 metric 100 
192.168.1.0/24 via 192.168.1.10 dev eno1 proto static metric 100 
192.168.1.0/24 dev wlo1 proto kernel scope link src 192.168.1.17 metric 600 
192.168.1.0/24 dev wlo1 proto kernel scope link src 192.168.1.1 metric 600 

##### resolv.conf #######################

[777 root '/etc/resolv.conf' -> '/run/systemd/resolve/stub-resolv.conf']

nameserver 127.0.0.53

##### network managers ##################

Installed:

	NetworkManager
	Wicd

Running:

root       590     1  0 19:04 ?        00:00:02 /usr/sbin/NetworkManager --no-daemon

##### NetworkManager info ###############

GENERAL.DEVICE:                         eno1
GENERAL.TYPE:                           ethernet
GENERAL.NM-TYPE:                        NMDeviceEthernet
GENERAL.VENDOR:                         Realtek Semiconductor Co., Ltd.
GENERAL.PRODUCT:                        RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
GENERAL.DRIVER:                         r8169
GENERAL.DRIVER-VERSION:                 2.3LK-NAPI
GENERAL.FIRMWARE-VERSION:               --
GENERAL.HWADDR:                         <MAC 'eno1' [IF1]>
GENERAL.MTU:                            1500
GENERAL.STATE:                          100 (connected)
GENERAL.REASON:                         0 (No reason given)
GENERAL.UDI:                            /sys/devices/pci0000:00/0000:00:1c.4/0000:02:00.0/net/eno1
GENERAL.IP-IFACE:                       eno1
GENERAL.IS-SOFTWARE:                    no
GENERAL.NM-MANAGED:                     yes
GENERAL.AUTOCONNECT:                    yes
GENERAL.FIRMWARE-MISSING:               no
GENERAL.NM-PLUGIN-MISSING:              no
GENERAL.PHYS-PORT-ID:                   --
GENERAL.CONNECTION:                     Livebox-017C
GENERAL.CON-UUID:                       9dc15c5c-854c-4828-b968-68ffcfe8db9b
GENERAL.CON-PATH:                       /org/freedesktop/NetworkManager/ActiveConnection/5
GENERAL.METERED:                        no (guessed)
CAPABILITIES.CARRIER-DETECT:            yes
CAPABILITIES.SPEED:                     1000 Mb/s
CAPABILITIES.IS-SOFTWARE:               no
CAPABILITIES.SRIOV:                     no
WIRED-PROPERTIES.CARRIER:               on
IP4.ADDRESS[1]:                         192.168.1.35/24
IP4.GATEWAY:                            192.168.1.1
IP4.ROUTE[1]:                           dst = 0.0.0.0/0, nh = 192.168.1.1, mt = 100
IP4.ROUTE[2]:                           dst = 192.168.1.0/24, nh = 0.0.0.0, mt = 100
IP4.ROUTE[3]:                           dst = 192.168.1.0/24, nh = 192.168.1.10, mt = 100
IP4.DNS[1]:                             192.168.1.1
IP4.DNS[2]:                             81.253.149.1
IP4.DOMAIN[1]:                          home
DHCP4.OPTION[1]:                        broadcast_address = 192.168.1.255
DHCP4.OPTION[2]:                        dhcp_lease_time = 86400
DHCP4.OPTION[3]:                        dhcp_message_type = 5
DHCP4.OPTION[4]:                        dhcp_rebinding_time = 75600
DHCP4.OPTION[5]:                        dhcp_renewal_time = 43200
DHCP4.OPTION[6]:                        dhcp_server_identifier = 192.168.1.1
DHCP4.OPTION[7]:                        domain_name = home
DHCP4.OPTION[8]:                        domain_name_servers = 192.168.1.1
DHCP4.OPTION[9]:                        expiry = 1541010133
DHCP4.OPTION[10]:                       ip_address = 192.168.1.35
DHCP4.OPTION[11]:                       network_number = 192.168.1.0
DHCP4.OPTION[12]:                       next_server = 192.168.1.1
DHCP4.OPTION[13]:                       requested_broadcast_address = 1
DHCP4.OPTION[14]:                       requested_domain_name = 1
DHCP4.OPTION[15]:                       requested_domain_name_servers = 1
DHCP4.OPTION[16]:                       requested_domain_search = 1
DHCP4.OPTION[17]:                       requested_host_name = 1
DHCP4.OPTION[18]:                       requested_interface_mtu = 1
DHCP4.OPTION[19]:                       requested_ms_classless_static_routes = 1
DHCP4.OPTION[20]:                       requested_netbios_name_servers = 1
DHCP4.OPTION[21]:                       requested_netbios_scope = 1
DHCP4.OPTION[22]:                       requested_ntp_servers = 1
DHCP4.OPTION[23]:                       requested_rfc3442_classless_static_routes = 1
DHCP4.OPTION[24]:                       requested_routers = 1
DHCP4.OPTION[25]:                       requested_static_routes = 1
DHCP4.OPTION[26]:                       requested_subnet_mask = 1
DHCP4.OPTION[27]:                       requested_time_offset = 1
DHCP4.OPTION[28]:                       requested_wpad = 1
DHCP4.OPTION[29]:                       routers = 192.168.1.1
DHCP4.OPTION[30]:                       subnet_mask = 255.255.255.0
DHCP4.OPTION[31]:                       vendor_unknown_3561 = 4:6:30:38:33:45:35:44:5:f:4c:4b:31:37:32:37:33:44:50:33:34:32:35:38:32:6:9:4c:69:76:65:62:6f:78:20:33
IP6.ADDRESS[1]:                         2a01:cb08:84be:3700:6750:1aca:56d4:2731/64
IP6.ADDRESS[2]:                         fe80::4214:37f1:e5dc:92e6/64
IP6.GATEWAY:                            fe80::a3e:5dff:fe85:17c
IP6.ROUTE[1]:                           dst = fe80::/64, nh = ::, mt = 100
IP6.ROUTE[2]:                           dst = 2a01:cb08:84be:3700::/64, nh = ::, mt = 100
IP6.ROUTE[3]:                           dst = ::/0, nh = fe80::a3e:5dff:fe85:17c, mt = 100
IP6.ROUTE[4]:                           dst = ff00::/8, nh = ::, mt = 256, table=255
IP6.DNS[1]:                             fe80::a3e:5dff:fe85:17c
DHCP6.OPTION[1]:                        dhcp6_client_id = 0:4:25:f5:f6:45:4b:5d:53:a1:1a:6d:2c:7e:18:b5:f2:fd
DHCP6.OPTION[2]:                        dhcp6_domain_search = home.
DHCP6.OPTION[3]:                        dhcp6_name_servers = fe80::a3e:5dff:fe85:17c
DHCP6.OPTION[4]:                        dhcp6_server_id = 0:1:0:1:23:67:7b:58:8:3e:5d:85:1:7c
DHCP6.OPTION[5]:                        requested_dhcp6_client_id = 1
DHCP6.OPTION[6]:                        requested_dhcp6_domain_search = 1
DHCP6.OPTION[7]:                        requested_dhcp6_name_servers = 1
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/{1,2}
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:   228c6ebb-25ca-40e8-aac2-1ba8fed85f00 | Wired connection 1
CONNECTIONS.AVAILABLE-CONNECTIONS[2]:   9dc15c5c-854c-4828-b968-68ffcfe8db9b | Livebox-017C

GENERAL.DEVICE:                         wlo1
GENERAL.TYPE:                           wifi
GENERAL.NM-TYPE:                        NMDeviceWifi
GENERAL.VENDOR:                         Realtek Semiconductor Co., Ltd.
GENERAL.PRODUCT:                        Sunrise Point-LP PCI Express Root Port
GENERAL.DRIVER:                         rtl8723de
GENERAL.DRIVER-VERSION:                 4.18.0-0.bpo.1-amd64
GENERAL.FIRMWARE-VERSION:               N/A
GENERAL.HWADDR:                         <MAC 'wlo1' [IF2]>
GENERAL.MTU:                            1500
GENERAL.STATE:                          100 (connected)
GENERAL.REASON:                         0 (No reason given)
GENERAL.UDI:                            /sys/devices/pci0000:00/0000:00:1c.5/0000:03:00.0/net/wlo1
GENERAL.IP-IFACE:                       wlo1
GENERAL.IS-SOFTWARE:                    no
GENERAL.NM-MANAGED:                     yes
GENERAL.AUTOCONNECT:                    yes
GENERAL.FIRMWARE-MISSING:               no
GENERAL.NM-PLUGIN-MISSING:              no
GENERAL.PHYS-PORT-ID:                   --
GENERAL.CONNECTION:                     Wi-Fi 
GENERAL.CON-UUID:                       aa3e482c-f311-4b9e-a213-ccb5c8214837
GENERAL.CON-PATH:                       /org/freedesktop/NetworkManager/ActiveConnection/1
GENERAL.METERED:                        no (guessed)
CAPABILITIES.CARRIER-DETECT:            no
CAPABILITIES.SPEED:                     72 Mb/s
CAPABILITIES.IS-SOFTWARE:               no
CAPABILITIES.SRIOV:                     no
WIFI-PROPERTIES.WEP:                    yes
WIFI-PROPERTIES.WPA:                    yes
WIFI-PROPERTIES.WPA2:                   yes
WIFI-PROPERTIES.TKIP:                   yes
WIFI-PROPERTIES.CCMP:                   yes
WIFI-PROPERTIES.AP:                     yes
WIFI-PROPERTIES.ADHOC:                  yes
WIFI-PROPERTIES.2GHZ:                   yes
WIFI-PROPERTIES.5GHZ:                   no
IP4.ADDRESS[1]:                         192.168.1.1/24
IP4.ADDRESS[2]:                         192.168.1.17/24
IP4.GATEWAY:                            192.168.1.10
IP4.ROUTE[1]:                           dst = 192.168.1.0/24, nh = 0.0.0.0, mt = 600
IP4.ROUTE[2]:                           dst = 192.168.1.0/24, nh = 0.0.0.0, mt = 600
IP4.ROUTE[3]:                           dst = 169.254.0.0/16, nh = 0.0.0.0, mt = 1000
IP4.ROUTE[4]:                           dst = 0.0.0.0/0, nh = 192.168.1.10, mt = 600
IP4.DNS[1]:                             192.168.1.1
IP4.DOMAIN[1]:                          home
DHCP4.OPTION[1]:                        broadcast_address = 192.168.1.255
DHCP4.OPTION[2]:                        dhcp_lease_time = 86400
DHCP4.OPTION[3]:                        dhcp_message_type = 5
DHCP4.OPTION[4]:                        dhcp_rebinding_time = 75600
DHCP4.OPTION[5]:                        dhcp_renewal_time = 43200
DHCP4.OPTION[6]:                        dhcp_server_identifier = 192.168.1.1
DHCP4.OPTION[7]:                        domain_name = home
DHCP4.OPTION[8]:                        domain_name_servers = 192.168.1.1
DHCP4.OPTION[9]:                        expiry = 1541009067
DHCP4.OPTION[10]:                       ip_address = 192.168.1.17
DHCP4.OPTION[11]:                       network_number = 192.168.1.0
DHCP4.OPTION[12]:                       next_server = 192.168.1.1
DHCP4.OPTION[13]:                       requested_broadcast_address = 1
DHCP4.OPTION[14]:                       requested_domain_name = 1
DHCP4.OPTION[15]:                       requested_domain_name_servers = 1
DHCP4.OPTION[16]:                       requested_domain_search = 1
DHCP4.OPTION[17]:                       requested_host_name = 1
DHCP4.OPTION[18]:                       requested_interface_mtu = 1
DHCP4.OPTION[19]:                       requested_ms_classless_static_routes = 1
DHCP4.OPTION[20]:                       requested_netbios_name_servers = 1
DHCP4.OPTION[21]:                       requested_netbios_scope = 1
DHCP4.OPTION[22]:                       requested_ntp_servers = 1
DHCP4.OPTION[23]:                       requested_rfc3442_classless_static_routes = 1
DHCP4.OPTION[24]:                       requested_routers = 1
DHCP4.OPTION[25]:                       requested_static_routes = 1
DHCP4.OPTION[26]:                       requested_subnet_mask = 1
DHCP4.OPTION[27]:                       requested_time_offset = 1
DHCP4.OPTION[28]:                       requested_wpad = 1
DHCP4.OPTION[29]:                       routers = 192.168.1.1
DHCP4.OPTION[30]:                       subnet_mask = 255.255.255.0
DHCP4.OPTION[31]:                       vendor_unknown_3561 = 4:6:30:38:33:45:35:44:5:f:4c:4b:31:37:32:37:33:44:50:33:34:32:35:38:32:6:9:4c:69:76:65:62:6f:78:20:33
IP6.ADDRESS[1]:                         2a01:cb08:84be:3700:417d:ef67:4b18:262f/64
IP6.ADDRESS[2]:                         fe80::a60d:54d9:7faf:1978/64
IP6.GATEWAY:                            fe80::a3e:5dff:fe85:17c
IP6.ROUTE[1]:                           dst = fe80::/64, nh = ::, mt = 600
IP6.ROUTE[2]:                           dst = 2a01:cb08:84be:3700::/64, nh = ::, mt = 600
IP6.ROUTE[3]:                           dst = ::/0, nh = fe80::a3e:5dff:fe85:17c, mt = 600
IP6.ROUTE[4]:                           dst = ff00::/8, nh = ::, mt = 256, table=255
IP6.DNS[1]:                             fe80::a3e:5dff:fe85:17c
DHCP6.OPTION[1]:                        dhcp6_client_id = 0:4:25:f5:f6:45:4b:5d:53:a1:1a:6d:2c:7e:18:b5:f2:fd
DHCP6.OPTION[2]:                        dhcp6_domain_search = home.
DHCP6.OPTION[3]:                        dhcp6_name_servers = fe80::a3e:5dff:fe85:17c
DHCP6.OPTION[4]:                        dhcp6_server_id = 0:1:0:1:23:67:7b:58:8:3e:5d:85:1:7c
DHCP6.OPTION[5]:                        requested_dhcp6_client_id = 1
DHCP6.OPTION[6]:                        requested_dhcp6_domain_search = 1
DHCP6.OPTION[7]:                        requested_dhcp6_name_servers = 1
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/{3}
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:   aa3e482c-f311-4b9e-a213-ccb5c8214837 | Wi-Fi 

SSID          BSSID              MODE   CHAN  FREQ      RATE        SIGNAL  BARS  SECURITY   ACTIVE  IN-USE 
Livebox-017C  <MAC 'Livebox-017C' [AC1]>  Infra  6     2437 MHz  130 Mbit/s  52      **    WPA1 WPA2  yes     *      

##### NetworkManager.state ##############

[main]
NetworkingEnabled=true
WirelessEnabled=true
WWANEnabled=true

##### NetworkManager config #############

[[/etc/NetworkManager/NetworkManager.conf]]
[main]
plugins=ifupdown,keyfile
[ifupdown]
managed=false
[device]
wifi.scan-rand-mac-address=no

##### NetworkManager profiles ###########

[[/etc/NetworkManager/system-connections/Wi-Fi ]] (600 root)
[connection] id=Wi-Fi  | type=wifi | permissions=
[wifi] mac-address-blacklist= | ssid=Livebox-017C
[ipv4] method=auto
[ipv6] method=auto

##### Netplan config ####################

##### iw reg get ########################

Region: Europe/Paris (based on set time zone)

global
country FR: DFS-ETSI
	(2402 - 2482 @ 40), (N/A, 20), (N/A)
	(5170 - 5250 @ 80), (N/A, 20), (N/A), AUTO-BW
	(5250 - 5330 @ 80), (N/A, 20), (0 ms), DFS, AUTO-BW
	(5490 - 5710 @ 160), (N/A, 27), (0 ms), DFS
	(57000 - 66000 @ 2160), (N/A, 40), (N/A)

##### iwlist channels ###################

lo        no frequency information.

eno1      no frequency information.

wlo1      13 channels in total; available frequencies :
          Channel 01 : 2.412 GHz
          Channel 02 : 2.417 GHz
          Channel 03 : 2.422 GHz
          Channel 04 : 2.427 GHz
          Channel 05 : 2.432 GHz
          Channel 06 : 2.437 GHz
          Channel 07 : 2.442 GHz
          Channel 08 : 2.447 GHz
          Channel 09 : 2.452 GHz
          Channel 10 : 2.457 GHz
          Channel 11 : 2.462 GHz
          Channel 12 : 2.467 GHz
          Channel 13 : 2.472 GHz
          Current Frequency:2.437 GHz (Channel 6)

##### iwlist scan #######################

lo        Interface doesn't support scanning.

eno1      Interface doesn't support scanning.

Channel occupancy:

      1   APs on   Frequency:2.437 GHz (Channel 6)

wlo1      Scan completed :
          Cell 01 - Address: <MAC 'Livebox-017C' [AC1]>
                    Channel:6
                    Frequency:2.437 GHz (Channel 6)
                    Quality=35/70  Signal level=-75 dBm  
                    Encryption key:on
                    ESSID:"Livebox-017C"
                    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 6 Mb/s
                              9 Mb/s; 12 Mb/s; 18 Mb/s
                    Bit Rates:24 Mb/s; 36 Mb/s; 48 Mb/s; 54 Mb/s
                    Mode:Master
                    Extra:tsf=0000003b7610322d
                    Extra: Last beacon: 28ms ago
                    IE: IEEE 802.11i/WPA2 Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (2) : CCMP TKIP
                        Authentication Suites (1) : PSK
                    IE: WPA Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (2) : CCMP TKIP
                        Authentication Suites (1) : PSK

##### module infos ######################

[rtl8723de]
filename:       /lib/modules/4.18.0-0.bpo.1-amd64/updates/dkms/rtl8723de.ko
firmware:       rtlwifi/rtl8723defw.bin
description:    Realtek 8723DE 802.11n PCI wireless
license:        GPL
author:         Realtek WlanFAE	<wlanfae@realtek.com>
author:         PageHe	<page_he@realsil.com.cn>
depends:        rtlwifi,rtl_pci,btcoexist,rtl8723-common,phydm_mod
retpoline:      Y
name:           rtl8723de
vermagic:       4.18.0-0.bpo.1-amd64 SMP mod_unload modversions 
parm:           dma64:bool
parm:           swenc:Set to 1 for software crypto (default 0)
 (bool)
parm:           ips:Set to 0 to not use link power save (default 1)
 (bool)
parm:           swlps:Set to 1 to use SW control power save (default 0)
 (bool)
parm:           fwlps:Set to 1 to use FW control power save (default 1)
 (bool)
parm:           msi:Set to 1 to use MSI interrupts mode (default 1)
 (bool)
parm:           aspm:Set to 1 to enable ASPM (default 0)
 (int)
parm:           debug_level:Set debug level (0-5) (default 0) (int)
parm:           debug_mask:Set debug mask (default 0) (ullong)
parm:           disable_watchdog:Set to 1 to disable the watchdog (default 0)
 (bool)
parm:           ant_sel:Set to 1 or 2 to force antenna number (default 0)
 (int)

[rtl8723_common]
filename:       /lib/modules/4.18.0-0.bpo.1-amd64/updates/dkms/rtl8723-common.ko
description:    Realtek RTL8723AE/RTL8723BE 802.11n PCI wireless common routines
license:        GPL
author:         Larry Finger	<Larry.Finger@lwfinger.net>
author:         Realtek WlanFAE	<wlanfae@realtek.com>
depends:        rtlwifi
retpoline:      Y
name:           rtl8723_common
vermagic:       4.18.0-0.bpo.1-amd64 SMP mod_unload modversions 

[rtl_pci]
filename:       /lib/modules/4.18.0-0.bpo.1-amd64/updates/dkms/rtl_pci.ko
description:    PCI basic driver for rtlwifi
license:        GPL
author:         Larry Finger	<Larry.FInger@lwfinger.net>
author:         Realtek WlanFAE	<wlanfae@realtek.com>
author:         lizhaoming	<chaoming_li@realsil.com.cn>
depends:        mac80211,rtlwifi
retpoline:      Y
name:           rtl_pci
vermagic:       4.18.0-0.bpo.1-amd64 SMP mod_unload modversions 

[rtlwifi]
filename:       /lib/modules/4.18.0-0.bpo.1-amd64/updates/dkms/rtlwifi.ko
description:    Realtek 802.11n PCI wireless core
license:        GPL
author:         Larry Finger	<Larry.FInger@lwfinger.net>
author:         Realtek WlanFAE	<wlanfae@realtek.com>
author:         lizhaoming	<chaoming_li@realsil.com.cn>
depends:        mac80211,cfg80211
retpoline:      Y
name:           rtlwifi
vermagic:       4.18.0-0.bpo.1-amd64 SMP mod_unload modversions 

[mac80211]
filename:       /lib/modules/4.18.0-0.bpo.1-amd64/kernel/net/mac80211/mac80211.ko
license:        GPL
description:    IEEE 802.11 subsystem
depends:        cfg80211
retpoline:      Y
intree:         Y
name:           mac80211
vermagic:       4.18.0-0.bpo.1-amd64 SMP mod_unload modversions 
parm:           max_nullfunc_tries:Maximum nullfunc tx tries before disconnecting (reason 4). (int)
parm:           max_probe_tries:Maximum probe tries before disconnecting (reason 4). (int)
parm:           beacon_loss_count:Number of beacon intervals before we decide beacon was lost. (int)
parm:           probe_wait_ms:Maximum time(ms) to wait for probe response before disconnecting (reason 4). (int)
parm:           ieee80211_default_rc_algo:Default rate control algorithm for mac80211 to use (charp)

[cfg80211]
filename:       /lib/modules/4.18.0-0.bpo.1-amd64/kernel/net/wireless/cfg80211.ko
description:    wireless configuration support
license:        GPL
author:         Johannes Berg
depends:        rfkill
retpoline:      Y
intree:         Y
name:           cfg80211
vermagic:       4.18.0-0.bpo.1-amd64 SMP mod_unload modversions 
parm:           bss_entries_limit:limit to number of scan BSS entries (per wiphy, default 1000) (int)
parm:           ieee80211_regdom:IEEE 802.11 regulatory domain code (charp)
parm:           cfg80211_disable_40mhz_24ghz:Disable 40MHz support in the 2.4GHz band (bool)

##### module parameters #################

[rtl8723de]
ant_sel: 0
aspm: 0
debug_level: 0
debug_mask: 18446744073709551615
disable_watchdog: N
dma64: N
fwlps: N
ips: Y
msi: Y
swenc: N
swlps: N

[mac80211]
beacon_loss_count: 7
ieee80211_default_rc_algo: minstrel_ht
max_nullfunc_tries: 2
max_probe_tries: 5
probe_wait_ms: 500

[cfg80211]
bss_entries_limit: 1000
cfg80211_disable_40mhz_24ghz: N
ieee80211_regdom: 00

##### /etc/modules ######################

##### modprobe options ##################

[/etc/modprobe.d/amd64-microcode-blacklist.conf]
blacklist microcode

[/etc/modprobe.d/intel-microcode-blacklist.conf]
blacklist microcode

##### rc.local ##########################

grep: /etc/rc.local: No such file or directory

##### pm-utils ##########################

##### udev rules ########################

##### dmesg #############################

[   10.872082] rtlwifi: rtlwifi: wireless switch is on
[   11.059995] Bluetooth: hci0: rtl: examining hci_ver=08 hci_rev=826c lmp_ver=08 lmp_subver=8873
[   11.059997] Bluetooth: hci0: rtl: assuming no firmware upload needed
[   11.065860] [drm:amdgpu_pci_probe [amdgpu]] *ERROR* amdgpu requires firmware installed
[   11.112638] rtl8723de 0000:03:00.0: firmware: direct-loading firmware rtlwifi/rtl8723defw.bin
[   12.256933] rtl8723de 0000:03:00.0 wlo1: renamed from wlan0
[   26.229394] IPv6: ADDRCONF(NETDEV_UP): eno1: link is not ready
[   26.326557] r8169 0000:02:00.0: firmware: direct-loading firmware rtl_nic/rtl8168h-2.fw
[   26.374716] r8169 0000:02:00.0 eno1: link down
[   26.374876] IPv6: ADDRCONF(NETDEV_UP): eno1: link is not ready
[   26.416506] IPv6: ADDRCONF(NETDEV_UP): wlo1: link is not ready (repeated 3 times)
[   31.013411] wlo1: authenticate with <MAC 'Livebox-017C' [AC1]>
[   31.032505] wlo1: send auth to <MAC 'Livebox-017C' [AC1]> (try 1/3)
[   31.034773] wlo1: authenticated
[   31.036111] wlo1: associate with <MAC 'Livebox-017C' [AC1]> (try 1/3)
[   31.040527] wlo1: RX AssocResp from <MAC 'Livebox-017C' [AC1]> (capab=0x431 status=0 aid=3)
[   31.316355] wlo1: associated
[   32.141324] IPv6: ADDRCONF(NETDEV_CHANGE): wlo1: link becomes ready
[  383.609814] r8169 0000:02:00.0 eno1: link up
[  383.609836] IPv6: ADDRCONF(NETDEV_CHANGE): eno1: link becomes ready
[  595.259342] r8169 0000:02:00.0 eno1: link down (repeated 2 times)
[  598.221560] IPv6: ADDRCONF(NETDEV_UP): eno1: link is not ready
[  721.793062] r8169 0000:02:00.0 eno1: link up
[  721.793072] IPv6: ADDRCONF(NETDEV_CHANGE): eno1: link becomes ready
[  725.976083] r8169 0000:02:00.0 eno1: link down (repeated 2 times)
[  729.081829] IPv6: ADDRCONF(NETDEV_UP): eno1: link is not ready
[  758.649696] r8169 0000:02:00.0 eno1: link up
[  758.649718] IPv6: ADDRCONF(NETDEV_CHANGE): eno1: link becomes ready
[  811.260989] r8169 0000:02:00.0 eno1: link down (repeated 2 times)
[  815.060034] IPv6: ADDRCONF(NETDEV_UP): eno1: link is not ready
[ 1097.511310] r8169 0000:02:00.0 eno1: link up
[ 1097.511332] IPv6: ADDRCONF(NETDEV_CHANGE): eno1: link becomes ready

########## wireless info END ############
Last edited by creachei on 2018-10-30 17:55, edited 1 time in total.

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: Wifi !?

#28 Post by Head_on_a_Stick »

So can you visit here with wireless now?

EDIT: disable WPA1 on your router, if you can, setting it to just WPA2 is safer, I think.
deadbang

creachei
Posts: 15
Joined: 2018-10-29 14:08

Re: Wifi !?

#29 Post by creachei »

Head_on_a_Stick wrote:So can you visit here with wireless now?
No I keep changing from wired and not, to check if it works, but for now only ethernet works

v&n
Posts: 624
Joined: 2015-02-04 02:57

Re: Wifi !?

#30 Post by v&n »

Sorry I'm not well-versed with ip commands yet, so I'm a bit confused (and uncomfortable) with the routes it is showing -
creachei wrote:

Code: Select all

##### route #############################

default via 192.168.1.1 dev eno1 proto dhcp metric 100 
default via 192.168.1.10 dev wlo1 proto static metric 600 
169.254.0.0/16 dev wlo1 scope link metric 1000 
192.168.1.0/24 dev eno1 proto kernel scope link src 192.168.1.35 metric 100 
192.168.1.0/24 via 192.168.1.10 dev eno1 proto static metric 100 
192.168.1.0/24 dev wlo1 proto kernel scope link src 192.168.1.17 metric 600 
192.168.1.0/24 dev wlo1 proto kernel scope link src 192.168.1.1 metric 600 
It seems with two IP addresses, the wifi interface is acting like a router or bridge for the ethernet interface, and the system itself is acting as the primary dns server. I may be misunderstanding the outputs, especially given your experience that ethernet (whose traffic seems to be eventually passing through wifi interface) works while wifi doesn't. Can you please also post the output of -

Code: Select all

route -n
with and without ethernet connection states please?

Can you please also confirm that your actual physical router/modem/AP is on IP address 192.168.1.10?
And can you visit ANY WEBSITES at all with wifi-only connection? Pinging them if not?

There are a few more things that I like tinkering with, including what HoaS suggested, but removing complexities/confusion is necessary here for me to be able to see or think straight.

And yes, WPA2 (+AES/CCMP, not TKIP) is not only more secure, it also is more efficient. WPA1 and TKIP are only for backward compatibility with jurassic-age hardware.

creachei
Posts: 15
Joined: 2018-10-29 14:08

Re: Wifi !?

#31 Post by creachei »

OK I've got everything working fine, with everything I have done I can't really tell what solution made it work, but it is working ! :)

Thanks again for your time everyone, we can put this post in "solved", or can I ? I don't know it was my first post on a forum ^^

(this post is send with my laptop, on wifi)

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: Wifi !?

#32 Post by Head_on_a_Stick »

creachei wrote:we can put this post in "solved", or can I ?
You can add [SOLVED] to the thread title yourself by editing your first post in this thread ;)

@v&n: great to see you back and sorry for muddying the waters, I get carried away trying to be a smartass sometimes :oops:
deadbang

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: [SOLVED]Wifi !?

#33 Post by Head_on_a_Stick »

Just out of curiosity, looking at the output quoted by v&n, it does look very strange.

Is the current output of `ip r` the same as in the script output?

If you run

Code: Select all

# ifdown wlo1
# ifup wlo1
Is the `ip r` output still the same?
deadbang

v&n
Posts: 624
Joined: 2015-02-04 02:57

Re: Wifi !?

#34 Post by v&n »

Head_on_a_Stick wrote:@v&n: great to see you back and sorry for muddying the waters, I get carried away trying to be a smartass sometimes :oops:
Great to see you too. :)
I never understood why you would ever need to be sorry for anything that you do here. :? The worst I've ever seen you doing is offering a well-intended advice based on an 'educated guess'. That's the best most of us can do.
(I'm actually feeling awkward while typing this, as if I'm somebody able to 'teach' you something about knowledge or etiquettes. :lol: )

creachei
Posts: 15
Joined: 2018-10-29 14:08

Re: [SOLVED]Wifi !?

#35 Post by creachei »

Head_on_a_Stick wrote: Is the current output of `ip r` the same as in the script output?
The script output is now :

Code: Select all

##### route #############################

default via 192.168.1.1 dev wlo1 
192.168.1.0/24 dev wlo1 proto kernel scope link src 192.168.1.17 
and, the output of your requests, weirdly gives :

Code: Select all

root@pc-141:~# ifdown wlo1
ifdown: unknown interface wlo1
root@pc-141:~# ifup wlo1
ifup: unknown interface wlo1

Post Reply