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

[lubuntu] No Bluetooth Adapter Found on RedFox WizBook Cloud

$
0
0
Recently, my wifi was fixed. Now I'm looking to fix the bluetooth now. Any ideas?

lsusb shows
Code:

paolo@paolo-WB-Z8140:~$ lsusb
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 011: ID 1018:1006 
Bus 001 Device 005: ID 058f:5608 Alcor Micro Corp.
Bus 001 Device 003: ID 1a40:0101 Terminus Technology Inc. Hub
Bus 001 Device 002: ID 1ea7:0064 
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

dmesg | grep -i blue shows
Code:

paolo@paolo-WB-Z8140:~$ dmesg | grep -i blue
Strangely, nothing comes out when entering such line.

rfkill list all shows
Code:

paolo@paolo-WB-Z8140:~$ rfkill list all
0: phy0: Wireless LAN
        Soft blocked: no
        Hard blocked: no


[ubuntu] Wifi Hardblocked

$
0
0
I have installed Ubuntu 18.04.1 LTS on a Toshiba Qosmio laptop.

My issue is that my wifi adapter is blocked

it is showing a hard block on phy0 Wireless LAN

lspci -nnk | grep 0280 -A3

03:00.0 Network controller [0280]: Intel Corporation Wireless 7260 [8086:08b1] (rev bb)
Subsystem: Intel Corporation Dual Band Wireless-AC 7260 [8086:4070]
Kernel driver in use: iwlwifi
Kernel modules: iwlwifi

rfkill list all

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

[xubuntu] Cant connect certain websites from Ubuntu but from other sources

$
0
0
Hello,

i recently have some trouble with a specific website from my little brother (which is accessable over ddns.net).
I am working on Xubuntu 18.04

When i Try to connect to the website darkparadise.ddns.net the connection gets a timeout for apparently no reason. the website is available from other sources (like from my brothers ISP)
The strage part is , that from us at home - Only my ubuntu doesnt connect there - the imac from my father does connect flawlessly, my brothers mac does too and my android in the same network is also capable of connecting there.
I also found a thread from 2 years ago , but it was a different problem , though it sounded the same. Anyway , i've tried the solution , but it didnt work.

Also its not an DNS problem as the main DNS from my father as well as all other public dns are able to resove the IP-Adress - so no error there.
also i am able to connect to any other website without any problems.

The intersting part though is, that me as well as my father had tried connecting there - and the result is strange , i dont know if it was problem related though , as it does work for my father now:
1. he tested with Firefox - Can connect without issues
2. he tested chrome - unable to connect
3. he tested safari - unable to connect

when he switched to an VPN to canada , firefox and chrome where able to load , but safari still couldnt for some reason.
after he reset our internet connection as he noticed that the dns didnt match the country we are connecting to , he could connect without any errors except safari

for me its kinda different as both firefox and chrome are unable to connect, but if i switch to an vpn it does work too (regardless of the country)
also traceroute failes when not connected to VPN - he seems to keep hopping though

thanks for any help im recieving :)

Bastian

[xubuntu] Problems connecting to a specific Wi-Fi access point

$
0
0
Hey. Recently, my laptop began to experience problems when connecting to a home Wi-Fi.
Sometimes it connects quickly, sometimes it takes about an hour. But when connected, the network works stably and without problems.
At the same time, the laptop connects to the access point of the mobile phone quickly and without problems. The mobile phone does not have problems connecting to the router
Here are the results of the script: http://paste.ubuntu.com/p/N9McvwbNgy/ ("Kurpatov network" - my main Wi-Fi, "Kurpatov network Mini" - mobile access point)

PS: Sorry for Google Translate ^_^

Ubuntu 18.04 LTS + KDE - windows printer via samba button "Browse"

$
0
0
I installed ubuntu 18.04 LTS, then installed the KDE.
Samba is installed, the working group is listed.
I try to connect the windows printer via samba, but button "Browse" inactive.
How fix?

Ubuntu firewall failover to 4G hotspot

