Quantcast
Channel: Ubuntu Forums - Networking & Wireless
Viewing all 23300 articles
Browse latest View live

[ubuntu] Ubuntu 20.04 - Unable to negotiate ... no matching key exchange method found

$
0
0
hey guys, yesterday installed new ubuntu 20.04 into empty SSD. Works fine, just have a problems with connecting to ssh (servers, switches).
Unable to negotiate with xxx.xxx.xxx.xxx port 22: no matching key exchange method found. Their offer: diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1


already added this in ~/.ssh/config
Host abcdef
HostName xxx.xxx.xxx.xxx
User myusername
KexAlgorithms diffie-hellman-group-exchange-sha1,diffie-hellman-group1-sha1


it works fine now. But is there any way to connect to ssh without using ~/.ssh/config?

Tried to add it into /etc/ssh/ssh_config - ciphers, didn't help it.
We have about 300 switches, don't want to add every switch into ~/.ssh/config.
ssh worked fine with ubuntu 18.04

Thank you for any help.

[ubuntu] No wireless icon Ubuntu 18.04

$
0
0
I was running version 16.04 and decided to update to version 18.04. After it was installed I ran update and upgrade, everything worked great. I rebooted and could not find the wireless icon, to enter my code. I have tried many solutions that I have found on line, but nothing works. The last one I found online was this one and tried it. It was from chili555


*****Sorry, I do not remember what to post before and after a terminal post to make it scroll in a small box.*****



A newer version of iwlwifi can be installed that includes your device and, crucially, the exact subsystem. With a working internet connection by ethernet, tethering or whatever means possible, open a terminal and do:

sudo apt update
sudo apt install git build-essential
git clone https://git.kernel.org/pub/scm/linux...rt-iwlwifi.git
cd backport-iwlwifi/
make defconfig-iwlwifi-public


sudo make install
sudo modprobe iwlwifi
I am not certain that the firmware is included in the latest version of linux-firmware. If your device doesn't start working immediately, check the log for messages and we'll then address the firmware if it's missing.



shareimprove this answerfollow



[COLOR=var(--black-500)]answered Jul 5 '19 at 19:38


chili55544k[COLOR=var(--black-400)]6[/COLOR]6 gold badges[COLOR=var(--black-400)]61[/COLOR]61 silver badges[COLOR=var(--black-400)]93





[/COLOR]
93 bronze badges


[/COLOR]



