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

[ubuntu] Prevent USB device from power drainage

$
0
0
The battery life on my Acer Aspire E15 E5-575 has gotten seriously bad lately. Using powertop, I've noticed that there seems to be some sort of USB device drawing quite a bit of power.
Code:

Power est.    Usage    Device name
  9.14 W    100.0%        USB device: usb-device-04ca-3015
              0.0 pkts/s  Network interface: eth0 (r8169)
  534 mW    12.5%        DRAM
  304 mW    12.5%        CPU core
 15.0 mW    12.5%        CPU misc
              6.2 pkts/s  Network interface: wlp3s0 (ath10k_pci)
    0 mW    100.0%        USB device: xHCI Host Controller
    0 mW    15.1%        Display backlight
    0 mW      0.0%        USB device: xHCI Host Controller
    0 mW      0.0 ops/s  GPU core
    0 mW      0.0%        Radio device: acer-wmi
    0 mW      0.0%        USB device: HD WebCam (KS0HD0500471803443LM06)
    0 mW      0.0%        Audio codec hwC0D0: Realtek
    0 mW      0.0%        Radio device: btusb
    0 mW      0.0 ops/s  GPU misc
Further research led me to run lsusb -v which shows the following output for usb-device-04ca-3015 :
Bus 001 Device 002: ID 04ca:3015 Lite-On Technology Corp.
Couldn't open device, some information will be missing
Device Descriptor:
  bLength                18
  bDescriptorType        1
  bcdUSB              2.01
  bDeviceClass          224 Wireless
  bDeviceSubClass        1 Radio Frequency
  bDeviceProtocol        1 Bluetooth
  bMaxPacketSize0        64
  idVendor          0x04ca Lite-On Technology Corp.
  idProduct          0x3015
  bcdDevice            0.01
  iManufacturer          0
  iProduct                0
  iSerial                0
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                9
    bDescriptorType        2
    wTotalLength          177
    bNumInterfaces          2
    bConfigurationValue    1
    iConfiguration          0
    bmAttributes        0xe0
      Self Powered
      Remote Wakeup
    MaxPower              100mA
    Interface Descriptor:
      bLength                9
      bDescriptorType        4
      bInterfaceNumber        0
      bAlternateSetting      0
      bNumEndpoints          3
      bInterfaceClass      224 Wireless
      bInterfaceSubClass      1 Radio Frequency
      bInterfaceProtocol      1 Bluetooth
      iInterface              0
      Endpoint Descriptor:
        bLength                7
        bDescriptorType        5
        bEndpointAddress    0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type              None
          Usage Type              Data
        wMaxPacketSize    0x0010  1x 16 bytes
        bInterval              1
      Endpoint Descriptor:
        bLength                7
        bDescriptorType        5
        bEndpointAddress    0x82  EP 2 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type              None
          Usage Type              Data
        wMaxPacketSize    0x0040  1x 64 bytes
        bInterval              1
      Endpoint Descriptor:
        bLength                7
        bDescriptorType        5
        bEndpointAddress    0x02  EP 2 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type              None
          Usage Type              Data
        wMaxPacketSize    0x0040  1x 64 bytes
        bInterval              1
    Interface Descriptor:
      bLength                9
      bDescriptorType        4
      bInterfaceNumber        1
      bAlternateSetting      0
      bNumEndpoints          2
      bInterfaceClass      224 Wireless
      bInterfaceSubClass      1 Radio Frequency
      bInterfaceProtocol      1 Bluetooth
      iInterface              0
      Endpoint Descriptor:
        bLength                7
        bDescriptorType        5
        bEndpointAddress    0x83  EP 3 IN
        bmAttributes            1
          Transfer Type            Isochronous
          Synch Type              None
          Usage Type              Data
        wMaxPacketSize    0x0000  1x 0 bytes
        bInterval              1
      Endpoint Descriptor:
        bLength                7
        bDescriptorType        5
        bEndpointAddress    0x03  EP 3 OUT
        bmAttributes            1
          Transfer Type            Isochronous
          Synch Type              None
          Usage Type              Data
        wMaxPacketSize    0x0000  1x 0 bytes
        bInterval              1
    Interface Descriptor:
      bLength                9
      bDescriptorType        4
      bInterfaceNumber        1
      bAlternateSetting      1
      bNumEndpoints          2
      bInterfaceClass      224 Wireless
      bInterfaceSubClass      1 Radio Frequency
      bInterfaceProtocol      1 Bluetooth
      iInterface              0
      Endpoint Descriptor:
        bLength                7
        bDescriptorType        5
        bEndpointAddress    0x83  EP 3 IN
        bmAttributes            1
          Transfer Type            Isochronous
          Synch Type              None
          Usage Type              Data
        wMaxPacketSize    0x0009  1x 9 bytes
        bInterval              1
      Endpoint Descriptor:
        bLength                7
        bDescriptorType        5
        bEndpointAddress    0x03  EP 3 OUT
        bmAttributes            1
          Transfer Type            Isochronous
          Synch Type              None
          Usage Type              Data
        wMaxPacketSize    0x0009  1x 9 bytes
        bInterval              1
    Interface Descriptor:
      bLength                9
      bDescriptorType        4
      bInterfaceNumber        1
      bAlternateSetting      2
      bNumEndpoints          2
      bInterfaceClass      224 Wireless
      bInterfaceSubClass      1 Radio Frequency
      bInterfaceProtocol      1 Bluetooth
      iInterface              0
      Endpoint Descriptor:
        bLength                7
        bDescriptorType        5
        bEndpointAddress    0x83  EP 3 IN
        bmAttributes            1
          Transfer Type            Isochronous
          Synch Type              None
          Usage Type              Data
        wMaxPacketSize    0x0011  1x 17 bytes
        bInterval              1
      Endpoint Descriptor:
        bLength                7
        bDescriptorType        5
        bEndpointAddress    0x03  EP 3 OUT
        bmAttributes            1
          Transfer Type            Isochronous
          Synch Type              None
          Usage Type              Data
        wMaxPacketSize    0x0011  1x 17 bytes
        bInterval              1
    Interface Descriptor:
      bLength                9
      bDescriptorType        4
      bInterfaceNumber        1
      bAlternateSetting      3
      bNumEndpoints          2
      bInterfaceClass      224 Wireless
      bInterfaceSubClass      1 Radio Frequency
      bInterfaceProtocol      1 Bluetooth
      iInterface              0
      Endpoint Descriptor:
        bLength                7
        bDescriptorType        5
        bEndpointAddress    0x83  EP 3 IN
        bmAttributes            1
          Transfer Type            Isochronous
          Synch Type              None
          Usage Type              Data
        wMaxPacketSize    0x0019  1x 25 bytes
        bInterval              1
      Endpoint Descriptor:
        bLength                7
        bDescriptorType        5
        bEndpointAddress    0x03  EP 3 OUT
        bmAttributes            1
          Transfer Type            Isochronous
          Synch Type              None
          Usage Type              Data
        wMaxPacketSize    0x0019  1x 25 bytes
        bInterval              1
    Interface Descriptor:
      bLength                9
      bDescriptorType        4
      bInterfaceNumber        1
      bAlternateSetting      4
      bNumEndpoints          2
      bInterfaceClass      224 Wireless
      bInterfaceSubClass      1 Radio Frequency
      bInterfaceProtocol      1 Bluetooth
      iInterface              0
      Endpoint Descriptor:
        bLength                7
        bDescriptorType        5
        bEndpointAddress    0x83  EP 3 IN
        bmAttributes            1
          Transfer Type            Isochronous
          Synch Type              None
          Usage Type              Data
        wMaxPacketSize    0x0021  1x 33 bytes
        bInterval              1
      Endpoint Descriptor:
        bLength                7
        bDescriptorType        5
        bEndpointAddress    0x03  EP 3 OUT
        bmAttributes            1
          Transfer Type            Isochronous
          Synch Type              None
          Usage Type              Data
        wMaxPacketSize    0x0021  1x 33 bytes
        bInterval              1
    Interface Descriptor:
      bLength                9
      bDescriptorType        4
      bInterfaceNumber        1
      bAlternateSetting      5
      bNumEndpoints          2
      bInterfaceClass      224 Wireless
      bInterfaceSubClass      1 Radio Frequency
      bInterfaceProtocol      1 Bluetooth
      iInterface              0
      Endpoint Descriptor:
        bLength                7
        bDescriptorType        5
        bEndpointAddress    0x83  EP 3 IN
        bmAttributes            1
          Transfer Type            Isochronous
          Synch Type              None
          Usage Type              Data
        wMaxPacketSize    0x0031  1x 49 bytes
        bInterval              1
      Endpoint Descriptor:
        bLength                7
        bDescriptorType        5
        bEndpointAddress    0x03  EP 3 OUT
        bmAttributes            1
          Transfer Type            Isochronous
          Synch Type              None
          Usage Type              Data
        wMaxPacketSize    0x0031  1x 49 bytes
        bInterval 1