$
0
0
Something interesting I came across is at least for my wireless provider (Verizon), I can add a Jetpack AC791L for not too much extra money (and I get a very strong signal at home) while at the same time my wired ISP, Spectrum, is pretty terrible when it comes to reliability even though I had the cable installer wire straight to the cable modem, nothing else. (I have all TV service streamed, so the pre-existing house coax can and is kept separate and at this is in pretty terrible shape, so best to not use it and make a bad problem worse.) I thought hey, I should be able to do a failover setup with the AC791L seeing my firewall is running Ubuntu Linux with my own custom scripts somewhat evolved from my old post (https://ubuntuforums.org/showthread.php?t=2279612). I have seen dedicated wireless failover network boxes for boku bucks, but it is hard to justify that sort of expenditure for home use, plus they tend to only come with 100 Mb/s ports and when Spectrum does work, I sometimes see much faster speeds, so don't want to limit myself if I don't have to. Also sometimes a dedicated hotspot comes in handy over turning your phone into a hotspot. I have come across some problems though which I have been having trouble finding easy solutions to (I try not to re-invent too much if I don't have to). These are:

1. A quick and easy way to detect when the primary ISP has failed and switch over to the backup ISP. As Verizon Wireless is not really unlimited no matter what 'unlimited' plan you have with them, I really don't want to use this unless Spectrum is down. (So no load balancing.) I came across various proposed solutions such as setting a timeout like such `echo 15 > /proc/sys/net/ipv4/route/gc_timeout`, however it just sat there and wireshark showed no traffic to the hotspot after a few minutes of trying. I did a manual switch over test where I disabled the nic going to the cable modem and that worked. I have also manually deleted and re-added routes with different metrics to switch which external facing interface gets used. I have come across the proposed solution (https://ubuntuforums.org/showthread.php?t=2214561), however this relies on ICMP echo request / echo reply, which Verizon blocks, even when you use the DMZ option for the firewall system. Instead I have been doing my 'ping' tests with nmap to an internet server on port 80 for both IPv4 and IPv6. So while I suppose I could try adapting this package to my needs, I figure it is going to be some work, probably more trouble than what it is worth.

2. The right way to translate / proxy my internal IPv6 addresses to something that works with the Jetpack AC791L. While Spectrum does PD (prefix delegation) and I have multiple internal subnets for various reasons (it seems each release of wide-dhcpv6 screws this up some way and then has to be manually corrected, but once corrected is good), the hotspot only provides a /64 range and no RA support. Poking around I came across RFC 4389 which seems to describe what I am after, however screwing around with the ndppd package, which seems to partially implement this RFC has gotten me nowhere. I am a bit confused as to what would be the right way to set it up anyway as there are things like do I just act like my Spectrum supplied IPv6 addresses never expire out, manually setup more internal addresses for ndppd to use, why do the ndppd examples use odd network masks, etc. It is also a bit of a challenge in that while Spectrum tends to allow me to keep the same network prefixes, it seems Verizon's shift around a lot.

So anybody go down this road and can point me in the right direction?

[ubuntu] How to map a network drive onto my PC

$
0
0
Hi,
So I recently installed Ubuntu on my laptop and have tried multiple things to access my university's drives on the network from my computer.
So far I've managed to set the VPN (Cisco software) which allows me to be within the network but when it comes to mapping the drive,
either personal or departmental, (variation of this here https://carleton.ca/its/help-centre/...rives-on-a-pc/)
simply doesn't happen.
Anyone knows what to do? I really need these drives maps to work for my final project.

Thanks guys!

[ubuntu] How to connect a laptop to Panasonic TV using screen mirroring

$
0
0
Hi, I have a Panasonic TV model TX-50CX680E which operates Firefox OS and has Screen Mirroring function enabled. How to connect my Ubuntu 18.04 laptop to a TV using Screen Mirroring?

[SOLVED] Ubuntu 18.04 Qualcomm Atheros QCA9565 / AR9565 wireless adapter not found

DNS name resolution not working

$
0
0
I can ping external ip addresses, but not host names. Here is what /etc/resolv.conf looks like:

Code:

# Generated by NetworkManager
search home
nameserver 127.0.1.1

If I edit it to look like this then name resolution starts working (ie I can ping google.com, ubuntuforums.org etc):

Code:

# Generated by NetworkManager
search home
nameserver 127.0.1.1
nameserver 8.8.8.8


If I reboot my computer my /etc/resolv.conf reverts to the original without the nameserver 8.8.8.8 and dns no longer works again. Any help would be much appreciated.

Connection failed activation of network connection failed

$
0
0
Background: I'm dual booting Ubuntu 18.04 alongside windows10. Everything was fine and dandy up to the wifi issue. The wifi takes 30-45 seconds to eventually end up giving me the error "Connection failed\n Activation of network connection failed"

Here's the following information if it may be helpful: http://paste.ubuntu.com/p/Sgy7CM4y7v/



00:00.0 Host bridge: Intel Corporation Device 3ec4 (rev 07) 00:01.0 PCI bridge: Intel Corporation Skylake PCIe Controller (x16) (rev 07) 00:02.0 VGA compatible controller: Intel Corporation Device 3e9b 00:12.0 Signal processing controller: Intel Corporation Device a379 (rev 10) 00:14.0 USB controller: Intel Corporation Device a36d (rev 10) 00:14.2 RAM memory: Intel Corporation Device a36f (rev 10) 00:14.3 Network controller: Intel Corporation Device a370 (rev 10) 00:16.0 Communication controller: Intel Corporation Device a360 (rev 10) 00:1b.0 PCI bridge: Intel Corporation Device a340 (rev f0) 00:1d.0 PCI bridge: Intel Corporation Device a330 (rev f0) 00:1d.4 PCI bridge: Intel Corporation Device a334 (rev f0) 00:1f.0 ISA bridge: Intel Corporation Device a30d (rev 10) 00:1f.3 Audio device: Intel Corporation Device a348 (rev 10) 00:1f.4 SMBus: Intel Corporation Device a323 (rev 10) 00:1f.5 Serial bus controller [0c80]: Intel Corporation Device a324 (rev 10) 01:00.0 VGA compatible controller: NVIDIA Corporation GP106M [GeForce GTX 1060 M obile] (rev a1) 3b:00.0 Non-Volatile memory controller: Samsung Electronics Co Ltd Device a808 3c:00.0 Ethernet controller: Qualcomm Atheros Killer E2500 Gigabit Ethernet Cont roller (rev 10)


ifconfig
enp60s0: flags=4163 mtu 1500 inet 192.168.1.8 netmask 255.255.255.0 broadcast 192.168.1.255 inet6 fe80::73be:f01e:5eab:2848 prefixlen 64 scopeid 0x20 ether 30:9c:23:93:2f:bf txqueuelen 1000 (Ethernet) RX packets 2165 bytes 1807601 (1.8 MB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 2051 bytes 256729 (256.7 KB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 device interrupt 16

lo: flags=73 mtu 65536 inet 127.0.0.1 netmask 255.0.0.0 inet6 ::1 prefixlen 128 scopeid 0x10 loop txqueuelen 1000 (Local Loopback) RX packets 488 bytes 46548 (46.5 KB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 488 bytes 46548 (46.5 KB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0


iwconfig
wlo1 IEEE 802.11 ESSID:off/any
Mode:Managed Access Point: Not-Associated Tx-Power=off
Retry short limit:7 RTS thr:off Fragment thr:off Power Management:on



It seems that when I close my lid on the laptop and reopen it > airplane mode is on and it says on a greyed icon of the wifi that the "Wi-Fi hardware disabled"
I tried a whole bunch of other solutions and decided to make a ubuntu forum account to get the real experts help.


currently using a ethernet cord to connect. Sorry for any noob traits I displayed while posting :P appreciate any help...

[ubuntu] Internet

$
0
0
Hi, I had upgraded Ubuntu-16 to Ubuntu-18. In Ubuntu-16 internet was working fine but now I can see, I have internet connection (both wire and wireless). But internet is not working. Could you please help me to find problem?

Thanks

/Babar

[ubuntu] Ubuntu Bionic: preserving network mounts across networking changes

$
0
0
Hi!

I'm having an interesting conundrum. I have a laptop which I move around sometimes, and thus the LAN cable gets removed and it automatically switches to Wi-Fi. I got that bit working as intended (or so I think) by way of a script in /etc/NetworkManager/dispatcher.d which uses nmcli to bring the wifi up and down as necessary. I've also created a systemd service to run a custom script that, upon resume from suspend, figures out if the LAN cable is plugged in and if it isn't, then wi-fi is brought up (if it's already up, then this script does no harm).

Sadly this is an area where I feel Linux usability lags a tiny bit behind Mac/Windows, but that's meat for another roast :)

My problem has to do with network mounts. I have a few that I'd like to have "permanently" configured for automount (via systemd's automount units). They're currently working fine on the wired network but when I unplug my wired network and switch to wi-fi, then the mounts stop working. Conversely, if I boot up using only wi-fi, then the mounts (over wi-fi) work fine, but then trouble ensues when I plug in the network cable.

This is kind of obvious since the machine's IP will have changed, and one would expect that the remote mount sessions are no longer applicable (right?).

However, I was hoping there was a mechanism by which I could configure systemd or some other part of the base o/s to somehow identify this network reconfiguration, invalidate the existing mounts, and re-establish them via the new network interface. Granted, if the mounts aren't availiable on the new network layout, then obviously the mounts would fail (this is expected and accepted behavior). I understand that file handles may be open at the time the switch happens - perhaps even preserved via suspend/resume -, and this might prove an insurmountable obstacle for my goals. I'd still like to figure out if this is possible (even if it results in the invalidation of any remote open file handles from the old mounts).

So... any ideas?

[ubuntu] Can I delete /etc/ppp/resolv.conf?

$
0
0
I enabled PPPoE via
Code:

sudo pppoeconf

I remember that the program fetched my ISP’s DNS information and stored it in the
Code:

/etc/ppp/resolv.conf
file. At present, I plan to install and set my own private DNS server. So should I delete the resolv.conf file?

Tom

[ubuntu] NFS NAS access problems

$
0
0
Hi everyone.
I have a Ubuntu Server 16.04 up and running and like to access a share on my Thecus NAS.

NAS config
thecus_NFS.PNG

The NFS share settings are (if gfx is too small?):
Hostname Privilege OS Support ID Mapping Sync
192.168.10.10 Writeable Unix/Linux Guest system root account will have full access to this share (root:root) sync

I do not know which ID Mapping is the best but with upper mapping (for a different share) my kodi media server on raspi works!

other ID Mapping possibilities are:

Guest system root account will be mapped to anonymous user (nobody:nogroup) on NAS
All User on guest system will be mapped to anonymous user (nobody:nogroiup) on NAS

What have I done so far:
I created a folder on ubuntu /media/NAS_SHARE and mounted this share.
sudo mount 192.168.10.10:/raid0/data/_NAS_NFS_Exports_/NAS_SHARE /media/NAS_SHARE

Doing it again says: mount.nfs: /media/NAS_SHARE is busy or already mounted

df shows the share mounted correctly but I can not send any data to the share.

I use unifivideo and try to send captured videos to the share using NFS3 typo I get following error message from Unifivideo software:
/NAS_SHARE path is not accessible
Please correct permissions or ownership and try again

On the NAS site I tried all 3 ID-Mapping with the same result.
On the Ubuntu site I can see that the mapped share has nobody:nogroup as owner.

As I am not really firm with Linux and access rights I really appreciate some help.

thx, flugsaurier
Attached Images

How to configure multiple ip address for Apache2 and Nginx with RTMP service.

$
0
0
Hello,

Ubuntu 16.04 server with Apache port 80 on xxx.xxx.xxx.77, Nginx port 80 with RTMP port 1935 on xxx.xxx.xxx.76.

Five static ip address from isp provider, range xxx.xxx.xxx.75 - 79, .75 is for isp router. ISP provider is Frontier FIOS Internet.

Set up ip address using the Ubuntu Network Configuration Manager GUI tool. Netmask is 255.255.255.0.

Using ethernet switch in front of isp router, routing xxx.xxx.xxx.75 only to isp router and xxx.xxx.xxx.76+ native ethernet cables direct to Ubuntu 16.04 server.

Ubuntu 16.04 server also has LAN 5G wifi connection with the isp wifi router for local lan dhcp address, this works ok.

Static ip address xxx.xxx.xxx.75 is assigned to isp router, auto forward port 80, 7070, and 1935 to Ubuntu 16.04 server.

Static ip address xxx.xxx.xxx.76 is assigned to built-in nic Ubuntu 16.04 server, added as Nginx WEB Listen xxx.xxx.xxx.76:80 server_name xxx.xxx.xxx.76 and Nginx RTMP Listen xxx.xxx.xxx.76:1935.

Static ip address xxx.xxx.xxx.77 is assigned to adapter #1 nic card Ubuntu 16.04 server, added as Apache2 WEB Listen xxx.xxx.xxx.77:80

Static ip address xxx.xxx.xxx.78 and 79 is assigned to adapter #2 nic card Ubuntu 16.04 server, not yet used on the server.

Client workstations on LAN (behind isp router) and clients workstations can view and see Apache2 xxx.xxx.xxx.77 and see Nginx xxx.xxx.xxx.76 web pages.

Internet client workstations on WAN can view and see Apache2 xxx.xxx.xxx.77 default page but NOT see Nginx xxx.xxx.xxx.76 default page?

There is no iptables firewall, I issued sudo iptables -F to flush ip tables.

What am I over looking for Nginx default web page not displaying to Internet clients?

Thank you for your assistance,
Bob

[ubuntu] Wifi is not working after installing ubuntu 16.04 dual boot with windows10

$
0
0
I installed ubuntu on my laptop hp 15-n258tx alongside windows10. During and after installation my wifi is not working. I tried many links and methods mentioned on ubuntu forums, but neither worked for me. Kindly suggest how to resolve this. Thank you

[ubuntu] Intel NUC ethernet stop working

$
0
0
Hi all,

I put Ubuntu on a 7th generation Intel NUC (NUC7i7BNH). Started with 16.04 and everything was fine until last week or so. Then the wired ethernet stopped working (wireless is fine).

dmesg shows the following:

[ 5.713374] e1000e 0000:00:1f.6: enabling device (0000 -> 0002)
[ 5.713559] e1000e 0000:00:1f.6: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[ 6.732187] e1000e: probe of 0000:00:1f.6 failed with error -2

After lots of Googling and troubleshooting I've tried the following:
1) upgrading to 18.04
2) disabling wake on lan
3) disabling secure boot
4) downgrading bios to version where it was working
5) using intels updated e1000 drivers

