WIFI is connected but no internet

Questions about Wi-Fi and other network devices, file sharing, firewalls, connection sharing etc
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
ciesel 2_4

WIFI is connected but no internet

Post by ciesel 2_4 »

Hello,
i have update linux mint 19 to 19.2. Befor and after there is connection with the router, there are many kbites in "talking eath other", but no internet connection. I have acer aspire5735Z. With windows the internet connection no problem, so i can write here.
Any ideas? Thanks!
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
sleeper12
Level 21
Level 21
Posts: 14591
Joined: Thu May 25, 2017 3:22 pm

Re: WIFI is connected but no internet

Post by sleeper12 »

Run these commands in terminal & post the results here:

Code: Select all

 inxi -Fxz 

Code: Select all

 rfkill list all 

Code: Select all

 iwconfig 
ciesel 2_4

Re: WIFI is connected but no internet

Post by ciesel 2_4 »

I have done my best. i am only a normal user. Thanks for helping.

ciesel@ciesel-Aspire-5735:~$ inxi -Fxz
System: Host: ciesel-Aspire-5735 Kernel: 4.15.0-58-generic x86_64 bits: 64 compiler: gcc v: 7.4.0 Desktop: Cinnamon 4.2.3
Distro: Linux Mint 19.2 Tina base: Ubuntu 18.04 bionic
Machine: Type: Laptop System: Acer product: Aspire 5735 v: 0100 serial: <filter>
Mobo: Acer model: CathedralPeak v: Rev serial: <filter> BIOS: Phoenix v: 1.07 date: 08/27/2008
Battery: ID-1: BAT0 charge: 11.2 Wh condition: 11.6/48.8 Wh (24%) model: SANYO AS07A31 status: Unknown
CPU: Topology: Dual Core model: Intel Pentium Dual T3200 bits: 64 type: MCP arch: Core Merom rev: D L2 cache: 1024 KiB
flags: lm nx pae sse sse2 sse3 ssse3 bogomips: 7979
Speed: 1995 MHz min/max: 1000/2000 MHz Core speeds (MHz): 1: 1995 2: 1995
Graphics: Device-1: Intel Mobile 4 Series Integrated Graphics vendor: Acer Incorporated ALI driver: i915 v: kernel
bus ID: 00:02.0
Display: x11 server: X.Org 1.19.6 driver: modesetting unloaded: fbdev,vesa resolution: 1366x768~60Hz
OpenGL: renderer: Mesa DRI Mobile Intel GM45 Express v: 2.1 Mesa 19.0.8 direct render: Yes
Audio: Device-1: Intel 82801I HD Audio vendor: Acer Incorporated ALI driver: snd_hda_intel v: kernel bus ID: 00:1b.0
Sound Server: ALSA v: k4.15.0-58-generic
Network: Device-1: Marvell 88E8071 PCI-E Gigabit Ethernet vendor: Acer Incorporated ALI driver: sky2 v: 1.30 port: 2000
bus ID: 02:00.0
IF: enp2s0 state: down mac: <filter>
Device-2: Qualcomm Atheros AR928X Wireless Network Adapter vendor: Quanta Microsystems EM303 802.11bgn
driver: ath9k v: kernel port: 2000 bus ID: 03:00.0
IF: wlp3s0 state: up mac: <filter>
Drives: Local Storage: total: 298.09 GiB used: 19.78 GiB (6.6%)
ID-1: /dev/sda vendor: Hitachi model: HTS543232L9A300 size: 298.09 GiB
Partition: ID-1: / size: 56.03 GiB used: 19.78 GiB (35.3%) fs: ext4 dev: /dev/sda11
Sensors: System Temperatures: cpu: 57.0 C mobo: 57.0 C
Fan Speeds (RPM): N/A
Info: Processes: 177 Uptime: 6m Memory: 2.86 GiB used: 666.8 MiB (22.8%) Init: systemd runlevel: 5 Compilers: gcc: 7.4.0
Shell: bash v: 4.4.20 inxi: 3.0.32
ciesel@ciesel-Aspire-5735:~$ rfkill -list all
rfkill: invalid option -- 'l'
Try 'rfkill --help' for more information.
ciesel@ciesel-Aspire-5735:~$ rfkill
ID TYPE DEVICE SOFT HARD
0 wlan phy0 unblocked unblocked
1 wlan acer-wireless unblocked unblocked
ciesel@ciesel-Aspire-5735:~$ rfkill -help

Usage:
rfkill [options] command [identifier ...]

Tool for enabling and disabling wireless devices.

Options:
-J, --json use JSON output format
-n, --noheadings don't print headings
-o, --output <list> define which output columns to use
-r, --raw use the raw output format

-h, --help display this help
-V, --version display version

Available output columns:
DEVICE kernel device name
ID device identifier value
TYPE device type name that can be used as identifier
TYPE-DESC device type description
SOFT status of software block
HARD status of hardware block

Commands:
help
event
list [identifier]
block identifier
unblock identifier

For more details see rfkill(8).
ciesel@ciesel-Aspire-5735:~$ rfkill -list
rfkill: invalid option -- 'l'
Try 'rfkill --help' for more information.
ciesel@ciesel-Aspire-5735:~$ iwconfig
enp2s0 no wireless extensions.

wlp3s0 IEEE 802.11 ESSID:"EU-WLAN"
Mode:Managed Frequency:2.462 GHz Access Point: DC:08:56:16:56:01
Bit Rate=1 Mb/s Tx-Power=16 dBm
Retry short limit:7 RTS thr:off Fragment thr:off
Power Management:off
Link Quality=30/70 Signal level=-80 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:104 Missed beacon:0

lo no wireless extensions.

ciesel@ciesel-Aspire-5735:~$ ^C
ciesel@ciesel-Aspire-5735:~$ ^C
ciesel@ciesel-Aspire-5735:~$ ^C
ciesel@ciesel-Aspire-5735:~$

and this lshw

ciesel@ciesel-Aspire-5735:~$ lshw -network
Hardware Lister (lshw) - B.02.18
usage: lshw [-format] [-options ...]
lshw -version

-version print program version (B.02.18)

format can be
-html output hardware tree as HTML
-xml output hardware tree as XML
-json output hardware tree as a JSON object
-short output hardware paths
-businfo output bus information

options can be
-class CLASS only show a certain class of hardware
-C CLASS same as '-class CLASS'
-c CLASS same as '-class CLASS'
-disable TEST disable a test (like pci, isapnp, cpuid, etc. )
-enable TEST enable a test (like pci, isapnp, cpuid, etc. )
-quiet don't display status
-sanitize sanitize output (remove sensitive information like serial numbers, etc.)
-numeric output numeric IDs (for PCI, USB, etc.)
-notime exclude volatile attributes (timestamps) from output