W: Target CNF (partner/cnf/Commands-amd64) is configured multiple times in /etc/apt/sources.list:45 and /etc/apt/sources.list.d/xenial-partner.list:4
W: Target CNF (partner/cnf/Commands-all) is configured multiple times in /etc/apt/sources.list:45 and /etc/apt/sources.list.d/xenial-partner.list:4
W: Target Packages (partner/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:45 and /etc/apt/sources.list.d/xenial-partner.list:4
W: Target Packages (partner/binary-i386/Packages) is configured multiple times in /etc/apt/sources.list:45 and /etc/apt/sources.list.d/xenial-partner.list:4
W: Target Packages (partner/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:45 and /etc/apt/sources.list.d/xenial-partner.list:4
W: Target Translations (partner/i18n/Translation-en_US) is configured multiple times in /etc/apt/sources.list:45 and /etc/apt/sources.list.d/xenial-partner.list:4
W: Target Translations (partner/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list:45 and /etc/apt/sources.list.d/xenial-partner.list:4
W: Target DEP-11 (partner/dep11/Components-amd64.yml) is configured multiple times in /etc/apt/sources.list:45 and /etc/apt/sources.list.d/xenial-partner.list:4
W: Target DEP-11 (partner/dep11/Components-all.yml) is configured multiple times in /etc/apt/sources.list:45 and /etc/apt/sources.list.d/xenial-partner.list:4
W: Target DEP-11-icons-small (partner/dep11/icons-48x48.tar) is configured multiple times in /etc/apt/sources.list:45 and /etc/apt/sources.list.d/xenial-partner.list:4
W: Target DEP-11-icons (partner/dep11/icons-64x64.tar) is configured multiple times in /etc/apt/sources.list:45 and /etc/apt/sources.list.d/xenial-partner.list:4
W: Target CNF (partner/cnf/Commands-amd64) is configured multiple times in /etc/apt/sources.list:45 and /etc/apt/sources.list.d/xenial-partner.list:4
W: Target CNF (partner/cnf/Commands-all) is configured multiple times in /etc/apt/sources.list:45 and /etc/apt/sources.list.d/xenial-partner.list:4
dennis@dennis1:~$ sudo apt dist-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
dennis@dennis1:~$ sudo apt install pastebinit
Reading package lists... Done
Building dependency tree
Reading state information... Done
pastebinit is already the newest version (1.5-2).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
dennis@dennis1:~$ wget -N -t 5 -T 10 https://github.com/UbuntuForums/wire.../wireless-info && \
> chmod +x wireless-info && \
> ./wireless-info
--2020-04-24 13:20:07-- https://github.com/UbuntuForums/wire.../wireless-info
Resolving github.com (github.com)... 140.82.112.3
Connecting to github.com (github.com)|140.82.112.3|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://raw.githubusercontent.com/Ub.../wireless-info [following]
--2020-04-24 13:20:07-- https://raw.githubusercontent.com/Ub.../wireless-info
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 199.232.28.133
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|199.232.28.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 17452 (17K) [text/plain]
Saving to: ‘wireless-info’


wireless-info 100%[===================>] 17.04K --.-KB/s in 0.02s


Last-modified header missing -- time-stamps turned off.
2020-04-24 13:20:07 (705 KB/s) - ‘wireless-info’ saved [17452/17452]




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


dennis@dennis1:~$ !/bin/bash
bash: !/bin/bash: event not found
dennis@dennis1:~$ dmesg | grep iwl
[ 23.995663] Loading modules backported from iwlwifi
[ 23.995663] iwlwifi-stack-public:master:8324:9176b151
dennis@dennis1:~$ clear


dennis@dennis1:~$ sudo apt update
[sudo] password for dennis:
Hit:1 http://us.archive.ubuntu.com/ubuntu bionic InRelease
Get:2 http://us.archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB]
Hit:3 http://ppa.launchpad.net/canonical-h...iwlwifi/ubuntu bionic InRelease
Hit:4 http://archive.canonical.com/ubuntu bionic InRelease
Get:5 http://us.archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB]
Get:6 http://us.archive.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB]
Hit:7 http://archive.canonical.com bionic InRelease
Fetched 252 kB in 1s (255 kB/s)
Reading package lists... Done
Building dependency tree
Reading state information... Done
All packages are up to date.
W: Target Packages (partner/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:45 and /etc/apt/sources.list.d/xenial-partner.list:4
W: Target Packages (partner/binary-i386/Packages) is configured multiple times in /etc/apt/sources.list:45 and /etc/apt/sources.list.d/xenial-partner.list:4
W: Target Packages (partner/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:45 and /etc/apt/sources.list.d/xenial-partner.list:4
W: Target Translations (partner/i18n/Translation-en_US) is configured multiple times in /etc/apt/sources.list:45 and /etc/apt/sources.list.d/xenial-partner.list:4
W: Target Translations (partner/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list:45 and /etc/apt/sources.list.d/xenial-partner.list:4
W: Target DEP-11 (partner/dep11/Components-amd64.yml) is configured multiple times in /etc/apt/sources.list:45 and /etc/apt/sources.list.d/xenial-partner.list:4
W: Target DEP-11 (partner/dep11/Components-all.yml) is configured multiple times in /etc/apt/sources.list:45 and /etc/apt/sources.list.d/xenial-partner.list:4
W: Target DEP-11-icons-small (partner/dep11/icons-48x48.tar) is configured multiple times in /etc/apt/sources.list:45 and /etc/apt/sources.list.d/xenial-partner.list:4
W: Target DEP-11-icons (partner/dep11/icons-64x64.tar) is configured multiple times in /etc/apt/sources.list:45 and /etc/apt/sources.list.d/xenial-partner.list:4
W: Target CNF (partner/cnf/Commands-amd64) is configured multiple times in /etc/apt/sources.list:45 and /etc/apt/sources.list.d/xenial-partner.list:4
W: Target CNF (partner/cnf/Commands-all) is configured multiple times in /etc/apt/sources.list:45 and /etc/apt/sources.list.d/xenial-partner.list:4
W: Target Packages (partner/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:45 and /etc/apt/sources.list.d/xenial-partner.list:4
W: Target Packages (partner/binary-i386/Packages) is configured multiple times in /etc/apt/sources.list:45 and /etc/apt/sources.list.d/xenial-partner.list:4
W: Target Packages (partner/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:45 and /etc/apt/sources.list.d/xenial-partner.list:4
W: Target Translations (partner/i18n/Translation-en_US) is configured multiple times in /etc/apt/sources.list:45 and /etc/apt/sources.list.d/xenial-partner.list:4
W: Target Translations (partner/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list:45 and /etc/apt/sources.list.d/xenial-partner.list:4
W: Target DEP-11 (partner/dep11/Components-amd64.yml) is configured multiple times in /etc/apt/sources.list:45 and /etc/apt/sources.list.d/xenial-partner.list:4
W: Target DEP-11 (partner/dep11/Components-all.yml) is configured multiple times in /etc/apt/sources.list:45 and /etc/apt/sources.list.d/xenial-partner.list:4
W: Target DEP-11-icons-small (partner/dep11/icons-48x48.tar) is configured multiple times in /etc/apt/sources.list:45 and /etc/apt/sources.list.d/xenial-partner.list:4
W: Target DEP-11-icons (partner/dep11/icons-64x64.tar) is configured multiple times in /etc/apt/sources.list:45 and /etc/apt/sources.list.d/xenial-partner.list:4
W: Target CNF (partner/cnf/Commands-amd64) is configured multiple times in /etc/apt/sources.list:45 and /etc/apt/sources.list.d/xenial-partner.list:4
W: Target CNF (partner/cnf/Commands-all) is configured multiple times in /etc/apt/sources.list:45 and /etc/apt/sources.list.d/xenial-partner.list:4
dennis@dennis1:~$ sudo apt install git build-essential
Reading package lists... Done
Building dependency tree
Reading state information... Done
build-essential is already the newest version (12.4ubuntu1).
git is already the newest version (1:2.17.1-1ubuntu0.7).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
dennis@dennis1:~$ git clone https://git.kernel.org/pub/scm/linux...rt-iwlwifi.git
fatal: destination path 'backport-iwlwifi' already exists and is not an empty directory.
dennis@dennis1:~$ cd backport-iwlwifi/
dennis@dennis1:~/backport-iwlwifi$ make defconfig-iwlwifi-public
make[2]: 'conf' is up to date.
#
# configuration written to .config
#
dennis@dennis1:~/backport-iwlwifi$ sed -i 's/CPTCFG_IWLMVM_VENDOR_CMDS=y/# CPTCFG_IWLMVM_VENDOR_CMDS is not set/' .config
dennis@dennis1:~/backport-iwlwifi$ make -j4
make[5]: 'conf' is up to date.
#
# configuration written to .config
#
Building backport-include/backport/autoconf.h ... done.
CC [M] /home/dennis/backport-iwlwifi/compat/main.o
CC [M] /home/dennis/backport-iwlwifi/net/wireless/core.o
CC [M] /home/dennis/backport-iwlwifi/drivers/net/wireless/intel/iwlwifi/iwl-io.o
CC [M] /home/dennis/backport-iwlwifi/net/mac80211/main.o
CC [M] /home/dennis/backport-iwlwifi/compat/backport-4.18.o
CC [M] /home/dennis/backport-iwlwifi/compat/backport-5.2.o
CC [M] /home/dennis/backport-iwlwifi/compat/backport-genetlink.o
CC [M] /home/dennis/backport-iwlwifi/drivers/net/wireless/intel/iwlwifi/iwl-drv.o
CC [M] /home/dennis/backport-iwlwifi/net/wireless/sysfs.o
CC [M] /home/dennis/backport-iwlwifi/compat/lib-crypto-arc4.o
LD [M] /home/dennis/backport-iwlwifi/compat/compat.o
CC [M] /home/dennis/backport-iwlwifi/net/wireless/radiotap.o
CC [M] /home/dennis/backport-iwlwifi/drivers/net/wireless/intel/iwlwifi/iwl-debug.o
CC [M] /home/dennis/backport-iwlwifi/net/mac80211/status.o
CC [M] /home/dennis/backport-iwlwifi/net/wireless/util.o
CC [M] /home/dennis/backport-iwlwifi/drivers/net/wireless/intel/iwlwifi/iwl-eeprom-read.o
CC [M] /home/dennis/backport-iwlwifi/net/mac80211/driver-ops.o
CC [M] /home/dennis/backport-iwlwifi/drivers/net/wireless/intel/iwlwifi/iwl-eeprom-parse.o
CC [M] /home/dennis/backport-iwlwifi/net/mac80211/sta_info.o
CC [M] /home/dennis/backport-iwlwifi/drivers/net/wireless/intel/iwlwifi/iwl-phy-db.o
CC [M] /home/dennis/backport-iwlwifi/net/mac80211/wep.o
CC [M] /home/dennis/backport-iwlwifi/net/wireless/reg.o
CC [M] /home/dennis/backport-iwlwifi/drivers/net/wireless/intel/iwlwifi/iwl-nvm-parse.o
CC [M] /home/dennis/backport-iwlwifi/net/mac80211/aead_api.o
CC [M] /home/dennis/backport-iwlwifi/net/wireless/scan.o
CC [M] /home/dennis/backport-iwlwifi/net/mac80211/wpa.o
CC [M] /home/dennis/backport-iwlwifi/drivers/net/wireless/intel/iwlwifi/iwl-dbg-tlv.o
CC [M] /home/dennis/backport-iwlwifi/net/wireless/nl80211.o
CC [M] /home/dennis/backport-iwlwifi/net/mac80211/scan.o
CC [M] /home/dennis/backport-iwlwifi/drivers/net/wireless/intel/iwlwifi/iwl-trans.o
CC [M] /home/dennis/backport-iwlwifi/net/wireless/mlme.o
CC [M] /home/dennis/backport-iwlwifi/drivers/net/wireless/intel/iwlwifi/fw/img.o
CC [M] /home/dennis/backport-iwlwifi/drivers/net/wireless/intel/iwlwifi/fw/notif-wait.o
CC [M] /home/dennis/backport-iwlwifi/net/mac80211/offchannel.o
CC [M] /home/dennis/backport-iwlwifi/drivers/net/wireless/intel/iwlwifi/fw/dbg.o
CC [M] /home/dennis/backport-iwlwifi/net/wireless/ibss.o
CC [M] /home/dennis/backport-iwlwifi/net/mac80211/ht.o
CC [M] /home/dennis/backport-iwlwifi/net/wireless/sme.o
CC [M] /home/dennis/backport-iwlwifi/drivers/net/wireless/intel/iwlwifi/fw/paging.o
CC [M] /home/dennis/backport-iwlwifi/net/mac80211/agg-tx.o
CC [M] /home/dennis/backport-iwlwifi/drivers/net/wireless/intel/iwlwifi/fw/smem.o
CC [M] /home/dennis/backport-iwlwifi/net/wireless/chan.o
CC [M] /home/dennis/backport-iwlwifi/drivers/net/wireless/intel/iwlwifi/fw/init.o
CC [M] /home/dennis/backport-iwlwifi/net/mac80211/agg-rx.o
CC [M] /home/dennis/backport-iwlwifi/drivers/net/wireless/intel/iwlwifi/cfg/7000.o
CC [M] /home/dennis/backport-iwlwifi/net/wireless/ethtool.o
CC [M] /home/dennis/backport-iwlwifi/drivers/net/wireless/intel/iwlwifi/cfg/8000.o
CC [M] /home/dennis/backport-iwlwifi/net/mac80211/vht.o
CC [M] /home/dennis/backport-iwlwifi/net/mac80211/he.o
CC [M] /home/dennis/backport-iwlwifi/drivers/net/wireless/intel/iwlwifi/cfg/9000.o
CC [M] /home/dennis/backport-iwlwifi/net/wireless/mesh.o
CC [M] /home/dennis/backport-iwlwifi/drivers/net/wireless/intel/iwlwifi/cfg/22000.o
CC [M] /home/dennis/backport-iwlwifi/net/mac80211/ibss.o
CC [M] /home/dennis/backport-iwlwifi/net/mac80211/iface.o
CC [M] /home/dennis/backport-iwlwifi/drivers/net/wireless/intel/iwlwifi/fw/debugfs.o
CC [M] /home/dennis/backport-iwlwifi/net/wireless/ap.o
CC [M] /home/dennis/backport-iwlwifi/drivers/net/wireless/intel/iwlwifi/fw/acpi.o
CC [M] /home/dennis/backport-iwlwifi/net/mac80211/rate.o
CC [M] /home/dennis/backport-iwlwifi/net/wireless/trace.o
CC [M] /home/dennis/backport-iwlwifi/net/mac80211/michael.o
CC [M] /home/dennis/backport-iwlwifi/drivers/net/wireless/intel/iwlwifi/pcie/drv.o
CC [M] /home/dennis/backport-iwlwifi/net/mac80211/tkip.o
CC [M] /home/dennis/backport-iwlwifi/net/mac80211/aes_cmac.o
CC [M] /home/dennis/backport-iwlwifi/drivers/net/wireless/intel/iwlwifi/pcie/rx.o
CC [M] /home/dennis/backport-iwlwifi/net/mac80211/aes_gmac.o
CC [M] /home/dennis/backport-iwlwifi/net/mac80211/fils_aead.o
CC [M] /home/dennis/backport-iwlwifi/net/mac80211/cfg.o
CC [M] /home/dennis/backport-iwlwifi/drivers/net/wireless/intel/iwlwifi/pcie/tx.o
CC [M] /home/dennis/backport-iwlwifi/net/mac80211/ethtool.o
CC [M] /home/dennis/backport-iwlwifi/net/wireless/ocb.o
CC [M] /home/dennis/backport-iwlwifi/net/mac80211/rx.o
CC [M] /home/dennis/backport-iwlwifi/drivers/net/wireless/intel/iwlwifi/pcie/trans.o
CC [M] /home/dennis/backport-iwlwifi/net/wireless/pmsr.o
CC [M] /home/dennis/backport-iwlwifi/net/wireless/debugfs.o
CC [M] /home/dennis/backport-iwlwifi/drivers/net/wireless/intel/iwlwifi/pcie/ctxt-info.o
CC [M] /home/dennis/backport-iwlwifi/net/wireless/shipped-certs.o
CC [M] /home/dennis/backport-iwlwifi/net/mac80211/spectmgmt.o
CC [M] /home/dennis/backport-iwlwifi/net/wireless/extra-certs.o
CC [M] /home/dennis/backport-iwlwifi/net/mac80211/tx.o
CC [M] /home/dennis/backport-iwlwifi/drivers/net/wireless/intel/iwlwifi/pcie/ctxt-info-gen3.o
LD [M] /home/dennis/backport-iwlwifi/net/wireless/cfg80211.o
CC [M] /home/dennis/backport-iwlwifi/drivers/net/wireless/intel/iwlwifi/pcie/trans-gen2.o
CC [M] /home/dennis/backport-iwlwifi/net/mac80211/key.o
In file included from /home/dennis/backport-iwlwifi/net/mac80211/tx.c:28:0:
/home/dennis/backport-iwlwifi/include/net/fq_impl.h: In function ‘fq_flow_idx’:
/home/dennis/backport-iwlwifi/include/net/fq_impl.h:118:39: warning: passing argument 2 of ‘skb_get_hash_perturb’ makes pointer from integer without a cast [-Wint-conversion]
u32 hash = skb_get_hash_perturb(skb, fq->perturbation);
^~
In file included from /home/dennis/backport-iwlwifi/backport-include/linux/skbuff.h:3:0,
from /home/dennis/backport-iwlwifi/net/mac80211/tx.c:15:
./include/linux/skbuff.h:1239:7: note: expected ‘const siphash_key_t * {aka const struct <anonymous> *}’ but argument is of type ‘u32 {aka unsigned int}’
__u32 skb_get_hash_perturb(const struct sk_buff *skb,
^~~~~~~~~~~~~~~~~~~~
CC [M] /home/dennis/backport-iwlwifi/drivers/net/wireless/intel/iwlwifi/pcie/tx-gen2.o
CC [M] /home/dennis/backport-iwlwifi/drivers/net/wireless/intel/iwlwifi/iwl-dbg-cfg.o
CC [M] /home/dennis/backport-iwlwifi/net/mac80211/util.o
CC [M] /home/dennis/backport-iwlwifi/drivers/net/wireless/intel/iwlwifi/iwl-devtrace.o
CC [M] /home/dennis/backport-iwlwifi/drivers/net/wireless/intel/iwlwifi/iwl-tm-gnl.o
CC [M] /home/dennis/backport-iwlwifi/net/mac80211/wme.o
CC [M] /home/dennis/backport-iwlwifi/drivers/net/wireless/intel/iwlwifi/iwl-dnt-cfg.o
CC [M] /home/dennis/backport-iwlwifi/net/mac80211/chan.o
CC [M] /home/dennis/backport-iwlwifi/drivers/net/wireless/intel/iwlwifi/iwl-dnt-dispatch.o
CC [M] /home/dennis/backport-iwlwifi/drivers/net/wireless/intel/iwlwifi/iwl-dnt-dev-if.o
CC [M] /home/dennis/backport-iwlwifi/net/mac80211/trace.o
CC [M] /home/dennis/backport-iwlwifi/drivers/net/wireless/intel/iwlwifi/fw/testmode.o
CC [M] /home/dennis/backport-iwlwifi/net/mac80211/mlme.o
CC [M] /home/dennis/backport-iwlwifi/net/mac80211/tdls.o
CC [M] /home/dennis/backport-iwlwifi/drivers/net/wireless/intel/iwlwifi/mvm/fw.o
CC [M] /home/dennis/backport-iwlwifi/drivers/net/wireless/intel/iwlwifi/mvm/mac80211.o
CC [M] /home/dennis/backport-iwlwifi/net/mac80211/ocb.o
CC [M] /home/dennis/backport-iwlwifi/net/mac80211/led.o
CC [M] /home/dennis/backport-iwlwifi/net/mac80211/debugfs.o
CC [M] /home/dennis/backport-iwlwifi/net/mac80211/debugfs_sta.o
CC [M] /home/dennis/backport-iwlwifi/drivers/net/wireless/intel/iwlwifi/mvm/nvm.o
CC [M] /home/dennis/backport-iwlwifi/net/mac80211/debugfs_netdev.o
CC [M] /home/dennis/backport-iwlwifi/net/mac80211/debugfs_key.o
CC [M] /home/dennis/backport-iwlwifi/net/mac80211/pm.o
CC [M] /home/dennis/backport-iwlwifi/drivers/net/wireless/intel/iwlwifi/mvm/ops.o
CC [M] /home/dennis/backport-iwlwifi/net/mac80211/rc80211_minstrel.o
CC [M] /home/dennis/backport-iwlwifi/net/mac80211/rc80211_minstrel_ht.o
CC [M] /home/dennis/backport-iwlwifi/net/mac80211/rc80211_minstrel_debugfs.o
CC [M] /home/dennis/backport-iwlwifi/drivers/net/wireless/intel/iwlwifi/mvm/phy-ctxt.o
CC [M] /home/dennis/backport-iwlwifi/net/mac80211/rc80211_minstrel_ht_debugfs.o
CC [M] /home/dennis/backport-iwlwifi/drivers/net/wireless/intel/iwlwifi/mvm/mac-ctxt.o
CC [M] /home/dennis/backport-iwlwifi/drivers/net/wireless/intel/iwlwifi/xvt/xvt.o
CC [M] /home/dennis/backport-iwlwifi/drivers/net/wireless/intel/iwlwifi/mvm/utils.o
LD [M] /home/dennis/backport-iwlwifi/net/mac80211/mac80211.o
CC [M] /home/dennis/backport-iwlwifi/drivers/net/wireless/intel/iwlwifi/xvt/user-infc.o
CC [M] /home/dennis/backport-iwlwifi/drivers/net/wireless/intel/iwlwifi/xvt/utils.o
CC [M] /home/dennis/backport-iwlwifi/drivers/net/wireless/intel/iwlwifi/mvm/rx.o
CC [M] /home/dennis/backport-iwlwifi/drivers/net/wireless/intel/iwlwifi/mvm/rxmq.o
CC [M] /home/dennis/backport-iwlwifi/drivers/net/wireless/intel/iwlwifi/xvt/fw.o
CC [M] /home/dennis/backport-iwlwifi/drivers/net/wireless/intel/iwlwifi/xvt/nvm.o
CC [M] /home/dennis/backport-iwlwifi/drivers/net/wireless/intel/iwlwifi/mvm/tx.o
CC [M] /home/dennis/backport-iwlwifi/drivers/net/wireless/intel/iwlwifi/xvt/rx.o
CC [M] /home/dennis/backport-iwlwifi/drivers/net/wireless/intel/iwlwifi/xvt/debugfs.o
CC [M] /home/dennis/backport-iwlwifi/drivers/net/wireless/intel/iwlwifi/mvm/binding.o
CC [M] /home/dennis/backport-iwlwifi/drivers/net/wireless/intel/iwlwifi/mvm/quota.o
LD [M] /home/dennis/backport-iwlwifi/drivers/net/wireless/intel/iwlwifi/xvt/iwlxvt.o
LD [M] /home/dennis/backport-iwlwifi/drivers/net/wireless/intel/iwlwifi/iwlwifi.o
CC [M] /home/dennis/backport-iwlwifi/drivers/net/wireless/intel/iwlwifi/mvm/sta.o
CC [M] /home/dennis/backport-iwlwifi/drivers/net/wireless/intel/iwlwifi/mvm/sf.o
CC [M] /home/dennis/backport-iwlwifi/drivers/net/wireless/intel/iwlwifi/mvm/scan.o
CC [M] /home/dennis/backport-iwlwifi/drivers/net/wireless/intel/iwlwifi/mvm/time-event.o
CC [M] /home/dennis/backport-iwlwifi/drivers/net/wireless/intel/iwlwifi/mvm/rs.o
CC [M] /home/dennis/backport-iwlwifi/drivers/net/wireless/intel/iwlwifi/mvm/rs-fw.o
CC [M] /home/dennis/backport-iwlwifi/drivers/net/wireless/intel/iwlwifi/mvm/power.o
CC [M] /home/dennis/backport-iwlwifi/drivers/net/wireless/intel/iwlwifi/mvm/coex.o
CC [M] /home/dennis/backport-iwlwifi/drivers/net/wireless/intel/iwlwifi/mvm/tt.o
CC [M] /home/dennis/backport-iwlwifi/drivers/net/wireless/intel/iwlwifi/mvm/offloading.o
CC [M] /home/dennis/backport-iwlwifi/drivers/net/wireless/intel/iwlwifi/mvm/tdls.o
CC [M] /home/dennis/backport-iwlwifi/drivers/net/wireless/intel/iwlwifi/mvm/ftm-initiator.o
CC [M] /home/dennis/backport-iwlwifi/drivers/net/wireless/intel/iwlwifi/mvm/ftm-responder.o
CC [M] /home/dennis/backport-iwlwifi/drivers/net/wireless/intel/iwlwifi/mvm/nan.o
CC [M] /home/dennis/backport-iwlwifi/drivers/net/wireless/intel/iwlwifi/mvm/debugfs.o
CC [M] /home/dennis/backport-iwlwifi/drivers/net/wireless/intel/iwlwifi/mvm/debugfs-vif.o
CC [M] /home/dennis/backport-iwlwifi/drivers/net/wireless/intel/iwlwifi/mvm/led.o
CC [M] /home/dennis/backport-iwlwifi/drivers/net/wireless/intel/iwlwifi/mvm/d3.o
LD [M] /home/dennis/backport-iwlwifi/drivers/net/wireless/intel/iwlwifi/mvm/iwlmvm.o
Building modules, stage 2.
MODPOST 6 modules
CC /home/dennis/backport-iwlwifi/compat/compat.mod.o
CC /home/dennis/backport-iwlwifi/drivers/net/wireless/intel/iwlwifi/mvm/iwlmvm.mod.o
CC /home/dennis/backport-iwlwifi/drivers/net/wireless/intel/iwlwifi/iwlwifi.mod.o
CC /home/dennis/backport-iwlwifi/drivers/net/wireless/intel/iwlwifi/xvt/iwlxvt.mod.o
CC /home/dennis/backport-iwlwifi/net/mac80211/mac80211.mod.o
CC /home/dennis/backport-iwlwifi/net/wireless/cfg80211.mod.o
LD [M] /home/dennis/backport-iwlwifi/drivers/net/wireless/intel/iwlwifi/iwlwifi.ko
LD [M] /home/dennis/backport-iwlwifi/compat/compat.ko
LD [M] /home/dennis/backport-iwlwifi/drivers/net/wireless/intel/iwlwifi/mvm/iwlmvm.ko
LD [M] /home/dennis/backport-iwlwifi/drivers/net/wireless/intel/iwlwifi/xvt/iwlxvt.ko
LD [M] /home/dennis/backport-iwlwifi/net/mac80211/mac80211.ko
LD [M] /home/dennis/backport-iwlwifi/net/wireless/cfg80211.ko
dennis@dennis1:~/backport-iwlwifi$
dennis@dennis1:~/backport-iwlwifi$ sudo make install
Building modules, stage 2.
MODPOST 6 modules
INSTALL /home/dennis/backport-iwlwifi/compat/compat.ko
At main.c:160:
- SSL error:02001002:system library:fopen:No such file or directory: ../crypto/bio/bss_file.c:72
- SSL error:2006D080:BIO routines:BIO_new_file:no such file: ../crypto/bio/bss_file.c:79
sign-file: certs/signing_key.pem: No such file or directory
INSTALL /home/dennis/backport-iwlwifi/drivers/net/wireless/intel/iwlwifi/iwlwifi.ko
At main.c:160:
- SSL error:02001002:system library:fopen:No such file or directory: ../crypto/bio/bss_file.c:72
- SSL error:2006D080:BIO routines:BIO_new_file:no such file: ../crypto/bio/bss_file.c:79
sign-file: certs/signing_key.pem: No such file or directory
INSTALL /home/dennis/backport-iwlwifi/drivers/net/wireless/intel/iwlwifi/mvm/iwlmvm.ko
At main.c:160:
- SSL error:02001002:system library:fopen:No such file or directory: ../crypto/bio/bss_file.c:72
- SSL error:2006D080:BIO routines:BIO_new_file:no such file: ../crypto/bio/bss_file.c:79
sign-file: certs/signing_key.pem: No such file or directory
INSTALL /home/dennis/backport-iwlwifi/drivers/net/wireless/intel/iwlwifi/xvt/iwlxvt.ko
At main.c:160:
- SSL error:02001002:system library:fopen:No such file or directory: ../crypto/bio/bss_file.c:72
- SSL error:2006D080:BIO routines:BIO_new_file:no such file: ../crypto/bio/bss_file.c:79
sign-file: certs/signing_key.pem: No such file or directory
INSTALL /home/dennis/backport-iwlwifi/net/mac80211/mac80211.ko
At main.c:160:
- SSL error:02001002:system library:fopen:No such file or directory: ../crypto/bio/bss_file.c:72
- SSL error:2006D080:BIO routines:BIO_new_file:no such file: ../crypto/bio/bss_file.c:79
sign-file: certs/signing_key.pem: No such file or directory
INSTALL /home/dennis/backport-iwlwifi/net/wireless/cfg80211.ko
At main.c:160:
- SSL error:02001002:system library:fopen:No such file or directory: ../crypto/bio/bss_file.c:72
- SSL error:2006D080:BIO routines:BIO_new_file:no such file: ../crypto/bio/bss_file.c:79
sign-file: certs/signing_key.pem: No such file or directory
DEPMOD 4.15.0-96-generic
depmod will prefer updates/ over kernel/ -- OK!
Note:
You may or may not need to update your initramfs, you should if
any of the modules installed are part of your initramfs. To add
support for your distribution to do this automatically send a
patch against "update-initramfs.sh". If your distribution does not
require this send a patch with the '/usr/bin/lsb_release -i -s'
("Ubuntu") tag for your distribution to avoid this warning.


Your backported driver modules should be installed now.
Reboot.


dennis@dennis1:~/backport-iwlwifi$ sudo modprobe iwlwifi
dennis@dennis1:~/backport-iwlwifi$
dennis@dennis1:~/backport-iwlwifi$ dmesg | grep iwl
[ 23.995663] Loading modules backported from iwlwifi
[ 23.995663] iwlwifi-stack-public:master:8324:9176b151
dennis@dennis1:~/backport-iwlwifi$


I do not know what to post before and after a terminal post to make it scroll in a small box.

[kubuntu] Etherenet connection not restablished after suspend

$
0
0
This has actually been an issue since some point in the 16.04 life cycle, initially 16.04 did not have this problem. I stopped being able to connect to the wired network connection after suspending. I assumed I installed something to break it but I've recently played with a few Ubuntu variants (Pop!_OS, Elementary, Ubuntu, Kubutnu) all the latest stable versions over the last month or so and the problem is persisting. There are certainly some type of logs that would provide hardware info but I'm going to need a bit of help figuring that out. I suspect it is an issue with my specific hardware.

I just installed 20.04 Kubutnu. A hardware list as a start:
Code:

lspci -nnk
00:00.0 Host bridge [0600]: Intel Corporation 2nd Generation Core Processor Family DRAM Controller [8086:0100] (rev 09)
        Subsystem: Intel Corporation 2nd Generation Core Processor Family DRAM Controller [8086:0100]
        Kernel driver in use: snb_uncore
00:01.0 PCI bridge [0604]: Intel Corporation Xeon E3-1200/2nd Generation Core Processor Family PCI Express Root Port [8086:0101] (rev 09)
        Kernel driver in use: pcieport
00:16.0 Communication controller [0780]: Intel Corporation 6 Series/C200 Series Chipset Family MEI Controller #1 [8086:1c3a] (rev 04)
        Subsystem: eVga.com. Corp. 6 Series/C200 Series Chipset Family MEI Controller [3842:1023]
        Kernel driver in use: mei_me
        Kernel modules: mei_me
00:1a.0 USB controller [0c03]: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #2 [8086:1c2d] (rev 05)
        Subsystem: eVga.com. Corp. 6 Series/C200 Series Chipset Family USB Enhanced Host Controller [3842:1023]
        Kernel driver in use: ehci-pci
00:1b.0 Audio device [0403]: Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller [8086:1c20] (rev 05)
        Subsystem: Realtek Semiconductor Co., Ltd. 6 Series/C200 Series Chipset Family High Definition Audio Controller [10ec:0889]
        Kernel driver in use: snd_hda_intel
        Kernel modules: snd_hda_intel
00:1c.0 PCI bridge [0604]: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 1 [8086:1c10] (rev b5)
        Kernel driver in use: pcieport
00:1c.1 PCI bridge [0604]: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 2 [8086:1c12] (rev b5)
        Kernel driver in use: pcieport
00:1c.2 PCI bridge [0604]: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 3 [8086:1c14] (rev b5)
        Kernel driver in use: pcieport
00:1c.3 PCI bridge [0604]: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 4 [8086:1c16] (rev b5)
        Kernel driver in use: pcieport
00:1c.4 PCI bridge [0604]: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 5 [8086:1c18] (rev b5)
        Kernel driver in use: pcieport
00:1c.5 PCI bridge [0604]: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 6 [8086:1c1a] (rev b5)
        Kernel driver in use: pcieport
00:1c.6 PCI bridge [0604]: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 7 [8086:1c1c] (rev b5)
        Kernel driver in use: pcieport
00:1c.7 PCI bridge [0604]: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 8 [8086:1c1e] (rev b5)
        Kernel driver in use: pcieport
00:1d.0 USB controller [0c03]: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #1 [8086:1c26] (rev 05)
        Subsystem: eVga.com. Corp. 6 Series/C200 Series Chipset Family USB Enhanced Host Controller [3842:1023]
        Kernel driver in use: ehci-pci
00:1f.0 ISA bridge [0601]: Intel Corporation Z68 Express Chipset LPC Controller [8086:1c44] (rev 05)
        Subsystem: eVga.com. Corp. Z68 Express Chipset LPC Controller [3842:1023]
        Kernel driver in use: lpc_ich
        Kernel modules: lpc_ich
00:1f.2 SATA controller [0106]: Intel Corporation 6 Series/C200 Series Chipset Family 6 port Desktop SATA AHCI Controller [8086:1c02] (rev 05)
        Subsystem: eVga.com. Corp. 6 Series/C200 Series Chipset Family 6 port Desktop SATA AHCI Controller [3842:1023]
        Kernel driver in use: ahci
        Kernel modules: ahci
00:1f.3 SMBus [0c05]: Intel Corporation 6 Series/C200 Series Chipset Family SMBus Controller [8086:1c22] (rev 05)
        Subsystem: eVga.com. Corp. 6 Series/C200 Series Chipset Family SMBus Controller [3842:1023]
        Kernel driver in use: i801_smbus
        Kernel modules: i2c_i801
01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GM206 [GeForce GTX 960] [10de:1401] (rev a1)
        Subsystem: Micro-Star International Co., Ltd. [MSI] GM206 [GeForce GTX 960] [1462:3202]
        Kernel driver in use: nvidia
        Kernel modules: nvidiafb, nouveau, nvidia_drm, nvidia
01:00.1 Audio device [0403]: NVIDIA Corporation GM206 High Definition Audio Controller [10de:0fba] (rev a1)
        Subsystem: Micro-Star International Co., Ltd. [MSI] GM206 High Definition Audio Controller [1462:3202]
        Kernel driver in use: snd_hda_intel
        Kernel modules: snd_hda_intel
03:00.0 USB controller [0c03]: VIA Technologies, Inc. VL80x xHCI USB 3.0 Controller [1106:3432] (rev 02)
        Subsystem: VIA Technologies, Inc. VL80x xHCI USB 3.0 Controller [1106:3432]
        Kernel driver in use: xhci_hcd
04:00.0 IDE interface [0101]: JMicron Technology Corp. JMB368 IDE controller [197b:2368]
        Subsystem: JMicron Technology Corp. JMB368 IDE controller [197b:2368]
        Kernel driver in use: pata_jmicron
        Kernel modules: pata_jmicron, pata_acpi
05:00.0 IDE interface [0101]: Marvell Technology Group Ltd. 88SE6111/6121 SATA II / PATA Controller [11ab:6121] (rev b2)
        Subsystem: Marvell Technology Group Ltd. 88SE6111/6121 1/2 port SATA II + 1 port PATA Controller [11ab:6121]
        Kernel driver in use: pata_marvell
        Kernel modules: ahci, pata_marvell, pata_acpi
06:00.0 Ethernet controller [0200]: Marvell Technology Group Ltd. 88E8057 PCI-E Gigabit Ethernet Controller [11ab:4380] (rev 10)
        Subsystem: eVga.com. Corp. 88E8057 PCI-E Gigabit Ethernet Controller [3842:1023]
        Kernel driver in use: sky2
        Kernel modules: sky2
07:00.0 Ethernet controller [0200]: Marvell Technology Group Ltd. 88E8057 PCI-E Gigabit Ethernet Controller [11ab:4380] (rev 10)
        Subsystem: eVga.com. Corp. 88E8057 PCI-E Gigabit Ethernet Controller [3842:1023]
        Kernel driver in use: sky2
        Kernel modules: sky2
08:00.0 PCI bridge [0604]: Texas Instruments XIO2000(A)/XIO2200A PCI Express-to-PCI Bridge [104c:8231] (rev 03)
09:00.0 FireWire (IEEE 1394) [0c00]: Texas Instruments XIO2200A IEEE-1394a-2000 Controller (PHY/Link) [104c:8235] (rev 01)
        Kernel driver in use: firewire_ohci
        Kernel modules: firewire_ohci

Any ideas? Thanks

lubuntu 19.04 Bluetooth troubleshooting guide

$
0
0
Hello guys,

Is there a troubleshooting guide based on cmdline for bluetooth issues? I have no clue where to start for my Latitude 7370. How do I know if the drivers are even loaded? Thanks.

[all variants] help! no network devices but 'lo' on my PC

$
0
0
Hi all,
Can't understand what is going on.
ifconfig returns only 'lo' on my PC. No ethernet and wifi card available. I'm writing this from my notebook where everything is ok so far.

I ran apt-get update; apt-get upgrade on my PC recently (and did not do it on my notebook for a while), is it something that could possibly cause this issue?

I can use my usb modem on PC though, virtual network card appears in ifconfig after I plug it.

18.04.4 LTS on my both computers.

Please help.

[kubuntu] HELP! Internet connected but doesn't work.

$
0
0
I installed Kubuntu on a separate partition WITH active WiFi connection to try it out, but now suddenly, I can't get online. :confused:

I booted from a DVD into Live Mode with Internet connected and then installed Kubuntu 19.10. Everything went smoothly. Now I'm trying to set everything up. The WiFi icon is in the tray and shows me as Connected to my WiFi network. But when I open Firefox or try to install any updates, I can't pull anything up. If I click on the WiFi tray icon, it shows upload activity but d/l activity is at 0mb.

This makes no sense. How can I be connected to my WiFi network yet not have an Internet connection (after having just installed Kubuntu with an Internet connection?)

What am I doing wrong? How do I fix this? TIA

PS: I noticed that I HAVE a working WiFi connection when Kubuntu starts, but just a few minutes later (sometimes only a minute, sometimes longer), I can no longer see other networks and my own connection becomes inaccessible. (Details: a USB-2.0 WiFi adapter. My personal network is named "Virus Central" to scare away intruders. :P)

WiFi working:
https://i.postimg.cc/FR5myFq8/wifi-working.jpg

WiFi not working (note that it still says "Connected"):
https://i.postimg.cc/pdnR550K/wifi-not-working.jpg

computer/phone ->wifi/Ethernet->router2->ethernet->router1->Internet

$
0
0
Hello

I have a problem with the following topology:

Topology 1: computer with Lubuntu 18.04/phone ->Wifi->router2(192.168.1.2) with Open network authentication->Ethernet->router1(192.168.1.1) with WPA2->Internet

router2's DHCP is disabled
router1's DCHP is enabled in this range: 192.168.1.5-192.168.1.254
computer's IP is static: 192.168.1.10

The content of /etc/netplan/01-netcfg.yaml in the computer is as follows:

Quote:

# This file describes the network interfaces available on your system
# For more information, see netplan(5).
network:
version: 2
renderer: networkd
ethernets:
ens33:
dhcp4: no
addresses: [192.168.1.10/24]
gateway4: 192.168.1.1
nameservers:
addresses: [8.8.8.8, 1.1.1.1]
I am trying to get a wireless connection to router2 from a computer or a phone in order to get online but for some strange reason I do not always get connected, only a few random times.

Nonetheless the following topology with the same computer and just replacing the Wifi connection between computer and router2 for the Ethernet connection works always like a charm to let me go online.

Topology 2: computer ->Ethernet->router2->Ethernet->router1->Internet

I guess out of the previous information it can be inferred that the problem might be at the wireless connection between router2 and computer/phone. I would like to be able to get online wirelessly from computer or phone though.

Router2 is AR-5387un COMTREND. I do not know how to set 192.168.1.1 as local gateway IP within router2's administration console. May be I need to fix that.

Right now one of the phone that I have with me connects without problem but other phones do not connect. Anyway this phone had problems to connect 2 hours ago.

Another interesting thing I saw: one hour ago the computer got connected to router2 wirelessly. Then I disconnected and connnected it to router2 several times as a test and it kept on connecting well. But then I did another test: I connected the computer to router1 wirelessly and then I tried to connected it once again to router2 wirelessly and then the problems came back. Since then the computer did not connect wirelessly to router2 any other time.

Quote:

IP addr show
displays the following for the computer's wifi interface when the computer does NOT get online:

Quote:

3: wlx0013f7c99c1b: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
link/ether 00:13:f7:c9:9c:1b brd ff:ff:ff:ff:ff:ff
inet6 fe80::36ef:251:4694:81e7/64 scope link noprefixroute
valid_lft forever preferred_lft forever

When the computer does not get online
Quote:

ping 192.168.1.1
from the computer displays the following
Quote:

connect: La red es inaccesible
I also just checked that the problem gets temporarily solved right away, ONLY for the computer, by restarting router1. But in case I change the wifi connection from router2's wifi interface to the router1's wifi interface and back to router2's wifi interface, then the problem arises again to get online on router2's wifi interface. Restarting router1 does NOT help with phones wifi connection to router2 at least right away like in the case of the computer. But is somehow strange because at some point may be 5 minutes or 10 minutes after getting online in the computer, one of the phones also ends up getting a local WLAN IP address and getting online successfully as well. And once this phone gets connected, I can disconnect it and connect it again to router2's wifi interface wirelessly without a problem unless I connect it in between to router1's wifi interface. Then getting back to router2's wifi interface will bring the problem back again.


I guess all the devices might be struggling to get a local IP address and that is why they have a difficult time getting online wirelessly but I do not know why.


Among other lines
Quote:

journalctl | grep wpa_supplicant
displayed the following, but I do not know what this means:
Quote:

<info> [1587855813.7367] supplicant: wpa_supplicant running
....
....
Quote:

wpa_supplicant[876]: dbus: fill_dict_with_properties dbus_interface=fi.w1.wpa_supplicant1.Interface dbus_property=Stations getter failed
....
....
Quote:

wpa_supplicant[876]: dbus: wpa_dbus_get_object_properties: failed to get object properties: (none) none
....
....
Quote:

wpa_supplicant[876]: dbus: Failed to construct signal
....
.....
Quote:

wpa_supplicant[876]: dbus: fill_dict_with_properties dbus_interface=fi.w1.wpa_supplicant1.Interface dbus_property=Stations getter failed
Does anyone have any idea about how I could fix the Wifi connection so that it stops having this random behaviour?

Thanks in advance.

[ubuntu] No Lag Remote Connection

$
0
0
So im running Ubuntu 19.10 on a Dell Studio with 4GB ram and dual 2.8GHz with like 3 hard drives (basic, do it all server) then connects to google wifi router over powerline Ethernet. It runs a dummy monitor at 1360x768 and runs RealVNC. but then in my bedroom ive got a raspberry pi zero w with raspbian connected over wifi. I use RealVNC, but it tends to lag sometime, no audio, and video playback is basically non-existant. Does anyone have any suggestions? id rather find some software solution than a hard ware solution.

[server] USB modem installation

$
0
0
Hello All,
I am new to this forum. I am new to any forum at all.
I know that this topic was discussed many times but I could not find a relevant thread or the information is missing.

I have a USB modem - the most popular - Huawei E3372 and it works great on a desktop installation of my new ubuntu 20.4 but... it does not work on the ubunto 20.4 server instance. I have no idea what is the matter.

Here below is the output from syslog on the server:
==================================================

pr 26 12:10:36 m-sam kernel: [15756.620331] usb 2-1.5: new high-speed USB device number 9 using ehci-pci
Apr 26 12:10:36 m-sam kernel: [15756.650804] usb 2-1.5: New USB device found, idVendor=12d1, idProduct=1f01, bcdDevice= 1.02
Apr 26 12:10:36 m-sam kernel: [15756.650810] usb 2-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Apr 26 12:10:36 m-sam kernel: [15756.650814] usb 2-1.5: Product: HUAWEI_MOBILE
Apr 26 12:10:36 m-sam kernel: [15756.650817] usb 2-1.5: Manufacturer: HUAWEI_MOBILE
Apr 26 12:10:36 m-sam kernel: [15756.650821] usb 2-1.5: SerialNumber: 0123456789ABCDEF
Apr 26 12:10:36 m-sam kernel: [15756.651818] usb-storage 2-1.5:1.0: USB Mass Storage device detected
Apr 26 12:10:36 m-sam kernel: [15756.652130] scsi host5: usb-storage 2-1.5:1.0
Apr 26 12:10:36 m-sam mtp-probe: checking bus 2, device 9: "/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.5"
Apr 26 12:10:36 m-sam mtp-probe: bus: 2, device: 9 was not an MTP device
Apr 26 12:10:36 m-sam systemd[1]: Starting USB_ModeSwitch_2-1.5:1.0...
Apr 26 12:10:36 m-sam usb_modeswitch_dispatcher[3241]: Could not read attribute: No such file or directory
Apr 26 12:10:36 m-sam usb_modeswitch_dispatcher[3241]: message repeated 2 times: [ Could not read attribute: No such file or directory]
Apr 26 12:10:36 m-sam mtp-probe: checking bus 2, device 9: "/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.5"
Apr 26 12:10:36 m-sam mtp-probe: bus: 2, device: 9 was not an MTP device
Apr 26 12:10:37 m-sam kernel: [15757.681529] scsi 5:0:0:0: CD-ROM HUAWEI Mass Storage 2.31 PQ: 0 ANSI: 2
Apr 26 12:10:37 m-sam kernel: [15757.682384] scsi 5:0:0:1: Direct-Access HUAWEI TF CARD Storage 2.31 PQ: 0 ANSI: 2
Apr 26 12:10:37 m-sam kernel: [15757.683883] sr 5:0:0:0: Power-on or device reset occurred
Apr 26 12:10:37 m-sam kernel: [15757.686150] sr 5:0:0:0: [sr1] scsi-1 drive
Apr 26 12:10:37 m-sam kernel: [15757.708793] sr 5:0:0:0: Attached scsi CD-ROM sr1
Apr 26 12:10:37 m-sam kernel: [15757.708959] sr 5:0:0:0: Attached scsi generic sg2 type 5
Apr 26 12:10:37 m-sam kernel: [15757.709281] scsi 5:0:0:1: Attached scsi generic sg3 type 0
Apr 26 12:10:37 m-sam kernel: [15757.710504] sd 5:0:0:1: Power-on or device reset occurred
Apr 26 12:10:37 m-sam usb_modeswitch: switch device 12d1:1f01 on 002/009
Apr 26 12:10:37 m-sam kernel: [15757.734128] sd 5:0:0:1: [sdb] Attached SCSI removable disk
Apr 26 12:10:37 m-sam kernel: [15757.734137] scsi 5:0:0:0: rejecting I/O to dead device
Apr 26 12:10:37 m-sam multipath: sdb: can't store path info
Apr 26 12:10:37 m-sam kernel: [15757.883549] usb 2-1.5: USB disconnect, device number 9
Apr 26 12:10:37 m-sam kernel: [15758.248311] usb 2-1.5: new high-speed USB device number 10 using ehci-pci
Apr 26 12:10:37 m-sam kernel: [15758.278270] usb 2-1.5: New USB device found, idVendor=12d1, idProduct=14dc, bcdDevice= 1.02
Apr 26 12:10:37 m-sam kernel: [15758.278275] usb 2-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Apr 26 12:10:37 m-sam kernel: [15758.278279] usb 2-1.5: Product: HUAWEI_MOBILE
Apr 26 12:10:37 m-sam kernel: [15758.278282] usb 2-1.5: Manufacturer: HUAWEI_MOBILE
Apr 26 12:10:37 m-sam kernel: [15758.282379] cdc_ether 2-1.5:1.0 eth0: register 'cdc_ether' at usb-0000:00:1d.0-1.5, CDC Ethernet Device, 0c:5b:8f:27:9a:64
Apr 26 12:10:37 m-sam kernel: [15758.283056] usb-storage 2-1.5:1.2: USB Mass Storage device detected
Apr 26 12:10:37 m-sam multipath: sdb: can't store path info
Apr 26 12:10:37 m-sam networkd-dispatcher[763]: WARNING:Unknown index 8 seen, reloading interface list
Apr 26 12:10:37 m-sam kernel: [15758.288462] scsi host5: usb-storage 2-1.5:1.2
Apr 26 12:10:37 m-sam mtp-probe: checking bus 2, device 10: "/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.5"
Apr 26 12:10:37 m-sam mtp-probe: bus: 2, device: 10 was not an MTP device
Apr 26 12:10:37 m-sam systemd-udevd[3261]: Using default interface naming scheme 'v245'.
Apr 26 12:10:38 m-sam systemd-udevd[3261]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Apr 26 12:10:38 m-sam kernel: [15758.312428] cdc_ether 2-1.5:1.0 enx0c5b8f279a64: renamed from eth0
Apr 26 12:10:38 m-sam systemd-networkd[735]: eth0: Interface name change detected, eth0 has been renamed to enx0c5b8f279a64.
Apr 26 12:10:38 m-sam networkd-dispatcher[763]: WARNING:Unknown index 8 seen, reloading interface list
Apr 26 12:10:38 m-sam mtp-probe: checking bus 2, device 10: "/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.5"
Apr 26 12:10:38 m-sam mtp-probe: bus: 2, device: 10 was not an MTP device
Apr 26 12:10:38 m-sam usb_modeswitch_dispatcher[3241]: Could not read attribute: No such file or directory
Apr 26 12:10:38 m-sam usb_modeswitch[3241]: usb_modeswitch: switched to 12d1:14dc on 2/10
Apr 26 12:10:38 m-sam multipathd[616]: sdb: path already removed
Apr 26 12:10:39 m-sam kernel: [15759.313540] scsi 5:0:0:0: Direct-Access HUAWEI TF CARD Storage 2.31 PQ: 0 ANSI: 2
Apr 26 12:10:39 m-sam kernel: [15759.313979] sd 5:0:0:0: Attached scsi generic sg2 type 0
Apr 26 12:10:39 m-sam kernel: [15759.314612] sd 5:0:0:0: Power-on or device reset occurred
Apr 26 12:10:39 m-sam kernel: [15759.329257] sd 5:0:0:0: [sdb] Attached SCSI removable disk
Apr 26 12:10:39 m-sam multipath: sdb: can't store path info
Apr 26 12:10:39 m-sam multipathd[616]: uevent trigger error
Apr 26 12:10:39 m-sam multipath: sdb: can't store path info
Apr 26 12:10:39 m-sam multipath: sdb: can't store path info
Apr 26 12:10:39 m-sam usb_modeswitch_dispatcher[3241]: Unable to open bind list file: No such file or directory
Apr 26 12:10:39 m-sam usb_modeswitch[3241]: usb_modeswitch: add device ID 12d1:14dc to driver option
Apr 26 12:10:39 m-sam usb_modeswitch[3241]: usb_modeswitch: please report the device ID to the Linux USB developers!
Apr 26 12:10:40 m-sam multipathd[616]: sdb: spurious uevent, path not found
Apr 26 12:10:40 m-sam multipathd[616]: uevent trigger error
Apr 26 12:10:40 m-sam multipathd[616]: sdb: spurious uevent, path not found
Apr 26 12:10:40 m-sam multipathd[616]: uevent trigger error
Apr 26 12:10:40 m-sam ModemManager[3186]: <info> Couldn't check support for device '/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.5': not supported by any plugin
Apr 26 12:10:46 m-sam systemd[1]: usb_modeswitch@2-1.5:1.0.service: Succeeded.
Apr 26 12:10:46 m-sam systemd[1]: Finished USB_ModeSwitch_2-1.5:1.0.

================================================== ====

$ ip link
8: enx0c5b8f279a64: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000
link/ether 0c:5b:8f:27:9a:64 brd ff:ff:ff:ff:ff:ff

I have tried to follow 'ModemManager installation and configuration manual' but I have failed on the first step:

======================================
$ systemctl status snap.modem-manager.modemmanager.service● snap.modem-manager.modemmanager.service - Service for snap application modem-manager.modemmanager
Loaded: loaded (/etc/systemd/system/snap.modem-manager.modemmanager.service; enabled; vendor preset: enabled)
Active: inactive (dead) since Sun 2020-04-26 11:36:26 UTC; 46min ago
Process: 2932 ExecStart=/usr/bin/snap run modem-manager.modemmanager (code=exited, status=0/SUCCESS)
Main PID: 2932 (code=exited, status=0/SUCCESS)

kwi 26 11:36:24 m-sam systemd[1]: Started Service for snap application modem-manager.modemmanager.
kwi 26 11:36:24 m-sam modem-manager.modemmanager[2932]: + export SNAP_APP_PATH=/snap/modem-manager/414
kwi 26 11:36:24 m-sam modem-manager.modemmanager[2932]: + LOG_LEVEL=INFO
kwi 26 11:36:24 m-sam modem-manager.modemmanager[2932]: + DEBUG=
kwi 26 11:36:24 m-sam modem-manager.modemmanager[2932]: + [ -f /var/snap/modem-manager/414/.debug_enabled ]
kwi 26 11:36:24 m-sam modem-manager.modemmanager[2932]: + exec /snap/modem-manager/414/usr/sbin/ModemManager --filter-policy=STRICT>
kwi 26 11:36:25 m-sam ModemManager[2932]: <info> ModemManager (version 1.10.0) starting in system bus...
kwi 26 11:36:26 m-sam ModemManager[2932]: <warn> Could not acquire the 'org.freedesktop.ModemManager1' service name
kwi 26 11:36:26 m-sam ModemManager[2932]: <info> ModemManager is shut down
kwi 26 11:36:26 m-sam systemd[1]: snap.modem-manager.modemmanager.service: Succeeded.

$ mmcli -L
No modems were found

======================================

What should I do? What to check more, what to change?

Thanks for any support.

BTW: I have tried to find how the procedure of the new USB device (modem) installation looks like. What is the first step, the second. Which process comes first, how to debug it etc. Could anyone redirect me to relevant source, please?

BRs,
Aneczka

SSH - First time connecting to a computer

$
0
0
I was asked the question: what security cipher system is used by SSH the first time you connect to a new computer. Does anyone know?

WoL not working

$
0
0
Hi guys,

First post, long time reader of the forum to help solving my problems, needing your support this time.

I am successfully powering on my home made Ubuntu Server 18.04 NAS1 from my PC1 Linux Mint 19.2 Build (Ubuntu 18.04 based).
Both have their IP addresses reserved in my router according to their MAC Addresses and are on the same subnet.
When NAS1 has been shut down (with sudo shutdown - h now), I can turn it on from PC1 by sending wake-on-lan (WoL) magic packets to it either with the powerwake or wakeonlan command.

I showed this to a friend and it ended up with him wanting the same solution, so I made him one similar Ubuntu Server 18.04 build, let's call it NAS2.
As you may guess, NAS2 is not responding to WoL, no way to power it on remotely. :(

NAS1 and NAS2 components are very similar, and both are based on the very same motherboard, an Asrock J3455-ITX.
One difference though is that NAS1 has got an 1.40 UEFI version while NAS2 is on a 1.60 UEFI version.
Both have the following UEFI setup that, to my understanding, should enable WoL:
Code:

Onboard LAN            :  Enabled
Deep S5                :  Disabled
PCIE Devices Power On  :  Enabled
Boot From Onboard LAN  :  Enabled
Secure Boot            :  Disabled

For NAS2, here is what $ sudo dmidecode | less shows me for the network card:
Code:

# dmidecode 3.1
Getting SMBIOS data from sysfs.
SMBIOS 3.0.0 present.
Table at 0x6DC50000.

Handle 0x0009, DMI type 9, 17 bytes
System Slot Information
        Designation: mPCIE
        Type: x1 PCI Express
        Current Usage: Available
        Length: Short
        ID: 33
        Characteristics:
                3.3 V is provided
                Opening is shared
                PME signal is supported*
        Bus Address: 0000:ff:1f.7

*Power Management Events, which include WOL

For your information, other NAS2 parts are:
- Kingston Value RAM 8GB, DDR3L-1600, SODIMM 204 (KVR16LS11/8 which is on the memory compatible list of the Asrock J3455-ITX)
- Micron SSD - 256GB
- WD 4TB Red HDD (not connected yet)
- Seagate 4TB Ironwolf HDD (not connected yet)
- Silverstone ST30SF 300W SFX PSU

This is what $ sudo inxi -Fxz tells for NAS2:
Code:

System:    Host: NAS2 Kernel: 4.15.0-96-generic x86_64 bits: 64 gcc: 7.5.0 Desktop: MATE
          Distro: Ubuntu 18.04.4 LTS
Machine:  Device: desktop Mobo: ASRock model: J3455-ITX serial: <filter> UEFI: American Megatrends v: P1.60 date: 01/16/2018
CPU:      Quad core Intel Celeron J3455 (-MCP-) arch: N/A cache: 1024 KB
          flags: (lm nx sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx) bmips: 11980
          clock speeds: max: 2300 MHz 1: 1697 MHz 2: 1135 MHz 3: 1206 MHz 4: 1637 MHz
Graphics:  Card: Intel Device 5a85 bus-ID: 00:02.0
          Display Server: X.Org 1.19.6 driver: i915 Resolution: 2560x1080@60.00hz
          OpenGL: renderer: llvmpipe (LLVM 9.0, 128 bits) version: 3.3 Mesa 19.2.8 Direct Render: Yes
Network:  Card: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
          driver: r8169 v: 2.3LK-NAPI port: e000 bus-ID: 01:00.0
          IF: enp1s0 state: up speed: 1000 Mbps duplex: full mac: <filter>
Drives:    HDD Total Size: 256.1GB (1.8% used)
          ID-1: /dev/sda model: MTFDDAK256MAM size: 256.1GB temp: 0C
Partition: ID-1: / size: 234G used: 4.4G (2%) fs: ext4 dev: /dev/sda2
RAID:      No RAID devices: /proc/mdstat, md_mod kernel module present
Sensors:  System Temperatures: cpu: 31.0C mobo: N/A
          Fan Speeds (in rpm): cpu: N/A
For your information. nfo:      Processes: 142 Uptime: 6 min Memory: 168.8/7637.8MB Init: Other NAS2 parts aresystemd runlevel: 5 Gcc sys: N/A
          Client: Shell (sudo) inxi: 2.3.56

NAS2 IP Address has also been reserved according to its MAC Address in my router.
$ ifconfig -a shows:
Code:

enp1s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.168.1.39  netmask 255.255.255.0  broadcast 192.168.1.255
        inet6 fe80::7285:c2ff:fe7f:4412  prefixlen 64  scopeid 0x20<link>
        ether a1:b2:c3:d4:44:12  txqueuelen 1000  (Ethernet)
        RX packets 37320  bytes 50510413 (50.5 MB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 20378  bytes 1703704 (1.7 MB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0


lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        inet6 ::1  prefixlen 128  scopeid 0x10<host>
        loop  txqueuelen 1000  (Local Loopback)
        RX packets 679  bytes 238416 (238.4 KB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 679  bytes 238416 (238.4 KB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

On the NAS2 itself, the enp1s0 network controller is set for DHCP, $ nano /etc/netplan/01-netcfg.yaml:
Code:

# This file describes the network interfaces available on your system
# For more information, see netplan(5).
network:
  version: 2
  renderer: networkd
  ethernets:
    enp1s0:
      dhcp4: yes


That's it for the system I think, if you need some more info please let me know.


With NAS2 turned on, I am able to check for incoming packets using ngrep or netcat, when sending Magic Packets from PC1 with $ wakeonlan a1:b2:c3:d4:44:12.
For instance with netcat $ sudo nc -ul -p 9, I get:
Code:

Some binary code
Or with ngrep $ sudo ngrep '\xff{6}(.{6})\1{15}' -x port 9, I get:
Code:

interface: enp1s0 (192.168.1.0/255.255.255.0)
filter: ( port 9 ) and ((ip || ip6) || (vlan && (ip || ip6)))
match: \xff{6}(.{6})\1{15}
#
U 192.168.1.31:40566 -> 255.255.255.255:9 #1
  ff ff ff ff ff ff a1 b2    c3 d4 44 12 a1 b2 c3 d4    ......p...D.p...
  44 12 a1 b2 c3 d4 44 12    a1 b2 c3 d4 44 12 a1 b2    D.p...D.p...D.p.
  c3 d4 44 12 a1 b2 c3 d4    44 12 a1 b2 c3 d4 44 12    ..D.p...D.p...D.
  a1 b2 c3 d4 44 12 a1 b2    c3 d4 44 12 a1 b2 c3 d4    p...D.p...D.p...
  44 12 a1 b2 c3 d4 44 12    a1 b2 c3 d4 44 12 a1 b2    D.p...D.p...D.p.
  c3 d4 44 12 a1 b2 c3 d4    44 12 a1 b2 c3 d4 44 12    ..D.p...D.p...D.
  a1 b2 c3 d4 44 12                                    p...D.

Strangely, I get nothing when trying to send packets with $ powerwake a1b2c3d44412.
However I experience exactly the same with my working NAS1, even though a wakeonlan or powerwake command is able to power it on.

And I don't know if that indicates something, but with $ sudo etherwake a1:b2:c3:d4:44:12 -i enp1s0, I see this (on both NAS though):
Code:

SIOCGIFHWADDR on enp1s0 failed: No such device

So finally, as said above after shutting it down with $ sudo shutdown -h now, impossible to turn it back on either with $ wakeonlan a1:b2:c3:d4:44:12 or with $ powerwake a1b2c3d44412.
And this even though the results of the above tests seem to point to an available WoL functionnality.

Am I missing something?
Are there other tools that could help me point out where the problem is?

Lastly, I tried to change the OS to Ubuntu 18.04 Desktop, Linux Mint 19.3, and I even tried to clone the NAS1 OS SSD to check it on NAS2. But all attempts to power on the build with WoL failed.
Which makes me think, especially because of the cloned SSD, that the problem comes from the UEFI of NAS2, or an hardware problem on this motherboard.

I am very interested in seeing what you think about all this!
Thanks for reading, I was rather long!

[ubuntu] No more smb access after migration to UBUNTU 20.04 from UBUNTU 19.10

$
0
0
Hello everyone,
I no longer have access to my devices (NAS and other pcs - windows) from Nautilus. The command smb://IP address doesn't work anymore since the upgrade.

I tried to change the parameter "client max protocol = NT1" in client max protocol = NT1 since my NAS is still in smb1 version. But without change, I can't navigate the network using smb, but I can do it with AFP.
I don't know if this will be useful but I also added "/usr/lib/x86_64-linux-gnu/gnome-vfs-2.0/moduleslibsmb.so" and modified
"/etc/gnome-vfs-2.0/modules/extra-modules.conf" to account for smb in nautilus. I can browse the Windows network again, but I can't access my files, just the share folder.
To get around the problem I went through an fstab mount, it works but it's less convenient and the login is slower.
Hopefully someone will be able to help me.
Thanks in advance.Sélection_011.png
Attached Images

[ubuntu] 20.04 wifi

$
0
0
Me and many ubuntu users that when they switched to version 20.04 were left without wifi or only with wifi in 5g, how to solve this problem?

Hardware intel wireless-ac9560

is Broadcom Wi-Fi an issue in 20.04 release? (Unusual error message...)

$
0
0
Background: I had issues with the Broadcom Wi-Fi in my Dell Inspiron 1545 laptop previously. They were fixed by downloading some firmware. (More specifics in this thread. )

I am currently running Lubuntu 17.10, and when I upgraded from 15 to 17, I had no issues that required re-installing Broadcom Wi-Fi firmware per the linked thread above. Somewhere I read that in 17.10 the Broadcom wireless was not an issue any more, although I don't know where I was told that.

Now, I want to install Lubuntu 20.04.

I have put the .iso on a USB stick and booted 20.04 several times. Each time, I get different messages on boot or shut down. Most recently, I got several lines starting with the following:

Quote:

[ 97.605515] b43-phy0 ERROR: Firmware file “b43/ucode15.fw” not found.
So, b43 means an issue with the Broadcom, right?. However, I am not sure what's going on. The problem is that if I install 20.04 and lose Wi-Fi afterwards, I may be screwed.

Does the error message mean I actually lost that "ucode15.fw" file, or did the message occur only because I was booting from a USB (I have never done that before), meaning if I actually install 20.04, I won't have any issues with needing to install Broadcom b43 files again?

I have the USB stick that I used to fix the b43 issue last time. The ZIP and the command line commands I need are all on it. If I install 20.04 and my Wi-Fi doesn't work, can I use the same files and installation commands that I did last time to fix the issue, or does the new OS mean I need different files and/or commands to fix it?

I hope my problem is clear. Please help.

Network working, but Ubuntu thinks I'm not connected

$
0
0
Ubuntu 20.04.

I'm trying to set up Online Accounts, but I'm unable to because it thinks I'm offline, despite networking being functional.

Clicking on the top right, it says "Wired Unmanaged" and I have the options of "Connect" and "Wired Settings". Connect doesn't do anything, and Wired Settings brings me to the Network Settings page.

Network is wired, no WiFi.

This is a fresh install, though originally installed from server image as I wanted to install to software raid.

Any ideas what's going on?

Thanks!

Trouble with WiFi on Ubuntu Server 20.04

$
0
0
Hi everyone!

So I installed Ubuntu Server on a laptop that I want to use for NextCloud. When I try to configure the WiFi, I lose all networking. I've tried configuring the default 00-installer-config.yaml and creating a file called 50-cloud-init.yaml. Here is the information that I'm inserting into the .yaml's:

network:
ethernets:
enp1s0:
dhcp4: true
version: 2
wifis:
wlp2s0:
addresses: [192.168.100/24]
gateway4: 192.168.1
nameservers:
addresses: [192.168.1, 8.8.4.4, 8.8.8.8]
access-points:
"*******":
password: "****************"

I've tried to .yaml validators and they say that I have the right spacing for my .yaml.

Does anyone have any suggestion as to where I'm messing up?

Thanks!

zog

RT5390R 802.11bgn unstable wifi, Ubuntu 20.04

$
0
0
Hi,

I have just upgraded to 20.04 from 18.04, and I have a wifi problem: wifi starts ok after boot, but it is unstable, and I will eventually get the following message:
"Activation of Network Connection Failed"

I have found from an other thread a script to help the diagnostic: https://ubuntuforums.org/showthread.php?t=370108 (accessed from Jeremy21 signature)

Here are the results of running the script on my setup:

[ubuntu] Cisco AM10 wifi adapter not working on Ubuntu 20.04

$
0
0
I booted up the liveUSB with Ubuntu 20.04 on my desktop with a Cisco AM10 USB wifi adapter plugged in. But looks like the wifi adapter is not detected.

Its weird since I previously had 18.04 running on this machine, and I was using this AM10 USB adapter. To confirm I also booted a liveUSB with 18.04.1 and it clearly detects the AM10 as a wifi adapter and is able to connect to my wireless network.

Anyone know if Ubuntu has removed support for this wifi adapter? Anyone any ideas?

(K)Ubuntu 20.04 completely ignoring VPN connection

$
0
0
I was wondering if someone might have run into the same issue as I have and/or have a solution to this problem.

When I start a VPN connection a Tun0 (OpenVPN) or 'wgivpn' (WireGuard, provided by IVPN) interface is enabled, yet internet-enabled programmes such as Firefox and Falkon completely ignore it, and use my regular connection instead: Google is displayed in my local language rather than that of the country I am connecting to, and can accurately tell me where my ISP is located.

I have tried both the IVPN CLI interface and the KDE networks GUI, with network-manager-openvpn installed. Wireguard, too, is installed.

This is a completely fresh Kubuntu 20.04 install - not an upgrade from 19.10, which I used previously. I've never run into this problem before, so I am not sure how to proceed.

Is the basic network monitor accurate?

$
0
0
Hello everyone,

How accurate is the basic network monitor in Ubuntu? I've recently upgraded my Internet connection plan from 6 Mbps to 75 Mbps (theoretical max speed of course), but the System Monitor has never indicated a download speed faster than around 750 kbps. I have a feeling that isn't correct based on testing it by watching HD videos.

All my wireless stuff is 802.11n, and I'm running Ubuntu 20.04.

Anyone have a recommendation for a better program to use, or maybe a setting I can change?

Thanks in advance!
Viewing all 23300 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>