A few weeks ago I had to do a complete reinstall of Debian Bookworm from a Debian Bookworm 12.5 Live ISO/DVD. Since then the laptop has not been able to access the web through the dongle (a Vodafone R219h) although the laptop can access the web through the local library access point. It seems that the laptop is using Network Manager to manage connections.I have read/worked through the Network Manager section of Debian Networking WiFi_HowToUse section of the Debian Wiki. The laptop still cannot access the web through the dongle.
In my investigations I found that both 20-wired.network and dhcp.network were both missing from /etc/systemd/network. I have re-instated both files. This has made no difference. There is a .nmconnection file for the dongle in /etc/NetworkManager/system-connections/. In System Settings/Network/Connections I have tried changing the dongle (access) Mode from Infrastructure (the original setting) to Adhoc and then Access Point. Neither of these changes made any difference.
Currently I have set Restrict to device to wlp7s0. Again this made no difference.
Previous to re-installing Debian, the laptop had no problem whatever in accessing the web through the dongle at home.
Could someone please point me in the direction of a fix for this problem ?
Stuart
EDIT: Whilst reading through the Network section of the Debian Wiki, I came across the "sudo nmcli d" command. With the dongle connected to a usb port, this gives the following output.
Code: Select all
stuart@localhost:~$ sudo nmcli d
DEVICE TYPE STATE CONNECTION
enx001e101f0000 ethernet connected Wired connection 2
wlp7s0 wifi connected VodafoneMobileWiFi-645C43
lo loopback connected (externally) lo
p2p-dev-wlp7s0 wifi-p2p disconnected --
enp19s0 ethernet unavailable --
Also, use of the "ip a" command gives the following output
Code: Select all
stuart@localhost:~$ ip a
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: enp19s0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc fq_codel state DOWN group default qlen 1000
link/ether 78:84:3c:ff:8b:84 brd ff:ff:ff:ff:ff:ff
3: wlp7s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
link/ether 64:27:37:96:82:fb brd ff:ff:ff:ff:ff:ff
inet 10.190.96.149/25 metric 1024 brd 10.190.96.255 scope global dynamic wlp7s0
valid_lft 3072sec preferred_lft 3072sec
inet 10.190.96.188/25 brd 10.190.96.255 scope global secondary dynamic noprefixroute wlp7s0
valid_lft 3084sec preferred_lft 3084sec
inet6 fe80::efbc:cf7f:b0f5:ef8b/64 scope link noprefixroute
valid_lft forever preferred_lft forever
4: enx001e101f0000: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000
link/ether 00:1e:10:1f:00:00 brd ff:ff:ff:ff:ff:ff
inet 192.168.0.130/24 brd 192.168.0.255 scope global dynamic noprefixroute enx001e101f0000
valid_lft 83089sec preferred_lft 83089sec
inet6 fe80::b01a:499:2bc4:f290/64 scope link noprefixroute
valid_lft forever preferred_lft forever
stuart@localhost:~$