ciesel@ciesel-Aspire-5735:~$ lshw -enable Test
WARNING: you should run this program as super-user.
ciesel-aspire-5735
description: Computer
width: 64 bits
capabilities: smp vsyscall32
*-core
description: Motherboard
physical id: 0
*-memory
description: System memory
physical id: 0
size: 2931MiB
*-cpu
product: Intel(R) Pentium(R) Dual CPU T3200 @ 2.00GHz
vendor: Intel Corp.
physical id: 1
bus info: cpu@0
size: 1994MHz
capacity: 2GHz
width: 64 bits
capabilities: fpu fpu_exception wp vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx x86-64 constant_tsc arch_perfmon pebs bts rep_good nopl cpuid aperfmperf pni dtes64 monitor ds_cpl est tm2 ssse3 cx16 xtpr pdcm lahf_lm pti dtherm cpufreq
*-pci
description: Host bridge
product: Mobile 4 Series Chipset Memory Controller Hub
vendor: Intel Corporation
physical id: 100
bus info: pci@0000:00:00.0
version: 07
width: 32 bits
clock: 33MHz
*-display:0
description: VGA compatible controller
product: Mobile 4 Series Chipset Integrated Graphics Controller
vendor: Intel Corporation
physical id: 2
bus info: pci@0000:00:02.0
version: 07
width: 64 bits
clock: 33MHz
capabilities: vga_controller bus_master cap_list rom
configuration: driver=i915 latency=0
resources: irq:16 memory:f8000000-f83fffff memory:d0000000-dfffffff ioport:1800(size=8) memory:c0000-dffff
*-display:1 UNCLAIMED
description: Display controller
product: Mobile 4 Series Chipset Integrated Graphics Controller
vendor: Intel Corporation
physical id: 2.1
bus info: pci@0000:00:02.1
version: 07
width: 64 bits
clock: 33MHz
capabilities: bus_master cap_list
configuration: latency=0
resources: memory:f8400000-f84fffff
*-usb:0
description: USB controller
product: 82801I (ICH9 Family) USB UHCI Controller #4
vendor: Intel Corporation
physical id: 1a
bus info: pci@0000:00:1a.0
version: 03
width: 32 bits
clock: 33MHz
capabilities: uhci bus_master cap_list
configuration: driver=uhci_hcd latency=0
resources: irq:20 ioport:1820(size=32)
*-usb:1
description: USB controller
product: 82801I (ICH9 Family) USB UHCI Controller #5
vendor: Intel Corporation
physical id: 1a.1
bus info: pci@0000:00:1a.1
version: 03
width: 32 bits
clock: 33MHz
capabilities: uhci bus_master cap_list
configuration: driver=uhci_hcd latency=0
resources: irq:20 ioport:1840(size=32)
*-usb:2
description: USB controller
product: 82801I (ICH9 Family) USB UHCI Controller #6
vendor: Intel Corporation
physical id: 1a.2
bus info: pci@0000:00:1a.2
version: 03
width: 32 bits
clock: 33MHz
capabilities: uhci bus_master cap_list
configuration: driver=uhci_hcd latency=0
resources: irq:20 ioport:1860(size=32)
*-usb:3
description: USB controller
product: 82801I (ICH9 Family) USB2 EHCI Controller #2
vendor: Intel Corporation
physical id: 1a.7
bus info: pci@0000:00:1a.7
version: 03
width: 32 bits
clock: 33MHz
capabilities: ehci bus_master cap_list
configuration: driver=ehci-pci latency=0
resources: irq:20 memory:f8904000-f89043ff
*-multimedia
description: Audio device
product: 82801I (ICH9 Family) HD Audio Controller
vendor: Intel Corporation
physical id: 1b
bus info: pci@0000:00:1b.0
version: 03
width: 64 bits
clock: 33MHz
capabilities: bus_master cap_list
configuration: driver=snd_hda_intel latency=0
resources: irq:25 memory:f8900000-f8903fff
*-pci:0
description: PCI bridge
product: 82801I (ICH9 Family) PCI Express Port 1
vendor: Intel Corporation
physical id: 1c
bus info: pci@0000:00:1c.0
version: 03
width: 32 bits
clock: 33MHz
capabilities: pci normal_decode bus_master cap_list
configuration: driver=pcieport
resources: irq:16 ioport:2000(size=4096) memory:f8500000-f85fffff ioport:c0000000(size=2097152)
*-network
description: Ethernet interface
product: 88E8071 PCI-E Gigabit Ethernet Controller
vendor: Marvell Technology Group Ltd.
physical id: 0
bus info: pci@0000:02:00.0
logical name: enp2s0
version: 16
serial: 00:1d:72:d5:86:c2
capacity: 1Gbit/s
width: 64 bits
clock: 33MHz
capabilities: bus_master cap_list rom ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=sky2 driverversion=1.30 latency=0 link=no multicast=yes port=twisted pair
resources: irq:24 memory:f8500000-f8503fff ioport:2000(size=256) memory:f8520000-f853ffff
*-pci:1
description: PCI bridge
product: 82801I (ICH9 Family) PCI Express Port 2
vendor: Intel Corporation
physical id: 1c.1
bus info: pci@0000:00:1c.1
version: 03
width: 32 bits
clock: 33MHz
capabilities: pci normal_decode bus_master cap_list
configuration: driver=pcieport
resources: irq:17 ioport:5000(size=4096) memory:f8600000-f86fffff ioport:c0200000(size=2097152)
*-network
description: Wireless interface
product: AR928X Wireless Network Adapter (PCI-Express)
vendor: Qualcomm Atheros
physical id: 0
bus info: pci@0000:03:00.0
logical name: wlp3s0
version: 01
serial: 00:17:c4:3b:47:ca
width: 64 bits
clock: 33MHz
capabilities: bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=ath9k driverversion=4.15.0-58-generic firmware=N/A ip=192.168.2.135 latency=0 link=yes multicast=yes wireless=IEEE 802.11
resources: irq:17 memory:f8600000-f860ffff
*-pci:2
description: PCI bridge
product: 82801I (ICH9 Family) PCI Express Port 3
vendor: Intel Corporation
physical id: 1c.2
bus info: pci@0000:00:1c.2
version: 03
width: 32 bits
clock: 33MHz
capabilities: pci normal_decode bus_master cap_list
configuration: driver=pcieport
resources: irq:18 ioport:6000(size=4096) memory:c0400000-c05fffff ioport:c0600000(size=2097152)
*-pci:3
description: PCI bridge
product: 82801I (ICH9 Family) PCI Express Port 4
vendor: Intel Corporation
physical id: 1c.3
bus info: pci@0000:00:1c.3
version: 03
width: 32 bits
clock: 33MHz
capabilities: pci normal_decode bus_master cap_list
configuration: driver=pcieport
resources: irq:19 ioport:3000(size=4096) memory:f4000000-f5ffffff ioport:f0000000(size=33554432)
*-pci:4
description: PCI bridge
product: 82801I (ICH9 Family) PCI Express Port 5
vendor: Intel Corporation
physical id: 1c.4
bus info: pci@0000:00:1c.4
version: 03
width: 32 bits
clock: 33MHz
capabilities: pci normal_decode bus_master cap_list
configuration: driver=pcieport
resources: irq:16 ioport:4000(size=4096) memory:f6000000-f7ffffff ioport:f2000000(size=33554432)
*-usb:4
description: USB controller
product: 82801I (ICH9 Family) USB UHCI Controller #1
vendor: Intel Corporation
physical id: 1d
bus info: pci@0000:00:1d.0
version: 03
width: 32 bits
clock: 33MHz
capabilities: uhci bus_master cap_list
configuration: driver=uhci_hcd latency=0
resources: irq:23 ioport:1880(size=32)
*-usb:5
description: USB controller
product: 82801I (ICH9 Family) USB UHCI Controller #2
vendor: Intel Corporation
physical id: 1d.1
bus info: pci@0000:00:1d.1
version: 03
width: 32 bits
clock: 33MHz
capabilities: uhci bus_master cap_list
configuration: driver=uhci_hcd latency=0
resources: irq:17 ioport:18a0(size=32)
*-usb:6
description: USB controller
product: 82801I (ICH9 Family) USB UHCI Controller #3
vendor: Intel Corporation
physical id: 1d.2
bus info: pci@0000:00:1d.2
version: 03
width: 32 bits
clock: 33MHz
capabilities: uhci bus_master cap_list
configuration: driver=uhci_hcd latency=0
resources: irq:18 ioport:18c0(size=32)
*-usb:7
description: USB controller
product: 82801I (ICH9 Family) USB2 EHCI Controller #1
vendor: Intel Corporation
physical id: 1d.7
bus info: pci@0000:00:1d.7
version: 03
width: 32 bits
clock: 33MHz
capabilities: ehci bus_master cap_list
configuration: driver=ehci-pci latency=0
resources: irq:23 memory:f8904400-f89047ff
*-pci:5
description: PCI bridge
product: 82801 Mobile PCI Bridge
vendor: Intel Corporation
physical id: 1e
bus info: pci@0000:00:1e.0
version: 93
width: 32 bits
clock: 33MHz
capabilities: pci subtractive_decode bus_master cap_list
*-isa
description: ISA bridge
product: ICH9M LPC Interface Controller
vendor: Intel Corporation
physical id: 1f
bus info: pci@0000:00:1f.0
version: 03
width: 32 bits
clock: 33MHz
capabilities: isa bus_master cap_list
configuration: driver=lpc_ich latency=0
resources: irq:0
*-ide:0
description: IDE interface
product: 82801IBM/IEM (ICH9M/ICH9M-E) 2 port SATA Controller [IDE mode]
vendor: Intel Corporation
physical id: 1f.2
bus info: pci@0000:00:1f.2
version: 03
width: 32 bits
clock: 66MHz
capabilities: ide pci_native_mode_controller__supports_both_channels_switched_to_isa_compatibility_mode__supports_bus_mastering bus_master cap_list
configuration: driver=ata_piix latency=0
resources: irq:19 ioport:18f8(size=8) ioport:180c(size=4) ioport:18f0(size=8) ioport:1808(size=4) ioport:18e0(size=16) ioport:1810(size=16)
*-serial UNCLAIMED
description: SMBus
product: 82801I (ICH9 Family) SMBus Controller
vendor: Intel Corporation
physical id: 1f.3
bus info: pci@0000:00:1f.3
version: 03
width: 64 bits
clock: 33MHz
configuration: latency=0
resources: memory:c0800000-c08000ff ioport:1c00(size=32)
*-ide:1
description: IDE interface
product: 82801IBM/IEM (ICH9M/ICH9M-E) 2 port SATA Controller [IDE mode]
vendor: Intel Corporation
physical id: 1f.5
bus info: pci@0000:00:1f.5
version: 03
width: 32 bits
clock: 66MHz
capabilities: ide pci_native_mode-only_controller__supports_bus_mastering bus_master cap_list
configuration: driver=ata_piix latency=0
resources: irq:19 ioport:1c50(size=8) ioport:1c44(size=4) ioport:1c48(size=8) ioport:1c40(size=4) ioport:1c30(size=16) ioport:1c20(size=16)
*-scsi
physical id: 2
logical name: scsi1
capabilities: emulated
*-cdrom
description: DVD-RAM writer
product: DVD-RW DVRTD08RS
vendor: PIONEER
physical id: 0.0.0
bus info: scsi@1:0.0.0
logical name: /dev/cdrom
logical name: /dev/cdrw
logical name: /dev/dvd
logical name: /dev/dvdrw
logical name: /dev/sr0
version: 1.06
capabilities: removable audio cd-r cd-rw dvd dvd-r dvd-ram
configuration: ansiversion=5 status=nodisc
*-scsi
physical id: 1
bus info: scsi@4
logical name: scsi4
capabilities: scsi-host
configuration: driver=ums-realtek
WARNING: output may be incomplete or inaccurate, you should run this program as super-user.
ciesel@ciesel-Aspire-5735:~$
User avatar
BenTrabetere
Level 7
Level 7
Posts: 1890
Joined: Sat Jul 19, 2014 12:04 am
Location: Hattiesburg, MS USA

