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

[gnome] Ethernet goes down suddenly with HUB, ifconfig and shutdown hang

$
0
0
Hello all

I get a strange behavior when connected on the internet via ethernet: everything works fine until my connection suddenly drops without any apparent reason.

I'm running Ubuntu 18.04.2 (been happening with .1 as well) on an Asus laptop K550J, and the ethernet cable is actually plugged in via this Ethernet/USB hub (on which my Logitech G402 mouse and Sharkoon Skiller keyboard are also attached).
When the connection goes down, I try
Code:

sudo ifconfig [ethernet_interface] down
but after password it will just hang on forever, ctrl+c won't even work and shutting down the terminal will tell me there are programs running in it.
Shutdown also would hang, and I cannot see the errors on screen sadly (because I'm using a monitor which goes blank on shutdown and the laptop's monitor won't show anything), but once it happened when I was using the computer without monitor attached and I think I saw some errors realted to tlp.

Do any of you guys have any clues cause it's a shame to hard shutdown and restart each time this happens.

Thanks

[ubuntu] WIFI/Internet not working /temperamental

$
0
0
Hi I am having problem connecting to internet on Ubuntu

sometimes (like now) it works
sometimes (more ofen) it doesnt

i have windows installed on machine also and have to boot that up to acces internet which is slow, also there are times when no internet on my machine but my mothers is working fine so It would appear its not the router or phone line being the problem??

any suggestions ?

[ubuntu] NetgearWNDA3100v2 Driver issues

$
0
0
Hello, this is my first post on the forum so if I'm violating any rules please feel free to remove or relocate the thread. Anyways, I have a WNDA3100v2 N-Wireless adapter that I have used for several years since before I built my first computer and I'm really happy with the performance of it and don't wish to buy a new one. I was aware that this device has some driver trouble on Linux, but I found a couple of solutions online, however, they were a little out of date and didn't end up working out for me. I'm using Ubuntu 18.04 tried using ndiswrapper and the driver file provided here: <a href="https://ubuntuforums.org/showthread.php?t=2052594" target="_blank">https://ubuntuforums.org/showthread.php?t=2052594</a> I followed the first few suggestions and steps the users did there, but still couldn't get it working. Please, any help would be greatly appreciated! Thanks in advance!

Wi-Fi is not working for my laptop with Ubuntu 18.4 version

$
0
0
Hi Friends,

Wi-Fi is not working with my laptops. Could you please help me to get it resolved.


Best Regards,
Sankar

No Ethernet option after update

$
0
0
I am running ubuntu 18.04.2 LTS. After latest update, I do not have internet. I even have no ethernet option in Network Manager. Ifconfig -a gives me just lo interface. Between updating and restarting computer I changed kernel from linux-image-4.15.0-43-generic to linux-image-4.15.0-45-generic.
lspci -v

02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 02)
Subsystem: Gigabyte Technology Co., Ltd Onboard Ethernet
Flags: bus master, fast devsel, latency 0, IRQ 10, NUMA node 0
I/O ports at de00 [size=256]
Memory at fdbff000 (64-bit, prefetchable) [size=4K]
Memory at fdbe0000 (64-bit, prefetchable) [size=64K]
[virtual] Expansion ROM at fde00000 [disabled] [size=64K]
Capabilities: [40] Power Management version 3
Capabilities: [50] MSI: Enable- Count=1/2 Maskable- 64bit+
Capabilities: [70] Express Endpoint, MSI 01
Capabilities: [b0] MSI-X: Enable- Count=2 Masked-
Capabilities: [d0] Vital Product Data
Capabilities: [100] Advanced Error Reporting
Capabilities: [140] Virtual Channel
Capabilities: [160] Device Serial Number 12-34-56-78-12-34-56-78

lshw -C network

*-network UNCLAIMED
description: Ethernet controller
product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:02:00.0
version: 02
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress msix vpd bus_master cap_list
configuration: latency=0
resources: ioport:de00(size=256) memory:fdbff000-fdbfffff memory:fdbe0000-fdbeffff memory:fde00000-fde0ffff

managing small network