I've been searching and messing around with powertop, tlp, and general power settings for a few days now and just can't seem to get rid of this ridiculous power drainage from a usb device. All of the tunables are set to 'Good'. I have also enabled USB autosuspend mode for the Bluetooth device using TLP's configuration.

[ubuntu] TCP and UDP port forwarding problem

$
0
0
I am trying to ssh into my server when it's VPNed, but it's not working. My VPN provider has set up a port, let's call it 12345, that's supposedly "open" both in TCP and UDP.

I have set up sshd to listen on TCP port 12345, which I've tested by successfully sshing into my machine without the VPN running. I can also ssh normally, using port 22.

But when the VPN is up, all I get is "Connection refused."

I have repeatedly tried to convince the VPN that this is an issue at their side, as my nmap scan of the VPNed system shows the port 12345 UDP as "open" but the TCP as "open|filtered."

They say it's a problem with my firewall, but I don't believe I'm RUNNING a firewall. Isn't ufw disabled from the start?

I'm behind a router, and have opened port 12345 successfully there (or otherwise I couldn't ssh using -p 12345 when I'm NOT using the VPN).

My biggest problem is that I don't have the knowledge to properly understand how to check things. I thought the fact that I can SSH fine without the VPN to port 12345 but when it's up I can't access it would mean that it's a problem with the VPN, but could there be some other problem at my side that's causing errors? Are there IPtable rules I need to modify to allow the port to connect when it's on the VPN?

Any help would be very much appreciated. Thank you!

[ubuntu] Ubuntu 17.10 wired connection can't working

$
0
0
Hi
In Ubuntu 17.10 wired connection is not working but wifi is worked fine.When I was installed Ubuntu 16.04 LTS and 16.10 before installing Ubuntu 17.10 ,Same problem occurred.I am use Lenovo ideapad 320.My cable is ok.But When create dsl connection , connection was not working in 16.04 and 16.10.In this reason i switched 16.04 to 17.10 but still same Problem.

Putting nodes to sleep repeatedly in NS2

$
0
0
Hello,

I am trying to run duty cycling on NS2. This entails putting node on/off repeatedly in a cycle. I am using NS2.35.
Grateful for any assistance.

Simon

After upgrading from Ubuntu 17.04 to 17.10, wifi stopped working

$
0
0
I'm new to Ubuntu and Linux, so I followed the instructions by "bapoumba" in "Before posting in Networking & Wireless" and I'm attaching here the "wireless-info" file.

Thank you!!!

wireless-info.tar.gz
Attached Files

wlan bandwidth monitoring