Re: WIFI is connected but no internet

Post by BenTrabetere »

The reason the rfkill command failed is because you used -list instead of list. The errant - was causing problems. The full command to use is

Code: Select all

rfkill list all 
To eliminate errors, the easiest thing to do is to Copy/Paste it to the command line. (The keyboard shortcut to Paste something to the terminal is Ctrl+Shift+V. The keyboard shortcut to Copy from the terminal is Ctrl+Shift+C.)

Also, when you paste output from the terminal to the forum editor, it is best to enclose it in Code tags. That is the </> button. This will make it much easier to read. For example....

Code: Select all

tom@RedQueen:~$ inxi -Fxz
System:    Host: RedQueen Kernel: 4.15.0-58-generic x86_64 bits: 64 compiler: gcc v: 7.4.0 Desktop: Cinnamon 4.2.3 
           Distro: Linux Mint 19.2 Tina base: Ubuntu 18.04 bionic 
Machine:   Type: Laptop System: Dell product: Vostro 5481 v: N/A serial: <filter> 
           Mobo: Dell model: 05H37Y v: A00 serial: <filter> UEFI: Dell v: 2.2.0 date: 03/24/2019 
Battery:   ID-1: BAT0 charge: 42.0 Wh condition: 42.0/42.0 Wh (100%) model: SMP DELL VM73283 status: Full 
           Device-1: hidpp_battery_0 model: Logitech Wireless Keyboard K540/K545 charge: 100% status: Discharging 
           Device-2: hidpp_battery_1 model: Logitech Wireless Mouse charge: 55% status: Discharging 
