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

[ubuntu] Bluetooth not working (Dell XPS 15 7590)

$
0
0
Hello all,

I just got my XPS 15 7590 last week and I am now trying to set up ubuntu 16.04 on it as dual boot.

The wifi did not work at the beginning and I found a solution here https://support.killernetworking.com...-ubuntu-16-04/ This is because XPS 15 7590 is using Killer AX1650 chipset.

After I followed the instructions above, the WIFI works, but the Bluetooth not.

This is the information I got by
Code:

rfkill list
Code:

0: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: no
1: hci0: Bluetooth
    Soft blocked: no
    Hard blocked: no

This is after running
Code:

lsusb

lspci

Code:

Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hubBus 001 Device 004: ID 27c6:5395 
Bus 001 Device 003: ID 8087:0029 Intel Corp.
Bus 001 Device 005: ID 0c45:6723 Microdia
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub


00:00.0 Host bridge: Intel Corporation 8th Gen Core Processor Host Bridge/DRAM Registers (rev 07)
00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor PCIe Controller (x16) (rev 07)
00:02.0 VGA compatible controller: Intel Corporation Device 3e9b
00:04.0 Signal processing controller: Intel Corporation Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Thermal Subsystem (rev 07)
00:08.0 System peripheral: Intel Corporation Xeon E3-1200 v5/v6 / E3-1500 v5 / 6th/7th Gen Core Processor Gaussian Mixture Model
00:12.0 Signal processing controller: Intel Corporation Cannon Lake PCH Thermal Controller (rev 10)
00:14.0 USB controller: Intel Corporation Cannon Lake PCH USB 3.1 xHCI Host Controller (rev 10)
00:14.2 RAM memory: Intel Corporation Cannon Lake PCH Shared SRAM (rev 10)
00:15.0 Serial bus controller [0c80]: Intel Corporation Device a368 (rev 10)
00:15.1 Serial bus controller [0c80]: Intel Corporation Device a369 (rev 10)
00:16.0 Communication controller: Intel Corporation Cannon Lake PCH HECI Controller (rev 10)
00:17.0 SATA controller: Intel Corporation Device a353 (rev 10)
00:1b.0 PCI bridge: Intel Corporation Device a340 (rev f0)
00:1c.0 PCI bridge: Intel Corporation Device a338 (rev f0)
00:1c.4 PCI bridge: Intel Corporation Device a33c (rev f0)
00:1d.0 PCI bridge: Intel Corporation Cannon Lake PCH PCI Express Root Port 9 (rev f0)
00:1f.0 ISA bridge: Intel Corporation Device a30e (rev 10)
00:1f.3 Audio device: Intel Corporation Cannon Lake PCH cAVS (rev 10)
00:1f.4 SMBus: Intel Corporation Cannon Lake PCH SMBus Controller (rev 10)
00:1f.5 Serial bus controller [0c80]: Intel Corporation Cannon Lake PCH SPI Controller (rev 10)
01:00.0 3D controller: NVIDIA Corporation Device 1f91 (rev a1)
3b:00.0 Network controller: Intel Corporation Device 2723 (rev 1a)
3c:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS525A PCI Express Card Reader (rev 01)
3d:00.0 Non-Volatile memory controller: Toshiba America Info Systems Device 011a

And also,

Code:

dmesg | grep -i blue
[    3.830702] Bluetooth: Core ver 2.22
[    3.830712] Bluetooth: HCI device and connection manager initialized
[    3.830714] Bluetooth: HCI socket layer initialized
[    3.830715] Bluetooth: L2CAP socket layer initialized
[    3.830717] Bluetooth: SCO socket layer initialized
[    3.982311] Bluetooth: hci0: Bootloader revision 0.3 build 0 week 24 2017
[    3.983577] Bluetooth: hci0: Device revision is 1
[    3.983578] Bluetooth: hci0: Secure boot is enabled
[    3.983578] Bluetooth: hci0: OTP lock is enabled
[    3.983579] Bluetooth: hci0: API lock is enabled
[    3.983579] Bluetooth: hci0: Debug lock is disabled
[    3.983580] Bluetooth: hci0: Minimum firmware build 1 week 10 2014
[    3.983720] bluetooth hci0: Direct firmware load for intel/ibt-20-1-3.sfi failed with error -2
[    3.983721] Bluetooth: hci0: Failed to load Intel firmware file (-2)
[    3.985641] Bluetooth: hci0: Bootloader revision 0.3 build 0 week 24 2017
[    3.987488] Bluetooth: hci0: Device revision is 1
[    3.987489] Bluetooth: hci0: Secure boot is enabled
[    3.987489] Bluetooth: hci0: OTP lock is enabled
[    3.987490] Bluetooth: hci0: API lock is enabled
[    3.987490] Bluetooth: hci0: Debug lock is disabled
[    3.987491] Bluetooth: hci0: Minimum firmware build 1 week 10 2014
[    3.987513] bluetooth hci0: Direct firmware load for intel/ibt-20-1-3.sfi failed with error -2
[    3.987514] Bluetooth: hci0: Failed to load Intel firmware file (-2)
[    4.806487] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    4.806488] Bluetooth: BNEP filters: protocol multicast
[    4.806490] Bluetooth: BNEP socket layer initialized