$
0
0
Help Please!!!
I have Ubuntu 18.04 Bionic Beaver and I would like to turn it into
a Samba PDC in order to manage my small network.
I've been able to create a primary domain controller by following the
Samba HOW TO docs for version 3, but I have Samba 4 and I'm not sure
if these configurations still apply.
I've been able to join clients (Ubuntu 18.04) to the domain but I have
not been able to login to the client using domain credentials. The login
screen will automatically create an entry for the domain user but show
that the password is invalid. To explain a bit more, when a valid domain
user account is used to attempt to logon, e.g., "RABBITS\tom", the greeter
will add that name to the list of names it displays as having accounts on
the machine. But, if I use an invalid account in an attempt to login,
it will not add it to the greeter screen leading me to believe that
validation is actually occurring but something else is not happening.
So what I'm asking is this:
How do I create an NT-4 style Samba primary domain controller?
Does anyone have a working example I could use?

How do I join a client machine to this domain?
Does anyone have a working example of a domain member config to use?
How do I login to this client machine using domain credentials?
Could someone please walk me through this line by line?
Are there any resources available that you can point me to that
address these concerns?
Thanks for any help!
THIS IS THE smb.conf for the domain controller named "3rabbit"
Code:

####################################
[global]
    workgroup = RABBITS
 netbios name = 3rabbbit
 security = user
 passdb backend = tdbsam
 encrypt passwords = yes
 obey pam restrictions = yes
 os level = 33
 preferred master = yes
 domain master = yes
 local master = yes
 domain logons = yes
    add machine script  = /usr/sbin/useradd -g machines -c "%u machine account" -d /var/lib/samba -s /bin/false %u
 server string = %h server (Samba, Ubuntu)
    wins support = yes
    dns proxy = no
    bind interfaces only = yes
    log file = /var/log/samba/log.%m
    max log size = 1000
  syslog = 0
  panic action = /usr/share/samba/panic-action %d

####### Authentication #######
#The parameter 'server role' was changed to this and commented out by Samba
;when I promoted it to the PDC using 'net rpc join PDC' command after having
;run 'net rpc join MEMBER' command.
;  server role = class primary domain controller
  unix password sync = yes
  passwd program = /usr/bin/passwd %u
  passwd chat = *Enter\snew\s*\spassword:* %n\n *Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* .
  pam password change = yes
  map to guest = bad user
########## Domains ###########
  idmap uid = 10000-20000
  idmap gid = 10000-20000
  template shell = /bin/bash
  usershare allow guests = yes
[netlogon]
 comment = Network Logon Service
 path = /home/samba/netlogon
 guest ok = yes
 read only = yes
[public]
 comment = This is a public test share
 path = /home/samba/public
 read only = yes
 guest ok = no
 valid users = 2rabbit\cbinch
[printers]
  comment = All Printers
  browseable = no
  path = /var/spool/samba
  printable = yes
  guest ok = no
  read only = yes
  create mask = 0700
[print$]
  comment = Printer Drivers
  path = /var/lib/samba/printers
  browseable = yes
  read only = yes
  guest ok = no
##############END OF FILE####################################
What follows is the smb.conf file for my domain member machine which has a machine
account on the domain controller.
###########################################

[global]
 

 workgroup = RABBITS
 wins server = 10.0.0.1
 server role = member server
 security = domain
 null passwords = yes
 map to guest = bad uid
 server string = %h server (Samba, Ubuntu)
  dns proxy = no
  bind interfaces only = yes
 
  log file = /var/log/samba/log.%m
  max log size = 1000
  syslog = 0
  panic action = /usr/share/samba/panic-action %d
  passdb backend = tdbsam
  encrypt passwords = yes
  obey pam restrictions = yes
  unix password sync = yes
  passwd program = /usr/bin/passwd %u
  passwd chat = *Enter\snew\s*\spassword:* %n\n *Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* .
  pam password change = yes
  map to guest = bad uid

  idmap uid = 10000-20000
  idmap gid = 10000-20000
  template shell = /bin/bash
  usershare allow guests = yes
[printers]
  comment = All Printers
  browseable = no
  path = /var/spool/samba
  printable = yes
  guest ok = no
  read only = yes
  create mask = 0700
[print$]
  comment = Printer Drivers
  path = /var/lib/samba/printers
  browseable = yes
  read only = yes
  guest ok = no
##################END OF FILE####################################

How do I download the Drivers for Netgear A1600 WiFi Adapter?

$
0
0
I’ve never used Ubuntu before, only windows. Is there a way for me to download the drivers for my WiFi adapter to a USB flash drive, & then to my computer? How would I do so? I’ve never used the terminal either..

[ubuntu] Wireless USB adapter problem.