None of these are working.

Anyone else have any ideas/have run into this? I'm at my wit's end trying to fix this.

Oh, lshw -c network:

*-network
description: Wireless interface
product: Wireless 8265 / 8275
vendor: Intel Corporation
physical id: 0
bus info: pci@0000:3a:00.0
logical name: wlp58s0
version: 78
serial: a0:c5:89:fc:71:64
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-34-generic firmware=34.0.1 ip=10.0.0.103 latency=0 link=yes multicast=yes wireless=IEEE 802.11
resources: irq:131 memory:dc200000-dc201fff
*-network UNCLAIMED
description: Ethernet controller
product: Ethernet Connection (4) I219-V
vendor: Intel Corporation
physical id: 1f.6
bus info: pci@0000:00:1f.6
version: 21
width: 32 bits
clock: 33MHz
capabilities: pm msi cap_list
configuration: latency=0
resources: memory:dc300000-dc31ffff

wifi card with realted 8812ae dropping connection on ubuntu 18.04

$
0
0
I have old Dell Optiplex 980 and use Asus RTL8812AE 802.11ac PCIe to connect to my wifi network. I would prefer wired, but live in a small studio with odd layout and running CAT cable is not really an option for me.

I installed Ubuntu 18.04 fresh. To my knowledge there is some issue with full support of wifi cards with Realtek chipset on Linux. After installation, the wifi worked straight out of box but it was slow. Upgraded wifi drivers with rtlwifi_new stack from GIT. It allowed the card to have full speed, however next time after reboot, the pages were loading slow or timing out. I reloaded the wifi module and rebooted my machine a few times which had no effect on the connection's reliability. I turn my computer next day to gather some diagnostic data and post to forum and all of sudden it is working! :confused: During this whole time it has stayed on 5GHz frequency. During the same time I tested other devices to my wifi network with no issues.