$
0
0
HI all,
I am using ipfm tool for bandwidth monitoring of wlan interface. I have used CLEAR NEVER command in ipfm.conf file, to retain the stats log always. But on reboot , I found that my stats log is cleared :(. Is it possible to maintain the stats log of usage always ? even on reboot i need my old usage log.

Thanks in advance

Need wifi signal site survey tool

$
0
0
HI ,

i am using ubuntu 17.4 ,32 bit i want to use a wify signal site survey tool on my laptop . could you please any one let me know the best one available .

it is an urgent case..

17.10 - upgraded from 17.04 'No Wi-Fi Adapter Found'

$
0
0
Hi all,

Upgraded from 17.04 to 17.10 and now no wifi.
In setting I have this message under Wi-Fi; 'No Wi-Fi Adapter Found'

I ran lspci in terminal, it says I have a Broadcom Limited BCM4322 wireless network controller.

Any Help?

I have already googled and found the same problem, but none of the solutions work.

Thanks in advance!

[xubuntu] Something is rfkilling my WiFi card on boot.

$
0
0
The 17.04 -> 17.10 upgrade broke a few things that I'm stumped on how to fix, so I guess I'm going to post about them one at a time until they're all solved. Hey speaking of which, is it normal to have upgrades break stuff? That's pretty annoying if so. I may have to stick with LTS if I'm going to have to manually fix things for every update. :/

So my system is set up a little bit strangely. I'm using i3 on Xubuntu, and my network manager is wicd instead of NetworkManager.

The problem I've been having is that when I first boot, my WiFi and ethernet are both rfkilled automatically. And I have to go into a terminal and manually un-rfkill them. Hey speaking of which, why does rfkill exist, anyway? Isn't "rfkill block <foo>" a fancier version of "ifconfig <foo> down"? It seems redundant, and the manpage isn't much help.

But anyway, I'm trying to figure out what's doing the rfkilling so I can disable it. I could just have an autorun script to "rfkill unblock" everything for me, but that seems like it'd come back to bite me at some point.

As soon as I "rfkill unblock" everything, it's fine until the computer turns off again. I'm preeeetty sure that logging out and back in again won't trigger another rfkill. I might test that after I'm done with this post.

I looked through the settings on wicd-client and there wasn't anything that seemed helpful there.

Also, I checked just to make sure that NetworkManager isn't installed, and it's not:

Code:

$ sudo apt remove network-manager
Reading package lists... Done
Building dependency tree     
Reading state information... Done
Package 'network-manager' is not installed, so not removed
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

Here's my wireless-info: https://paste.ubuntu.com/25810049/

I'd really love some pointers on what to try next. Thanks in advance for the help!

14.04 lost wired/wireless internet after apt-get dist-upgrade and update

$
0
0
Hi everyone. This afternoon my 14.04 laptop lost all internet connection after apt-get dist-upgrade and update. I did some research to try to fix the problem, including downloading and installing three deb packages according to this link:https://ubuntuforums.org/showthread.php?t=2311705 , but the problem seemed built-in. "Network" icon in "Settings" still shows "the system network services are not compatible with this version". Any hint to solve it? Many thanks.

[ubuntu] 17.10 systemd-resolve takes 100% CPU since upgrade from Zesty Zapus

$
0
0
Hello

since upgrade, systemd-resolve takes 100% CPU.

Code:

PID USER      PR  NI    VIRT    RES    SHR S  %CPU %MEM    TIME+ COMMAND
925 systemd+  20  0  67476  7552  5104 R  98,3  0,1  82:48.57 systemd-resolve
954 dnsmasq  20  0  57440  2840  2420 R  51,2  0,0  38:50.39 dnsmasq

As you see dnsmasq is using a lot of CPU as well. Maybe due to the same root cause?

Here is the config /etc/systemd/resolved.conf

Code:

[Resolve]
#DNS=
#FallbackDNS=
#Domains=
#LLMNR=yes
#MulticastDNS=yes
#DNSSEC=no
#Cache=yes
#DNSStubListener=udp

and status

Code:

guillaume@XPS:~$ sudo service systemd-resolved status
● systemd-resolved.service - Network Name Resolution
  Loaded: loaded (/lib/systemd/system/systemd-resolved.service; enabled; vendor preset: enable
  Active: active (running) since Tue 2017-10-24 18:20:02 EDT; 3h 8min ago
    Docs: man:systemd-resolved.service(8)
          https://www.freedesktop.org/wiki/Software/systemd/resolved
          https://www.freedesktop.org/wiki/Software/systemd/writing-network-configuration-mana
          https://www.freedesktop.org/wiki/Software/systemd/writing-resolver-clients
 Main PID: 925 (systemd-resolve)
  Status: "Processing requests..."
    Tasks: 1 (limit: 4915)
  CGroup: /system.slice/systemd-resolved.service
          └─925 /lib/systemd/systemd-resolved

oct. 24 18:20:02 XPS systemd[1]: Starting Network Name Resolution...
oct. 24 18:20:02 XPS systemd-resolved[925]: Positive Trust Anchors:
oct. 24 18:20:02 XPS systemd-resolved[925]: . IN DS 19036 8 2 49aac11d7b6f6446702e54a1607371607
oct. 24 18:20:02 XPS systemd-resolved[925]: . IN DS 20326 8 2 e06d44b80b8f1d39a95c0b0d7c65d0845
oct. 24 18:20:02 XPS systemd-resolved[925]: Negative trust anchors: 10.in-addr.arpa 16.172.in-a
oct. 24 18:20:02 XPS systemd-resolved[925]: Using system hostname 'XPS'.
oct. 24 18:20:02 XPS systemd[1]: Started Network Name Resolution.

anyone with the same issue or a way to fix it?

dhcp : " No subnet declaration for....." probem

$
0
0
hi all i try config dhcp server but every time i got "Active: failed" and after "journalctl" command it write me

Code:

אוק 25 08:48:00 nirUbuntu dhcpd[7944]: No subnet declaration for enp8s0f1 (no IPv4 addresses).אוק 25 08:48:00 nirUbuntu dhcpd[7944]: ** Ignoring requests on enp8s0f1.  If this is not what
אוק 25 08:48:00 nirUbuntu dhcpd[7944]:    you want, please write a subnet declaration
אוק 25 08:48:00 nirUbuntu dhcpd[7944]:    in your dhcpd.conf file for the network segment
אוק 25 08:48:00 nirUbuntu dhcpd[7944]:    to which interface enp8s0f1 is attached. **
אוק 25 08:48:00 nirUbuntu dhcpd[7944]:
אוק 25 08:48:00 nirUbuntu dhcpd[7944]:
אוק 25 08:48:00 nirUbuntu dhcpd[7944]: No subnet declaration for enp8s0f0 (192.168.2.1).
אוק 25 08:48:00 nirUbuntu dhcpd[7944]: ** Ignoring requests on enp8s0f0.  If this is not what
אוק 25 08:48:00 nirUbuntu dhcpd[7944]:    you want, please write a subnet declaration
אוק 25 08:48:00 nirUbuntu dhcpd[7944]:    in your dhcpd.conf file for the network segment
אוק 25 08:48:00 nirUbuntu dhcpd[7944]:    to which interface enp8s0f0 is attached. **
אוק 25 08:48:00 nirUbuntu dhcpd[7944]:
אוק 25 08:48:00 nirUbuntu dhcpd[7944]:
אוק 25 08:48:00 nirUbuntu dhcpd[7944]: Not configured to listen on any interfaces!
אוק 25 08:48:00 nirUbuntu dhcpd[7944]:
אוק 25 08:48:00 nirUbuntu dhcpd[7944]: If you think you have received this message due to a bug rather
אוק 25 08:48:00 nirUbuntu dhcpd[7944]: than a configuration issue please read the section on submitting
אוק 25 08:48:00 nirUbuntu dhcpd[7944]: bugs on either our web page at www.isc.org or in the README file
אוק 25 08:48:00 nirUbuntu dhcpd[7944]: before submitting a bug.  These pages explain the proper
אוק 25 08:48:00 nirUbuntu dhcpd[7944]: process and the information we find helpful for debugging..
אוק 25 08:48:00 nirUbuntu dhcpd[7944]:
אוק 25 08:48:00 nirUbuntu dhcpd[7944]: exiting.

i'm using ubuntu 16.04

and i i have 3 network card

1) enp3s0 : (connected to the internet and the the ip its 192.168.1.101 and mask 255.255.255.0

and thhe other two that i want to add them to the dhcp server are

2) enp8s0f0: i manually config it to ip 192.168.2.1 and mask 255.255.255.0

2) enp8s0f1: i manually config it to ip 192.168.3.1 and mask 255.255.255.0

