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

[ubuntu] Resuming from hibernation deactivates wifi

$
0
0
Hi,
I recently activated the hibernation feature (in Ubuntu 14.04) and while it works well, I realized that upon resuming the session, cannot access internet
through the wifi connection. It appears that no networks are available and that actually the wireless mechanisms appears deactivated, so there is apparently no way that I can reopen the connection to internet.
Has anyone experienced this? Any ideas on how to fix this?
Best regards

"wired" not showing in network manager, no ethernet access

$
0
0
Hello, i've installed 16.04lts gnome on two machines from the same source. On one of my machines the network manager does not display a wired option and ethernet is not recognized when plugged in. I've attached a screen shot of the network manager. I'd greatly appreciate any advice on resolving this issue. Thanks!

ifconfig:
Code:

lo        Link encap:Local Loopback 
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:2194 errors:0 dropped:0 overruns:0 frame:0
          TX packets:2194 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:168483 (168.4 KB)  TX bytes:168483 (168.4 KB)


wlp2s0    Link encap:Ethernet  HWaddr 88:53:2e:96:84:4e 
          inet addr:192.168.1.4  Bcast:192.168.1.255  Mask:255.255.255.0
          inet6 addr: fe80::8a53:2eff:fe96:844e/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:25539 errors:0 dropped:0 overruns:0 frame:0
          TX packets:17652 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:25143375 (25.1 MB)  TX bytes:3398527 (3.3 MB)

sudo lshw -c network:
Code:

*-network             
      description: Wireless interface
      product: Centrino Advanced-N 6230 [Rainbow Peak]
      vendor: Intel Corporation
      physical id: 0
      bus info: pci@0000:02:00.0
      logical name: wlp2s0
      version: 34
      serial: 88:53:2e:96:84:4e
      width: 64 bits
      clock: 33MHz
      capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
      configuration: broadcast=yes driver=iwlwifi driverversion=4.10.0-37-generic firmware=18.168.6.1 ip=192.168.1.4 latency=0 link=yes multicast=yes wireless=IEEE 802.11
      resources: irq:37 memory:c0600000-c0601fff
  *-network UNCLAIMED
      description: Ethernet controller
      product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
      vendor: Realtek Semiconductor Co., Ltd.
      physical id: 0
      bus info: pci@0000:03:00.0
      version: 06
      width: 64 bits
      clock: 33MHz
      capabilities: pm msi pciexpress msix vpd bus_master cap_list
      configuration: latency=0
      resources: ioport:2000(size=256) memory:c0404000-c0404fff memory:c0400000-c0403fff

cat /ect/network/interfaces:

Code:

# interfaces(5) file used by ifup(8) and ifdown(8)
auto lo
iface lo inet loopback

Attached Images

[ubuntu] Network card does not working : systemctrl status networking.service

$
0
0
I am new to Ubuntu. In my office, There is a system with Ubuntu 16.04 64 bit connected with DNS server with enp2s0 card. Now it was suddenly disabled. I tried to restart network after give # (hash) to all lines in /etc/network/interfaces.
It is:
Code:

auto lo 
iface auto inet loopback 

auto enp2s0 
iface enp2s0 inet static 
address 192.168.0.50 
netmask 255.255.255.0 
gateway 192.168.0.1 
dns-nameservers 192.168.0.100 
dns-search xxx.com

except first two lines, which I entered after normal installation. Then restart the network using /etc/init.d/networking stop, then /etc/init.d/networking start/restart Then the system shows:
Code:

starting networking (via systemctrl): networking.serviceJob for networking.Service failed because the control process exited with error code.
See "systemctrl status networking.service" and "journalctrl - xe" for details**.

I don't know how to check. I think somebody played with. in ifconfig, only lo shows.
network card is OK. (I tried system with another HDD with same OS installed).

Ethernet not working on Gigabyte Gaming AX370 motherboard

$
0
0
I'm on Ubuntu 16.04 and the ethernet port is not working. Something is recognized as being there, but it does nothing, doesn't even light up when I plug in an internet connection. I have a usb ethernet dongle that i have been using that works fine though.