Previously I had ubuntu 16.04 and after installing rtlwifi_new stack, I had no problems except it tended to drop randomly from 5 to 2.4 GHz and I figured out how to force it to stay on 5 Ghz. Sometimes it would had dropped wifi connection for a second and re-establish connection.

If anyone knows a good source of drivers to try or what settings I should look at with configuration files please share!

If these lead to no progress, I am thinking about switching to Mint to address reliability but is it worth it since it is based on Ubuntu? In worst case, if performance deteriorates and stays unstable, I may have to go full with Windows 10 and install Ubuntu as VM since the card works consistently well under that platform.

Thanks!

Quote:

lspci | grep Wireless
01:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8812AE 802.11ac PCIe Wireless Network Adapter (rev 01)


iwconfig
eno1 no wireless extensions.

wlp1s0 IEEE 802.11 ESSID:"skywalker"
Mode:Managed Frequency:5.745 GHz Access Point: E4:F0:42:EB:EF:5A
Bit Rate=400 Mb/s Tx-Power=30 dBm
Retry short limit:7 RTS thr=2347 B Fragment thr:off
Power Management:off
Link Quality=70/70 Signal level=-38 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:389 Missed beacon:0

sudo lspci -vv -s 01:00.0
[sudo] password for tom:
01:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8812AE 802.11ac PCIe Wireless Network Adapter (rev 01)
Subsystem: ASUSTeK Computer Inc. RTL8812AE 802.11ac PCIe Wireless Network Adapter
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 28
Region 0: I/O ports at dc00 [size=256]
Region 2: Memory at f7afc000 (64-bit, non-prefetchable) [size=16K]
Capabilities: [40] Power Management version 3
Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold+)
Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [50] MSI: Enable+ Count=1/1 Maskable- 64bit+
Address: 00000000fee04004 Data: 4025
Capabilities: [70] Express (v2) Endpoint, MSI 00
DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s <4us, L1 <64us
ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset- SlotPowerLimit 10.000W
DevCtl: Report errors: Correctable- Non-Fatal+ Fatal+ Unsupported-
RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop-
MaxPayload 128 bytes, MaxReadReq 512 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
LnkCap: Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Exit Latency L0s <512ns, L1 <64us
ClockPM+ Surprise- LLActRep- BwNot- ASPMOptComp-
LnkCtl: ASPM L0s L1 Enabled; RCB 64 bytes Disabled- CommClk+
ExtSynch- ClockPM+ AutWidDis- BWInt- AutBWInt-
LnkSta: Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
DevCap2: Completion Timeout: Not Supported, TimeoutDis+, LTR+, OBFF Via message/WAKE#
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis+, LTR-, OBFF Disabled
LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-
Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
Compliance De-emphasis: -6dB
LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
Capabilities: [100 v1] Advanced Error Reporting
UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
UESvrt: DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
CESta: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
AERCap: First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn-
Capabilities: [140 v1] Device Serial Number 00-12-88-fe-ff-4c-e0-00
Capabilities: [150 v1] Latency Tolerance Reporting
Max snoop latency: 0ns
Max no snoop latency: 0ns
Capabilities: [158 v1] L1 PM Substates
L1SubCap: PCI-PM_L1.2+ PCI-PM_L1.1+ ASPM_L1.2+ ASPM_L1.1+ L1_PM_Substates+
PortCommonModeRestoreTime=150us PortTPowerOnTime=150us
L1SubCtl1: PCI-PM_L1.2- PCI-PM_L1.1- ASPM_L1.2- ASPM_L1.1-
T_CommonMode=0us LTR1.2_Threshold=0ns
L1SubCtl2: T_PwrOn=10us
Kernel driver in use: rtl8821ae
Kernel modules: rtl8821ae

