wlan0 sudden flood

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.
Locked
scarface

wlan0 sudden flood

Post by scarface »

Hello,
this thing happens to me everytime I open multiple cards in firefox/chrome and in each I ask for a webpage (cca 3 and more cards). I open new card, put some webpage, then instantly open another card, open another webpage and then another one and bam, my browser keeps querying webpages forever, each card is blank. If I put `ping 8.8.8.8` into console, I get 20%+ packet loss and rtt time is like 12k ms.

Can you help me somehow please?
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
Pjotr
Level 24
Level 24
Posts: 20129
Joined: Mon Mar 07, 2011 10:18 am
Location: The Netherlands (Holland) 🇳🇱
Contact:

Re: wlan0 sudden flood

Post by Pjotr »

a. Please generate an overview of your system like this:
- Launch a terminal window (this is how to launch a terminal window);
- make the terminal window full screen, to avoid chopped lines;
- Copy/paste this command into the terminal:

Code: Select all

inxi -Fxz
(if you type: the letter F is a capital letter)

Press Enter.

Copy/paste the output in your next message.

b. Do the same with the following three commands:

Code: Select all

rfkill list all
and:

Code: Select all

iwconfig
and:

Code: Select all

inxi -Nn
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.
scarface

Re: wlan0 sudden flood

Post by scarface »

output of

Code: Select all

inxi -Fxz
System:    Host: allanko-ntb Kernel: 3.16.0-38-generic x86_64 (64 bit, gcc: 4.8.2) 
           Desktop: Cinnamon 2.6.13  Distro: Linux Mint 17.2 Rafaela
Machine:   System: Hewlett-Packard product: HP ProBook 6570b version: A1028C1100
           Mobo: Hewlett-Packard model: 17AB version: KBC Version 42.32
           Bios: Hewlett-Packard version: 68ICE Ver. F.40 date: 01/31/2013
CPU:       Dual core Intel Core i5-3210M CPU (-HT-MCP-) cache: 3072 KB flags: (lm nx sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx) bmips: 9977.24 
           Clock Speeds: 1: 1221.875 MHz 2: 1265.136 MHz 3: 1299.218 MHz 4: 1320.117 MHz
Graphics:  Card: Intel 3rd Gen Core processor Graphics Controller bus-ID: 00:02.0 
           X.Org: 1.15.1 drivers: intel (unloaded: fbdev,vesa) Resolution: 1600x900@60.0hz 
           GLX Renderer: Mesa DRI Intel Ivybridge Mobile GLX Version: 3.0 Mesa 10.1.3 Direct Rendering: Yes
Audio:     Card: Intel 7 Series/C210 Series Family High Definition Audio Controller driver: snd_hda_intel bus-ID: 00:1b.0 
           Sound: Advanced Linux Sound Architecture ver: k3.16.0-38-generic
Network:   Card-1: Intel 82579V Gigabit Network Connection driver: e1000e ver: 2.3.2-k port: 4060 bus-ID: 00:19.0
           IF: eth0 state: down mac: <filter>
           Card-2: Broadcom BCM43228 802.11a/b/g/n driver: wl bus-ID: 24:00.0
           IF: wlan0 state: up mac: <filter>
Drives:    HDD Total Size: 500.1GB (16.1% used) 1: id: /dev/sda model: TOSHIBA_MK5061GS size: 500.1GB 
Partition: ID: / size: 21G used: 9.0G (46%) fs: ext4 ID: /home size: 310G used: 66G (23%) fs: ext4 
           ID: swap-1 size: 8.19GB used: 0.06GB (1%) fs: swap 
RAID:      No RAID devices detected - /proc/mdstat and md_mod kernel raid module present
Sensors:   System Temperatures: cpu: 44.0C mobo: 0.0C 
           Fan Speeds (in rpm): cpu: N/A 
Info:      Processes: 193 Uptime: 1 day Memory: 1334.4/3832.5MB Runlevel: 2 Gcc sys: 4.8.4 
           Client: Shell (bash 4.3.11) inxi: 1.9.17
output of

Code: Select all

rfkill list all
0: phy0: Wireless LAN
	Soft blocked: no
	Hard blocked: no
1: brcmwl-0: Wireless LAN
	Soft blocked: no
	Hard blocked: no
6: hci0: Bluetooth
	Soft blocked: yes
	Hard blocked: no
output of

Code: Select all

iwconfig
eth0      no wireless extensions.

wlan0     IEEE 802.11abg  ESSID:"SiliconHill"  
          Mode:Managed  Frequency:2.462 GHz  Access Point: 70:3A:0E:87:7F:80   
          Retry short limit:7   RTS thr:off   Fragment thr:off
          Power Management:off
          
wwan0     no wireless extensions.

lo        no wireless extensions.
output of

Code: Select all

inxi -Nn
Network:   Card-1: Intel 82579V Gigabit Network Connection driver: e1000e 
           IF: eth0 state: down mac: 88:51:fb:cb:9d:5c
           Card-2: Broadcom BCM43228 802.11a/b/g/n driver: wl 
           IF: wlan0 state: up mac: f4:b7:e2:b1:0b:fd
User avatar
Pjotr
Level 24
Level 24
Posts: 20129
Joined: Mon Mar 07, 2011 10:18 am
Location: The Netherlands (Holland) 🇳🇱
Contact:

Re: wlan0 sudden flood

Post by Pjotr »

Try this:

Update Manager - panel: View - Linux kernels

Install the latest kernel from the 4.4 series. Then reboot.
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.
scarface

Re: wlan0 sudden flood

Post by scarface »

Did it. I will answer when this occures again or everything will seem to be fine. Thanks for now.

Edit: Till this moments it is okay. Will see later.
scarface

Re: wlan0 sudden flood

Post by scarface »

Okay, so the problem is still not fixed.
scarface

Re: wlan0 sudden flood

Post by scarface »

Can you help me guys, please?
scarface

Re: wlan0 sudden flood

Post by scarface »

Anybody have a clue what is going on in this problem?
User avatar
Pjotr
Level 24
Level 24
Posts: 20129
Joined: Mon Mar 07, 2011 10:18 am
Location: The Netherlands (Holland) 🇳🇱
Contact:

Re: wlan0 sudden flood

Post by Pjotr »

Give Mint 18.2 a try. Preferably by means of a clean installation.
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.
Locked

Return to “Networking”