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

[ubuntu] No wireless on Ubuntu 20.04 for Broadcom adapter

$
0
0
Hello!

I'm fixing my mother's laptop that had a Windows 8 on it.
It was beyond repair so i wiped the whole disk and installed Ubuntu 20.04 on it.
it has efi, /boot, swap, /, and /home partitions (adding this info just in case it's relevant).

The laptop is Lenovo G500.

Everything so far is dandy, except i can't get wireless to work.

Now bear in mind, i haven't done this in a while and i have 0 knowledge about what has changed from the last time i dealt with ubuntu so i might need more info except just wireless if that's ok.
Like, do i still need to install restricted extras? What do i need to do to a fresh installation? She'll be using it for internet, office, email and watching movies from time to time. I can set her email etc, but idk about what to use for video - is there VLC in software center? Do i need codecs?

But first thing's first. Wireless. She can't have it wired all the time so this is kind of required. Otherwise i wouldn't bother.

I tried this:
https://itsfoss.com/fix-no-wireless-network-ubuntu/
https://askubuntu.com/questions/5586...reless-drivers

So far, none of this worked, still no wireless showing. If i unplug the cable, it just says wired connection unplugged.

lspci -nn -d 14e4: output:
Code:

Broadcom Inc. adn subsidiaries BCM4142 802.1 1b/g/n [14e4:4356] (rev 01)
Any help would be greatly appreciated!
If you need further output, just tell me what you need and i'll copy it here.

No wireless adapter found (on 20.04 LTS)

$
0
0
Just bought a brand new HP 14s laptop and cannot connect to WiFi as no wireless adapter can be found. The laptop was bought and I instantly had Ubuntu installed on to it. Any help would be appreciated!

Possible workaround for installing latest ixgbe drivers on Ubuntu 20?

$
0
0
Installed latest Ubuntu 20.04 the other day, and ever since my Intel X520-T2 is throwing billions of "Warning firmware error detected FWSM: 0x00000000" errors. So I thought an update from the old ixgbe 5.1.0-k that is shipped with Ubuntu to the latest ixgbe 5.6.5 were in order, but the thing is it can't be compiled. Fails with the following error:

make
make[1]: Entering directory '/usr/src/linux-headers-5.4.0-26-generic'
CC [M] /home/max/ixgbe-5.6.5/src/ixgbe_main.o
In file included from /home/max/ixgbe-5.6.5/src/ixgbe_osdep.h:17,
from /home/max/ixgbe-5.6.5/src/ixgbe_type.h:45,
from /home/max/ixgbe-5.6.5/src/ixgbe_dcb.h:7,
from /home/max/ixgbe-5.6.5/src/ixgbe.h:24,
from /home/max/ixgbe-5.6.5/src/ixgbe_main.c:31:
/home/max/ixgbe-5.6.5/src/kcompat.h:2796:10: fatal error: linux/pci-aspm.h: No such file or directory
2796 | #include <linux/pci-aspm.h>
| ^~~~~~~~~~~~~~~~~~
compilation terminated.
make[2]: *** [scripts/Makefile.build:275: /home/max/ixgbe-5.6.5/src/ixgbe_main.o] Error 1
make[1]: *** [Makefile:1719: /home/max/ixgbe-5.6.5/src] Error 2
make[1]: Leaving directory '/usr/src/linux-headers-5.4.0-26-generic'
make: *** [Makefile:87: default] Error 2


Read that recently the linux/pci-aspm.h header file was removed from the kernel source or something, hence it's failing. Ubuntu 20 uses kernel 5.4 and latest available ixgbe drivers are supported up to kernel 5.3.

Anyone here that can provide a quick fix for this maybe?

Best regards, marcus!

[lubuntu] How to receive video stream from a p2p wifi camera?

$
0
0
I am integrating an embedded system (atom board) with a Wifi Camera for a DIY security project. The atom board has LUbuntu installed and camera functions well with an android phone through an android app. (links below). The camera is connected to the wifi router and I can verify its IP from within the android app. Now what I want to do is to be able to receive the video feed on the LUbuntu system. I have tried Xeoma however, it doesn't detect the camera. When I use 'Nmap' on the IP of the camera, I see that no TCP/http port is open. However, udp port 5000 is open which is a Upnp port. UDP port 554 opens occasionally, maybe when android app accesses the camera. I have tried using VLC player to obtain the video stream using rtsp protocol however, remained unsuccessful.


So, how can I get the video stream from the camera on LUbuntu?


https://www.aliexpress.com/i/32824762255.html


https://play.google.com/store/apps/d...p.cam&hl=en_US

[ubuntu] 20.04 and Intel 7265 wifi adapter problems

$
0
0
Hello, i was on 19.10 yesterday and decided to upgrade up to 20.04 using the ubuntu way through the terminal, after everything was done, no wifi came up in the top right corner bar, even in the settings, only bluetooth available, i ran the wireless info script

https://pastebin.com/QZ8nTiki

RTL8812au problem in 20.04

$
0
0
Quote:

Originally Posted by chili555 View Post
That's your device:We wonder then, why the driver loads and doesn't create an interface and trigger Network Manager and get to work.

Let's look for clues in the log:

Code:

sudo modprobe 8812au && dmesg | grep -i rtl

Hello,

I was using my Ubuntu 20.04 with no issues. Yesterday I did an update and my wifi is down. I followed what you posted here:

Code:

modinfo 8812au | grep 003F
Code:

alias:          usb:v13B1p003Fd*dc*dsc*dp*ic*isc*ip*in*
But the next step gives me an error message:

Code:

sudo modprobe 8812au && dmesg | grep -i rtl
Code:

modprobe: ERROR: could not insert '8812au': Exec format error
Any idea what I can do next to fix my wifi that was working before the update?

Assign TUN to physical NIC

$
0
0
Hey everyone,

so due to the bad internet situation in Germany, i am forced to run 2 seperate ISPs, 2 seperate routers , 2 seperate NICs on my workstation.

Now I also have 2 seperate VPN connections to 2 different endpoints.

So naturally I want to split them to have "double" the bandwidth, and Isp 1 has better routing to location A and ISP 2 better routing to Location B, so it makes sense to split.


The easy way out would be using 2 seperate machines and synergy, but thats not cool, and thats what ive been doing so far. Thats why I am thinking if its possible to assign the virtual tun interface to run via NIC 1 or NIC2.

eno1 192.168.178.0/24
en6f0 192.168.169.0/24

Now the first problem I found is that network manager creates the TUN virtual Nics on the fly.

Maybe, as the endpoint IPs are static I could do something with static routes.?

Destination IP X --> en0
Destination IP Y --> en6f0


I am using high res remote Desktop (HP RGS) to both locations at the same time and I am streaming video, so I really seeing the bandwidth being a bottleneck.
Virtual machines are not a option
I tried to bond the 2 WANs in a cisco router but performance was really bad.
Running Ubunu 18.04
OpenVPN
Both WAN connections are arount 75Mbit/s Down 35Mbit/s Up

Thank you!

[SOLVED] Fix for wireless issues with netgear a7000 usb adapter (rtl8814au, rtl8812au)

$
0
0
I had to make this post to help anyone else who might be having issues with this network adapter and possibly other network adapters which work with the realtek 8814au 8812au chipsets. I'm on ubuntu 20.04 with kernel 5.4.0-28-generic, and I own a netgear a7000 wireless adapter that works fine with windows but wouldnt function with my linux dual boot.

All the threads i could fidn that addressed this subject were from 2018 at the earliest, and they all suggested drivers that haven't been updated in years and did not work on my install. After weeks of trial and error and a lot of frustration I found a much more recently updated version of the rtl8812au driver that ought to work with rtl8814au devices like mine as well, that isn't mentioned anywhere except some obscure link I found.

You can find the drivers here and installation instructions for various linux distributions: https://github.com/aircrack-ng/rtl8812au.

On Ubuntu 20.04 you can install with these commands in terminal:

Code:

sudo apt update && sudo apt upgrade -y

sudo apt install dkms build-essential git

git clone https://github.com/aircrack-ng/rtl8812au.git

cd rtl8812au

sudo ./dkms-install.sh

reboot


That worked for me! Hopefully I can help someone else some headache!

DNS slow or failing on 19.10

$
0
0
I have a Lenovo X1 Carbon Gen 6 laptop running Ubuntu 19.10 that has been working fine for a couple of months. I'm not sure what the cause might be, but a couple of days ago suddenly most DNS resolutions started failing while I'm on wifi. (I don't have the dongle to attempt a wired connection, unfortunately.) I can connect to my home wifi and make connections to hosts to which I have a DNS resolution. However DNS resolution fails often, but not every time. Sometimes it succeeds, but the resolution takes a long time.

The pastebin with results from wireless-info is available at https://pastebin.com/M79wdLLP. Happy to hear any ideas, and thanks in advance for your time. Also happy to provide any further info that would be helpful.

Ubuntu 20.04 / Intel Drivers WiFi Missing

$
0
0
Hello. After updating my system last night via terminal and software update, my system asked to restart machine and next thing I knew, the WiFi was no longer recognized.

Is the kernel no longer supporting the Intel WiFi ? What's going on?

[ubuntu_mate] Slow connection speed on Android USB Tethering

$
0
0
Hello, when I connect to the Internet via USB tethered connection on my Android smartphone, the speed is extremely slow, whereas on Windows everything works normally. Did anyone else experience this?

after today's updates to 20.04, Wi-Fi is dropping: can that ID problem?

$
0
0
I installed Lubuntu 20.04 on my laptop a couple days ago--a complete clean install, not an upgrade. Today, April 30, around 04:00 UTC/GMT (plus or minus an hour), I was prompted to download an upgrade by the auto-updating program, so I did that. Since getting that upgrade, my Wi-Fi has been dropping. Before the upgrade, I only had one issue with Wi-Fi, and I had some USB issue at the same time. So, this seems to be a different issue.

(1) Can't tell for sure, but maybe the Wi-Fi is dropped after the computer has been idle for a few minutes... but maybe it just happens randomly. I can't tell because I am often going back and forth between Lubuntu 20.04 laptop and a tablet.

(2) When the connection is lost, the nm-tray shows the signal from the router, but it shows that the signal is very weak, and it won't try to connect. (However, the signal is not weak: the computer is next to the router, and normally has very strong signal.)

(3) The problem can be resolved by re-starting the computer, but each time I have re-started, the connection has eventually been dropped again.

With the above description and time of updating, is it possible to say what is causing the problem? Can developers pinpoint and fix it in a future update?

[server] Broadcom [14e4:4320] BCM4306 (rev 03) Slow Wifi on Ubuntu Server 18.04.4

$
0
0
Hi,

I am experiencing slow wifi with a Linksys WMP54GS v1.0 wireless PCI card,
e.g. apt-get has taken 18 minutes 41 seconds to fetch 459Kb.

I am running Ubuntu Server 18.04.4 LTS on an old 32 bit machine,
upgraded from Ubuntu artful 17.10.1 using do-release-upgrade. The issue was
still present on Ubuntu 17.10.1. Posting here in the hope that somebody can
help. The upgrade from Ubuntu 17.10.1 was performed using a Ethernet cable
with a home plug adapter, required for use in the home TV.

Using the wireless-info tool the wireless system configuration is:

https://pastebin.com/gfzmN9ba

Following the advice from here, I have installed the firmware-b43-installer
package. The card is recognised
and allocated an IP. However, it is very slow.
I have also tried installing
the firmware from here but the issue remains.

After removing the b43 modules and firmware, I tried using ndiswrapper with
WMP54GS windows drivers.

I can see that the drivers are installed by issuing:

ndiswrapper -l

Device 14E4:4320 is present with an alternate
driver: ssb.

I blacklisted b43 and ssb modules and rebooted before
issuing the following commands:

ndiswrapper -m
modprobe ndiswrapper

This gives the kernel error message : Kernel tried to
execute NX-protected page - exploit attempt?

Has anybody managed to get the Linksys WMP54GS v1.0 card working
on Ubuntu Server 18.04.4+ using b43 drivers or ndiswrapper?

[ubuntu] Intel Wireless 8260 with Ubuntu 20.04 on a Lenovo T460s

$
0
0
Hello folks!

After installing Ubuntu 20.04 LTS on a Lenovo T460s laptop, I discovered that the wifi didn't work out-of-the-box. Eventually, I figured out how to get it functioning and am making this post to help others who may find themselves in a similar situation. It is important to note that I reinstalled Ubuntu from a bootable USB drive more than once to validate that these instructions work without a wired ethernet connection.


Here is what I started off with,
ubuntu-20.04-desktop-amd64.iso ( md5sum: ea28c4fd933be55f9f01a5fa9e868490 )

$ sudo dmesg | grep iwlwifi

Code:

[    7.907731] iwlwifi 0000:04:00.0: Found debug destination: EXTERNAL_DRAM
[    7.907732] iwlwifi 0000:04:00.0: Found debug configuration: 0
[    7.908183] iwlwifi 0000:04:00.0: loaded firmware version 36.77d01142.0 op_mode iwlmvm
[    7.944448] iwlwifi 0000:04:00.0: Detected Intel(R) Dual Band Wireless AC 8260, REV=0x208
[    7.954431] iwlwifi 0000:04:00.0: Applying debug destination EXTERNAL_DRAM
[    7.954786] iwlwifi 0000:04:00.0: Allocated 0x00400000 bytes for firmware monitor.
[    8.025068] iwlwifi 0000:04:00.0: base HW address: 14:ab:c5:c1:a1:bf
[    8.427584] iwlwifi 0000:04:00.0 wlp4s0: renamed from wlan0
[  10.921892] iwlwifi 0000:04:00.0: Applying debug destination EXTERNAL_DRAM
[  11.085450] iwlwifi 0000:04:00.0: Applying debug destination EXTERNAL_DRAM
[  11.166371] iwlwifi 0000:04:00.0: FW already configured (0) - re-configuring


$ sudo lshw -C Network


Code:

  *-network               
      description: Wireless interface
      product: Wireless 8260
      vendor: Intel Corporation
      physical id: 0
      bus info: pci@0000:04:00.0
      logical name: wlp4s0
      version: 3a
      serial: 14:ab:c5:c1:a1:bf
      width: 64 bits
      clock: 33MHz
      capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
      configuration: broadcast=yes driver=iwlwifi driverversion=5.4.0-26-generic firmware=36.77d01142.0 ip=192.168.0.13 latency=0 link=yes multicast=yes wireless=IEEE 802.11
      resources: irq:130 memory:f4000000-f4001fff
  *-network
      description: Ethernet interface
      product: Ethernet Connection I219-LM
      vendor: Intel Corporation
      physical id: 1f.6
      bus info: pci@0000:00:1f.6
      logical name: enp0s31f6
      version: 21
      serial: 54:e1:ad:0c:24:3c
      capacity: 1Gbit/s
      width: 32 bits
      clock: 33MHz
      capabilities: pm msi bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
      configuration: autonegotiation=on broadcast=yes driver=e1000e driverversion=3.2.6-k firmware=0.13-3 latency=0 link=no multicast=yes port=twisted pair

To get the wifi working, all I needed to do was edit a single text file. Yes, just a single text file. No need to installing random firmware from the internet or even compile new drivers! All that's needed is a text editor and the patience to power-cycle your system. The file in question is this one,

Code:

$ sudo vi /etc/modprobe.d/iwlwifi.conf
Yes, you will need to use sudo to edit the file. Here is how it looked like before any edits,

Code:

$ cat /etc/modprobe.d/iwlwifi.conf
# /etc/modprobe.d/iwlwifi.conf
# iwlwifi will dyamically load either iwldvm or iwlmvm depending on the
# microcode file installed on the system.  When removing iwlwifi, first
# remove the iwl?vm module and then iwlwifi.
remove iwlwifi \
(/sbin/lsmod | grep -o -e ^iwlmvm -e ^iwldvm -e ^iwlwifi | xargs /sbin/rmmod) \
&& /sbin/modprobe -r mac80211


This is where things get tricky. The edit you need to make is going to depend on the kind of wifi network you are attempting to connect to. In my case, I am able to switch the wifi network on my router between a N network (running at 5G) and a G network (running at 2.4G), so I tested on both.


N network (running at 5G):

You need to enable antenna aggregation by adding the following line to the end of the file,

Code:

options iwlwifi 11n_disable=8
Yes, it's weird that the setting is labelled "disable", but I was able to connect to my N-network with it! Here is how things should look like after you are done,

Code:

$ cat /etc/modprobe.d/iwlwifi.conf
# /etc/modprobe.d/iwlwifi.conf
# iwlwifi will dyamically load either iwldvm or iwlmvm depending on the
# microcode file installed on the system.  When removing iwlwifi, first
# remove the iwl?vm module and then iwlwifi.
remove iwlwifi \
(/sbin/lsmod | grep -o -e ^iwlmvm -e ^iwldvm -e ^iwlwifi | xargs /sbin/rmmod) \
&& /sbin/modprobe -r mac80211
options iwlwifi 11n_disable=8

After making the edit, I power cycled my laptop. i.e. to turn it off and on again with the power button. Perhaps rebooting would also work, but I didn't try. When the system came online, after logging in, I was able to use the top-right menu to select my wifi network, enter the password and get connected. Opening Firefox to https://www.speedtest.net/ gave me these results,

* ping 9ms
* download 143.82 Mbps
* upload 21.64 Mbps


G network (running at 2.4G):

You need to disable 802.11n by adding the following line to the end of the file,

Code:

options iwlwifi 11n_disable=1
Here is how things should look like after you are done,

Code:

$ cat /etc/modprobe.d/iwlwifi.conf
# /etc/modprobe.d/iwlwifi.conf
# iwlwifi will dyamically load either iwldvm or iwlmvm depending on the
# microcode file installed on the system.  When removing iwlwifi, first
# remove the iwl?vm module and then iwlwifi.
remove iwlwifi \
(/sbin/lsmod | grep -o -e ^iwlmvm -e ^iwldvm -e ^iwlwifi | xargs /sbin/rmmod) \
&& /sbin/modprobe -r mac80211
options iwlwifi 11n_disable=1

After making the edit, power-cycling my laptop and logging in, I was able to connect to my wifi network. :D Checking speedtest gave me the following results,

* ping 9ms
* download 21.58 Mbps
* upload 21.38 Mbps


It is very unfortunate that we can't switch between a G and N network without a reboot, but I'm happy that at least now the T460s connects.

Hope this post helps others! (Please reply if it does, I'd like to know)

References (i.e. other internet places which helped me solve this issue):
https://bugs.launchpad.net/ubuntu/+s...s/+bug/1849891 (Markus's comment at #5 helped to point me in the right direction!)
https://wiki.archlinux.org/index.php...reless#iwlwifi ( the archlinux wiki is surprisingly useful! )


Yours sincerely,
Abraham V.

[ubuntu] Persistent, brief wifi drops. Ubuntu 19.10, HP Envy x360, Realtek RTL8822BE

$
0
0
I'm using my internal network card, has worked with no issues for months. No other devices on the network are experiencing drops. I changed the Wifi channel and checked for driver updates (none), reinstalled the drivers just in case. Drop happens every 2-3 minutes. It is brief enough that it only causes disruption when I'm livestreaming video or playing online games.
My network card: Realtek Semiconductor Co., Ltd. RTL8822BE 802.11a/b/g/n/ac
I ran journalctl --follow and screenshot the output when a drop occurred (attached image).

I don't really know what it means though. This line caught my eye: WARNING: CPU: 2 PID: 27181 at drivers/net/wireless/realtek/rtw88/phy.c:1590 rtw_get_tx_power_params+0x288/0x680 [rtw88]
And of course the text in red.
I looked up process 27181: 0.1 0.1 14104 8624 Ss 15:20 0:21 /sbin/wpa_supplicant -u -s -O /run/wpa_supplicant
Can anyone tell me what any of this means?
Attached Images

Configuring ethernet on Ubuntu Server 20.04

$
0
0
I just installed Ubuntu Server 20.04 on a little Gigabyte Brix mini-PC, and I'm struggling to get a network connection going. Bear in mind, I'm quite new to this but I want to learn!
Originally I planned on setting up wifi as described here: https://askubuntu.com/questions/1152...ing-connection
But that still requires to install packages. I thought I'd take the easy way out and connect directly via Ethernet (will need that in the future anyway). Should be straightforward with a dynamic IP, right?

I've been trying for several hours and cannot get it to work. I followed the steps in the link, without the wifi part. I took the simplest configuration file from the Netplan examples.
The ethernet device is enabled and *should* be working to what I can see. I rebooted each time I modified the file.
In the router I can see it is not connected, and also I cannot ping local devices. Any ideas what I'm missing here?

This is the netplan configuration file (01-netcfg.yaml)
Code:

# This is the network config written by 'subiquity'network:
  version: 2
  renderer: networkd
  ethernets:
    enp3s0:
      dhcp4: true

This is the output from the generate:
Code:

** (generate:1124): DEBUG: 22:39:30.821: Processing input file /etc/netplan/00-installer-config.yaml..
** (generate:1124): DEBUG: 22:39:30.823: starting new processing pass
** (generate:1124): DEBUG: 22:39:30.823: Processing input file /etc/netplan/01-netcfg.yaml..
** (generate:1124): DEBUG: 22:39:30.823: starting new processing pass
** (generate:1124): DEBUG: 22:39:30.824: We have some netdefs, pass them through a final round of validation
** (generate:1124): DEBUG: 22:39:30.824: enp3s0: setting default backend to 1
** (generate:1124): DEBUG: 22:39:30.824: Configuration is valid
** (generate:1124): DEBUG: 22:39:30.824: Generating output files..
** (generate:1124): DEBUG: 22:39:30.824: NetworkManager: definition enp3s0 is not for us (backend 1)
(generate:1124): GLib-DEBUG: 22:39:30.824: posix_spawn avoided (fd close requested)

Ethernet device is enabled (output of "lshw -C network"):
Code:

  *-network DISABLED
      description: Wireless interface
      product: Wireless 3160
      vendor: Intel Corporation
      physical id: 0
      bus info: pci@0000:02:00.0
      logical name: wlp2s0
      version: 83
      serial: e4:f8:9c:02:9b:c1
      width: 64 bits
      clock: 33MHz
      capabilities: bus_master cap_list ethernet physical wireless
      configuration: broadcast=yes driver=iwlwifi driverversion=5.4.0-26-generic firmware=17.3216344376.0 latency=0 link=no multicast=yes wireless=IEEE 802.11
      resources: irq:52 memory:f7100000-f7101fff
  *-network
      description: Ethernet interface
      product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
      vendor: Realtek Semiconductor Co., Ltd.
      physical id: 0
      bus info: pci@0000:03:00.0
      logical name: enp3s0
      version: 0c
      serial: 40:8d:5c:33:b8:83
      size: 1Gbit/s
      capacity: 1Gbit/s
      width: 64 bits
      clock: 33MHz
      capabilities: bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
      configuration: autonegotiation=on broadcast=yes driver=r8169 duplex=full firmware=rtl8168g-2_0.0.1 02/06/13 latency=0 link=yes multicast=yes port=MII speed=1Gbit/s
      resources: irq:19 ioport:e000(size=256) memory:f7000000-f7000fff memory:f0000000-f0003fff

And finally the output of "ip a":
Code:

: 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
      valid_lft forever preferred_lft forever
2: enp3s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000
    link/ether 40:8d:5c:33:b8:83 brd ff:ff:ff:ff:ff:ff
    inet6 fe80::428d:5cff:fe33:b883/64 scope link
      valid_lft forever preferred_lft forever
3: wlp2s0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
    link/ether e4:f8:9c:02:9b:c1 brd ff:ff:ff:ff:ff:ff

[ubuntu_mate] wlan does not activate on boot

$
0
0
I have Ubuntu Mate 18.04 on an ARM Odroid XU4, with a static wired interface and a dhcp wireless interface. I'm using NetworkManager and wpa-supplicant, and the Mate Control center generates the wired and wireless interface configurations as files in /etc/NetworkManager/system-connections, as well as an /etc/network/interfaces~ file as follows:

# interfaces(5) file used by ifup(8) and ifdown(8)
# Include files from /etc/network/interfaces.d:
source-directory /etc/network/interfaces.d

auto lo
iface lo inet loopback
auto eth0

The wired interface comes up on boot, but the wireless interface does not, as I do not get a response from the wireless interface to a ping to its dhcp address from another system on the LAN. I believe the driver/module and configuration for the wireless are correct, as I can subsequently bring the wireless up using the following two commands:

$ sudo ip addr flush dev wlan0
$ sudo dhclient -v wlan0

and thereafter ping both interfaces successfully from the other system on the LAN. So my question is: how do I make the system bring the wireless interface up on boot?

Thx, Gus

Wireless AP - bridged mode

$
0
0
I am using kubuntu 19.10

I have an kubuntu pc wired up to the lan - no problem. The motherboard has a WIFI chip which I would like to use as an access point in that part of the house.

Also no problem... I use the network config settings to create a shared wifi... except it seems to behave as a dhcp server and creating ip's outside my normal domanin. I would like the AP to operate in bridged mode, so that the devices connected to the ap will look to my household router for ip addressing.

Is there a simple setting to accomplish this ?

Is it safe to disconnect VPN immediately after closing browser tabs

$
0
0
After disconnecting from VPN and automatically connecting to normal wired network, how do I ensure that existing tcp/udp connections don't re-establish with the wired connection?


e.g. say I connect to VPN then open a browser tab and browse to www.sky.com.
Then close that browser tab.
disconnect from the VPN


at this point I'm automatically connected to usual wired connection at home.


Would the home router and ISP re-establish connection to www.sky.com or would closing the browser tab have been sufficient to prevent them from doing so?


I've looked in to this a little bit using
Code:

netstat
, and it seems even after closing the browser window, the
Code:

netstat
command (run on my laptop) is showing the connection with sky.com as
Code:

ESTABLISHED
for a few minutes. Then afterwards it shows as
Code:

TIME_WAIT
.


I read that it stays in TIME_WAIT state for 4 minutes, and my tests seems to confirm this.


So, could it be the case that within that 4 minutes, my computer may try to re-establish connection with www.sky.com thereby letting my local router and ISP aware of my previous activity?


I presume, if www.sky.com ever tries to send packets they wouldn't reach me because the VPN connection has already been closed, so there are no issues in the connection being re-established that way.

[xubuntu] Network issues in 20.04

$
0
0
This is happening across all the latest 'buntus. My network is using the rt2800pci driver. All has been well in previous editions. But now my network connection speed is all over the place, cutting out or varying between 1mbps & 75mbps according to the connection information on the network icon. All other devices in the house are stable. Any ideas?
Viewing all 23300 articles
Browse latest View live


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