nmcli -f GENERAL,WIFI-PROPERTIES dev show wlp1s0
GENERAL.DEVICE: wlp1s0
GENERAL.TYPE: wifi
GENERAL.NM-TYPE: NMDeviceWifi
GENERAL.VENDOR: Realtek Semiconductor Co., Ltd.
GENERAL.PRODUCT: RTL8812AE 802.11ac PCIe Wireless Network Adapter
GENERAL.DRIVER: rtl8821ae
GENERAL.DRIVER-VERSION: 4.15.0-34-generic
GENERAL.FIRMWARE-VERSION: N/A
GENERAL.HWADDR: B0:6E:BF:DC:0D:90
GENERAL.MTU: 1500
GENERAL.STATE: 100 (connected)
GENERAL.REASON: 0 (No reason given)
GENERAL.UDI: /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/net/wlp1s0
GENERAL.IP-IFACE: wlp1s0
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: skywalker
GENERAL.CON-UUID: 6a983e1f-ba82-4095-8875-e61d3ade306b
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/ActiveConnection/1
GENERAL.METERED: no (guessed)
WIFI-PROPERTIES.WEP: yes
WIFI-PROPERTIES.WPA: yes
WIFI-PROPERTIES.WPA2: yes
WIFI-PROPERTIES.TKIP: yes
WIFI-PROPERTIES.CCMP: yes
WIFI-PROPERTIES.AP: yes
WIFI-PROPERTIES.ADHOC: yes
WIFI-PROPERTIES.2GHZ: yes
WIFI-PROPERTIES.5GHZ: yes