this is the ifconfig

Code:

enp3s0    Link encap:Ethernet  HWaddr 40:8d:5c:bd:7b:fb            inet addr:192.168.1.101  Bcast:192.168.1.255  Mask:255.255.255.0
          inet6 addr: fe80::a6f7:c65d:33eb:d5bf/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:577656 errors:0 dropped:0 overruns:0 frame:0
          TX packets:999368 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:120050899 (120.0 MB)  TX bytes:1446428221 (1.4 GB)
          Interrupt:18


enp8s0f0  Link encap:Ethernet  HWaddr a0:36:9f:87:f3:be 
          inet addr:192.168.2.1  Bcast:192.168.2.255  Mask:255.255.255.0
          inet6 addr: fe80::56f1:e36:44d4:e93b/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:4147 errors:0 dropped:0 overruns:0 frame:0
          TX packets:1364 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:361493 (361.4 KB)  TX bytes:234216 (234.2 KB)
          Memory:ef200000-ef2fffff


enp8s0f1  Link encap:Ethernet  HWaddr a0:36:9f:87:f3:bf 
          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)
          Memory:ef100000-ef1fffff


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:24724 errors:0 dropped:0 overruns:0 frame:0
          TX packets:24724 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1
          RX bytes:4906368 (4.9 MB)  TX bytes:4906368 (4.9 MB)


vmnet1    Link encap:Ethernet  HWaddr 00:50:56:c0:00:01 
          inet addr:192.168.62.1  Bcast:192.168.62.255  Mask:255.255.255.0
          inet6 addr: fe80::250:56ff:fec0:1/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:1396 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)


vmnet8    Link encap:Ethernet  HWaddr 00:50:56:c0:00:08 
          inet addr:192.168.37.1  Bcast:192.168.37.255  Mask:255.255.255.0
          inet6 addr: fe80::250:56ff:fec0:8/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:1395 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)


habernir@nirUbuntu:~$ sudo gedit /etc/dhcp/dhcpd.conf




and this is the /etc/dhcp/dhcpd.conf
Code:


ddns-update-style none;


default-lease-time 600;
max-lease-time 7200;


authoritative;


log-facility local7;


subnet 192.168.2.0 netmask 255.255.255.0 {
 option routers 192.168.2.1;
 option subnet-mask 255.255.255.0;
 range 192.168.2.20 192.168.2.30;
 }


subnet 192.168.3.0 netmask 255.255.255.0 {
  option routers 192.168.3.1;
  option subnet-mask 255.255.255.0;
  range 192.168.3.10 192.168.3.100;
}

and this is /etc/default/isc-dhcp-server

Code:

# Defaults for isc-dhcp-server initscript# sourced by /etc/init.d/isc-dhcp-server
# installed at /etc/default/isc-dhcp-server by the maintainer scripts


#
# This is a POSIX shell fragment
#


# Path to dhcpd's config file (default: /etc/dhcp/dhcpd.conf).
#DHCPD_CONF=/etc/dhcp/dhcpd.conf


# Path to dhcpd's PID file (default: /var/run/dhcpd.pid).
#DHCPD_PID=/var/run/dhcpd.pid


# Additional options to start dhcpd with.
#    Don't use options -cf or -pf here; use DHCPD_CONF/ DHCPD_PID instead
#OPTIONS=""


# On what interfaces should the DHCP server (dhcpd) serve DHCP requests?
#    Separate multiple interfaces with spaces, e.g. "eth0 eth1".
INTERFACES="enp8s0f0 enp8s0f1"

anyone can help me please?

thanks a head , nir.