I know the lan is realtek, but I can't find info about specifically what kind besides 10/100/1000.

Does anyone know how to get thees working?

Wired connection not working some times.

$
0
0
My wired connection sometimes stops working, then it comes back by itself. If I use a USB ethernet adapter when it's down I can get a connection; if I boot the live USB I can get a connection, but for some reason my 2 PCI network adapters stop working sometimes.

Code:

rivasdom@RivasPC-2:~$ ifconfig
enp3s0    Link encap:Ethernet  HWaddr d8:cb:8a:97:c6:bb 
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

enp5s0    Link encap:Ethernet  HWaddr 00:04:5a:8f:bf:9e 
          inet addr:192.168.1.132  Bcast:192.168.1.255  Mask:255.255.255.0
          inet6 addr: fe80::b171:8016:12d6:1f72/64 Scope:Link
          inet6 addr: 2602:30a:2ef6:5b80:38fe:e416:e3d4:e62b/64 Scope:Global
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:101725 errors:0 dropped:0 overruns:0 frame:0
          TX packets:67160 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:106612561 (106.6 MB)  TX bytes:19581295 (19.5 MB)

lo        Link encap:Local Loopback 
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:1944 errors:0 dropped:0 overruns:0 frame:0
          TX packets:1944 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1
          RX bytes:186734 (186.7 KB)  TX bytes:186734 (186.7 KB)

sudo lshw -c network
Code:

  *-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: d8:cb:8a:97:c6:bb
      size: 10Mbit/s
      capacity: 1Gbit/s
      width: 64 bits
      clock: 33MHz
      capabilities: pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
      configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=half firmware=rtl8168g-2_0.0.1 02/06/13 latency=0 link=no multicast=yes port=MII speed=10Mbit/s
      resources: irq:27 ioport:d000(size=256) memory:f7d00000-f7d00fff memory:f4000000-f4003fff
  *-network
      description: Ethernet interface
      product: NC100 Network Everywhere Fast Ethernet 10/100
      vendor: ADMtek
      physical id: 0
      bus info: pci@0000:05:00.0
      logical name: enp5s0
      version: 11
      serial: 00:04:5a:8f:bf:9e
      width: 32 bits
      clock: 33MHz
      capabilities: pm bus_master cap_list rom ethernet physical
      configuration: broadcast=yes driver=tulip driverversion=1.1.15 ip=192.168.1.132 latency=32 maxlatency=128 mingnt=64 multicast=yes
      resources: irq:18 ioport:c000(size=256) memory:f7c20000-f7c203ff memory:f7c00000-f7c1ffff

Thanks

[ubuntu] Two interfaces, both auto, second won't come up on reboot

$
0
0
Running Ubuntu 16.04 server and having an issue with my network interfaces. The system pretty much works great but when I reboot the second interface won't automatically come up. For context I have a WAN interface (enp1s0, DHCP, works perfectly) and a LAN interface (enp2s0, static, not so perfect). The LAN interface shows down after a reboot and stays that way until i run "sudu ifup enp2s0". After that all is well...

Here's the contents of /etc/network/interface -

Code:

# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).