modinfo rtl8821ae

filename: /lib/modules/4.15.0-34-generic/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/rtl8821ae.ko
firmware: rtlwifi/rtl8821aefw_29.bin
firmware: rtlwifi/rtl8821aefw.bin
description: Realtek 8821ae 802.11ac PCI wireless
license: GPL
author: Realtek WlanFAE <wlanfae@realtek.com>
srcversion: 2CE28F5AC9749CAF48145E8
alias: pci:v000010ECd00008821sv*sd*bc*sc*i*
alias: pci:v000010ECd00008812sv*sd*bc*sc*i*
depends: rtlwifi,rtl_pci,btcoexist,mac80211
retpoline: Y
name: rtl8821ae
vermagic: 4.15.0-34-generic SMP mod_unload
parm: swenc:Set to 1 for software crypto (default 0)
(bool)
parm: ips:Set to 0 to not use link power save (default 1)
(bool)
parm: swlps:Set to 1 to use SW control power save (default 0)
(bool)
parm: fwlps:Set to 1 to use FW control power save (default 1)
(bool)
parm: msi:Set to 1 to use MSI interrupts mode (default 1)
(bool)
parm: debug:Set debug level (0-5) (default 0) (int)
parm: disable_watchdog:Set to 1 to disable the watchdog (default 0)
(bool)
parm: int_clear:Set to 0 to disable interrupt clear before set (default 1)


