Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

[solved] cfg80211: Unknown symbol wireless_nlevent_flush

Linux Kernel, Network, and Services configuration.
Post Reply
Message
Author
suchoss
Posts: 3
Joined: 2016-10-07 17:03

[solved] cfg80211: Unknown symbol wireless_nlevent_flush

#1 Post by suchoss »

Hello,

yesterday I confirmed applying update after restart. It restarted, installed packages and after booting into the GNOME I find out that my WiFi is gone. By googling I was able to find similar problem in mail-lists (https://lists.debian.org/debian-kernel/ ... 00122.html). But I can't see any solution there. Tobias Bengfort just mentioned:
So I guess this is not an issue with the kernel itself but rather with my boot setup. So I guess this report can be closed.
My laptop is: Hewlett-Packard HP ENVY 15 x360 PC
My linux used is Debian jessie with GNOME. I am running it as a Live image from USB with persistence.
dmesg error:

Code: Select all

cfg80211: Unknown symbol wireless_nlevent_flush (err 0)
lspci says:

Code: Select all

08:00.0 Network controller: Qualcomm Atheros QCA9565 / AR9565 Wireless Network Adapter (rev 01)
modprobe:

Code: Select all

modprobe: ERROR: could not insert 'iwlwifi': Unknown symbol in module, or unknown parameter (see dmesg)
uname:

Code: Select all

Linux debian 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt25-2 (2016-04-08) x86_64 GNU/Linux
iwconfig:

Code: Select all

eth0      no wireless extensions.; lo        no wireless extensions.
rfkill list:

Code: Select all

0: hci0: Bluetooth
	Soft blocked: no
	Hard blocked: no
I also tried to add this: "deb http://http.debian.net/debian/ jessie main contrib non-free" to sources.list and then install firmware-atheros, firmware-linux, firmware-linux-nonfree, firmware-realtek with no effect.

Since I am user-beginner I don't know what additional info would help with solving this thing. Maybe one last remark - my wifi still works (tested in win).

Thanks in advance
Last edited by suchoss on 2016-10-08 19:50, edited 1 time in total.


suchoss
Posts: 3
Joined: 2016-10-07 17:03

Re: cfg80211: Unknown symbol wireless_nlevent_flush (err 0)

#3 Post by suchoss »

Thanks for reply arochester.
It worked (the second attempt of dpkg -i /var/cache/apt/archives/linux-image-... with version 3.16.7).

But I am still wondering what does that mean to me? Older version = more vulnerability. Is there any way how to use newer kernell and fix just the wifi module?

If I understand it correctly - the main issue was that new kernell was incompatible with some module. Right?
How can I prevent this problem for future? Or how to check when I can install new kernell again?

Thanks again.

arochester
Emeritus
Emeritus
Posts: 2435
Joined: 2010-12-07 19:55
Has thanked: 14 times
Been thanked: 54 times

Re: cfg80211: Unknown symbol wireless_nlevent_flush (err 0)

#4 Post by arochester »

If you read the thread "What kernel do you use" - http://forums.debian.net/viewtopic.php?f=3&t=129757 - you will see that people use a lot of different kernels.

I believe that 3.16 is still the default kernel for Debian Jessie.

If you insist on a more recent kernel maybe you need to try compiling your own - https://www.debian.org/releases/jessie/ ... 06.html.en

Watch out for 4.8! "Linus Torvalds admits 'buggy crap' made it into Linux 4.8" - http://www.theregister.co.uk/2016/10/05 ... _linux_48/

suchoss
Posts: 3
Joined: 2016-10-07 17:03

Re: cfg80211: Unknown symbol wireless_nlevent_flush (err 0)

#5 Post by suchoss »

Ok. Thanks for answers.

Post Reply