I noticed that there is "hci0: Direct firmware load for intel/ibt-20-1-3.sfi failed with error -2" but I have no idea what it is.

For hciconfig I got these,
Code:

hciconfig -a

hci0:    Type: BR/EDR  Bus: USB    BD Address: 00:00:00:00:00:00  ACL MTU: 0:0  SCO MTU: 0:0
    DOWN
    RX bytes:86 acl:0 sco:0 events:4 errors:0
    TX bytes:12 acl:0 sco:0 commands:4 errors:0
    Features: 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
    Packet type: DM1 DH1 HV1
    Link policy:
    Link mode: SLAVE ACCEPT

Anyone has some ideas?

Thanks very much!

By the way, I've got my kernel version is:
Code:

uname -a
Linux han-XPS-15-7590 4.15.0-54-generic #58~16.04.1-Ubuntu SMP Mon Jun 24 13:21:41 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux


Multiple IP on Bridge Interface

$
0
0
I have a VM where I've created a bridge and assigned the IP address to the bridge interface. With one IP, this works okay but if I assign a second IP to the bridge interface, I am unable to reach the VM from outside. However, if I console into the VM and ping to an external address, the VM becomes reachable. It seems the VM is not sending out arp queries with two IP's assigned to the bridge interface. I could setup a job where I ping every 60 seconds but that would be a hack and I would rather address the root cause if there is one. Why am I doing this, the VM's are Kubernetes worker nodes with a different CIDR. I am running FRRouting on the VM and I would like traffic from the containers to have a default gateway as the second IP on the bridge interface and all traffic from a VM (whether host or containter) to be handled in the physical network once it leaves the VM.

It seems setting the values below in /etc/sysctl.conf might help but I do not fully understand what they are supposed to do.

net.bridge.bridge-nf-call-ip6tables = 0
net.bridge.bridge-nf-call-iptables = 0
net.bridge.bridge-nf-call-arptables = 0

I have thought of using gratuitous arp but you have to issue the command, would that be a viable direction? Any help is appreciated.

how to set a fixed ip on lan with ubuntu core?

$
0
0
Hi, I know how to set a fixed ip on a lan for raspbian, how to do it for ubuntu core?

mirror traffic from one VM to another?

$
0
0
I have a need to mirror the traffic from one ubuntu (virtual) server to a windows host. I have found that Daemonlogger or even tc would allow me to mirror traffic from one interface to another - but thats only 1/2 my need -

i need to have that mirrored traffic sent to another virutal server.

is anyone aware of a document they could point me to that might help me determine how to do that in vmware?

thanks.

Internet connection constantly dropping on home network

$
0
0
I have Dell XPS with Ubuntu 18.04. Whenever I am using my home network (and only this specific network), my internet connection keeps on dropping at random points in time. The network itself seems to be working as intended: other devices (as well as this same laptop when running Windows) work just fine.
However, I still have the feeling that the problem lies in how my home network was set up. It consists of a wireless modem and two access points. Whenever I am close to the modem, the internet connection seems to be more stable. When I move further away (and nearer to one of the access points), the connection starts dropping more and more often. Again: this only happens when running Ubuntu.

Any ideas how to solve this? Thanks!

[lubuntu] Can't connect to WiFi - Lubuntu & Windows 10 Surface Go dual boot

$
0
0
Some background info:On a Surface Go tethered to iPhone for ethernet.

cat /etc/os-release
Code:

NAME="Ubuntu"
VERSION="19.04 (Disco Dingo)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 19.04"
VERSION_ID="19.04"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=disco
UBUNTU_CODENAME=disco

I can connect to the ethernet, but my nm thing in the tray says "wifi networks: Device Not Ready"Also, I installed wicd and it says its scanning for wifi networks but can't find any. Windows 10 wifi works fine.

I'm brand new to Linux, and this is me dipping my toes in with Ubuntu. Any help at all would be hugely appreciated. Thanks in advance!

uname -r
Code:

5.0.0-20-generic


ifconfig -a
Code:

enp0s20f0u1c4i2: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 172.20.10.2  netmask 255.255.255.240  broadcast 172.20.10.15
        inet6 2600:380:547b:756c:ecd0:5a07:651b:e2ae  prefixlen 64  scopeid 0x0<global>
        inet6 2600:380:547b:756c:f9c3:42eb:8d27:c57c  prefixlen 64  scopeid 0x0<global>
        inet6 fe80::e530:577e:be5a:b18d  prefixlen 64  scopeid 0x20<link>
        ether ****************  txqueuelen 1000  (Ethernet)
        RX packets 2195  bytes 1346965 (1.3 MB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 2258  bytes 341216 (341.2 KB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

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

wlp1s0: flags=4098<BROADCAST,MULTICAST>  mtu 1500                                     
        ether *****************  txqueuelen 1000  (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

lshw -C network

Code:

*-network DISABLED       
      description: Wireless interface
      product: QCA6174 802.11ac Wireless Network Adapter
      vendor: Qualcomm Atheros
      physical id: 0
      bus info: pci@0000:01:00.0
      logical name: wlp1s0
      version: 32
      serial: d8:c4:97:b0:53:29
      width: 64 bits
      clock: 33MHz
      capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
      configuration: broadcast=yes driver=ath10k_pci driverversion=5.0.0-20-generic firmware=RM.4.4.1.c2-00057-QCARMSWP-1 latency=0 link=no multicast=yes wireless=IEEE 802.11
      resources: irq:139 memory:b1400000-b15fffff
  *-network
      description: Ethernet interface
      physical id: 1
      bus info: usb@1:1
      logical name: enp0s20f0u1c4i2
      serial: 42:9c:28:21:30:48
      capabilities: ethernet physical
      configuration: broadcast=yes driver=ipheth ip=172.20.10.2 link=yes multicast=yes


rfkill list all
Code:

0: hci0: Bluetooth
        Soft blocked: no
        Hard blocked: no
1: phy0: Wireless LAN
        Soft blocked: no
        Hard blocked: no



dmesg | grep ath10

Code:

[    7.547393] ath10k_pci 0000:01:00.0: pci irq msi oper_irq_mode 2 irq_mode 0 reset_mode 0
[    7.819132] ath10k_pci 0000:01:00.0: qca6174 hw3.2 target 0x05030000 chip_id 0x00340aff sub 168c:3370
[    7.819136] ath10k_pci 0000:01:00.0: kconfig debug 0 debugfs 1 tracing 1 dfs 0 testmode 0
[    7.820045] ath10k_pci 0000:01:00.0: firmware ver RM.4.4.1.c2-00057-QCARMSWP-1 api 6 features wowlan,ignore-otp,no-4addr-pad,raw-mode crc32 e061250a
[    7.891523] ath10k_pci 0000:01:00.0: failed to fetch board data for bus=pci,vendor=168c,device=003e,subsystem-vendor=168c,subsystem-device=3370 from ath10k/QCA6174/hw3.0/board-2.bin
[    7.891925] ath10k_pci 0000:01:00.0: board_file api 1 bmi_id N/A crc32 ed5f849a
[    7.966586] ath10k_pci 0000:01:00.0: unsupported HTC service id: 1536
[    7.984500] ath10k_pci 0000:01:00.0: htt-ver 3.56 wmi-op 4 htt-op 3 cal otp max-sta 32 raw 0 hwcrypto 1
[    9.010258] ath10k_pci 0000:01:00.0: suspend timed out - target pause event never came
[  10.075286] ath10k_pci 0000:01:00.0 wlp1s0: renamed from wlan0
[  10.521167] ath10k_pci 0000:01:00.0: unsupported HTC service id: 1536
[  13.650266] ath10k_pci 0000:01:00.0: failed to ping firmware: -110
[  13.650273] ath10k_pci 0000:01:00.0: failed to reset rx filter: -110
[  13.732770] ath10k_pci 0000:01:00.0: Could not init core: -110
[  13.964114] ath10k_pci 0000:01:00.0: unsupported HTC service id: 1536
[  17.234484] ath10k_pci 0000:01:00.0: wmi command 16387 timeout, restarting hardware
[  17.234501] ath10k_pci 0000:01:00.0: failed to enable idle_ps_config: -11
[  17.234973] ath10k_pci 0000:01:00.0: could not suspend target (-108)
[  17.316160] ath10k_pci 0000:01:00.0: cannot restart a device that hasn't been started
[  17.656238] ath10k_pci 0000:01:00.0: unsupported HTC service id: 1536
[  20.818323] ath10k_pci 0000:01:00.0: failed to ping firmware: -110
[  20.818335] ath10k_pci 0000:01:00.0: failed to reset rx filter: -110
[  20.900252] ath10k_pci 0000:01:00.0: Could not init core: -110
[  21.107557] ath10k_pci 0000:01:00.0: unsupported HTC service id: 1536
[  24.146492] ath10k_pci 0000:01:00.0: wmi command 16387 timeout, restarting hardware
[  24.146507] ath10k_pci 0000:01:00.0: failed to enable dynamic BW: -11
[  24.147095] ath10k_pci 0000:01:00.0: could not suspend target (-108)
[  24.228965] ath10k_pci 0000:01:00.0: cannot restart a device that hasn't been started
[  24.440183] ath10k_pci 0000:01:00.0: unsupported HTC service id: 1536
[  27.474464] ath10k_pci 0000:01:00.0: wmi command 16387 timeout, restarting hardware
[  27.474480] ath10k_pci 0000:01:00.0: failed to enable dynamic BW: -11
[  27.476551] ath10k_pci 0000:01:00.0: could not suspend target (-108)
[  27.557557] ath10k_pci 0000:01:00.0: cannot restart a device that hasn't been started
[  27.796453] ath10k_pci 0000:01:00.0: unsupported HTC service id: 1536
[  31.058472] ath10k_pci 0000:01:00.0: wmi command 16387 timeout, restarting hardware
[  31.058485] ath10k_pci 0000:01:00.0: failed to enable dynamic BW: -11
[  31.059061] ath10k_pci 0000:01:00.0: could not suspend target (-108)
[  31.141546] ath10k_pci 0000:01:00.0: cannot restart a device that hasn't been started
[  33.228110] ath10k_pci 0000:01:00.0: unsupported HTC service id: 1536
[  36.434364] ath10k_pci 0000:01:00.0: failed to ping firmware: -110
[  36.434372] ath10k_pci 0000:01:00.0: failed to reset rx filter: -110
[  36.517144] ath10k_pci 0000:01:00.0: Could not init core: -110
[  38.208434] ath10k_pci 0000:01:00.0: unsupported HTC service id: 1536
[  41.298485] ath10k_pci 0000:01:00.0: htt version request timed out
[  41.298495] ath10k_pci 0000:01:00.0: failed to setup htt: -110
[  41.381500] ath10k_pci 0000:01:00.0: Could not init core: -110
[  41.592113] ath10k_pci 0000:01:00.0: unsupported HTC service id: 1536
[  44.626426] ath10k_pci 0000:01:00.0: failed to ping firmware: -110
[  44.626434] ath10k_pci 0000:01:00.0: failed to reset rx filter: -110
[  44.708975] ath10k_pci 0000:01:00.0: Could not init core: -110
[  44.912739] ath10k_pci 0000:01:00.0: unsupported HTC service id: 1536
[  47.954518] ath10k_pci 0000:01:00.0: htt version request timed out
[  47.954525] ath10k_pci 0000:01:00.0: failed to setup htt: -110
[  48.036645] ath10k_pci 0000:01:00.0: Could not init core: -110
[  55.216253] ath10k_pci 0000:01:00.0: unsupported HTC service id: 1536
[  58.450473] ath10k_pci 0000:01:00.0: failed to ping firmware: -110
[  58.450481] ath10k_pci 0000:01:00.0: failed to reset rx filter: -110
[  58.532643] ath10k_pci 0000:01:00.0: Could not init core: -110
[  58.736406] ath10k_pci 0000:01:00.0: unsupported HTC service id: 1536
[  61.778294] ath10k_pci 0000:01:00.0: failed to ping firmware: -110
[  61.778306] ath10k_pci 0000:01:00.0: failed to reset rx filter: -110
[  61.860216] ath10k_pci 0000:01:00.0: Could not init core: -110
[  72.216308] ath10k_pci 0000:01:00.0: unsupported HTC service id: 1536
[  75.346466] ath10k_pci 0000:01:00.0: failed to ping firmware: -110
[  75.346475] ath10k_pci 0000:01:00.0: failed to reset rx filter: -110
[  75.428482] ath10k_pci 0000:01:00.0: Could not init core: -110
[  75.632182] ath10k_pci 0000:01:00.0: unsupported HTC service id: 1536
[  78.674479] ath10k_pci 0000:01:00.0: failed to ping firmware: -110
[  78.674488] ath10k_pci 0000:01:00.0: failed to reset rx filter: -110
[  78.757108] ath10k_pci 0000:01:00.0: Could not init core: -110
[  89.216565] ath10k_pci 0000:01:00.0: unsupported HTC service id: 1536
[  92.242491] ath10k_pci 0000:01:00.0: failed to ping firmware: -110
[  92.242500] ath10k_pci 0000:01:00.0: failed to reset rx filter: -110
[  92.324965] ath10k_pci 0000:01:00.0: Could not init core: -110
[  92.528321] ath10k_pci 0000:01:00.0: unsupported HTC service id: 1536
[  95.570477] ath10k_pci 0000:01:00.0: failed to ping firmware: -110
[  95.570486] ath10k_pci 0000:01:00.0: failed to reset rx filter: -110
[  95.652937] ath10k_pci 0000:01:00.0: Could not init core: -110
[  106.208278] ath10k_pci 0000:01:00.0: unsupported HTC service id: 1536
[  109.394457] ath10k_pci 0000:01:00.0: failed to ping firmware: -110
[  109.394466] ath10k_pci 0000:01:00.0: failed to reset rx filter: -110
[  109.476865] ath10k_pci 0000:01:00.0: Could not init core: -110
[  109.680406] ath10k_pci 0000:01:00.0: unsupported HTC service id: 1536
[  112.722458] ath10k_pci 0000:01:00.0: failed to ping firmware: -110
[  112.722467] ath10k_pci 0000:01:00.0: failed to reset rx filter: -110
[  112.805277] ath10k_pci 0000:01:00.0: Could not init core: -110
[  243.232089] ath10k_pci 0000:01:00.0: unsupported HTC service id: 1536
[  246.354422] ath10k_pci 0000:01:00.0: failed to ping firmware: -110
[  246.354429] ath10k_pci 0000:01:00.0: failed to reset rx filter: -110
[  246.437047] ath10k_pci 0000:01:00.0: Could not init core: -110
   


[kubuntu] forgot wireless password and it doesn't exist on my command line list

$
0
0
I've forgotten my wifi password and I'm using a computer with a wired connection. ls from the command line only lists the wired connection, although my previous laptop used the wifi connection. The list of available wireless connections does show it however. I guess I could just add a new connection and delete the current one, but I don't know the ssid or the key. I don't have my kde wallet password and my /etc file seems to be corrupted. I will greatly appreciate any help!

Suggestion: move Ubuntu's captive portal server from Google to self-hosted server

$
0
0
Could not find a better category to post into.

As the title says, Ubuntu is hosting http://connectivity-check.ubuntu.com/, which is the default captive portal check server and which is hosted with Google Cloud. Instead, could this service not be hosted on one of Ubuntu's own servers? I am sure Ubuntu has the capacity to do this. Not sure why this one thing had to be offloaded to GC for a company the size of Canonical. Also, would be a privacy improvement, albeit symbolic.

Thanks.

Wifi and ethernet stopped to work

$
0
0
Hi, wifi and ethernet connections stopped to work on my ubuntu 19.04. I've already tried an USB wifi dongle, an offboard ethernet board and change cables and ethernet ports. Nothing solve the problem. I have internet connection in others computers and on my smartphone. Could anyone help?

I'm getting the message:

"Connection failed, fail to activate network connection".

So my wifi only works in recovery mode

$
0
0
So I'm using a tp link wifi dongle and it seems no matter what I do it doesn't work with Linux but then I entered recovery mode and it worked immediately

any ideas as to why this happening?

Have connection but no data (internet). Wifi, Ubuntu 18.04

$
0
0
My laptop wifi connected, I can ping and trace websites but nothing will load. Phone connected to the same router and have full internet access.
resolv.conf shows 'nameserver 127.0.0.53'. If I change it to 8.8.8.8 and restart service with 'service network-manager restart', nothing changes, apart from that resolv.conf resets to 127.0.0.53
Any ideas, please?

RT2790 PCIe - Failed Activation

$
0
0
On a new install of 18.04 Desktop I continually get "Activation of network connection failed" whenever I try to setup a wifi connection.

Once this occurs the only way I have found to even see the available connections is to forget the "Known WiFi Networks" then reboot.

I have tried the following over the last few days.

Same error connecting to 3 unique networks on 3 unique routers.
Same error on 19.04 Live cd
Same error on 18.04 Live cd

Good connection on 16.04 Live cd
Good connection on Parted Magic Live USB
Good connection when I put this card into another desktop running 18.04 on one of those 3 networks

Here is the "Ubuntu Pastebin" link as requested in the sticky.
http://paste.ubuntu.com/p/H7qfnJN6bf/

Any help would be greatly appreciated.
Thanks much!

[lubuntu] Connection failed - No usable services on this device

$
0
0
Hi,

I have purchased a very basic Chinese phone named Douzo/Magnum.

After I do

"Add device" > Select my phone > Pair > Enter Pin at both ends

It connects there is nothing mounted on pcmanfm.

So after that I do

Click in the bluetooth tray icon > click on Magnum > Connect

then it says

"Connection failed - No usable services on this device"

Code:

Bus 001 Device 005: ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode)
How to fix this ?

Can't get IPv6 to work

$
0
0
Version 18.04.2 LTS.
I can't get IPv6 to work. It's configured on my router (Netgear R6120) as connection type DHCP (recommended). Same results with both wireless and Ethernet connection. Below is the output from what I believe to be the pertinent commands (using Ethernet connection). I've already googled this extensively but can't find anything that helps.
Code:

$ ifconfig
enp3s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 10.0.0.3  netmask 255.255.255.0  broadcast 10.0.0.255
        inet6 fe80::a8d6:29a8:f0d7:3047  prefixlen 64  scopeid 0x20<link>
        ether 84:8f:69:af:16:8b  txqueuelen 1000  (Ethernet)
        RX packets 15678  bytes 22836291 (22.8 MB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 7308  bytes 620655 (620.6 KB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0


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


$ route -4
Kernel IP routing table
Destination    Gateway        Genmask        Flags Metric Ref    Use Iface
default        www.routerlogin 0.0.0.0        UG    100    0        0 enp3s0
10.0.0.0        0.0.0.0        255.255.255.0  U    100    0        0 enp3s0
link-local      0.0.0.0        255.255.0.0    U    1000  0        0 enp3s0


$ route -6
Kernel IPv6 routing table
Destination                    Next Hop                  Flag Met Ref Use If
ip6-localhost/128              [::]                      U    256 1    0 lo
fe80::/64                      [::]                      U    100 6    0 enp3s0
fe80::/64                      [::]                      U    256 1    0 enp3s0
[::]/0                        [::]                      !n  -1  1    0 lo
ip6-localhost/128              [::]                      Un  0  7    0 lo
BSWZ1S1/128                    [::]                      Un  0  4    0 enp3s0
ip6-mcastprefix/8              [::]                      U    256 10    0 enp3s0
[::]/0                        [::]                      !n  -1  1    0 lo


$ cat /proc/net/if_inet6
fe80000000000000a8d629a8f0d73047 02 40 20 80  enp3s0
00000000000000000000000000000001 01 80 10 80      lo


$ lsmod | grep ipv6
nf_reject_ipv6        16384  1 ip6t_REJECT
nf_conntrack_ipv6      20480  5
nf_defrag_ipv6        20480  1 nf_conntrack_ipv6
nf_conntrack          131072  8 xt_conntrack,nf_conntrack_ipv6,nf_conntrack_ipv4,nf_nat,nf_nat_ftp,nf_conntrack_netbios_ns,nf_conntrack_broadcast,nf_conntrack_ftp

Connecting windows 10 computer to Ubuntu 18.04.2 LTS

$
0
0
I have a windows device that I want to connect to a Ubuntu 18.04.2 LTS desktop using ssh. I cannot ping the ubuntu computer from the windows device and cannot access the ssh. I have limited knowledge networking with linux and do not know how to troubleshoot this.

I tried reading a few posts about ssh problems and I am completely lost and need help.

ubuntu running: openssh-server
windows running: PuTTY for ssh; pinging with cmd prompt

[server] openvpn stuck on client or server

$
0
0
Hello People

I trying to setup a OpenVPN server and connect to server from client

HTML Code:

*Tunnelblick: macOS 10.14.5; Tunnelblick 3.7.9beta01 (build 5190)
2019-07-20 22:13:37 *Tunnelblick: Attempting connection with client6 using shadow copy; Set nameserver = 771; monitoring connection
2019-07-20 22:13:37 *Tunnelblick: openvpnstart start client6.tblk 57935 771 0 1 0 1065264 -ptADGNWradsgnw 2.4.6-openssl-1.0.2q
2019-07-20 22:13:37 *Tunnelblick: openvpnstart log:
    Warning: Tunnelblick is using 'openvpn-down-root.so', so the route-pre-down script will not be used. You can override this by providing a custom route-pre-down script (which may be a copy of Tunnelblick's standard route-pre-down script) in a Tunnelblick VPN Configuration. However, that script will not be executed as root unless the 'user' and 'group' options are removed from the OpenVPN configuration file. If the 'user' and 'group' options are removed, then you don't need to use a custom route-pre-down script.OpenVPN started successfully. Command used to start OpenVPN (one argument per displayed line):
   
          /Applications/Tunnelblick.app/Contents/Resources/openvpn/openvpn-2.4.6-openssl-1.0.2q/openvpn
          --daemon
          --log /Library/Application Support/Tunnelblick/Logs/-SUsers-Sfrederikfrandsen-SLibrary-SApplication Support-STunnelblick-SConfigurations-Sclient6.tblk-SContents-SResources-Sconfig.ovpn.771_0_1_0_1065264.57935.openvpn.log
          --cd /Library/Application Support/Tunnelblick/Users/frederikfrandsen/client6.tblk/Contents/Resources
          --setenv IV_GUI_VER "net.tunnelblick.tunnelblick 5190 3.7.9beta01 (build 5190)"
          --verb 3
          --config /Library/Application Support/Tunnelblick/Users/frederikfrandsen/client6.tblk/Contents/Resources/config.ovpn
          --setenv TUNNELBLICK_CONFIG_FOLDER /Library/Application Support/Tunnelblick/Users/frederikfrandsen/client6.tblk/Contents/Resources
          --verb 3
          --cd /Library/Application Support/Tunnelblick/Users/frederikfrandsen/client6.tblk/Contents/Resources
          --management 127.0.0.1 57935 /Library/Application Support/Tunnelblick/ohfjnkecnccmlcmgndpnhlhjokofddgckmkhnhog.mip
          --management-query-passwords
          --management-hold
          --script-security 2
          --up /Applications/Tunnelblick.app/Contents/Resources/client.up.tunnelblick.sh -9 -d -f -m -w -ptADGNWradsgnw
          --plugin /Applications/Tunnelblick.app/Contents/Resources/openvpn/openvpn-2.4.6-openssl-1.0.2q/openvpn-down-root.so /Applications/Tunnelblick.app/Contents/Resources/client.down.tunnelblick.sh -9 -d -f -m -w -ptADGNWradsgnw

2019-07-20 22:13:37 *Tunnelblick: openvpnstart starting OpenVPN
2019-07-20 22:13:37 *Tunnelblick: Established communication with OpenVPN
2019-07-20 22:13:37 OpenVPN 2.4.6 x86_64-apple-darwin [SSL (OpenSSL)] [LZO] [LZ4] [PKCS11] [MH/RECVDA] [AEAD] built on Nov 29 2018
2019-07-20 22:13:37 library versions: OpenSSL 1.0.2q  20 Nov 2018, LZO 2.10
2019-07-20 22:13:37 MANAGEMENT: TCP Socket listening on [AF_INET]127.0.0.1:57935
2019-07-20 22:13:37 Need hold release from management interface, waiting...
2019-07-20 22:13:37 MANAGEMENT: Client connected from [AF_INET]127.0.0.1:57935
2019-07-20 22:13:37 MANAGEMENT: CMD 'pid'
2019-07-20 22:13:37 MANAGEMENT: CMD 'auth-retry interact'
2019-07-20 22:13:37 >INFO:OpenVPN Management Interface Version 1 -- type 'help' for more info
2019-07-20 22:13:37 MANAGEMENT: CMD 'state on'
2019-07-20 22:13:37 MANAGEMENT: CMD 'state'
2019-07-20 22:13:37 MANAGEMENT: CMD 'bytecount 1'
2019-07-20 22:13:37 MANAGEMENT: CMD 'hold release'
2019-07-20 22:13:37 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts
2019-07-20 22:13:37 PLUGIN_INIT: POST /Applications/Tunnelblick.app/Contents/Resources/openvpn/openvpn-2.4.6-openssl-1.0.2q/openvpn-down-root.so '[/Applications/Tunnelblick.app/Contents/Resources/openvpn/openvpn-2.4.6-openssl-1.0.2q/openvpn-down-root.so] [/Applications/Tunnelblick.app/Contents/Resources/client.down.tunnelblick.sh] [-9] [-d] [-f] [-m] [-w] [-ptADGNWradsgnw]' intercepted=PLUGIN_UP|PLUGIN_DOWN
2019-07-20 22:13:42 MANAGEMENT: CMD 'password [...]'
2019-07-20 22:13:42 Outgoing Control Channel Authentication: Using 256 bit message hash 'SHA256' for HMAC authentication
2019-07-20 22:13:42 Incoming Control Channel Authentication: Using 256 bit message hash 'SHA256' for HMAC authentication
2019-07-20 22:13:42 MANAGEMENT: >STATE:1563653622,RESOLVE,,,,,,
2019-07-20 22:13:42 TCP/UDP: Preserving recently used remote address: [AF_INET]185.10.223.50:1194
2019-07-20 22:13:42 Socket Buffers: R=[786896->786896] S=[9216->9216]
2019-07-20 22:13:42 UDP link local: (not bound)
2019-07-20 22:13:42 UDP link remote: [AF_INET]185.10.223.50:1194
2019-07-20 22:13:42 NOTE: UID/GID downgrade will be delayed because of --client, --pull, or --up-delay
2019-07-20 22:13:42 MANAGEMENT: >STATE:1563653622,WAIT,,,,,,
2019-07-20 22:14:27 *Tunnelblick: Disconnecting; VPN Details… window disconnect button pressed
2019-07-20 22:14:27 *Tunnelblick: No 'pre-disconnect.sh' script to execute
2019-07-20 22:14:27 *Tunnelblick: Disconnecting using 'kill'
2019-07-20 22:14:28 event_wait : Interrupted system call (code=4)
2019-07-20 22:14:28 PLUGIN_CLOSE: /Applications/Tunnelblick.app/Contents/Resources/openvpn/openvpn-2.4.6-openssl-1.0.2q/openvpn-down-root.so
2019-07-20 22:14:28 SIGTERM[hard,] received, process exiting
2019-07-20 22:14:28 MANAGEMENT: >STATE:1563653668,EXITING,SIGTERM,,,,,
2019-07-20 22:14:28 *Tunnelblick: No 'post-disconnect.sh' script to execute
2019-07-20 22:14:29 *Tunnelblick: Expected disconnection occurred.

but i have follow this guide (https://www.digitalocean.com/communi...n-ubuntu-18-04)

Can some one help me ?

[xubuntu] tracking down the source of traffic

$
0
0
something on my laptop is initiating some traffic from my laptop out to a google IP on port 443 (HTTPS) and getting a quick response, every few minutes, even when there are no instances of firefox running. as far as i know, chrome is not installed. i'd like to know what i can do to track down what process, uid, and executable file is doing this. then i can make a judgement call of what to do about it. maybe it's something i want to allow and just add to my standard tcpdump blocking list (the list of stuff that i never want to see when doing tcpdump).

[ubuntu] No Wi-Fi Adapter Found - ubuntu 18.04 ThinkPad

$
0
0
After some update last week or something else, the wireless is not working anymore in my ubuntu 18.04 ThinkPad.

This is what I see in Wi-Fi settings: No Wi-Fi Adapter Found. Make sure you have a Wi-Fi adpater plugged and turned on.

I ran lshw -c network command, this is what I got

*-network DISABLED
description: Wireless interface
product: Wireless 8265 / 8275
vendor: Intel Corporation
physical id: 0
bus info: pci@0000:04:00.0
logical name: wlp4s0
version: 78
serial: 7c:76:35:15:05:4a
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-54-generic firmware=34.0.1 latency=0 link=no multicast=yes wireless=IEEE 802.11
resources: irq:174 memory:e9100000-e9101fff
*-network
description: Ethernet interface
product: Ethernet Connection (4) I219-LM
vendor: Intel Corporation
physical id: 1f.6
bus info: pci@0000:00:1f.6
logical name: enp0s31f6
version: 21
serial: 54:ee:75:fc:de:25
size: 10Mbit/s
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 duplex=full firmware=0.1-3 ip=10.20.45.109 latency=0 link=yes multicast=yes port=twisted pair speed=10Mbit/s
resources: irq:163 memory:e9200000-e921ffff
*-network:0
description: Ethernet interface
physical id: 3
logical name: docker0
serial: 02:42:c8:ea:9b:05
capabilities: ethernet physical
configuration: broadcast=yes driver=bridge driverversion=2.3 firmware=N/A ip=172.17.0.1 link=no multicast=yes
*-network:1
description: Ethernet interface
physical id: 4
logical name: enx0050b68d81ac
serial: 00:50:b6:8d:81:ac
size: 10Mbit/s
capacity: 1Gbit/s
capabilities: ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=r8152 driverversion=v1.09.9 duplex=half link=no multicast=yes port=MII speed=10Mbit/s
*-network:2
description: Ethernet interface
physical id: 5
logical name: br-c8b0ec09967a
serial: 02:42:44:b3:92:20
capabilities: ethernet physical
configuration: broadcast=yes driver=bridge driverversion=2.3 firmware=N/A ip=172.19.0.1 link=no multicast=yes
*-network:3
description: Ethernet interface
physical id: 6
logical name: br-786a17a7b3aa
serial: 02:42:f3:04:d6:c8
capabilities: ethernet physical
configuration: broadcast=yes driver=bridge driverversion=2.3 firmware=N/A ip=172.22.0.1 link=no multicast=yes



I also ran rfkill command, I saw this


ID TYPE DEVICE SOFT HARD
0 bluetooth hci0 unblocked unblocked
1 bluetooth tpacpi_bluetooth_sw unblocked unblocked
2 wlan phy0 unblocked unblocked

Not sure why line No.2 has wlan type there, It could be something I did this morning when I tried different way to fix the issue, I am not sure if it is correct or not, I think it should be wlp4s0.

I came to office this Sunday morning, try to fix it but I could not get it solved after I spent few days on it. I'll appreciate if you would help me solve the puzzle.

I can provide more information if needed

Thank you!

Tom

Help with network adapter (rtl8821ce) in Ubuntu

$
0
0
I have never used Linux before. I installed Ubuntu (ubuntu-19.04-desktop-amd64.iso) on my flash drive using Rufus and there seems to be no support whatsoever for the network adapter (Realtek Semiconductor Co., Ltd. RTL8821CE 802.11ac PCIe Wireless Network Adapter). Everything works fine in Windows 10. Windows 10 is my only available platform to access internet or any networking on my Lenovo IdeaPad S145 laptop. I use WiFI.

I cannot find the Linux driver for this chipset. Even if I did, I have no idea how to install or compile it. I’m unfamiliar with Linux and its command line functions. What little documentation I found online suggests using a temporary wired ethernet connection to help with installation. Unfortunately, I don’t have that option in Ubuntu.
Could someone please provide elementary step-by-step instructions to get this network adapter working so I can access the internet on WiFi. I would like to eventually get away from windows.

Hope someone can help.

[xubuntu] Xubuntu 18.04 - Bluetooth Issue

$
0
0
Hello guys... a little help here!...my bluetooth doesn't work...the bluetooth adapter app opens a very small window with no content at all...the bluetooth manager opens but all toolbar buttons are greyed out except for the view and help buttons.

Here's the result of this command

Code:

uname -r; lsusb; lspci -nnk | grep -iA2 net; rfkill list all; hciconfig -a; dmesg | egrep -i 'blue|firm'

Code:

4.18.0-25-generic
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 007 Device 002: ID 03f0:8207 Hewlett-Packard FHA-3510 2.4GHz Wireless Optical Mobile Mouse
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 002: ID 04f3:0103 Elan Microelectronics Corp. ActiveJet K-2024 Multimedia Keyboard
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 003: ID 0bda:0158 Realtek Semiconductor Corp. USB 2.0 multicard reader
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
09:00.0 Ethernet controller [0200]: Marvell Technology Group Ltd. 88E8040 PCI-E Fast Ethernet Controller [11ab:4354] (rev 13)
    Subsystem: Dell 88E8040 PCI-E Fast Ethernet Controller [1028:02aa]
    Kernel driver in use: sky2
    Kernel modules: sky2
0c:00.0 Network controller [0280]: Broadcom Inc. and subsidiaries BCM4312 802.11b/g LP-PHY [14e4:4315] (rev 01)
    Subsystem: Dell Wireless 1397 WLAN Mini-Card [1028:000c]
    Kernel driver in use: wl
0: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: no
1: brcmwl-0: Wireless LAN
    Soft blocked: no
    Hard blocked: no
[    0.064205] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.220854] acpi PNP0A03:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
[  19.747425] [Firmware Bug]: Duplicate ACPI video bus devices for the same VGA controller, please try module parameter "video.allow_duplicates=1"if the current driver doesn't work.
[  505.628709] Bluetooth: Core ver 2.22
[  505.628751] Bluetooth: HCI device and connection manager initialized
[  505.628758] Bluetooth: HCI socket layer initialized
[  505.628761] Bluetooth: L2CAP socket layer initialized
[  505.628774] Bluetooth: SCO socket layer initialized
[ 1016.068509] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 1016.068511] Bluetooth: BNEP filters: protocol multicast
[ 1016.068517] Bluetooth: BNEP socket layer initialized

Viewing all 23300 articles
Browse latest View live


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