lsmod
Module Size Used by
ccm 20480 6
snd_hda_codec_hdmi 49152 1
snd_hda_codec_realtek 106496 1
snd_hda_codec_generic 73728 1 snd_hda_codec_realtek
snd_hda_intel 40960 6
snd_hda_codec 126976 4 snd_hda_intel,snd_hda_codec_hdmi,snd_hda_codec_gen eric,snd_hda_codec_realtek
snd_hda_core 81920 5 snd_hda_intel,snd_hda_codec,snd_hda_codec_hdmi,snd _hda_codec_generic,snd_hda_codec_realtek
snd_hwdep 20480 1 snd_hda_codec
gpio_ich 16384 0
snd_pcm 98304 4 snd_hda_intel,snd_hda_codec,snd_hda_core,snd_hda_c odec_hdmi
arc4 16384 2
snd_seq_midi 16384 0
snd_seq_midi_event 16384 1 snd_seq_midi
snd_rawmidi 32768 1 snd_seq_midi
rtl8821ae 233472 0
btcoexist 172032 1 rtl8821ae
rtl_pci 32768 1 rtl8821ae
rtlwifi 98304 3 rtl_pci,btcoexist,rtl8821ae
snd_seq 65536 2 snd_seq_midi_event,snd_seq_midi
intel_powerclamp 16384 0
coretemp 16384 0
snd_seq_device 16384 3 snd_seq,snd_rawmidi,snd_seq_midi
kvm_intel 212992 0
snd_timer 32768 2 snd_seq,snd_pcm
dcdbas 16384 0
sch_fq_codel 20480 6
mac80211 778240 3 rtl_pci,rtlwifi,rtl8821ae
kvm 598016 1 kvm_intel
irqbypass 16384 1 kvm
intel_cstate 20480 0
snd 81920 23 snd_hda_intel,snd_hwdep,snd_seq,snd_hda_codec,snd_ timer,snd_rawmidi,snd_hda_codec_hdmi,snd_hda_codec _generic,snd_seq_device,snd_hda_codec_realtek,snd_ pcm
joydev 24576 0
input_leds 16384 0
sparse_keymap 16384 0
dell_wmi_descriptor 16384 0
wmi_bmof 16384 0
cfg80211 622592 2 mac80211,rtlwifi
soundcore 16384 1 snd
serio_raw 16384 0
mei_me 40960 0
mei 90112 1 mei_me
lpc_ich 24576 0
shpchp 36864 0
mac_hid 16384 0
parport_pc 36864 1
ppdev 20480 0
lp 20480 0
parport 49152 3 lp,parport_pc,ppdev
ip_tables 28672 0
x_tables 40960 1 ip_tables
autofs4 40960 2
hid_generic 16384 0
usbhid 49152 0
hid 118784 2 hid_generic,usbhid
i915 1617920 31
video 45056 1 i915
i2c_algo_bit 16384 1 i915
psmouse 147456 0
drm_kms_helper 172032 1 i915
ahci 36864 1
libahci 32768 1 ahci
syscopyarea 16384 1 drm_kms_helper
sysfillrect 16384 1 drm_kms_helper
sysimgblt 16384 1 drm_kms_helper
e1000e 249856 0
fb_sys_fops 16384 1 drm_kms_helper
drm 401408 17 i915,drm_kms_helper
ptp 20480 1 e1000e
pps_core 20480 1 ptp
pata_acpi 16384 0
wmi 24576 2 wmi_bmof,dell_wmi_descriptor