CPU:       Topology: Quad Core model: Intel Core i7-8565U bits: 64 type: MT MCP arch: Kaby Lake rev: B 
           L2 cache: 8192 KiB 
           flags: lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx bogomips: 31872 
           Speed: 800 MHz min/max: 400/4600 MHz Core speeds (MHz): 1: 801 2: 800 3: 800 4: 800 5: 800 6: 800 7: 800 
           8: 800 
Graphics:  Device-1: Intel vendor: Dell driver: i915 v: kernel bus ID: 00:02.0 
           Device-2: NVIDIA GM108M [GeForce MX130] vendor: Dell driver: nvidia v: 390.116 bus ID: 02:00.0 
           Display: x11 server: X.Org 1.19.6 driver: modesetting,nvidia unloaded: fbdev,nouveau,vesa tty: N/A 
           OpenGL: renderer: GeForce MX130/PCIe/SSE2 v: 4.6.0 NVIDIA 390.116 direct render: Yes 
Audio:     Device-1: Intel vendor: Dell driver: snd_hda_intel v: kernel bus ID: 00:1f.3 
           Sound Server: ALSA v: k4.15.0-58-generic 
Network:   Device-1: Intel driver: iwlwifi v: kernel port: 5000 bus ID: 00:14.3 
           IF: wlo1 state: up mac: <filter> 
           Device-2: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet vendor: Dell driver: r8169 v: 2.3LK-NAPI 
           port: 3000 bus ID: 03:00.0 
           IF: enp3s0 state: down mac: <filter> 
Drives:    Local Storage: total: 1.03 TiB used: 175.85 GiB (16.7%) 
           ID-1: /dev/nvme0n1 vendor: SK Hynix model: BC501 NVMe 128GB size: 119.24 GiB 
           ID-2: /dev/sda vendor: Seagate model: ST1000LM035-1RK172 size: 931.51 GiB 
Partition: ID-1: / size: 116.40 GiB used: 13.87 GiB (11.9%) fs: ext4 dev: /dev/nvme0n1p2 
           ID-2: /home size: 45.58 GiB used: 7.24 GiB (15.9%) fs: ext4 dev: /dev/sda2 
Sensors:   System Temperatures: cpu: 50.0 C mobo: N/A gpu: nvidia temp: 43 C 
           Fan Speeds (RPM): cpu: 3448 
Info:      Processes: 311 Uptime: 4d 6h 06m Memory: 7.48 GiB used: 4.06 GiB (54.3%) Init: systemd runlevel: 5 
           Compilers: gcc: 7.4.0 Shell: bash v: 4.4.20 inxi: 3.0.32 
Patreon sponsor since August 2022
Image
ciesel 2_4

Re: WIFI is connected but no internet

Post by ciesel 2_4 »

So, my next informations. Sorry for not perfect.

Code: Select all

ciesel@ciesel-Aspire-5735:~$ rfkill list all
0: phy0: Wireless LAN
	Soft blocked: no
	Hard blocked: no
1: acer-wireless: Wireless LAN
	Soft blocked: no
	Hard blocked: no
ciesel@ciesel-Aspire-5735:~$ nmcli device wifi rescan
ciesel@ciesel-Aspire-5735:~$ nmcli AR928X wifi rescan
Error: argument 'AR928X' not understood. Try passing --help instead.
ciesel@ciesel-Aspire-5735:~$ nmcli device wifi list
IN-USE  SSID                 MODE   CHAN  RATE        SIGNAL  BARS  SECURITY    
*       EU-WLAN              Infra  11    130 Mbit/s  40      â–‚â–„__  WPA1 WPA2   
        UPCBF9DB34           Infra  6     130 Mbit/s  32      â–‚â–„__  WPA1 WPA2   
        wlan-ck              Infra  11    130 Mbit/s  32      â–‚â–„__  WPA1 WPA2   
        --                   Infra  11    130 Mbit/s  32      â–‚â–„__  --          
        Unitymedia WifiSpot  Infra  11    130 Mbit/s  30      â–‚___  WPA2 802.1X 
        KALAYY               Infra  11    130 Mbit/s  29      â–‚___  WPA1 WPA2   
        UYM WIFI             Infra  1     130 Mbit/s  27      â–‚___  WPA1 WPA2   
        UPC6762740           Infra  6     130 Mbit/s  24      â–‚___  WPA1 WPA2   
        RPneu                Infra  1     130 Mbit/s  20      â–‚___  WPA1 WPA2   
        Unitymedia WifiSpot  Infra  1     130 Mbit/s  20      â–‚___  WPA2 802.1X 
        FRITZ!Box 7490       Infra  11    195 Mbit/s  20      â–‚___  WPA2        
        Unitymedia WifiSpot  Infra  6     130 Mbit/s  15      â–‚___  WPA2 802.1X 
