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

Screen Sharing - No Networks Selected

$
0
0
I'll make this quick because I know this is a busy forum. I'm having trouble enabling screen sharing on my 18.04 LTS system. I'm using it as a home automation server and it was originally installed as 16.04 LTS and then I decided to update to the newer version this week. The update went well with the exception of a minor detail. I'm unable to access the system via VNC. I've googled around a bit and followed some of the instructions on things to test and I'm just at a loss as to how I can go about diagnosing this problem. I'll preface this all by saying that everything was working correctly prior to the update. I have verified that Vino is installed and is the current version along with doing updating via apt.

What happens is when I go into Settings > Sharing > Screen Sharing if I try to enable it the button will not turn on. On the bottom of the dialog box I see "No networks selected for sharing."

I followed the directions here: https://askubuntu.com/questions/1070...control-center

but I wasn't able to check my syslog as I'm not sure how I'd do that. I also looked at the bug report but it appears that I need to upgrade to the latest version of Ubuntu which I'd prefer not to. I've been using the LTS versions in hopes that something catastrophic like this wouldn't happen where ultimately I'd need to reinstall to repair.

Thanks!

Ubuntu 18.04 No Wifi Adapter Found (Missing Wifi Driver?)

$
0
0
A couple days ago I built my first PC, and I'm running Ubuntu 18.04. I was having an issue with my screen resolution (you can see more in a previous post). I've since fixed the problem, but in the process I did something to mess up the wifi (I think I maybe accidentally deleted a driver? But I'm not sure) I've been looking at tutorials online to install a wifi driver, but they all seem to need git. I don't have it installed on my computer yet, and I can't install it since I don't have wifi. Does anyone:

A) Have a way to install git without wifi

or

B) Know how to install a wifi driver without git

Thanks!

problem with VPN and Internet connection

$
0
0
hello guys.i had ubunto 17 and have some problems.when i connect to PPTP VPN everythings is ok.but when i disconnecting vpn i cant surf the web and i must disconnect wireless and connect again to surfing web,yesterday i upgraded to Ubunto 18.04 But the problem exist. please help me guys

Thank you.

[SOLVED] Lubuntu 18.04 Problem installing USB WiFi Realtek rtl8812au

$
0
0
The build in WiFi adapter in my HP PC (Broadcom Limited BCM4313 802.11bgn Wireless Network Adapter) is not working so good in Lubuntu 18.04. It worked ok in W10. So I bought an USB WiFi adapter with Realtek rtl8812au. Downloaded the suppliers install files for Linux but I got several error message during installation. Googled the error message but it didn’t help me.

After I while I found this youtube clip https://www.youtube.com/watch?v=XJ0gcA778Ms. Tested it and it worked. Here is the commands. It was easy.

Code:

sudo apt-get install linux-headers-$(uname -r) build-essential git
git clone https://github.com/scrivy/rtl8812AU_8821AU_linux.git
cd rtl8812AU_8821AU_linux
make
sudo make install
sudo modprobe rtl8812au

reboot

[kubuntu] Realtek RTL8723B USB adapter in 18.04

$
0
0
Hi, I've just updated from 16.04 to 18.04, and have had a few teething problems, one of which is that I can't connect to the wifi at all at the moment, although initially it was more or less working OK. One thing that I suppose might be responsible is that I had a modified network manager file which I didn't overwrite during the update. I suppose that it was a bit stupid of me to assume that that wouldn't be a problem. If that's the problem, please just point me to the right place so that I can put it back to the correct settings.

If not.... I'm referring back here to a thread that I started a couple of years ago, when I first installed this wifi adapter. I have a script called solvewifi which I have run every time I can't connect, and it's based on this answer to my post back then:

https://ubuntuforums.org/showthread....6#post13595876

When I run the script, this is what I get:

Code:

kizza@heatopher % solvewifi                                                  ~
make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/4.15.0-43-lowlatency/build M=/home/kizza/rtl8723bu  modules
make[1]: Entering directory '/usr/src/linux-headers-4.15.0-43-lowlatency'
Makefile:975: "Cannot use CONFIG_STACK_VALIDATION=y, please install libelf-dev, libelf-devel or elfutils-libelf-devel"
  CC [M]  /home/kizza/rtl8723bu/core/rtw_cmd.o
In file included from /home/kizza/rtl8723bu/include/osdep_service.h:36:0,
                from /home/kizza/rtl8723bu/include/drv_types.h:32,
                from /home/kizza/rtl8723bu/core/rtw_cmd.c:22:
/home/kizza/rtl8723bu/include/osdep_service_linux.h: In function ‘_init_timer’:
/home/kizza/rtl8723bu/include/osdep_service_linux.h:246:8: error: ‘_timer {aka struct timer_list}’ has no member named ‘data’
  ptimer->data = (unsigned long)cntx;
        ^~
/home/kizza/rtl8723bu/include/osdep_service_linux.h:247:2: error: implicit declaration of function ‘init_timer’; did you mean ‘_init_timer’? [-Werror=implicit-function-declaration]
  init_timer(ptimer);
  ^~~~~~~~~~
  _init_timer
In file included from /home/kizza/rtl8723bu/include/drv_types.h:32:0,
                from /home/kizza/rtl8723bu/core/rtw_cmd.c:22:
/home/kizza/rtl8723bu/include/osdep_service.h: In function ‘thread_enter’:
/home/kizza/rtl8723bu/include/osdep_service.h:260:2: error: implicit declaration of function ‘allow_signal’; did you mean ‘do_signal’? [-Werror=implicit-function-declaration]
  allow_signal(SIGTERM);
  ^~~~~~~~~~~~
  do_signal
/home/kizza/rtl8723bu/include/osdep_service.h: In function ‘flush_signals_thread’:
/home/kizza/rtl8723bu/include/osdep_service.h:265:6: error: implicit declaration of function ‘signal_pending’; did you mean ‘timer_pending’? [-Werror=implicit-function-declaration]
  if (signal_pending (current))
      ^~~~~~~~~~~~~~
      timer_pending
/home/kizza/rtl8723bu/include/osdep_service.h:266:3: error: implicit declaration of function ‘flush_signals’; did you mean ‘do_signal’? [-Werror=implicit-function-declaration]
  flush_signals(current);
  ^~~~~~~~~~~~~
  do_signal
cc1: some warnings being treated as errors
scripts/Makefile.build:332: recipe for target '/home/kizza/rtl8723bu/core/rtw_cmd.o' failed
make[2]: *** [/home/kizza/rtl8723bu/core/rtw_cmd.o] Error 1
Makefile:1551: recipe for target '_module_/home/kizza/rtl8723bu' failed
make[1]: *** [_module_/home/kizza/rtl8723bu] Error 2
make[1]: Leaving directory '/usr/src/linux-headers-4.15.0-43-lowlatency'
Makefile:321: recipe for target 'modules' failed
make: *** [modules] Error 2
[sudo] password for kizza:
install -p -m 644 8723bu.ko  /lib/modules/4.15.0-43-lowlatency/kernel/drivers/net/wireless/
install: cannot stat '8723bu.ko': No such file or directory
Makefile:327: recipe for target 'install' failed
make: *** [install] Error 1
insmod /lib/modules/4.15.0-43-lowlatency/kernel/drivers/net/wireless/8723bu.ko
modprobe: ERROR: could not insert '8723bu': Exec format error

Secondly, there's another similar script for when the system has been upgraded, which I call recompilewifi, which is based on this post further down that old thread:

https://ubuntuforums.org/showthread.php?t=2349727&p=13596057#post13596057

.... and what I get from that is the following:

Code:

kizza@heatopher % recompilewifi                                              ~
cd hal ; rm -fr *.mod.c *.mod *.o .*.cmd */*.ko
cd core ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko
cd os_dep ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko
cd platform ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko
rm -fr Module.symvers ; rm -fr Module.markers ; rm -fr modules.order
rm -fr *.mod.c *.mod *.o .*.cmd *.ko *~
rm -fr .tmp_versions
make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/4.15.0-43-lowlatency/build M=/home/kizza/rtl8723bu  modules
make[1]: Entering directory '/usr/src/linux-headers-4.15.0-43-lowlatency'
Makefile:975: "Cannot use CONFIG_STACK_VALIDATION=y, please install libelf-dev, libelf-devel or elfutils-libelf-devel"
  CC [M]  /home/kizza/rtl8723bu/core/rtw_cmd.o
In file included from /home/kizza/rtl8723bu/include/osdep_service.h:36:0,
                from /home/kizza/rtl8723bu/include/drv_types.h:32,
                from /home/kizza/rtl8723bu/core/rtw_cmd.c:22:
/home/kizza/rtl8723bu/include/osdep_service_linux.h: In function ‘_init_timer’:
/home/kizza/rtl8723bu/include/osdep_service_linux.h:246:8: error: ‘_timer {aka struct timer_list}’ has no member named ‘data’
  ptimer->data = (unsigned long)cntx;
        ^~
/home/kizza/rtl8723bu/include/osdep_service_linux.h:247:2: error: implicit declaration of function ‘init_timer’; did you mean ‘_init_timer’? [-Werror=implicit-function-declaration]
  init_timer(ptimer);
  ^~~~~~~~~~
  _init_timer
In file included from /home/kizza/rtl8723bu/include/drv_types.h:32:0,
                from /home/kizza/rtl8723bu/core/rtw_cmd.c:22:
/home/kizza/rtl8723bu/include/osdep_service.h: In function ‘thread_enter’:
/home/kizza/rtl8723bu/include/osdep_service.h:260:2: error: implicit declaration of function ‘allow_signal’; did you mean ‘do_signal’? [-Werror=implicit-function-declaration]
  allow_signal(SIGTERM);
  ^~~~~~~~~~~~
  do_signal
/home/kizza/rtl8723bu/include/osdep_service.h: In function ‘flush_signals_thread’:
/home/kizza/rtl8723bu/include/osdep_service.h:265:6: error: implicit declaration of function ‘signal_pending’; did you mean ‘timer_pending’? [-Werror=implicit-function-declaration]
  if (signal_pending (current))
      ^~~~~~~~~~~~~~
      timer_pending
/home/kizza/rtl8723bu/include/osdep_service.h:266:3: error: implicit declaration of function ‘flush_signals’; did you mean ‘do_signal’? [-Werror=implicit-function-declaration]
  flush_signals(current);
  ^~~~~~~~~~~~~
  do_signal
cc1: some warnings being treated as errors
scripts/Makefile.build:332: recipe for target '/home/kizza/rtl8723bu/core/rtw_cmd.o' failed
make[2]: *** [/home/kizza/rtl8723bu/core/rtw_cmd.o] Error 1
Makefile:1551: recipe for target '_module_/home/kizza/rtl8723bu' failed
make[1]: *** [_module_/home/kizza/rtl8723bu] Error 2
make[1]: Leaving directory '/usr/src/linux-headers-4.15.0-43-lowlatency'
Makefile:321: recipe for target 'modules' failed
make: *** [modules] Error 2
install -p -m 644 8723bu.ko  /lib/modules/4.15.0-43-lowlatency/kernel/drivers/net/wireless/
install: cannot stat '8723bu.ko': No such file or directory
Makefile:327: recipe for target 'install' failed
make: *** [install] Error 1
insmod /lib/modules/4.15.0-43-lowlatency/kernel/drivers/net/wireless/8723bu.ko
modprobe: ERROR: could not insert '8723bu': Exec format error

I'm not very confident with this nuts and bolts stuff, so don't really know how to interpret very much!

I do need to add that the wifi gremlins never went away entirely, and that more often than not I would have to run the solvewifi script at least once per session, so if someone can help me SOLVEWIFI once and for all, I would be profoundly grateful :P

Thanks in advance!

[ubuntu] various issues when waking laptop up from suspend

$
0
0
So I recently purged windows 10 off this dirt-cheap laptop I got at Best Buy. Installed Ubuntu 18.04. Everything works fine... mostly.

First things first:

computer_specs.jpg

The main issue: waking the laptop up from suspend breaks Ubuntu. A list of things that happen:
1. wi-fi turns off, with no way to turn it back on. Its icon on the taskbar disappears; it's possible to go into settings and set wi-fi to 'on', but that doesn't actually turn it back on.
2. sometimes, the mousepad stops working. I'm still able to log in using the keyboard, but the mousepad stays broken until I hard-reset the laptop.

I'm going to mess with my settings and see if I can get some more screenshots - in the meantime, are there any commands I should check the output of? I should add I'm only vaguely familiar with how to work in the terminal. Please let me know if I'm leaving anything out. Thanks!
Attached Images

Problem installing Network Manager Gnome in lubuntu 18.04 - LXDE Desktop

$
0
0
Hi,
I am extremely new to lubuntu, having installed it upon an older laptop just a few days ago. I am most comfortable having an Internet Bandwidth monitor to indicate up and down data transfer rates located on the desktop task bar. My investigation of this matter has me attempting to install Network Manager Gnome 1.8.10-Zubuntu1 but without success on lubuntu 18.04 (i386) LXDE desktop. I located the app in Synaptics and finished up doing a re-install just as a sort of 'refresh' to confirm all was OK but am unable to find the app anywhere on the PC in order to enable it. The composite synaptic entry/re-install screenshot (attached) seems to indicate that consideration was first given to versions 14:03:01.863 & 14:03:02.393 before finally re-installing 1.8.10-Zubuntu1. It is most desirable that I get a bandwidth monitor onto my task bar and I would be most grateful for any assistance that can be offered including, if necessary, an alternative approach. The pdcurtis Network usage monitor for cinnamon desktop is an excellent example of my needs, if there is a method of installing it onto LXDE I would be very happy to go down that path but would both need and appreciate some guidance in doing so. Many thanks - bob-deb
Attached Images

[ubuntu] UFW blocks everything

$
0
0
Hello,
I am trying to configure UFW as an Internet kill switch so I followed instructions from some website and set it up like this:

sudo ufw reset
sudo ufw default deny incoming
sudo ufw default deny outgoing
sudo ufw allow out on tun0 from any to any
sudo ufw allow in on tun0 from any to any

I am using the Purevpn Ubuntu app, where I type "purevpn -c" in the terminal and it automatically connects me to the fastest available VPN server. However when I type the following into the terminal:

sudo ufw disable
purevpn -c
sudo ufw enable

it just blocks everything/ I can not open any Internet sites.

Has anyone got an idea what is going wrong here?

P.S.:I am quite new to Ubuntu so I would appreciate an explanation for absolute newbies

Installing updates in 18.04.1 breaks ethernet connection

$
0
0
Hi all-

I'm running 18.04.1 on a Desktop with only an ethernet connection to the internet.
Everything was working swell I updated my system via apt-get update && upgrade.

Now, the wired connection won't connect and I get a popup saying that the connection
couldn't be activated.

NetworkManager is managing this connection and I have it set all default settings.

The output of ifconfig is below. Happy to provide output of anymore commands to help diagnose.

Code:

docker0: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
        inet 10.1.10.1  netmask 255.255.255.0  broadcast 10.1.10.255
        ether 02:42:a2:fe:3b:37  txqueuelen 0  (Ethernet)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 0  bytes 0 (0.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0


enp0s25: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet6 fe80::a260:eb73:d6ba:43b2  prefixlen 64  scopeid 0x20<link>
        ether 34:17:eb:ae:af:a1  txqueuelen 1000  (Ethernet)
        RX packets 3431  bytes 747646 (747.6 KB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 354  bytes 76518 (76.5 KB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
        device interrupt 20  memory 0xf9100000-f9120000


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 2223  bytes 170143 (170.1 KB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 2223  bytes 170143 (170.1 KB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

[all variants] Setting WLAN as fallback option for LAN when no Internet access?

$
0
0
using Powerline adaptor for my LAN connection, and the connection to my router drops intermittently. Until I replace this with a newer version, I would like to set Ubuntu to fall back on WLAN when the LAN connection fails / or LAN has no connection to the router or Internet access if possible.

I installed ifmetric so I can do something like sudo apt-get install ifmetric so I could lower the eth0 connection but I am not sure which is which. Looking at it now a I post, I am guessing perhaps enp3s0 is eth0 as it already has a lower metric, and Ubuntu will automatically fall back on the WLAN once it is connected? If so, will it only do this if say a cable is unplugged, or will it detect no connection to the router / Internet?

Code:

dusf@contraption:~$ route -n
Kernel IP routing table
Destination    Gateway        Genmask        Flags Metric Ref    Use Iface
0.0.0.0        192.168.1.1    0.0.0.0        UG    100    0        0 enp3s0
0.0.0.0        192.168.1.1    0.0.0.0        UG    600    0        0 wlx74d02bce7aa5
169.254.0.0    0.0.0.0        255.255.0.0    U    1000  0        0 enp3s0
192.168.1.0    0.0.0.0        255.255.255.0  U    100    0        0 enp3s0
192.168.1.0    0.0.0.0        255.255.255.0  U    600    0        0 wlx74d02bce7aa5

I disconnected the cable between the second Powerline adaptor and my router, and Ubuntu did fallback to WLAN, but this took several minutes, despite attempting to load a webpage in browser - can this be sped up?

TP Link SC600 USB Adapter and Ubuntu ...

$
0
0
I recently moved and don't have the ability to run wire to my office so I have to go the wireless route. I purchased a TP Link AC600 and when I plug it in I don't get any notification in Ubuntu Studio 18.10. I downloaded the driver on my laptop and copied it to a thumb drive and put it on the desktop of my Linux machine but I am not sure what to do.

How can I easily get this adapter working with Ubuntu Studio 18.10 when I don't have internet on that PC?

Huge Problems with iFemslave LACP

$
0
0
Hi folks,

Im having huge issues with ifenslave on my Workstation when using a Bond0 in LACP. I can access the the whole network but when it comes to the Internet i have nothing but DNS issues. Yet Windows is fine so i know its not the config it is something to do with Ubuntu. It takes at least 10 to 15 boots just to get internet and its annoying i either have to keep editing the /etc/network/interfaces or run update-grub then reboot at least 10 to 15 times and only recently im having this problem. Would anyone have any ideas?

Here is what i have in my /etc/network/interfaces.

# interfaces(5) file used by ifup(8) and ifdown(8)
auto eth0
iface eth0 inet manual
bond-master bond0
pre-up /sbin/ip link set dev $IFACE mtu 1500
post-up /sbin/ethtool -G $IFACE rx 4096
post-up /sbin/ethtool -G $IFACE tx 4096


# Second NIC
auto eth1
iface eth1 inet manual
bond-master bond0
pre-up /sbin/ip link set dev $IFACE mtu 1500
post-up /sbin/ethtool -G $IFACE rx 4096
post-up /sbin/ethtool -G $IFACE tx 4096


# Virtual NIC
auto bond0
iface bond0 inet static
address 192.168.1.2
netmask 255.255.255.0
gateway 192.168.1.254
dns-nameservers 192.168.1.17


# bond0 uses standard IEEE 802.3ad LACP bonding protocol
bond-mode 4
bond-miimon 100
bond-lacp-rate fast
bond-slaves eth0 eth1
pre-up /sbin/ip link set dev $IFACE mtu 1500
pre-up /sbin/ip link set dev $IFACE address 00:1b:7
bond-downdelay 0
bond-updelay 0
bond-xmit_hash_policy 1

Thanks.

Intel 7260, very slow wifi after dist upgrade to Ubuntu 18.04

$
0
0
A couple of weeks ago I upgraded my system from 17.10 to 18.04 and after this I've noticed a very slow Wifi connection, mostly on the start up. Don't know exactly what's the problem; I've tried to ping google.com with no/very-few packet loss and I've also tried updating to google DNS.

I've read the sticky and attached my wireless info below.

Thanks a lot for your help.
Attached Files

IPv4 Manual Configuration Not Working

$
0
0
I am trying to install Ubuntu 18.04 LTS, when going through the installation it appears I can configure the network manually, when I attempt I run into the following issue while configuring the IPv4 settings

It wants the CIDR format for the Subnet, our Subnet is 255.255.255.0 so our CIDR should be 255.255.255.0/24 which it will accept. However it says our static ip address we are trying to assign which is 192.168.200.100 "is not contained in the 255.255.255.0/24". Which is confusing because all of our other machines and servers are on a 192.168.200.xxx configuration and working fine including an old 16.04 LTS server.

Can anyone help me troubleshoot this issue?

Thanks in aadvance

-daniel

NAS /Fstab mapping help.

$
0
0
So I have a bit of a weird issue I cant resolve. My Computer is Ubuntu 18.04

I have several security cameras each with their own username and share on the NAS drive. No problems accessing them and backing up images. On my machine I have in my fstab lines to access those shares.

Code:

# Entry for front door camera Storage location WD Drive
192.168.1.103:/nfs/frontdoor /media/frontdoor nfs auto,_netdev,noatime,nolock,bg,intr,tcp,actimeo=1800 0 0

# Entry for driveway camera Storage location WD Drive
192.168.1.103:/nfs/driveway /media/driveway nfs auto,_netdev,noatime,nolock,bg,intr,tcp,actimeo=1800 0 0


I can delete/write and access those shares without issue from my ubuntu machine. I just added a new camera, same model, similar setup on the NAS, same fstab line which mounts without issue,

Code:

# Entry for Nursery Personal location WD Drive
192.168.1.103:/nfs/neuman /media/nursery nfs auto,_netdev,noatime,nolock,bg,intr,tcp,actimeo=1800 0 0

However, If I try an delete anything from that share. I get a “Read only File System” error. The only difference with this setup is Im using an account on the nas that is already setup (neuman) rather than create a separate "nursery" user.


So my question is, if my machine can access those other share and have full r/w/d access, why doesn't it give me delete/write access for the new line?

[server] Cannot access server from external

$
0
0
So i installed a 18.04.1 server a few hours ago but i cannot access it from outside my local network ( using my IP address )

Of course
  • SSH server is installed
  • Port 22 is open from SSH config
  • Allowed Port 22 on UFW (both IPv4 and IPv6)
  • Restarted SSH service multiple times (including the machine itself)
  • Enabled port forwarding through my router (and tested it with http://www.canyouseeme.org/ just to be sure)
  • Even tried DMZ option from router settings
  • Checked for IP conflicts and everything is fine


My local network architecture is below
Rooter->unmanaged switch->all PCs are connected to switch

If i try to locally connect using 192.168.1.80 (that's my actual local IPv4 address) everything is fine
When i try to access the server using my internet IP i always get "Network error: Connection refused"

Any ideas?

WOL not working on select ports

$
0
0
I have a motherboard my company designed that uses Intel Dual Skylake or Cascade Lake Processors. The PCH is an Intel Lewisburg C600 series and the board has 1-dual Intel i350 ethernet controller, 1-quad Intel i350 ethernet controller and 1 Intel i210 controller.

The problem I am having is that WOL works on port 0 of the dual controller, port 0 of the quad controller and on the single i210 port. It does not work on port 1 of the dual i350 or on ports 1, 2 or 3 of the quad controller.

For example, the port names for the dual i350 are enp2s0f0 and enp2s0f1. When I type "sudo ethtool enp2s0f0", I get "Supports Wake-on: pumbg, Wake-on: g" But when I type "sudo ethtool enp2s0f1" I get "Support Wake-on: d, Wake-on: d". I then try to enable WOL on the port by typing "sudo ethtool -s enp2s0f1 wol g", but it returns "Cannot set new wake-on-lan settings: Operation not supported. not seeting wol".

I have tried this on Ubuntu 16.04 and 18.04 with the same results. And I know the hardware works because WOL works on all ports when I run Windows 10. So I am sure there is something I am not doing correctly but for the life of me, I can't figure it out.

Any help will be much appreciated. Thanks!

WCN

[ubuntu] Slow Ethernet on Ubuntu 18.04 i219-LM

$
0
0
Fresh install of Ubuntu 18.04 on Dell Precision 7510 laptop.

Code:

    $ lspci  | grep -i net
    00:1f.6 Ethernet controller: Intel Corporation Ethernet Connection (2) I219-LM (rev 31)
    02:00.0 Network controller: Intel Corporation Wireless 8260 (rev 3a)
    $ lsmod | grep 1000
    e1000e                249856  0
    ptp                    20480  1 e1000e


More detail:

Code:

00:1f.6 Ethernet controller: Intel Corporation Ethernet Connection (2) I219-LM (rev 31)
        Subsystem: Dell Ethernet Connection (2) I219-LM
        Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Latency: 0
        Interrupt: pin A routed to IRQ 134
        Region 0: Memory at dd400000 (32-bit, non-prefetchable) [size=128K]
        Capabilities: [c8] Power Management version 3
                Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
                Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=1 PME-
        Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+
                Address: 00000000fee00418  Data: 0000
        Capabilities: [e0] PCI Advanced Features
                AFCap: TP+ FLR+
                AFCtrl: FLR-
                AFStatus: TP-
        Kernel driver in use: e1000e
        Kernel modules: e1000e


and an extract of lshw:

Code:

$ sudo lshw -C network
  *-network               
      description: Wireless interface
      product: Wireless 8260
      vendor: Intel Corporation
      physical id: 0
      bus info: pci@0000:02:00.0
      logical name: wlp2s0
      version: 3a
      serial: e4:a4:71:19:d7:14
      width: 64 bits
      clock: 33MHz
      capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
      configuration: broadcast=yes driver=iwlwifi driverversion=4.15.0-43-generic firmware=34.0.1 ip=192.168.1.110 latency=0 link=yes multicast=yes wireless=IEEE 802.11
      resources: irq:137 memory:dd300000-dd301fff
  *-network
      description: Ethernet interface
      product: Ethernet Connection (2) I219-LM
      vendor: Intel Corporation
      physical id: 1f.6
      bus info: pci@0000:00:1f.6
      logical name: enp0s31f6
      version: 31
      serial: 28:f1:0e:0e:86:6a
      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.8-3 latency=0 link=no multicast=yes port=twisted pair
      resources: irq:134 memory:dd400000-dd41ffff


The Network Settings show connected but only 10 Mb/s/

Allow VPN access to local network

$
0
0
I am running NordVPN on my Ubuntu 18.04, when it is on I cant access my network printer, when I shut it off I can print just fine. Is there a setting I am missing in the VPN or a route table I can create?

Jumper netbook not connecting to wifi after instaling 18.10

$
0
0
Hi there, apologies first of all for being a complete noob so pleasego easy on me. I have just installed 18.10 on my new jumper netbook.I can get online by using a usb connected to my phone but am tearingmy hair out trying to get the wifi to work. The computer can see mywifi but will not connect. Im having no luck trying to identify anddownload drivers. Any advice appreciated.


http://paste.ubuntu.com/p/8mYqGjSk54/
Viewing all 23300 articles
Browse latest View live


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