[ubuntu] using internal and external network interfaces

$
0
0
Hi All,

Just installed Ubuntu 17.10. I have two network interfaces, a. wifi and b. ethernet.

I connect wifi to one router - network 192.168.1.x and ethernet to another network 192.168.0.x. both 192.168.1.x and 192.168.0.x have internet access. I want to make sure when I browse internet, it uses 192.168.1.x and not 192.168.0.x. Basically, I want to use 192.168.1.x for internet access and 192.168.0.x for internal network use only (like connecting my ubuntu box from my laptop etc.)

Can you please suggest how do I achieve this? Sorry if this is a novice network question.

Thanks
Kunal

Code:

kunalshah@kunalshah-desktop:~$ ip address
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
      valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host
      valid_lft forever preferred_lft forever
2: enp3s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
    link/ether 38:d5:47:1b:27:2d brd ff:ff:ff:ff:ff:ff
    inet 192.168.0.16/24 brd 192.168.0.255 scope global enp3s0
      valid_lft forever preferred_lft forever
    inet6 fe80::91ff:c87b:ac4b:1be/64 scope link
      valid_lft forever preferred_lft forever
3: wlp2s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
    link/ether ec:08:6b:fd:fe:25 brd ff:ff:ff:ff:ff:ff
    inet 192.168.1.102/24 brd 192.168.1.255 scope global dynamic wlp2s0
      valid_lft 27762sec preferred_lft 27762sec
    inet6 2405:204:9214:ed89:959d:2012:d27f:f9da/64 scope global temporary dynamic
      valid_lft 3090sec preferred_lft 3090sec
    inet6 2405:204:9214:ed89:295:8c75:925b:6799/64 scope global mngtmpaddr noprefixroute dynamic
      valid_lft 3090sec preferred_lft 3090sec
    inet6 fe80::cee2:40ca:30e5:d167/64 scope link
      valid_lft forever preferred_lft forever
4: vmnet1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UNKNOWN group default qlen 1000
    link/ether 00:50:56:c0:00:01 brd ff:ff:ff:ff:ff:ff
    inet 192.168.10.1/24 brd 192.168.10.255 scope global vmnet1
      valid_lft forever preferred_lft forever
    inet6 fe80::250:56ff:fec0:1/64 scope link
      valid_lft forever preferred_lft forever
5: vmnet8: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UNKNOWN group default qlen 1000
    link/ether 00:50:56:c0:00:08 brd ff:ff:ff:ff:ff:ff
    inet 192.168.190.1/24 brd 192.168.190.255 scope global vmnet8
      valid_lft forever preferred_lft forever
    inet6 fe80::250:56ff:fec0:8/64 scope link
      valid_lft forever preferred_lft forever
kunalshah@kunalshah-desktop:~$


kunalshah@kunalshah-desktop:~$ ip route
default via 192.168.0.1 dev enp3s0 proto static metric 100
default via 192.168.1.1 dev wlp2s0 proto static metric 600
169.254.0.0/16 dev wlp2s0 scope link metric 1000
192.168.0.0/24 dev enp3s0 proto kernel scope link src 192.168.0.16 metric 100
192.168.1.0/24 dev wlp2s0 proto kernel scope link src 192.168.1.102 metric 600
192.168.10.0/24 dev vmnet1 proto kernel scope link src 192.168.10.1
192.168.190.0/24 dev vmnet8 proto kernel scope link src 192.168.190.1

[ubuntu] Can't connect to WiFi or get additional drivers

$
0
0
Hello !

I've.. got a problem :D . I have installed Ubuntu lately (next to my win 10). But i cannoct connect to wifi- I have tried a lots of advices from forums and internet sites, but havent found anything that would work, that is why I'm writing this thread. I also thought, that a network cable could work the problem out but, well, I'm at my student apartement and i won't get home for more than a week.Also i cannot access additional drivers, i also attach screens from the error from additional drivers.

I will be so glad for any idea how to work this out :) !

See you for now.

Nuwanda

aaand a few more screens :)
Attached Images

[ubuntu] 16.04.03 Edimax EQ-7611ULB Supported?

$
0
0
Hi, I put the above card into my computer -- and the Bluetooth is detected, but never finds anything, nor can it be found.

I've checked the usual stuff and it's not blocked and is detected. But this also has wi-fi cababilites and those aren't detected.

My guess is that this card isn't supported, but wanted to check first to see if there's something I missed

Code:

bluetoothctl
[NEW] Controller 74:DA:38:92:F7:19 inferno.cocoanet.us [default]
[bluetooth]# list
Controller 74:DA:38:92:F7:19 inferno.cocoanet.us [default]

Current Info: NOTE discoverign was YES:

Code:

[bluetooth]# show
Controller 74:DA:38:92:F7:19
        Name: inferno.cocoanet.us
        Alias: inferno.cocoanet.us
        Class: 0x1c0104
        Powered: yes
        Discoverable: yes
        Pairable: yes
        UUID: Headset AG                (00001112-0000-1000-8000-00805f9b34fb)
        UUID: Generic Attribute Profile (00001801-0000-1000-8000-00805f9b34fb)
        UUID: A/V Remote Control        (0000110e-0000-1000-8000-00805f9b34fb)
        UUID: OBEX File Transfer        (00001106-0000-1000-8000-00805f9b34fb)
        UUID: Generic Access Profile    (00001800-0000-1000-8000-00805f9b34fb)
        UUID: OBEX Object Push          (00001105-0000-1000-8000-00805f9b34fb)
        UUID: PnP Information          (00001200-0000-1000-8000-00805f9b34fb)
        UUID: A/V Remote Control Target (0000110c-0000-1000-8000-00805f9b34fb)
        UUID: IrMC Sync                (00001104-0000-1000-8000-00805f9b34fb)
        UUID: Audio Source              (0000110a-0000-1000-8000-00805f9b34fb)
        UUID: Audio Sink                (0000110b-0000-1000-8000-00805f9b34fb)
        UUID: Vendor specific          (00005005-0000-1000-8000-0002ee000001)
        UUID: Message Notification Se.. (00001133-0000-1000-8000-00805f9b34fb)
        UUID: Phonebook Access Server  (0000112f-0000-1000-8000-00805f9b34fb)
        UUID: Message Access Server    (00001132-0000-1000-8000-00805f9b34fb)
        Modalias: usb:v1D6Bp0246d0525
        Discovering: no