$
0
0
hi,
I'm in the process of changing Ethernet line in my house. so currently I'm connecting to my router via USB WiFi adapter (tplink TL-WN822N). I have kept it connected to PC.
When I start my PC it always greets me with 'Activation of Network Connection failed'. If I remove the adapter and re-plug it and, works again flawlessly. if I rebooted then it again throws 'Activation of Network Connection failed'.
I also installed Windows 10, but it doesn't show such problem.

I'm running Ubuntu Desktop 18.04 with all latest updates installed.
any help would be appriciated.

Recovering from a failed upgrade from 16.04 LTS to 18.04 LTS with no networking

$
0
0
I'm upgrading the 4th of 7 computers from 16.04 LTS to 18.04 LTS.

This upgrade failed badly. It appears that some packages may not have downloaded and many others are not configured. I started working through the mess with dpkg and now have a computer that boots into a terminal but there is no networking. Using dpkg, apt and apt-get I can install packages if I can download them but without networking I have to boot into a live session download the .debs reboot then try to install them, more often that not they fail due to unmet dependancies.

I've tried setting up a chroot session from the live session but the chroot session does not have networking. Using both sessions I can download the .debs, place them on the local drive and install them in the chroot session, but discovering which one are not installed and getting networking up is proving to be difficult.

Is there a better approach, please don't suggest a clean install, if I did that I would lose all of the configurations and software I've installed on this computer. I really would have to do a lot more work since this isn't a simple desktop.

If I could get the networking going I thin dpkg and apt could probably fix everything that broken.

[ubuntu] Need help getting bluetooth to work

$
0
0
I have a nuvision TM800W610L tablet I can't figure out how to get bluetooth to work. It appears to me that may have to do with the Bluetooth Address? Anyone know any solutions as I'm new to ubuntu and linux in general. Here's all the information I could gather.

Code:

hci0:  Type: Primary  Bus: UART
    BD Address: AA:AA:AA:AA:AA:AA  ACL MTU: 1021:8  SCO MTU: 64:1
    UP RUNNING PSCAN ISCAN
    RX bytes:7742 acl:0 sco:0 events:661 errors:0
    TX bytes:11959 acl:0 sco:0 commands:606 errors:0
    Features: 0xbf 0xfe 0xcf 0xfe 0xdb 0xff 0x7b 0x87
    Packet type: DM1 DM3 DM5 DH1 DH3 DH5 HV1 HV2 HV3
    Link policy: RSWITCH SNIFF
    Link mode: SLAVE ACCEPT
    Name: 'poketab'
    Class: 0x1c0104
    Service Classes: Rendering, Capturing, Object Transfer
    Device Class: Computer, Desktop workstation
    HCI Version: 4.1 (0x7)  Revision: 0x0
    LMP Version: 4.1 (0x7)  Subversion: 0x2122
    Manufacturer: Broadcom Corporation (15)

~$ bluetoothd -v
5.50


~$ lspci -knn | grep Net -A3; lsusb
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 004: ID 0101:0007 
Bus 001 Device 003: ID 1a2c:0002 China Resource Semico Co., Ltd
Bus 001 Device 002: ID 05e3:0608 Genesys Logic, Inc. Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