lshw -C network
WARNING: you should run this program as super-user.
*-network
description: Wireless interface
product: RTL8812AE 802.11ac PCIe Wireless Network Adapter
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:01:00.0
logical name: wlp1s0
version: 01
serial: b0:6e:bf:dc:0d:90
width: 64 bits
clock: 33MHz
capabilities: bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=rtl8821ae driverversion=4.15.0-34-generic firmware=N/A ip=192.168.86.32 latency=0 link=yes multicast=yes wireless=IEEE 802.11
resources: irq:28 ioport:dc00(size=256) memory:f7afc000-f7afffff


Laptop suddenly cannot connect to Wifi - Ubuntu 18.04

$
0
0
Hi guys and gals,

The issue is that my laptop suddenly stopped connecting to the wifi, the very same network that it used to connect to before. The network is still seen and recognized by the network manager but it displays "activation of network connection failed." My android phone still connects, so does my flatmate's windows laptop.

I used the lspci and rfkill commands in the terminal. Here are the outputs

Lspci command:


Code:

01:00.0 Network controller [0280]: Intel Corporation Wireless 8260 [8086:24f3] (rev 3a)
Subsystem: Intel Corporation Wireless 8260 [8086:9010]
Kernel driver in use: iwlwifi
Kernel modules: iwlwifi
02:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 15)
    Subsystem: Samsung Electronics Co Ltd RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [144d:c136]
    Kernel driver in use: r8169
    Kernel modules: r8169


And the rfkill command:


Code:

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


I would really appreciate your help on this one! Any ideas what might have gone wrong?
Viewing all 23300 articles
Browse latest View live


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