Code:

root@inferno:/media/backup# rfkill list
0: hci0: Bluetooth
        Soft blocked: no
        Hard blocked: no


How do i sync folders with usb hard drive connected to router

$
0
0
Hello.

I have a setup where about 10 computers are networked via LAN to a router.

We have a USB hard drive plugged into the router for realtime sync and backup of documents and files from specific folders on Windows OS

I want to switch some of those computers to Ubuntu, so it is essential that we are able to continue the realtime sync/backup.

How can I do this?

Noob here.

Easy to use software preferred

[server] Help with Ubuntu Server 17.10 OpenVPN service

$
0
0
I've been trying to be able to have remote access to my server with the help of OpenVPN.
I followed this guide (yes I know it's for 16.04 but I could not find anything else):
https://www.digitalocean.com/communi...n-ubuntu-16-04

But it didn't work. Is there any specific guide from where I could learn it for my version of Ubuntu Server?

[ubuntu] Ethernet connection causes gnome-shell (17.10) to freeze for ~10 seconds, repeat

$
0
0
Running 17.10, fresh load.
Dell Precision 5510, with USB-C to ethernet adapter. (That is, the Dell Precision laptop has no Ethernet connector, just a USB-C connector to which I connect a USB-C to ethternet adapter).

When connect to Ethernet, the screen freezes for about 10sec, then is usable for about 30 seconds, repeat.

[ubuntu] No Wi-Fi adapter Found(rtl8811au)

$
0
0
Hi there,
I am freshman of Ubuntu. I am using a USB wireless adapter and it works in windows 10 but can not make it to work in Ubuntu. I have tried to install drivers for it following post instruction in this forum, and still can not make it work.

The following is the wireless info script(http://paste.ubuntu.com/25820399/) and looking for help.

Thanks!


Code:

########## wireless info START ##########

Report from: 25 Oct 2017 19:50 CDT -0500

Booted last: 25 Oct 2017 00:00 CDT -0500

Script from: 25 Mar 2017 07:04 UTC +0000

##### release ###########################

Distributor ID:    Ubuntu
Description:    Ubuntu 17.10
Release:    17.10
Codename:    artful

##### kernel ############################

Linux 4.13.0-16-generic #19-Ubuntu SMP Wed Oct 11 18:35:14 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux

Parameters: ro, quiet, splash, vt.handoff=7

##### desktop ###########################

Ubuntu on Xorg

##### lspci #############################

00:19.0 Ethernet controller [0200]: Intel Corporation 82579LM Gigabit Network Connection [8086:1502] (rev 06)
    Subsystem: Lenovo 82579LM Gigabit Network Connection (Lewisville) [17aa:1027]
    Kernel driver in use: e1000e

09:00.0 Ethernet controller [0200]: Intel Corporation 82574L Gigabit Network Connection [8086:10d3]
    Subsystem: Lenovo 82574L Gigabit Network Connection [17aa:1027]
    Kernel driver in use: e1000e

##### lsusb #############################

Bus 002 Device 004: ID 0bda:a811 Realtek Semiconductor Corp.
Bus 002 Device 003: ID 046d:c52b Logitech, Inc. Unifying Receiver
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 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 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

##### PCMCIA card info ##################

##### rfkill ############################

##### lsmod #############################

wmi_bmof              16384  0
mxm_wmi                16384  1 nouveau
wmi                    24576  3 wmi_bmof,mxm_wmi,nouveau

##### interfaces ########################

auto lo
iface lo inet loopback

##### ifconfig ##########################

1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
    link/loopback <MAC address> 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: eno1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
    link/ether <MAC 'eno1' [IF1]> brd <MAC address>
    inet 192.168.1.76/24 brd 192.168.1.255 scope global dynamic eno1
      valid_lft 86332sec preferred_lft 86332sec
    inet6 2602:30a:2c79:44c0:b406:a7df:a8d4:4090/64 scope global temporary dynamic
      valid_lft 604735sec preferred_lft 85739sec
    inet6 2602:30a:2c79:44c0:9667:bdd3:31d3:77a2/64 scope global mngtmpaddr noprefixroute dynamic
      valid_lft 2591935sec preferred_lft 604735sec
    inet6 fe80::7c05:9ab:f5fc:7fec/64 scope link
      valid_lft forever preferred_lft forever
3: enp9s0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast state DOWN group default qlen 1000
    link/ether <MAC 'enp9s0' [IF2]> brd <MAC address>

##### iwconfig ##########################

eno1      no wireless extensions.

enp9s0    no wireless extensions.

lo        no wireless extensions.

##### route #############################

default via 192.168.1.254 dev eno1 proto static metric 100
169.254.0.0/16 dev eno1 scope link metric 1000
192.168.1.0/24 dev eno1 proto kernel scope link src 192.168.1.76 metric 100

##### resolv.conf #######################

nameserver 127.0.0.53

search attlocal.net

##### network managers ##################

Installed:

    NetworkManager

Running:

root      919    1  0 19:49 ?        00:00:00 /usr/sbin/NetworkManager --no-daemon

##### NetworkManager info ###############

GENERAL.DEVICE:                        eno1
GENERAL.TYPE:                          ethernet
GENERAL.NM-TYPE:                        NMDeviceEthernet
GENERAL.VENDOR:                        Intel Corporation
GENERAL.PRODUCT:                        82579LM Gigabit Network Connection (Lewisville)
GENERAL.DRIVER:                        e1000e
GENERAL.DRIVER-VERSION:                3.2.6-k
GENERAL.FIRMWARE-VERSION:              0.13-4
GENERAL.HWADDR:                        <MAC 'eno1' [IF1]>
GENERAL.MTU:                            1500
GENERAL.STATE:                          100 (connected)
GENERAL.REASON:                        0 (No reason given)
GENERAL.UDI:                            /sys/devices/pci0000:00/0000:00:19.0/net/eno1
GENERAL.IP-IFACE:                      eno1
GENERAL.IS-SOFTWARE:                    no
GENERAL.NM-MANAGED:                    yes
GENERAL.AUTOCONNECT:                    yes
GENERAL.FIRMWARE-MISSING:              no
GENERAL.NM-PLUGIN-MISSING:              no
GENERAL.PHYS-PORT-ID:                  --
GENERAL.CONNECTION:                    Wired connection 1
GENERAL.CON-UUID:                      53d04518-c0c3-3ec4-b361-92c9a53c0bbb
GENERAL.CON-PATH:                      /org/freedesktop/NetworkManager/ActiveConnection/1
GENERAL.METERED:                        no (guessed)
CAPABILITIES.CARRIER-DETECT:            yes
CAPABILITIES.SPEED:                    1000 Mb/s
CAPABILITIES.IS-SOFTWARE:              no
CAPABILITIES.SRIOV:                    no
WIRED-PROPERTIES.CARRIER:              on
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/{1}
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:  53d04518-c0c3-3ec4-b361-92c9a53c0bbb | Wired connection 1
IP4.ADDRESS[1]:                        192.168.1.76/24
IP4.GATEWAY:                            192.168.1.254
IP4.ROUTE[1]:                          dst = 169.254.0.0/16, nh = 0.0.0.0, mt = 1000
IP4.DNS[1]:                            192.168.1.254
IP4.DOMAIN[1]:                          attlocal.net
DHCP4.OPTION[1]:                        requested_ms_classless_static_routes = 1
DHCP4.OPTION[2]:                        requested_domain_search = 1
DHCP4.OPTION[3]:                        requested_host_name = 1
DHCP4.OPTION[4]:                        requested_time_offset = 1
DHCP4.OPTION[5]:                        requested_domain_name = 1
DHCP4.OPTION[6]:                        requested_rfc3442_classless_static_routes = 1
DHCP4.OPTION[7]:                        requested_broadcast_address = 1
DHCP4.OPTION[8]:                        requested_wpad = 1
DHCP4.OPTION[9]:                        requested_netbios_scope = 1
DHCP4.OPTION[10]:                      next_server = 192.168.1.254
DHCP4.OPTION[11]:                      expiry = 1509065390
DHCP4.OPTION[12]:                      requested_interface_mtu = 1
DHCP4.OPTION[13]:                      requested_subnet_mask = 1
DHCP4.OPTION[14]:                      routers = 192.168.1.254
DHCP4.OPTION[15]:                      dhcp_message_type = 5
DHCP4.OPTION[16]:                      ip_address = 192.168.1.76
DHCP4.OPTION[17]:                      requested_static_routes = 1
DHCP4.OPTION[18]:                      domain_name = attlocal.net
DHCP4.OPTION[19]:                      dhcp_renewal_time = 43200
DHCP4.OPTION[20]:                      requested_domain_name_servers = 1
DHCP4.OPTION[21]:                      broadcast_address = 192.168.1.255
DHCP4.OPTION[22]:                      domain_name_servers = 192.168.1.254
DHCP4.OPTION[23]:                      requested_ntp_servers = 1
DHCP4.OPTION[24]:                      dhcp_lease_time = 86400
DHCP4.OPTION[25]:                      dhcp_rebinding_time = 75600
DHCP4.OPTION[26]:                      requested_netbios_name_servers = 1
DHCP4.OPTION[27]:                      subnet_mask = 255.255.255.0
DHCP4.OPTION[28]:                      network_number = 192.168.1.0
DHCP4.OPTION[29]:                      requested_routers = 1
DHCP4.OPTION[30]:                      dhcp_server_identifier = 192.168.1.254
IP6.ADDRESS[1]:                        2602:30a:2c79:44c0:b406:a7df:a8d4:4090/64
IP6.ADDRESS[2]:                        2602:30a:2c79:44c0:9667:bdd3:31d3:77a2/64
IP6.ADDRESS[3]:                        fe80::7c05:9ab:f5fc:7fec/64
IP6.GATEWAY:                            fe80::e222:3ff:fe52:d3c1
IP6.ROUTE[1]:                          dst = 2602:30a:2c79:44c0::/64, nh = ::, mt = 100
IP6.DNS[1]:                            2602:30a:2c79:44c0::1
DHCP6.OPTION[1]:                        requested_dhcp6_domain_search = 1
DHCP6.OPTION[2]:                        dhcp6_name_servers = 2602:30a:2c79:44c0::1
DHCP6.OPTION[3]:                        dhcp6_server_id = 0:3:0:1:e0:22:3:52:d3:c1
DHCP6.OPTION[4]:                        requested_dhcp6_client_id = 1
DHCP6.OPTION[5]:                        requested_dhcp6_name_servers = 1
DHCP6.OPTION[6]:                        dhcp6_client_id = 0:4:7f:5:c8:a1:12:78:b1:16:2e:bd:52:a6:36:d2:c9:8c

GENERAL.DEVICE:                        enp9s0
GENERAL.TYPE:                          ethernet
GENERAL.NM-TYPE:                        NMDeviceEthernet
GENERAL.VENDOR:                        Intel Corporation
GENERAL.PRODUCT:                        82574L Gigabit Network Connection
GENERAL.DRIVER:                        e1000e
GENERAL.DRIVER-VERSION:                3.2.6-k
GENERAL.FIRMWARE-VERSION:              2.1-0
GENERAL.HWADDR:                        <MAC 'enp9s0' [IF2]>
GENERAL.MTU:                            1500
GENERAL.STATE:                          20 (unavailable)
GENERAL.REASON:                        2 (Device is now managed)
GENERAL.UDI:                            /sys/devices/pci0000:00/0000:00:1c.6/0000:09:00.0/net/enp9s0
GENERAL.IP-IFACE:                      --
GENERAL.IS-SOFTWARE:                    no
GENERAL.NM-MANAGED:                    yes
GENERAL.AUTOCONNECT:                    yes
GENERAL.FIRMWARE-MISSING:              no
GENERAL.NM-PLUGIN-MISSING:              no
GENERAL.PHYS-PORT-ID:                  --
GENERAL.CONNECTION:                    --
GENERAL.CON-UUID:                      --
GENERAL.CON-PATH:                      --
GENERAL.METERED:                        unknown
CAPABILITIES.CARRIER-DETECT:            yes
CAPABILITIES.SPEED:                    unknown
CAPABILITIES.IS-SOFTWARE:              no
CAPABILITIES.SRIOV:                    no
WIRED-PROPERTIES.CARRIER:              off
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: --

##### NetworkManager.state ##############

[main]
NetworkingEnabled=true
WirelessEnabled=true
WWANEnabled=true

##### NetworkManager.conf ###############

[main]
plugins=ifupdown,keyfile

[ifupdown]
managed=false

[device]
wifi.scan-rand-mac-address=no
[device]
wifi.scan-rand-mac-address=0

##### NetworkManager profiles ###########

##### iw reg get ########################

Region: America/Chicago (based on set time zone)

global
country 00: DFS-UNSET
    (2402 - 2472 @ 40), (6, 20), (N/A)
    (2457 - 2482 @ 20), (6, 20), (N/A), AUTO-BW, PASSIVE-SCAN
    (2474 - 2494 @ 20), (6, 20), (N/A), NO-OFDM, PASSIVE-SCAN
    (5170 - 5250 @ 80), (6, 20), (N/A), AUTO-BW, PASSIVE-SCAN
    (5250 - 5330 @ 80), (6, 20), (0 ms), DFS, AUTO-BW, PASSIVE-SCAN
    (5490 - 5730 @ 160), (6, 20), (0 ms), DFS, PASSIVE-SCAN
    (5735 - 5835 @ 80), (6, 20), (N/A), PASSIVE-SCAN
    (57240 - 63720 @ 2160), (N/A, 0), (N/A)

##### iwlist channels ###################

eno1      no frequency information.

enp9s0    no frequency information.

lo        no frequency information.

##### iwlist scan #######################

eno1      Interface doesn't support scanning.

enp9s0    Interface doesn't support scanning.

lo        Interface doesn't support scanning.

##### module infos ######################

##### module parameters #################

##### /etc/modules ######################

##### modprobe options ##################

[/etc/modprobe.d/blacklist-ath_pci.conf]
blacklist ath_pci

[/etc/modprobe.d/blacklist.conf]
blacklist evbug
blacklist usbmouse
blacklist usbkbd
blacklist eepro100
blacklist de4x5
blacklist eth1394
blacklist snd_intel8x0m
blacklist snd_aw2
blacklist i2c_i801
blacklist prism54
blacklist bcm43xx
blacklist garmin_gps
blacklist asus_acpi
blacklist snd_pcsp
blacklist pcspkr
blacklist amd76x_edac
blacklist rtl8812au
blacklist rtl8812au

[/etc/modprobe.d/blacklist-rare-network.conf]
alias net-pf-3 off
alias net-pf-6 off
alias net-pf-9 off
alias net-pf-11 off
alias net-pf-12 off
alias net-pf-19 off
alias net-pf-21 off
alias net-pf-36 off

[/etc/modprobe.d/iwlwifi.conf]
remove iwlwifi \
(/sbin/lsmod | grep -o -e ^iwlmvm -e ^iwldvm -e ^iwlwifi | xargs /sbin/rmmod) \
&& /sbin/modprobe -r mac80211

[/etc/modprobe.d/mlx4.conf]
softdep mlx4_core post: mlx4_en

##### rc.local ##########################

grep: /etc/rc.local: No such file or directory

##### pm-utils ##########################

##### udev rules ########################

##### dmesg #############################

[    6.052039] IPv6: ADDRCONF(NETDEV_UP): eno1: link is not ready (repeated 2 times)
[    6.271212] IPv6: ADDRCONF(NETDEV_UP): enp9s0: link is not ready (repeated 2 times)
[    9.761974] e1000e: eno1 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx
[    9.762012] IPv6: ADDRCONF(NETDEV_CHANGE): eno1: link becomes ready

########## wireless info END ############

[ubuntu] Since Upgrading to Clean 17.10 no Wifi

$
0
0
Hi,

I had wifi with 17.04, but not after a clean install of Ubuntu 17.10 with all updates and the Intel microcode additional driver installed. I have a Lenovo Ideapad Miix
510-121KB

If I tried:

sudo rm /etc/resolv.conf
sudo ln -s ../run/resolvconf/resolv.conf /etc/resolv.conf
sudo resolvconf -u

After the first two I lose my wired LAN, then for the third it said resolvconf did not exist.

Reinstalled clean 17.10. Installed updates and Intel driver. Installed resolvconf. Ran the three lines above and a restart of NetworkManager and wifi was on, I could see local networks, but I could not connect to mine. Restarted the router and still no connect.

After a reboot, no wifi and it will not turn on. Ran the commands again and it still will not turn on.

I just tried this:

sudo dpkg-reconfigure resolvconf

This worked, in so much as the wifi was on but couldn't connect. Since a power-off, the wifi will not turn on.

I ran the scripts in https://ubuntuforums.org/showthread.php?t=370108 to get the wifi information and the link to the pastebin is below.

Early on in the logs it reports that some items are hard off (I can't make much sense of this a WAN is off and on in two places). The wifi is enabled in BIOS and my aircraft mode button does nothing (and never has). For example, no matter how many times I press it or for how long, my Bluetooth mouse stays connected.

http://paste.ubuntu.com/25820373/

Any additional suggestions?

-- Zoot
Viewing all 23300 articles
Browse latest View live


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