source /etc/network/interfaces.d/*


# The loopback network interface
auto lo
iface lo inet loopback


# The primary network interface
# WAN interface port labeled 1
auto enp1s0
iface enp1s0 inet dhcp


# LAN interface port labeled 4
auto enp2s0
iface enp2s0 inet static
    address 10.0.0.1
    netmask 255.255.255.0
#    broadcast 10.0.0.255
#    network 10.0.0.0


# Port labeled 3
#auto enp4s0
#iface enp4s0 inet dhcp


# Port labeled 2
#auto enp3s0
#iface enp3s0 inet dhcp

Any ideas on what to look for? I added the broadcast and network statements based on another post. Didn't make a difference in the issue so I commented them out.

Network is delayed at startup

$
0
0
Hi

I had an ubuntu server running Plex Media Server for some time and it worked just fine. When I recently tried to update the server to a new version, it somehow crashed and I had to do a clean re-install. That went fairly smooth and it is up and running again.

Although now I have a small problem that comes up after each reboot. Plex server apparently can't log in as the network service is not yet fully up and running. So I always have to do that manually. Below are some of the errors from the Plex log file.

Code:

Oct 16, 2017 23:27:45.183 [0x7f4932ffd700] DEBUG - HTTP requesting GET http://ocspx.digicert.com/MFEwTzBNMEswSTAJBgUrDgMCGgUABBSnVdbEyh8T3xvVlkPGHNCJxnqCPgQUlIuJ90hyifJRStmIe%2BVhtaqc1QECEAMVVDbxqYUVmXkjHTV9sBY%3D
Oct 16, 2017 23:27:45.186 [0x7f4932ffd700] ERROR - Error issuing curl_easy_perform(handle): 6
Oct 16, 2017 23:27:45.186 [0x7f4932ffd700] WARN - HTTP error requesting GET http://ocspx.digicert.com/MFEwTzBNMEswSTAJBgUrDgMCGgUABBSnVdbEyh8T3xvVlkPGHNCJxnqCPgQUlIuJ90hyifJRStmIe%2BVhtaqc1QECEAMVVDbxqYUVmXkjHTV9sBY%3D (0, No error) (Couldn't resolve host 'ocspx.digicert.com')
Oct 16, 2017 23:27:45.186 [0x7f4932ffd700] ERROR - OCSP response error: -6  Oct 16, 2017 23:27:45.234 [0x7f492dffe700] DEBUG - HTTP requesting GET https://plex.tv/servers/baa4d0baa6fa4a7827eacab9bf56a7a0c374c1c2/access_tokens.xml?auth_token=xxxxxxxxxxxxxxxxxxxx&includeProfiles=1&includeProviders=1
Oct 16, 2017 23:27:45.235 [0x7f492dffe700] ERROR - Error issuing curl_easy_perform(handle): 6
Oct 16, 2017 23:27:45.235 [0x7f492dffe700] WARN - HTTP error requesting GET https://plex.tv/servers/baa4d0baa6fa4a7827eacab9bf56a7a0c374c1c2/access_tokens.xml?auth_token=xxxxxxxxxxxxxxxxxxxx&includeProfiles=1&includeProviders=1 (0, No error) (Couldn't resolve host 'plex.tv')

This shows the LAN interface was not visible

Code:

Oct 16, 2017 23:27:47.198 [0x7f4942ad8800] DEBUG - Network interfaces:
Oct 16, 2017 23:27:47.198 [0x7f4942ad8800] DEBUG -  * 1 lo (127.0.0.1) (loopback: 1)

and more DNS lookup errors

Code:

Oct 16, 2017 23:27:47.198 [0x7f492dffe700] WARN - HTTP error requesting PUT https://plex.tv/devices/baa4d0baa6fa4a7827eacab9bf56a7a0c374c1c2?httpsEnabled=1&httpsRequired=0&X-Plex-Token=xxxxxxxxxxxxxxxxxxxx (0, No error) (Couldn't resolve host 'plex.tv')  Oct 16, 2017 23:27:47.199 [0x7f4934fff700] ERROR - Error issuing curl_easy_perform(handle): 6
Oct 16, 2017 23:27:47.199 [0x7f4934fff700] WARN - HTTP error requesting PUT https://plex.tv/devices/baa4d0baa6fa4a7827eacab9bf56a7a0c374c1c2?httpsEnabled=1&httpsRequired=0&X-Plex-Token=xxxxxxxxxxxxxxxxxxxx (0, No error) (Couldn't resolve host 'plex.tv')  Oct 16, 2017 23:27:47.261 [0x7f492c3fe700] WARN - HTTP error requesting PUT https://plex.tv/devices/baa4d0baa6fa4a7827eacab9bf56a7a0c374c1c2?httpsEnabled=1&httpsRequired=0&X-Plex-Token=xxxxxxxxxxxxxxxxxxxx (0, No error) (Couldn't resolve host 'plex.tv')  Oct 16, 2017 23:27:47.263 [0x7f492cbff700] WARN - HTTP error requesting PUT https://plex.tv/devices/baa4d0baa6fa4a7827eacab9bf56a7a0c374c1c2?httpsEnabled=1&httpsRequired=0&X-Plex-Token=xxxxxxxxxxxxxxxxxxxx (0, No  error) (Couldn't resolve host 'plex.tv')

It was only at this point that the LAN interface became visible

Code:

Oct 16, 2017 23:27:47.301 [0x7f49273ff700] DEBUG - NetworkInterface: Notified of network changed (force=0)
Oct 16, 2017 23:27:47.302 [0x7f49273ff700] DEBUG - Network interfaces:
Oct 16, 2017 23:27:47.302 [0x7f49273ff700] DEBUG -  * 1 lo (127.0.0.1) (loopback: 1)
Oct 16, 2017 23:27:47.302 [0x7f49273ff700] DEBUG -  * 2 enp3s0 (192.168.0.6) (loopback: 0)

DNS lookups continued to fail

Code:

Oct 16, 2017 23:27:47.304 [0x7f492e7ff700] ERROR - Error issuing curl_easy_perform(handle): 6
Oct 16, 2017 23:27:47.304 [0x7f492e7ff700] WARN - HTTP error requesting PUT https://plex.tv/devices/baa4d0baa6fa4a7827eacab9bf56a7a0c374c1c2?Connection[][uri]=http://192.168.0.6:32400&httpsEnabled=1&httpsRequired=0&X-Plex-Token=xxxxxxxxxxxxxxxxxxxx (0, No error) (Couldn't resolve host 'plex.tv')

Then at this time - it started to work

Code:

Oct 16, 2017 23:27:50.469 [0x7f491fbff700] DEBUG - HTTP 200 response from GET https://plex.tv/updater/products/1/check.xml?build=linux-ubuntu-x86_64&channel=16&distribution=ubuntu&version=1.9.4.4325-1bf240a65
Is there a way to ensure that the network is up and running as it should before it proceeds with booting up?

Or as an alternative, can I somehow delay the startup of Plex to wait till the network is fully up?

I have the following installed:

Code:

No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 16.04.3 LTS
Release:        16.04
Codename:    xenial

Linux nostromo 4.10.0-37-generic #41~16.04.1-Ubuntu SMP Fri Oct 6 22:42:59 UTC 2017 x86_64 x86_64x86_64 GNU/Linux

The machine is connected with a cable to the router which provides a static IP address (192.168.0.6).

As I am very inexperienced with Linux, please provide very detailed descriptions as to what I can do to get this working.

Thank you very much in advance.

[ubuntu] Multiple Static IPs on one NIC Ubuntu Server 16.04

$
0
0
Hi
I have been trawling the internet for ages. So far I have not found any info that will allow me to assign multiple Ips to one network card.

My current config runs Public IPs and is set as shown

Quote:

auto lo enp17s0
iface lo inet loopback

iface enp17s0 inet static
address 109.xxx.xxx.xxx/27
gateway 109.xxx.xxx.xxx
broadcast 109.xxx.xxx.xxx
network 109.xxx.xxx.xxx
dns-nameservers 8.8.8.8 109.xxx.xxx.xxx 109.xxx.xxx.xxx
I need to add 4 more IP address's in the same /27 range

Does anyone know how this can be acheived correctly. It was a lot easier in Server 14.04 :)

iptables ping and ssh

$
0
0
I have looked at several online articles on iptables rules and I am getting some conflicting opinions.

Is "-A INPUT -i eth0 -p icmp -j ACCEPT" correct to allow ping's on eth0?

Is "-A INPUT -i eth0 -p tcp -m tcp --dport 22 -j ACCEPT" correct to allow ssh connections?

Below is the full iptable

# Generated by iptables-save v1.4.21 on Tue Oct 17 05:30:26 2017
*filter
:INPUT ACCEPT [422:35421]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [6998:11222259]
-A INPUT -i virbr0 -p udp -m udp --dport 53 -j ACCEPT
-A INPUT -i virbr0 -p tcp -m tcp --dport 53 -j ACCEPT
-A INPUT -i virbr0 -p udp -m udp --dport 67 -j ACCEPT
-A INPUT -i virbr0 -p tcp -m tcp --dport 67 -j ACCEPT
-A INPUT -i eth0 -p tcp -m tcp --dport 22 -j ACCEPT
-A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT
-A INPUT -i eth0 -p icmp -j ACCEPT
-A INPUT -i eth0 -j DROP
-A FORWARD -d 192.168.122.0/24 -o virbr0 -m conntrack --ctstate RELATED,ESTABLISHED -j ACCEPT
-A FORWARD -s 192.168.122.0/24 -i virbr0 -j ACCEPT
-A FORWARD -i virbr0 -o virbr0 -j ACCEPT
-A FORWARD -o virbr0 -j REJECT --reject-with icmp-port-unreachable
-A FORWARD -i virbr0 -j REJECT --reject-with icmp-port-unreachable
-A FORWARD -s 192.168.56.0/24 -d 143.215.130.30/32 -j ACCEPT
-A FORWARD -s 192.168.56.0/24 -d 54.202.185.61/32 -j ACCEPT
-A FORWARD -s 192.168.56.0/24 -d 130.207.0.0/16 -j DROP
-A FORWARD -s 192.168.56.0/24 -d 143.215.0.0/16 -j DROP
-A FORWARD -s 192.168.56.0/24 -d 128.61.0.0/16 -j DROP
-A FORWARD -p udp -m udp --dport 135:139 -j DROP
-A FORWARD -p tcp -m tcp --dport 135:139 -j DROP
-A FORWARD -p udp -m udp --dport 445 -j DROP
-A FORWARD -p tcp -m tcp --dport 445 -j DROP
-A FORWARD -s 192.168.56.0/24 -i vboxnet0 -o eth0 -m conntrack --ctstate NEW -j ACCEPT
-A FORWARD -m conntrack --ctstate RELATED,ESTABLISHED -j ACCEPT
-A OUTPUT -o virbr0 -p udp -m udp --dport 68 -j ACCEPT
COMMIT
# Completed on Tue Oct 17 05:30:26 2017
# Generated by iptables-save v1.4.21 on Tue Oct 17 05:30:26 2017
*mangle
:PREROUTING ACCEPT [6038:8407598]
:INPUT ACCEPT [6033:8407035]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [6998:11222259]
:POSTROUTING ACCEPT [7068:11231649]
-A POSTROUTING -o virbr0 -p udp -m udp --dport 68 -j CHECKSUM --checksum-fill
-A POSTROUTING -o virbr0 -p udp -m udp --dport 68 -j CHECKSUM --checksum-fill
COMMIT
# Completed on Tue Oct 17 05:30:26 2017
# Generated by iptables-save v1.4.21 on Tue Oct 17 05:30:26 2017
*nat
:PREROUTING ACCEPT [28:2457]
:INPUT ACCEPT [23:1894]
:OUTPUT ACCEPT [527:35545]
:POSTROUTING ACCEPT [8:723]
-A PREROUTING -p tcp -m tcp --dport 25 -j DNAT --to-destination 143.215.130.30:25
-A POSTROUTING -s 192.168.122.0/24 -d 224.0.0.0/24 -j RETURN
-A POSTROUTING -s 192.168.122.0/24 -d 255.255.255.255/32 -j RETURN
-A POSTROUTING -s 192.168.122.0/24 ! -d 192.168.122.0/24 -p tcp -j MASQUERADE --to-ports 1024-65535
-A POSTROUTING -s 192.168.122.0/24 ! -d 192.168.122.0/24 -p udp -j MASQUERADE --to-ports 1024-65535
-A POSTROUTING -s 192.168.122.0/24 ! -d 192.168.122.0/24 -j MASQUERADE
-A POSTROUTING -j MASQUERADE
COMMIT
# Completed on Tue Oct 17 05:30:26 2017

Linux wireless drivers website is down

[ubuntu] ssh problem - will not connect right after boot

$
0
0
I'm having issues with making ssh connections. Right after the server is rebooted I get public key errors connecting to that server. If I move a keyboard+monitor and login in directly then remote ssh sessions connect successfully. It only takes one time directly, logout immediately afterwards, and then everything works fine...until the next reboot.

Any ideas?

ubuntu 17.04 after update no connect to work wifi

$
0
0
I did some updates to lubuntu 17.04 now at work I can not connect to the wifi. However If I startup a vitrualbox with fedora with an usb external wifi stick I can get on the wifi at work. I have no problems at home just work.

lsusb
Code:

Tardis:~$ lsusb
Bus 002 Device 003: ID 06cb:2970 Synaptics, Inc. touchpad
Bus 002 Device 002: ID 0438:7900 Advanced Micro Devices, Inc.
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 005: ID 04f2:b452 Chicony Electronics Co., Ltd
Bus 001 Device 006: ID 04ca:300b Lite-On Technology Corp. Atheros AR3012 Bluetooth
Bus 001 Device 003: ID 046d:c52f Logitech, Inc. Unifying Receiver
Bus 001 Device 002: ID 0438:7900 Advanced Micro Devices, Inc.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 004: ID 050d:110a Belkin Components F9L1101v2 802.11abgn Wireless Adapter [Realtek RTL8192DU]
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

no login pic
in virtualbox with fedora
Attached Images

Configure sftp directory

$
0
0
Hey guys

I'm trying to access a specific (and only this) location on my server. It's running openssh-server and root works fine.

What I already did:
- created a group foo-group
- added user foo to this group
- accessed file system via sftp

What I want to achieve:
- Login to folder /mnt/foo
- Have permission to write on /mnt/foo

I tried to add this to the /etc/ssh/sshd_config
Code:

Subsystem sftp internal-sftp
Match group foo-group
            ChrootDirectory /mnt/foo
            ForceCommand internal-sftp -d /default

When I try to restart ssh, it throws me
Code:

Job for ssh.service failed because the control process exited with error code. See "systemctl status ssh.service" and "journalctl -xe" for details.
Which doesn't help me tho...

Any idea what went wrong?

Thx for help!

PS:
/mnt/foo is obviously not the real directory, but holds for a subdir on a mounted harddisk

[ubuntu] Some pages not beeing loaded in chrome

$
0
0
Hi. I've started to have some issues with google chrome like a week ago. This is in the computer at my office, and some changes I think that have been done in the internal network, I don't know if this is related to this. However, it is weird, because some pages work normally in chrome, and I can open any page without any trouble in firefox. But there are lot of pages that I can't access with chrome.

I have tried to remove and reinstall chrome, and I've also installed chromium, but the problem persists. The configuration for the proxy in firefox and chrome seems to be the same (the one for the system).

Any ideas?

[ubuntu] Panda Wireless PAUO5 300Mbps not appearing to be working in my Ubuntu system.

$
0
0
For some reason, this wireless adapter does not work on my system. Back in the day I had it working but I forget the commands I did to get it working at the time. I want to say it was something like iwan up iwlan down or something like that. Sorry if this is a duplicate post!

[ubuntu] No DNS when multiple IPs added to NIC Ubuntu Server 16.04

$
0
0
Hi Guys
I have the following config with multiple IPs. However with multiple IPs my DNS is not working correctly. I can ping IP address's but I cannot resolve domain names with ping unless i only have a single IP assigned. Has anyone found a way around this please?

I have tried it with both dns-nameserves added in the interfaces file and with them remmed out.
Code:

                auto lo enp17s0
                iface lo inet loopback

            iface enp17s0 inet static
                address 109.xxx.xxx.xxx/27
                gateway 109.xxx.xxx.xxx
                broadcast 109.xxx.xxx.xxx
                network 109.xxx.xxx.xxx
                #dns-nameservers 8.8.8.8 109.xxx.xxx.xxx 109.xxx.xxx.xxx

        iface enp17s0 inet static
                address 109.xxx.xxx.xxx/27

        iface enp17s0 inet static
                address 109.xxx.xxx.xxx/27

        iface enp17s0 inet static
                address 109.xxx.xxx.xxx/27

[ubuntu] Dell Inspiron 1545 wifi issues

$
0
0
Any help appreciated!
Trying to get Internet working on a Dell Inspiron 1545 with Broadcom wifi card. I can access Internet by wired method. Also I can connect to wifi network , it authenticates and ubuntu shows I am connected? Ubuntu 17.04

[ubuntu] USB Dongle not connection through Wifi.

$
0
0
My wifi is kind of slow and I would like to try my USB dongle but it is not connecting to the wifi. It keeps saying it has disconnected and then I have to restart my computer to even see other networks to connect to.

Bus 001 Device 002: ID 148f:5372 Ralink Technology, Corp. RT5372 Wireless Adapter



http://paste.ubuntu.com/25763551/

:confused:

[ubuntu] Thinkpad E470 doesnt get wifi

$
0
0
Hello. I just bought a Thinkpad E470 but i cant seem to get the wifi working at all.
lspci says :
Code:

05:00.0 Network controller: Realtek Semiconductor Co., Ltd. Device c82
but iwconfig says:
Code:

no wireless extensions
lshw says :
Code:

f1100000-f1103fff
  *-network UNCLAIMED
      description: Network controller
      product: Realtek Semiconductor Co., Ltd.
      vendor: Realtek Semiconductor Co., Ltd.
      physical id: 0
      bus info: pci@0000:05:00.0
      version: 00
      width: 64 bits
      clock: 33MHz
      capabilities: pm msi pciexpress cap_list
      configuration: latency=0
      resources: ioport:c000(size=256) memory:f1000000-f100ffff

I have read some posts about ppl having some troubles but i cant get any smarter on what i should do to fix this problem.

Best Regards Johannes

frequent drops of wifi connection

$
0
0
Hi,
After DSL-Router Firmware Update (and factory reset) I got this problem with wifi.
To get connection again I have to click each time in the List of available wifi's on my Router.
It happens on Ubuntu notebook only, other wifi devices do not loose connection
The Router is FritzBox 7330

uname -a:
Code:

Linux lenovo-g70-70 4.4.0-97-generic #120-Ubuntu SMP Tue Sep 19 17:28:18 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
Does it have something to do with this:
egrep -i 'net|eth|wlan|firm|reason' /var/log/syslog :
Code:

Oct 18 12:10:10 gg11-Lenovo-G70-70 wpa_supplicant[1254]: wlan0: WPA: Group rekeying completed with 24:65:11:a2:51:82 [GTK=TKIP]
Oct 18 12:20:10 gg11-Lenovo-G70-70 wpa_supplicant[1254]: wlan0: WPA: Group rekeying completed with 24:65:11:a2:51:82 [GTK=TKIP]
Oct 18 12:30:10 gg11-Lenovo-G70-70 wpa_supplicant[1254]: wlan0: WPA: Group rekeying completed with 24:65:11:a2:51:82 [GTK=TKIP]
Oct 18 12:39:49 gg11-Lenovo-G70-70 systemd[1]: Stopping Raise network interfaces...
Oct 18 12:39:49 gg11-Lenovo-G70-70 systemd[1]: Stopped Raise network interfaces.
Oct 18 12:39:49 gg11-Lenovo-G70-70 systemd[1]: Starting Raise network interfaces...
Oct 18 12:39:49 gg11-Lenovo-G70-70 systemd[1]: Started Raise network interfaces.
Oct 18 12:40:10 gg11-Lenovo-G70-70 wpa_supplicant[1254]: wlan0: WPA: Group rekeying completed with 24:65:11:a2:51:82 [GTK=TKIP]
Oct 18 12:42:40 gg11-Lenovo-G70-70 NetworkManager[1066]: <warn>  [1508323360.3518] device (wlan0): disconnecting connection 'FRITZ!Box 7330' for new activation request.
Oct 18 12:42:40 gg11-Lenovo-G70-70 NetworkManager[1066]: <info>  [1508323360.3518] device (wlan0): state change: activated -> deactivating (reason 'new-activation') [100 110 60]
Oct 18 12:42:40 gg11-Lenovo-G70-70 NetworkManager[1066]: <info>  [1508323360.3520] manager: NetworkManager state is now DISCONNECTING
Oct 18 12:42:40 gg11-Lenovo-G70-70 NetworkManager[1066]: <info>  [1508323360.4337] device (wlan0): disconnecting for new activation request.

any help will be highly appreciated.
Viewing all 23300 articles
Browse latest View live


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