~$ dmesg | grep -i blue
[    5.411742] Bluetooth: Core ver 2.22
[    5.411794] Bluetooth: HCI device and connection manager initialized
[    5.411803] Bluetooth: HCI socket layer initialized
[    5.411807] Bluetooth: L2CAP socket layer initialized
[    5.411823] Bluetooth: SCO socket layer initialized
[    5.482040] Bluetooth: HCI UART driver ver 2.3
[    5.482045] Bluetooth: HCI UART protocol H4 registered
[    5.482047] Bluetooth: HCI UART protocol BCSP registered
[    5.482127] Bluetooth: HCI UART protocol LL registered
[    5.482130] Bluetooth: HCI UART protocol ATH3K registered
[    5.482132] Bluetooth: HCI UART protocol Three-wire (H5) registered
[    5.482253] Bluetooth: HCI UART protocol Intel registered
[    5.483251] Bluetooth: HCI UART protocol Broadcom registered
[    5.483305] Bluetooth: HCI UART protocol QCA registered
[    5.483308] Bluetooth: HCI UART protocol AG6XX registered
[    5.483310] Bluetooth: HCI UART protocol Marvell registered
[    5.522391] Bluetooth: hci0: BCM: failed to write clock (-56)
[    5.522401] Bluetooth: hci0: Failed to set baudrate
[    5.647291] Bluetooth: hci0: BCM: chip id 94
[    5.651881] Bluetooth: hci0: BCM: features 0x2e
[    5.675326] Bluetooth: hci0: 4343A0
[    5.675337] Bluetooth: hci0: BCM4343A0 (001.001.034) build 0000
[    5.763779] bluetooth hci0: Direct firmware load for brcm/BCM4343A0.hcd failed with error -2
[    5.763789] Bluetooth: hci0: BCM: Patch brcm/BCM4343A0.hcd not found
[    9.769036] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    9.769040] Bluetooth: BNEP filters: protocol multicast
[    9.769050] Bluetooth: BNEP socket layer initialized
[  13.773243] audit: type=1400 audit(1551680978.039:62): apparmor="DENIED" operation="create" profile="snap.bluez.bluez" pid=1344 comm="bluetoothd" family="bluetooth" sock_type="raw" protocol=1 requested_mask="create" denied_mask="create"
[  13.775195] audit: type=1400 audit(1551680978.039:63): apparmor="DENIED" operation="connect" profile="snap.bluez.bluez" name="/run/dbus/system_bus_socket" pid=1344 comm="bluetoothd" requested_mask="wr" denied_mask="wr" fsuid=0 ouid=0
[  13.921521] audit: type=1400 audit(1551680978.187:64): apparmor="DENIED" operation="connect" profile="snap.bluez.obex" name="/run/dbus/system_bus_socket" pid=1386 comm="obexd" requested_mask="wr" denied_mask="wr" fsuid=0 ouid=0
[  14.085860] audit: type=1400 audit(1551680978.351:65): apparmor="DENIED" operation="create" profile="snap.bluez.bluez" pid=1423 comm="bluetoothd" family="bluetooth" sock_type="raw" protocol=1 requested_mask="create" denied_mask="create"
[  14.087265] audit: type=1400 audit(1551680978.351:66): apparmor="DENIED" operation="connect" profile="snap.bluez.bluez" name="/run/dbus/system_bus_socket" pid=1423 comm="bluetoothd" requested_mask="wr" denied_mask="wr" fsuid=0 ouid=0
[  19.789900] Bluetooth: RFCOMM TTY layer initialized
[  19.789917] Bluetooth: RFCOMM socket layer initialized
[  19.789935] Bluetooth: RFCOMM ver 1.11

[all variants] DNS resolves ok until i ping a public domain, then stops resolving internal

$
0
0
I've hit a really odd issue that i can replicate but can't think of a reason for the unexpected behaviour.

The issue goes like this... I release my DHCP lease on my laptop and renew the lease.
At this point i can ping hosts in my domain for example
$ ping lab-host1
64 bytes from lab-host1.lab-1.directory (10.10.24.30): icmp_seq=1 ttl=63 time=0.582 ms

The same is true for anything in that domain, i can also use the fqdn of the host, all is well.
That is, until i then ping something on the public internet. After which i am then unable to ping ANYTHING on my domain by hostname or fqdn.

As soon as i release/renew i am immediately able to ping or dig local domain hosts by name or fqdn again

Additional info, there's two subnets here. My laptop is in one, and the lab is in another. from the lab i can always ping anything without any issues. DNS is coming from pfsense. From pcaps i can see that the lookups seem to skip my local dns resolver during the issue and go straight to my second dns server which is cloudflare, thus it returns no result. I'm using networkmanager and i have a bridge for KVM. The lab is on a different server

Any help at all is appreciated

[kubuntu] How to install CyberGhost VPN on Kubuntu

$
0
0
Hi, I'm having some trouble getting my CyberGhost VPN to work on Kubuntu. This Kubuntu is a VirtualBox VM. Does this make any difference?