ciesel@ciesel-Aspire-5735:~$ numb.product/AR928X
bash: numb.product/AR928X: No such file or directory
ciesel@ciesel-Aspire-5735:~$ echo "options AR928X fwlps-N"
options AR928X fwlps-N
ciesel@ciesel-Aspire-5735:~$ sudo  tee/etc/modprobe.d/AR928X.conf
[sudo] password for ciesel:            
sudo: tee/etc/modprobe.d/AR928X.conf: command not found
ciesel@ciesel-Aspire-5735:~$ sudo sed -i 's/3/2/'  /etc/Networkmanager/conf.d/*
sed: can't read /etc/Networkmanager/conf.d/*: No such file or directory
ciesel@ciesel-Aspire-5735:~$ sudo sed -i 's/3/2/'   etc/Networkmanager/conf.d/*
sed: can't read etc/Networkmanager/conf.d/*: No such file or directory
ciesel@ciesel-Aspire-5735:~$ lsmod | grep ath
ath9k                 151552  0
ath9k_common           36864  1 ath9k
ath9k_hw              471040  2 ath9k_common,ath9k
ath                    28672  3 ath9k_common,ath9k,ath9k_hw
mac80211              782336  1 ath9k
cfg80211              622592  4 ath9k_common,ath9k,ath,mac80211
ciesel@ciesel-Aspire-5735:~$ sudo -s
root@ciesel-Aspire-5735:~# echo "options ath9k nohwcrypt=1"> /etc/modprobe.d/ath9k.conf
root@ciesel-Aspire-5735:~# lspci -nnk | egrep -: 'qualcomm atheros -AR928X'
grep: invalid option -- ':'
Usage: grep [OPTION]... PATTERN [FILE]...
Try 'grep --help' for more information.
root@ciesel-Aspire-5735:~# ifconfig -a
enp2s0: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
        ether 00:1d:72:d5:86:c2  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
        device interrupt 16  

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 137609  bytes 9087451 (9.0 MB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 137609  bytes 9087451 (9.0 MB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

wlp3s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.168.2.135  netmask 255.255.255.0  broadcast 192.168.2.255
        inet6 fe80::7f5d:66db:6953:febe  prefixlen 64  scopeid 0x20<link>
        ether 00:17:c4:3b:47:ca  txqueuelen 1000  (Ethernet)
        RX packets 728  bytes 97822 (97.8 KB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 120  bytes 16966 (16.9 KB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

root@ciesel-Aspire-5735:~# lshw -class network
  *-network                 
       description: Ethernet interface
       product: 88E8071 PCI-E Gigabit Ethernet Controller
       vendor: Marvell Technology Group Ltd.
       physical id: 0
       bus info: pci@0000:02:00.0
       logical name: enp2s0
       version: 16
       serial: 00:1d:72:d5:86:c2
       capacity: 1Gbit/s
       width: 64 bits
       clock: 33MHz
       capabilities: pm vpd msi pciexpress bus_master cap_list rom ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=sky2 driverversion=1.30 latency=0 link=no multicast=yes port=twisted pair
       resources: irq:24 memory:f8500000-f8503fff ioport:2000(size=256) memory:f8520000-f853ffff
  *-network
       description: Wireless interface
       product: AR928X Wireless Network Adapter (PCI-Express)
       vendor: Qualcomm Atheros
       physical id: 0
       bus info: pci@0000:03:00.0
       logical name: wlp3s0
       version: 01
       serial: 00:17:c4:3b:47:ca
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress msix bus_master cap_list ethernet physical wireless
       configuration: broadcast=yes driver=ath9k driverversion=4.15.0-58-generic firmware=N/A ip=192.168.2.135 latency=0 link=yes multicast=yes wireless=IEEE 802.11
       resources: irq:17 memory:f8600000-f860ffff
root@ciesel-Aspire-5735:~# 

Bildschirmfoto vom 2019-08-25 13-54-18.png
Thanks very much for helping.
HAWR
Level 9
Level 9
Posts: 2713
Joined: Thu Jun 06, 2019 1:15 pm

Re: WIFI is connected but no internet

Post by HAWR »

Hello ciesel 2_4,

the nmcli are good, but "nmcli AR928X wifi rescan" can't work, because AR928X is your name of the wifi card. The rescan command is for a fresh scan of accessible networks without no output. The more important information is now the SSID for your own network. Is it shown in the list above? One network is unknown (maybe it is yours, but could have a strange SSID name, so it isn't recognized well) and the most networks use channel 11. So it could be necessary to change the SSID and the channel in the configuration of your router. For a better recognition of a SSID it is more useful to have a short name without special characters such as spaces etc.
ciesel 2_4

Re: WIFI is connected but no internet

Post by ciesel 2_4 »

Hi,
here next informations for my wlan connection without internet connection. I have tried somethings.
Thanks for helping and new ideas for solving.
Markus

Code: Select all

ciesel@ciesel-Aspire-5735:~$ sudo sed -i 's/3/2/'  /etc/Networkmanager/conf.d/*
[sudo] password for ciesel:            
sed: can't read /etc/Networkmanager/conf.d/*: No such file or directory
ciesel@ciesel-Aspire-5735:~$ sudo sed -i 's/3/2/' tee /etc/Networkmanager/conf.d/*
sed: can't read tee: No such file or directory
sed: can't read /etc/Networkmanager/conf.d/*: No such file or directory
ciesel@ciesel-Aspire-5735:~$ lspci -nnk | egrep 'qualcomm/Atheros'
ciesel@ciesel-Aspire-5735:~$ lsmod | grep ath
ath9k                 151552  0
ath9k_common           36864  1 ath9k
ath9k_hw              471040  2 ath9k_common,ath9k
ath                    28672  3 ath9k_common,ath9k,ath9k_hw
mac80211              782336  1 ath9k
cfg80211              622592  4 ath9k_common,ath9k,ath,mac80211
ciesel@ciesel-Aspire-5735:~$ lsmod | grep qualcommAtheros
ciesel@ciesel-Aspire-5735:~$ sudo modprobe -rfv iwlwifi
remove (/sbin/lsmod | grep -o -e ^iwlmvm -e ^iwldvm -e ^iwlwifi | xargs /sbin/rmmod) && /sbin/modprobe -r mac80211
rmmod: ERROR: missing module name.
modprobe: FATAL: Error running remove command for iwlwifi
ciesel@ciesel-Aspire-5735:~$ iwconfig
enp2s0    no wireless extensions.

lo        no wireless extensions.

wlp3s0    IEEE 802.11  ESSID:"EU-WLAN"  
          Mode:Managed  Frequency:2.462 GHz  Access Point: DC:08:56:16:56:01   
          Bit Rate=1 Mb/s   Tx-Power=16 dBm   
          Retry short limit:7   RTS thr:off   Fragment thr:off
          Power Management:off
          Link Quality=25/70  Signal level=-85 dBm  
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:7  Invalid misc:2   Missed beacon:0

ciesel@ciesel-Aspire-5735:~$ iwlist scan
enp2s0    Interface doesn't support scanning.

lo        Interface doesn't support scanning.

wlp3s0    Scan completed :
          Cell 01 - Address: DC:08:56:16:56:01
                    Channel:11
                    Frequency:2.462 GHz (Channel 11)
                    Quality=25/70  Signal level=-85 dBm  
                    Encryption key:on
                    ESSID:"EU-WLAN"
                    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 6 Mb/s
                              9 Mb/s; 12 Mb/s; 18 Mb/s
                    Bit Rates:24 Mb/s; 36 Mb/s; 48 Mb/s; 54 Mb/s
                    Mode:Master
                    Extra:tsf=000000efac07b8a3
                    Extra: Last beacon: 25736ms ago
                    IE: Unknown: 000745552D574C414E
                    IE: Unknown: 010882848B960C121824
                    IE: Unknown: 03010B
                    IE: Unknown: 0706444520010D14
                    IE: Unknown: 2A0100
                    IE: Unknown: 32043048606C
                    IE: Unknown: 460573D000000C
                    IE: Unknown: 2D1AAC011BFFFF000000000000000000000100000000000000000000
                    IE: Unknown: 3D160B080400000000000000000000000000000000000000
                    IE: Unknown: 7F0804000F0200000040
                    IE: Unknown: DD180050F2020101800003A4000027A4000042435E0062322F00
                    IE: Unknown: DD0900037F01010000FF7F
                    IE: Unknown: DD168CFDF00400004900000302097201000000003F000000
                    IE: WPA Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (2) : CCMP TKIP
                        Authentication Suites (1) : PSK
                    IE: IEEE 802.11i/WPA2 Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (2) : CCMP TKIP
                        Authentication Suites (1) : PSK
                    IE: Unknown: DD088CFDF00101020100
          Cell 02 - Address: 34:2C:C4:2F:49:97
                    Channel:11
                    Frequency:2.462 GHz (Channel 11)
                    Quality=30/70  Signal level=-80 dBm  
                    Encryption key:on
                    ESSID:"wlan-ck"
                    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=000000a02297ddce
                    Extra: Last beacon: 25872ms ago
                    IE: Unknown: 0007776C616E2D636B
                    IE: Unknown: 010882848B961224486C
                    IE: Unknown: 03010B
                    IE: Unknown: 2A0104
                    IE: Unknown: 32040C183060
                    IE: Unknown: 0706455520010D14
                    IE: Unknown: 2D1AAC0117FFFF000000000000000000000000000000000000000000
                    IE: Unknown: 3D160B030400000000000000000000000000000000000000
                    IE: WPA Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (2) : TKIP CCMP
                        Authentication Suites (1) : PSK
                    IE: IEEE 802.11i/WPA2 Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (2) : TKIP CCMP
                        Authentication Suites (1) : PSK
                    IE: Unknown: 7F080100080000000000
                    IE: Unknown: 0B05010094127A
                    IE: Unknown: DD180050F2020101000003A4000027A4000042435E0062322F00
                    IE: Unknown: 0706455520010D10
                    IE: Unknown: 46052200000000
                    IE: Unknown: DDA70050F204104A0001101044000102103B0001031047001030B60E801DD211B286012A42A09A39421021001852616C696E6B20546563686E6F6C6F67792C20436F72702E1023001C52616C696E6B20576972656C6573732041636365737320506F696E74102400065254323836301042000831323334353637381054000800060050F20400011011000952616C696E6B415053100800020000103C0001011049000600372A000120
                    IE: Unknown: DD07000C4300000000
          Cell 03 - Address: 08:96:D7:E7:B7:85
                    Channel:11
                    Frequency:2.462 GHz (Channel 11)
                    Quality=23/70  Signal level=-87 dBm  
                    Encryption key:on
                    ESSID:"FRITZ!Box 7490"
                    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 6 Mb/s
                              9 Mb/s; 12 Mb/s; 18 Mb/s
                    Bit Rates:24 Mb/s; 36 Mb/s; 48 Mb/s; 54 Mb/s
                    Mode:Master
                    Extra:tsf=000000034bbf4e0c
                    Extra: Last beacon: 26012ms ago
                    IE: Unknown: 000E465249545A21426F782037343930
                    IE: Unknown: 010882848B968C129824
                    IE: Unknown: 03010B
                    IE: Unknown: 0706444520010D14
                    IE: Unknown: 2A0100
                    IE: Unknown: 3204B048606C
                    IE: Unknown: 0B0502001F0000
                    IE: Unknown: 460573D000000C
                    IE: Unknown: 2D1AAD011BFFFFFF00000000000000000001000000000406E6470D00
                    IE: Unknown: 3D160B080400000000000000000000000000000000000000
                    IE: Unknown: 4A0E14000A002C01C800140005001900
                    IE: Unknown: 7F0805000F0000000040
                    IE: Unknown: DD180050F2020101000003A4000027A4000042435E0062322F00
                    IE: Unknown: DD0900037F01010000FF7F
                    IE: Unknown: DD0C00040E010102010000000000
                    IE: Unknown: DD168CFDF004000049000003020972010000000039000000
                    IE: Unknown: DD6F0050F204104A0001101044000102103B000103104700107AF18A0D371E0B08B57A0896D7E7B7851021000341564D1023000446426F78102400043030303010420004303030301054000800060050F20400011011000446426F78100800022388103C0001031049000600372A000120
                    IE: IEEE 802.11i/WPA2 Version 1
                        Group Cipher : CCMP
                        Pairwise Ciphers (1) : CCMP
                        Authentication Suites (1) : PSK
                    IE: Unknown: DD088CFDF00101020100
          Cell 04 - Address: DC:08:56:16:56:00
                    Channel:11
                    Frequency:2.462 GHz (Channel 11)
                    Quality=26/70  Signal level=-84 dBm  
                    Encryption key:off
                    ESSID:""
                    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 6 Mb/s
                              9 Mb/s; 12 Mb/s; 18 Mb/s
                    Bit Rates:24 Mb/s; 36 Mb/s; 48 Mb/s; 54 Mb/s
                    Mode:Master
                    Extra:tsf=000000efac0f9180
                    Extra: Last beacon: 25912ms ago
                    IE: Unknown: 0000
                    IE: Unknown: 010882848B960C121824
                    IE: Unknown: 03010B
                    IE: Unknown: 050400010000
                    IE: Unknown: 0706444520010D14
                    IE: Unknown: 2A0100
                    IE: Unknown: 32043048606C
                    IE: Unknown: 2D1A8C011BFFFF000000000000000000000100000000000000000000
                    IE: Unknown: 3D160B080400000000000000000000000000000000000000
                    IE: Unknown: 7F080400000000000040
                    IE: Unknown: DD180050F2020101800003A4000027A4000042435E0062322F00
                    IE: Unknown: DD0900037F01010000FF7F
                    IE: Unknown: DD088CFDF00101020100
                    IE: Unknown: DD168CFDF00400004900000302097201000000003F000000
                    IE: Unknown: DD2800606001AA1C468393A930E37D3440346511320CA933063C622D49B2715DD6334E333FDB87E65700
          Cell 05 - Address: 36:2C:94:12:51:44
                    Channel:11
                    Frequency:2.462 GHz (Channel 11)
                    Quality=19/70  Signal level=-91 dBm  
                    Encryption key:on
                    ESSID:"Unitymedia WifiSpot"
                    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=00000075ec1f61fc
                    Extra: Last beacon: 25952ms ago
                    IE: Unknown: 0013556E6974796D65646961205769666953706F74
                    IE: Unknown: 010882848B961224486C
                    IE: Unknown: 03010B
                    IE: Unknown: 32040C183060
                    IE: Unknown: 0706455520010D14
                    IE: Unknown: 33082001020304050607
                    IE: Unknown: 33082105060708090A0B
                    IE: Unknown: 050400010008
                    IE: IEEE 802.11i/WPA2 Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (2) : TKIP CCMP
                        Authentication Suites (1) : 802.1x
                    IE: Unknown: 46052200000000
                    IE: Unknown: 2A0104
                    IE: Unknown: 2D1AAC0117FFFF000000000000000000000000000000000000000000
                    IE: Unknown: 3D160B000000000000000000000000000000000000000000
                    IE: Unknown: 7F080100080000000000
                    IE: Unknown: DD180050F2020101000003A4000027A4000042435E0062322F00
                    IE: Unknown: 0B05000093127A
                    IE: Unknown: DD07000C4300000000
          Cell 06 - Address: 34:2C:C4:12:51:44
                    Channel:11
                    Frequency:2.462 GHz (Channel 11)
                    Quality=21/70  Signal level=-89 dBm  
                    Encryption key:on
                    ESSID:"KALAYY"
                    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=00000075ec04d1c1
                    Extra: Last beacon: 27696ms ago
                    IE: Unknown: 00064B414C415959
                    IE: Unknown: 010882848B961224486C
                    IE: Unknown: 03010B
                    IE: Unknown: 32040C183060
                    IE: Unknown: 0706455520010D14
                    IE: Unknown: 33082001020304050607
                    IE: Unknown: 33082105060708090A0B
                    IE: Unknown: 050400010000
                    IE: WPA Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (2) : TKIP CCMP
                        Authentication Suites (1) : PSK
                    IE: IEEE 802.11i/WPA2 Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (2) : TKIP CCMP
                        Authentication Suites (1) : PSK
                    IE: Unknown: DD310050F204104A00011010440001021047001030B60E801DD211B286012A42A09A3942103C0001011049000600372A000120
                    IE: Unknown: 46052200000000
                    IE: Unknown: 2A0104
                    IE: Unknown: 2D1AAC0117FFFF000000000000000000000000000000000000000000
                    IE: Unknown: 3D160B000000000000000000000000000000000000000000
                    IE: Unknown: 7F080100080000000000
                    IE: Unknown: DD180050F2020101000003A4000027A4000042435E0062322F00
                    IE: Unknown: 0B05000093127A
                    IE: Unknown: DD07000C4300000000
          Cell 07 - Address: 38:43:7D:B9:D2:6D
                    Channel:1
                    Frequency:2.412 GHz (Channel 1)
                    Quality=27/70  Signal level=-83 dBm  
                    Encryption key:on
                    ESSID:"UYM WIFI"
                    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=00000179c608c1b3
                    Extra: Last beacon: 28160ms ago
                    IE: Unknown: 000855594D2057494649
                    IE: Unknown: 010882848B961224486C
                    IE: Unknown: 030101
                    IE: Unknown: 32040C183060
                    IE: Unknown: 0706455520010D14
                    IE: Unknown: 33082001020304050607
                    IE: Unknown: 33082105060708090A0B
                    IE: Unknown: 050400010000
                    IE: WPA Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (2) : TKIP CCMP
                        Authentication Suites (1) : PSK
                    IE: IEEE 802.11i/WPA2 Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (2) : TKIP CCMP
                        Authentication Suites (1) : PSK
                    IE: Unknown: DD310050F204104A00011010440001021047001030B60E801DD211B286012A42A09A3942103C0001011049000600372A000120
                    IE: Unknown: 46052200000000
                    IE: Unknown: 2A0104
                    IE: Unknown: 2D1AAC0117FFFF000000000000000000000000000000000000000000
                    IE: Unknown: 3D1601030400000000000000000000000000000000000000
                    IE: Unknown: 7F080100080000000000
                    IE: Unknown: DD180050F2020101000003A4000027A4000042435E0062322F00
                    IE: Unknown: 0B0501005B127A
                    IE: Unknown: DD07000C4300000000
          Cell 08 - Address: 38:43:7D:6B:11:02
                    Channel:1
                    Frequency:2.412 GHz (Channel 1)
                    Quality=28/70  Signal level=-82 dBm  
                    Encryption key:on
                    ESSID:"UPC0757328"
                    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=00000002fd1361d3
                    Extra: Last beacon: 28152ms ago
                    IE: Unknown: 000A55504330373537333238
                    IE: Unknown: 010882848B961224486C
                    IE: Unknown: 030101
                    IE: Unknown: 32040C183060
                    IE: Unknown: 0706455520010D14
                    IE: Unknown: 33082001020304050607
                    IE: Unknown: 33082105060708090A0B
                    IE: Unknown: 050400010000
                    IE: WPA Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (2) : TKIP CCMP
                        Authentication Suites (1) : PSK
                    IE: IEEE 802.11i/WPA2 Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (2) : TKIP CCMP
                        Authentication Suites (1) : PSK
                    IE: Unknown: DD310050F204104A000110104400010210470010314EA5001DD211B286012A42A09A3942103C0001011049000600372A000120
                    IE: Unknown: 46052200000000
                    IE: Unknown: 2A0104
                    IE: Unknown: 2D1AEE1117FFFF000000000000000000000000000000000000000000
                    IE: Unknown: 3D1601000600000000000000000000000000000000000000
                    IE: Unknown: 4A0E14000A002C01C800140005001900
                    IE: Unknown: 7F080100080000000000
                    IE: Unknown: DD180050F2020101000003A4000027A4000042435E0062322F00
                    IE: Unknown: 0B0501006E127A
                    IE: Unknown: DD07000C4300000000
          Cell 09 - Address: 90:5C:44:A4:B5:4E
                    Channel:6
                    Frequency:2.437 GHz (Channel 6)
                    Quality=32/70  Signal level=-78 dBm  
                    Encryption key:on
                    ESSID:"UPCBF9DB34"
                    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=0000032fd1aec1b5
                    Extra: Last beacon: 27156ms ago
                    IE: Unknown: 000A55504342463944423334
                    IE: Unknown: 010882848B961224486C
                    IE: Unknown: 030106
                    IE: Unknown: 32040C183060
                    IE: Unknown: 0706455520010D14
                    IE: Unknown: 33082001020304050607
                    IE: Unknown: 33082105060708090A0B
                    IE: Unknown: 050400010008
                    IE: WPA Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (2) : TKIP CCMP
                        Authentication Suites (1) : PSK
                    IE: IEEE 802.11i/WPA2 Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (2) : TKIP CCMP
                        Authentication Suites (1) : PSK
                    IE: Unknown: DD310050F204104A000110104400010210470010327FD2001DD211B286012A42A09A3942103C0001011049000600372A000120
                    IE: Unknown: 46052200000000
                    IE: Unknown: 2A0104
                    IE: Unknown: 2D1AAC0117FFFF000000000000000000000000000000000000000000
                    IE: Unknown: 3D1606030400000000000000000000000000000000000000
                    IE: Unknown: 7F080100080000000000
                    IE: Unknown: DD180050F2020101000003A4000027A4000042435E0062322F00
                    IE: Unknown: 0B0503008D127A
                    IE: Unknown: DD07000C4300000000
          Cell 10 - Address: 92:5C:14:A4:B5:4E
                    Channel:6
                    Frequency:2.437 GHz (Channel 6)
                    Quality=31/70  Signal level=-79 dBm  
                    Encryption key:on
                    ESSID:"Unitymedia WifiSpot"
                    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=0000032fd1aa1780
                    Extra: Last beacon: 27460ms ago
                    IE: Unknown: 0013556E6974796D65646961205769666953706F74
                    IE: Unknown: 010882848B961224486C
                    IE: Unknown: 030106
                    IE: Unknown: 32040C183060
                    IE: Unknown: 0706455520010D14
                    IE: Unknown: 33082001020304050607
                    IE: Unknown: 33082105060708090A0B
                    IE: Unknown: 050400010004
                    IE: IEEE 802.11i/WPA2 Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (2) : TKIP CCMP
                        Authentication Suites (1) : 802.1x
                    IE: Unknown: 46052200000000
                    IE: Unknown: 2A0104
                    IE: Unknown: 2D1AAC0117FFFF000000000000000000000000000000000000000000
                    IE: Unknown: 3D1606030400000000000000000000000000000000000000
                    IE: Unknown: 7F080100080000000000
                    IE: Unknown: DD180050F2020101000003A4000027A4000042435E0062322F00
                    IE: Unknown: 0B0503008D127A
                    IE: Unknown: DD07000C4300000000

ciesel@ciesel-Aspire-5735:~$ sudo -s
root@ciesel-Aspire-5735:~# sed -i 's/3/2/'  etc/Networkmanager/conf.d/*
sed: can't read etc/Networkmanager/conf.d/*: No such file or directory
root@ciesel-Aspire-5735:~# echo "options ath9k nohwcrypt=1"> /etc/modprobe.d/ath9k.conf
root@ciesel-Aspire-5735:~# exit
exit
ciesel@ciesel-Aspire-5735:~$ 

User avatar
Pjotr
Level 24
Level 24
Posts: 20118
Joined: Mon Mar 07, 2011 10:18 am
Location: The Netherlands (Holland) 🇳🇱
Contact:

Re: WIFI is connected but no internet

Post by Pjotr »

In the router settings, change the insecure, outdated and troublesome "TKIP" to modern secure "AES only". This is often enough to fix connection problems.
Tip: 10 things to do after installing Linux Mint 21.3 Virginia
Keep your Linux Mint healthy: Avoid these 10 fatal mistakes
Twitter: twitter.com/easylinuxtips
All in all, horse sense simply makes sense.
User avatar
chili555
Level 3
Level 3
Posts: 178
Joined: Sun Apr 22, 2007 12:07 pm

Re: WIFI is connected but no internet

Post by chili555 »

sudo sed -i 's/3/2/' /etc/Networkmanager/conf.d/*
It is supposed to be:

Code: Select all

sudo sed -i 's/3/2/'  /etc/NetworkManager/conf.d/*
That is, with a capital M in Manager. Please try again.

May we see:

Code: Select all

ping -c3 8.8.8.8
ping -c3 www.google.com
ls -al /etc/resolv.conf
Thanks.
ciesel 2_4

Re: WIFI is connected but no internet

Post by ciesel 2_4 »

@pjotr
How can i find the router settings? Thanks!
ciesel 2_4

Re: WIFI is connected but no internet

Post by ciesel 2_4 »

there the next

Code: Select all

ciesel@ciesel-Aspire-5735:~$ ls -al  /etc/resolv.conf
lrwxrwxrwx 1 root root 39 Mai 18 00:53 /etc/resolv.conf -> ../run/systemd/resolve/stub-resolv.conf
ciesel@ciesel-Aspire-5735:~$ ping -c3 8.8.8.8
connect: Network is unreachable
ciesel@ciesel-Aspire-5735:~$ ping -c3 www.google.de
ping: www.google.de: Name or service not known
ciesel@ciesel-Aspire-5735:~$ sed -i 's/3/2/'  /etc/NetworkManager/conf.d/*
sed: couldn't open temporary file /etc/NetworkManager/conf.d/sedv5CcBU: Permission denied
ciesel@ciesel-Aspire-5735:~$ sudo -s
[sudo] password for ciesel:            
root@ciesel-Aspire-5735:~# sed -i 's/3/2/'  /etc/NetworkManager/conf.d/*
root@ciesel-Aspire-5735:~# 

User avatar
chili555
Level 3
Level 3
Posts: 178
Joined: Sun Apr 22, 2007 12:07 pm

Re: WIFI is connected but no internet

Post by chili555 »

Have you noticed that in every case, your scan results show very low signal strength? For example:

Code: Select all

wlp3s0    Scan completed :
          Cell 01 - Address: DC:08:56:16:56:01
                    Channel:11
                    Frequency:2.462 GHz (Channel 11)
                    Quality=25/70 Signal level=-85 dBm  
                    Encryption key:on
                    ESSID:"EU-WLAN"
                    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 6 Mb/s
                              9 Mb/s; 12 Mb/s; 18 Mb/s
                    Bit Rates:24 Mb/s; 36 Mb/s; 48 Mb/s; 54 Mb/s
                    Mode:Master
All of the access points that you scan are very low in strength, from 20 to 30. Your network, as you see, is 25/70 which is very low.

I am sitting about 7 meters from my wireless access point, which is in a closet and I see:

Code: Select all

wlp3s0    Scan completed :
          Cell 01 - Address: xxxx
                    Channel:149
                    Frequency:5.745 GHz (Channel 149)
                    Quality=60/70  Signal level=-50 dBm  
                    Encryption key:on
                    ESSID:"GBR5"
                    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
This makes me wonder if the antenna connectors are firmly snapped in place on your wireless card. Please check.

https://qph.fs.quoracdn.net/main-qimg-b ... 2ddd749807
ciesel 2_4

Re: WIFI is connected but no internet

Post by ciesel 2_4 »

NOW I have updated and changed to Ulyana - Linux Mint 20 !!!
BUT the same problem !!!
What can i do ???
sleeper12
Level 21
Level 21
Posts: 14591
Joined: Thu May 25, 2017 3:22 pm

Re: WIFI is connected but no internet

Post by sleeper12 »

What does this show:

Code: Select all

 mokutil --sb-state 
ciesel 2_4

Re: WIFI is connected but no internet

Post by ciesel 2_4 »

Ulyana says:
EFI variables are not supported on this system

And 19.2 says:
cannont connect with unbuntu
sleeper12
Level 21
Level 21
Posts: 14591
Joined: Thu May 25, 2017 3:22 pm

Re: WIFI is connected but no internet

Post by sleeper12 »

If your ethernet cable is plugged in, unplug it. Then try:

Code: Select all

 sudo service network-manager restart 
User avatar
Larry78723
Level 14
Level 14
Posts: 5476
Joined: Wed Jan 09, 2019 7:01 pm
Location: Jasper County, SC, USA

Re: WIFI is connected but no internet

Post by Larry78723 »

Image
If you have found the solution to your initial post, please open your original post, click on the pencil, and add (Solved) to the Subject, it helps other users looking for help, and keeps the forum clean.
ciesel 2_4

Re: WIFI is connected but no internet

Post by ciesel 2_4 »

After: sudo service network-manager restart
there is no more Wlan accessible

I have now Linux Mint 19.3 Tricia, 64-Bit, Cinnamon
ciesel 2_4

Re: WIFI is connected but no internet

Post by ciesel 2_4 »

After: echo "options ath9k nohwcrypt=1" | sudo tee /etc/modprobe.d/ath9k.conf

This changes nothing.
Locked

Return to “Networking”