- I went into my Connections
- added a new connection called "VPN"
- I have the correct gateway (taken fromCyberGhost's website)
- I downloaded the CA and User certificate and the Private Key and added those in the settings
- I added the correct password

Am I missing something?

The guest is using "Bridged Adapter" in its Network settings.

Low wifi range - Intel wireless 3160 (Ubuntu 18.04 LTS)

$
0
0
I switched from Windows to Linux recently and I'm facing a wireless problem. My wifi range is very low, I tried tons of things found here on the internet but none of that helped. Before switching I could get internet from my router through two other rooms and now I must be in the same room with the router so I can use it. My NIC is Network controller: Intel Corporation Wireless 3160 (rev 83) and my driver is iwlwifi (driver=iwlwifi driverversion=4.18.0-15-generic firmware=17.948900127.0). This is the result from my sudo iwlist scan and I'm currently connected on wifi5G_B9D228
Code:

lo        Interface doesn't support scanning.

enp7s0    Interface doesn't support scanning.

wlp6s0    Scan completed :
          Cell 01 - Address: X
                    Channel:36
                    Frequency:5.18 GHz (Channel 36)
                    Quality=30/70  Signal level=-80 dBm 
                    Encryption key:on
                    ESSID:"wifi5G_B9D228"
                    Bit Rates:6 Mb/s; 9 Mb/s; 12 Mb/s; 18 Mb/s; 24 Mb/s
                              36 Mb/s; 48 Mb/s; 54 Mb/s
                    Mode:Master
                    Extra:tsf=0000013e14e0232a
                    Extra: Last beacon: 3288ms ago
                    IE: Unknown: 000D7769666935475F423944323238
                    IE: Unknown: 01088C129824B048606C
                    IE: Unknown: 030124
                    IE: IEEE 802.11i/WPA2 Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (1) : TKIP
                        Authentication Suites (1) : PSK
                    IE: Unknown: 7F080000000000000000
                    IE: Unknown: DD180050F2020101000003A4000027A4000042435E0062322F00
                    IE: Unknown: 0706555320240410
                    IE: Unknown: DD07000C4300000000
                    IE: Unknown: DD07000CE700000000
          Cell 02 - Address: X
                    Channel:2
                    Frequency:2.417 GHz (Channel 2)
                    Quality=37/70  Signal level=-73 dBm 
                    Encryption key:on
                    ESSID:"wifi2.4G_B9D228"
                    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 9 Mb/s
                              18 Mb/s; 36 Mb/s; 54 Mb/s
                    Bit Rates:6 Mb/s; 12 Mb/s; 24 Mb/s; 48 Mb/s
                    Mode:Master
                    Extra:tsf=0000013e14b87ef9
                    Extra: Last beacon: 4100ms ago
                    IE: Unknown: 000F77696669322E34475F423944323238
                    IE: Unknown: 010882848B961224486C
                    IE: Unknown: 030102
                    IE: Unknown: 2A0100
                    IE: Unknown: 32040C183060
                    IE: IEEE 802.11i/WPA2 Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (1) : TKIP
                        Authentication Suites (1) : PSK
                    IE: Unknown: 7F080000000000000000
                    IE: Unknown: 0B05000000127A
                    IE: Unknown: DD180050F2020101000003A4000027A4000042435E0062322F00
                    IE: Unknown: 0706545720010D10
                    IE: Unknown: DD07000C4303000000

[ubuntu] Driver Installation Help Needed (D-Link DWA-182 Wireless USB Adapter)

$
0
0
Good morning,

I searched this same thread (title) posted on December 19, 2016 and it's closed on December 20, 2016. I have the same problem and tried the same method to no avail. So I just want to reopen this thread again and hope someone can help me to solve this D-Link Wi-Fi driver installation problem.

I have a Lenovo ThinkPad T540p running Ubuntu 18.04 and Windows 7 pro on two different hard drives. Its internal Intel wi-fi chip works fine on both Ubuntu and Windows 7. My D-Link Wi-Fi USB dongle works in Windows 7, but not in ubuntu.

I bought this D-Link DWA-182 Wireless USB Dongle and tried to install the driver manually on my ThinkPad T540p with command mentioned in the previous thread:

Code:
sudo apt-get update
sudo apt-get install rtl8812au-dkms

The output shows Error as follows:

t540p2hdd@t540p2hdd-ThinkPad-T540p:~$ sudo apt-get install rtl8812au-dkms
E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem.

I just don't how know to go about this error. Hopefully somebody can guide me on this. Thanks.

P.S. This is my first post on this forum. I just don't know how to use "Code:" yet. So I just copied it from the previous post from
wildmanne39. wildmanne39

Dlink DWA-548 RT5392 Chipset - rt2800pci driver

$
0
0
Hi guys!
I need help about the Dlink DWA-548 (Pci interface) with RT5392 Chipset and rt2800pci driver.
The Wi-fi card doesn't work, sometimes it seems that it will connect, it stays loading but never connects.
I have been reading this posts:

https://ubuntuforums.org/showthread....=RALINK+RT5392
https://ubuntuforums.org/showthread.php?t=2071830
https://forums.linuxmint.com/viewtopic.php?t=257974
https://ubuntuforums.org/showthread....ralink+drivers

Also, I have tried with this commands (but still not working):

sudo lshw -C network
Code:

*-network               
      description: Wireless interface
      product: RT5392 PCIe Wireless Network Adapter
      vendor: Ralink corp.
      physical id: 0
      bus info: pci@0000:03:00.0
      logical name: wlp3s0
      version: 00
      serial: 54:b8:0a:01:0c:69
      width: 32 bits
      clock: 33MHz
      capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
      configuration: broadcast=yes driver=rt2800pci driverversion=4.18.20-041820-generic firmware=0.40 latency=0 link=no multicast=yes wireless=IEEE 802.11
      resources: irq:29 memory:f7600000-f760ffff
  *-network
      description: Ethernet interface
      product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
      vendor: Realtek Semiconductor Co., Ltd.
      physical id: 0
      bus info: pci@0000:04:00.0
      logical name: enp4s0
      version: 0c
      serial: e0:d5:5e:e4:b4:79
      size: 10Mbit/s
      capacity: 1Gbit/s
      width: 64 bits
      clock: 33MHz
      capabilities: pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
      configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=half firmware=rtl8168g-2_0.0.1 02/06/13 latency=0 link=no multicast=yes port=MII speed=10Mbit/s
      resources: irq:34 ioport:f000(size=256) memory:f7500000-f7500fff memory:f0000000-f0003fff
  *-network
      description: Ethernet interface
      physical id: 1
      logical name: enp1s0f0u4
      serial: 4e:92:e1:cf:33:b6
      capabilities: ethernet physical
      configuration: broadcast=yes driver=rndis_host driverversion=22-Aug-2005 firmware=RNDIS device ip=192.168.42.174 link=yes multicast=yes


ifconfig
Code:

enp1s0f0u4: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.168.42.174  netmask 255.255.255.0  broadcast 192.168.42.255
        inet6 fe80::5a50:55b1:e15b:5615  prefixlen 64  scopeid 0x20<link>
        ether 4e:92:e1:cf:33:b6  txqueuelen 1000  (Ethernet)
        RX packets 52233  bytes 52593781 (52.5 MB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 40403  bytes 6343941 (6.3 MB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

enp4s0: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
        ether e0:d5:5e:e4:b4:79  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

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 11161  bytes 1069055 (1.0 MB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 11161  bytes 1069055 (1.0 MB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

wlp3s0: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
        ether 54:b8:0a:01:0c:69  txqueuelen 1000  (Ethernet)
        RX packets 3917  bytes 5205400 (5.2 MB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 2030  bytes 201409 (201.4 KB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

iwconfig
Code:

enp1s0f0u4  no wireless extensions.

enp4s0    no wireless extensions.

wlp3s0    IEEE 802.11  ESSID:off/any 
          Mode:Managed  Access Point: Not-Associated  Tx-Power=20 dBm 
          Retry short  long limit:2  RTS thr:off  Fragment thr:off
          Power Management:on
         
lo        no wireless extensions.

lspci -nn | grep 0280
Code:

03:00.0 Network controller [0280]: Ralink corp. RT5392 PCIe Wireless Network Adapter [1814:5392]
lspci -nnk | grep -iA2 net
Code:

03:00.0 Network controller [0280]: Ralink corp. RT5392 PCIe Wireless Network Adapter [1814:5392]
    Subsystem: D-Link System Inc RT5392 PCIe Wireless Network Adapter [1186:3c06]
    Kernel driver in use: rt2800pci
    Kernel modules: rt2800pci
04:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 0c)
    Subsystem: Gigabyte Technology Co., Ltd Onboard Ethernet [1458:e000]
    Kernel driver in use: r8169
    Kernel modules: r8169

lspci -vvnn | grep Network
Code:

03:00.0 Network controller [0280]: Ralink corp. RT5392 PCIe Wireless Network Adapter [1814:5392]
    Subsystem: D-Link System Inc RT5392 PCIe Wireless Network Adapter [1186:3c06]

lspci -vvnn | grep -A 9 Network | grep Kernel
Code:

Kernel driver in use: rt2800pci
Kernel modules: rt2800pci


sudo modprobe rt2800pci
dmesg | grep rt2
Code:

[  17.175187] ieee80211 phy0: rt2x00_set_rt: Info - RT chipset 5392, rev 0223 detected
[  17.178792] ieee80211 phy0: rt2x00_set_rf: Info - RF chipset 5392 detected
[  17.400570] rt2800pci 0000:03:00.0 wlp3s0: renamed from wlan0
[  32.715098] ieee80211 phy0: rt2x00lib_request_firmware: Info - Loading firmware file 'rt2860.bin'
[  32.739018] ieee80211 phy0: rt2x00lib_request_firmware: Info - Firmware detected - version: 0.40
[  54.680200] rt2800pci 0000:03:00.0: AMD-Vi: Event logged [IO_PAGE_FAULT domain=0x0000 address=0x00000000ff968000 flags=0x0000]
[  55.384075] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to flush
[  56.916176] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to flush
[  57.516054] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush
[  58.216054] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to flush


I tried this command, but I think there's nothing to delete (because I can't see/find a ndiswrapper folder in etc directory):
sudo rm -rf /etc/ndiswrapper/*


Thanks,

Jorge A.

[ubuntu] No Wi-Fi Adapter Found ThinkPad A275

$
0
0
Hello,
I am a new linux user (disgusted that Windows 10 has ads built in to the OS), and I've been having trouble getting my wireless connection to work. When I go to Settings->Wi-fi it just says "No Wi-Fi Adapter Found - Make sure you ave a Wi-Fi adapter plugged and turned on".

I'm using a dual boot with Windows 10, and wi-fi works with Windows. I've attached the results from the pinned wireless script.
Thanks!
Attached Files

ExpressVPN router - Help choosing best for my needs

$
0
0
Hi guys,

I'm trying to decide the best VPN router that will work for my needs. It will be flashed with the ExpressVPN network and I plan to purchase through https://www.flashrouters.com. I am currently looking at the "ExpressVPN Asus RT-AC5300 AC5300 DD-WRT FlashRouter" and the "ExpressVPN App Linksys WRT3200ACM OpenWRT FlashRouter" but I am also open to suggestions. The ASUS uses the DD-WRT firmware and the Linksys uses Open-WRT and apparently they are both Linux based. I am curious if there are any drawbacks to either.

Besides my dual partitioned Ubuntu/Windows 7 PC it will be for the following:
  • Gaming - XBox and PC
  • Netflix, Amazon, Hulu etc. streaming
  • NAS for Plex Server and SOHO work - QNAP TS-451+


Essentially, I'd like flexibility but not if it ends up being overly complicated. The ASUS touts being "God Tier" for gaming so I admit to leaning that way if it's at all true. Any thoughts or suggestions would be greatly appreciated.

Thanks in advance,
Alyssa

[ubuntu] WiFi works fine but is lost after period of inactivity

$
0
0
I have a Dell Inspiron 15 3000 (AMD A6 processors) with an Intel Dual Band Wireless - AC 3165 network card. The machine is dual bootable with Ubuntu 18.10 and Windows 10. The Wifi is configured and successfully connects to the network. On Ubuntu the WiFi works well as long as I keep working but after a short period of inactivity the WiFi is lost and an attempt to reconnect gives 'No Wi-Fi Adaptor Found'. Upon reboot the WiFi works fine again until the next period of inactivity. This happens on both battery and when on mains power. This looks like the problem relates to the energy saving feature that shuts off the WiFi when inactive to save power. In Windows 10 this feature can be turned off but I cannot find a way to do this in Ubuntu. Does anyone know a way of disabling the power saving feature with WiFi possibly as a command line command(s). Out of interest Bluetooth works fine and does not have this problem. Any thoughts would be welcome !!!!

Cannot detect/connect to 5GHz band after dual boot

$
0
0
Hi,

I'm very new to Ubuntu 18.04 (just dual-booted it on a Mac Pro 2015). Everything went smoothly, but now I'm not able to see my 5G band on the laptop. I can still see and use it when I boot into macOS. Also, the 2.4G band seems very unstable and keeps getting disconnected (the router is placed in another room, and it appears my connection is stable if I'm near it, but I never had this issue while on my macOS. It always gave me a stable connection even if I was in the other end of the house).

I did just quick searches, and then did sudo iwlist scan. It showed 32 channels, half of them 2.4G and half of them 5G, but only my 2.4G band was there. I couldn't find my 5G band.

iwlist channel gives the following:
Code:

wlp3s0    32 channels in total; available frequencies :
          Channel 01 : 2.412 GHz
          Channel 02 : 2.417 GHz
          Channel 03 : 2.422 GHz
          Channel 04 : 2.427 GHz
          Channel 05 : 2.432 GHz
          Channel 06 : 2.437 GHz
          Channel 07 : 2.442 GHz
          Channel 08 : 2.447 GHz
          Channel 09 : 2.452 GHz
          Channel 10 : 2.457 GHz
          Channel 11 : 2.462 GHz
          Channel 34 : 5.17 GHz
          Channel 36 : 5.18 GHz
          Channel 38 : 5.19 GHz
          Channel 40 : 5.2 GHz
          Channel 42 : 5.21 GHz
          Channel 44 : 5.22 GHz
          Channel 46 : 5.23 GHz
          Channel 48 : 5.24 GHz
          Channel 52 : 5.26 GHz
          Channel 56 : 5.28 GHz
          Channel 60 : 5.3 GHz
          Channel 64 : 5.32 GHz
          Channel 100 : 5.5 GHz
          Channel 104 : 5.52 GHz
          Channel 108 : 5.54 GHz
          Channel 112 : 5.56 GHz
          Channel 116 : 5.58 GHz
          Channel 132 : 5.66 GHz
          Channel 136 : 5.68 GHz
          Channel 140 : 5.7 GHz
          Channel 144 : 5.72 GHz
          Current Frequency:2.437 GHz (Channel 6)

lo        no frequency information.

None of the 5G channels are mine.
Sorry if this is a silly question, but I have no clue what to do, and would appreciate any help!

[ubuntu] Unable to see wifi adapter Ubuntu 18.04.2 LTS - DW1530

$
0
0
I'm using ubuntu installed on a USB with persistence on a spare W10 laptop I have. I'd like to keep ubuntu on the USB until I figure out if I want to convert the machine over.

I've tried finding information about this but everything I find either causes my installation to become damaged/unbootable or does nothing at all for the wireless card. I'm able to connect via my Ethernet port, but I'd really like this to work over wireless.

The last thing I did was rebuild my USB (for the nth time), then I tried what was listed in this:
https://ubuntuforums.org/showthread.php?t=2214110
Quote:

lspci -nn -d 14e4:
Mine came back as 4359, so I then did this:
Quote:

sudo apt-get purge bcmwl-kernel-source
sudo apt-get update
sudo apt-get install bcmwl-kernel-source
This gave me this result:
Code:

ubuntu@ubuntu:~$ sudo apt-get install bcmwl-kernel-source
Reading package lists... Done
Building dependency tree     
Reading state information... Done
The following NEW packages will be installed:
  bcmwl-kernel-source
0 upgraded, 1 newly installed, 0 to remove and 113 not upgraded.
Need to get 0 B/1550 kB of archives.
After this operation, 8067 kB of additional disk space will be used.
Get:1 cdrom://Ubuntu 18.04.2 LTS _Bionic Beaver_ - Release amd64 (20190210) bionic/restricted amd64 bcmwl-kernel-source amd64 6.30.223.271+bdcom-0ubuntu4 [1550 kB]
Selecting previously unselected package bcmwl-kernel-source.
(Reading database ... 148588 files and directories currently installed.)
Preparing to unpack .../bcmwl-kernel-source_6.30.223.271+bdcom-0ubuntu4_amd64.deb ...
Unpacking bcmwl-kernel-source (6.30.223.271+bdcom-0ubuntu4) ...
Setting up bcmwl-kernel-source (6.30.223.271+bdcom-0ubuntu4) ...
Loading new bcmwl-6.30.223.271+bdcom DKMS files...
Building for 4.18.0-15-generic
Building for architecture x86_64
Building initial module for 4.18.0-15-generic
Done.

wl:
Running module version sanity check.
 - Original module
  - No original module exists within this kernel
 - Installation
  - Installing to /lib/modules/4.18.0-15-generic/updates/dkms/

depmod....

DKMS: install completed.
update-initramfs: deferring update (trigger activated)
Processing triggers for initramfs-tools (0.130ubuntu3.6) ...
update-initramfs: Generating /boot/initrd.img-4.18.0-15-generic
cryptsetup: WARNING: failed to detect canonical device of overlay
cryptsetup: WARNING: could not determine root device from /etc/fstab

I don't know if those last 2 lines are a problem or not.

After that, I rebooted.

Still no wifi adapter found.

I do see this in the additional driver section:


If I change that to "Do not use the device", then click "Apply Changes", it corrupts the usb and it won't boot from it any longer, then I have to start over and rebuild it.

I'm using the following to build the USB:
iso from ubuntu.com directly for 18.04.2 LTS
unetbootin-windows-661 - create the bootable usb using the above iso
PDL-Casper-RW-Creator - create the casper-rw file for persistence

Then I edit the following files as needed to use the Try Ubuntu without installing option and making it persistent:
F:\boot\grub\grub.cfg
F:\isolinux\txt.cfg
F:\syslinux.cfg
Viewing all 23300 articles
Browse latest View live


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