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

 

 

 

wifi internet lost after dist-upgrade in testing [SOLVED]

Linux Kernel, Network, and Services configuration.
Post Reply
Message
Author
lucianomoffatt
Posts: 6
Joined: 2017-02-03 13:11

wifi internet lost after dist-upgrade in testing [SOLVED]

#1 Post by lucianomoffatt »

I did a new installation and after a single apt-get dist-ugrade, wich installed three new packages and updated about another forty,I lost my wifi internet connection again. Cable internet worked fine.

I suspect it has something to do with firmware-linux-free so I did an apt-get remove and I re installed the package firmare-realtek without luck.

I re-installed the last testing from scratch and I recovered wifi internet.

I could try to find the guilty package by installing one by one, but I was not in the mood of having to reinstall it.

So, what could I do to report this problem to help it to be solved?

Thanks
Last edited by lucianomoffatt on 2017-02-09 00:39, edited 1 time in total.

User avatar
airborne_rodent
Posts: 14
Joined: 2011-08-25 13:02
Location: France

Re: wifi internet is lost after recent dist-upgrade in testi

#2 Post by airborne_rodent »

What you could do is to (using cable) read this forum before wiping your Debian:) Now anyway, check here: http://forums.debian.net/viewtopic.php?f=5&t=131346
(\__/)
(='.'=) This is Bunny. Copy and paste Bunny into your
(")_(") signature to help him gain world domination

lucianomoffatt
Posts: 6
Joined: 2017-02-03 13:11

Re: wifi internet is lost after recent dist-upgrade in testi

#3 Post by lucianomoffatt »

Yeah, I have already wiped debian twice.
It seems that posting here would have been faster than doing that!!

So, now I have a working wireless using kernel 4.8.
The thing is that right now if I do
luciano@dbLuciano:~$ apt-listbugs list linux-image-4.9.0-1-amd64
Obteniendo informes de fallo... Finalizado
Analizando información Encontrada/Corregida... Finalizado

It says that there are no errors. So, someone should change that and prevent people into installing kernel 4.9 until it is fixed.
How can I do that?

Segfault
Posts: 993
Joined: 2005-09-24 12:24
Has thanked: 5 times
Been thanked: 17 times

Re: wifi internet is lost after recent dist-upgrade in testi

#4 Post by Segfault »

Linux is an open book, nothing is hidden. Re-install is a bad habit from using "another operating system" too long. Anything in Linux can be troubleshooted and fixed. (With exception of systemd issues, I have seen a report by a very tech savvy person who couldn't figure out why systemd craps out during boot.)

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 71 times

Re: wifi internet is lost after recent dist-upgrade in testi

#5 Post by stevepusser »

This could be restricted to your particular wireless device and driver. I'm using a 4.9 backported Liquorix kernel on a Jessie base and don't see that at all with my wifi. Could you install inxi and report the output of

Code: Select all

inxi -Nx
MX Linux packager and developer

marcetm
Posts: 135
Joined: 2015-08-02 21:30

Re: wifi internet is lost after recent dist-upgrade in testi

#6 Post by marcetm »

lucianomoffatt wrote:The thing is that right now if I do
luciano@dbLuciano:~$ apt-listbugs list linux-image-4.9.0-1-amd64
Obteniendo informes de fallo... Finalizado
Analizando información Encontrada/Corregida... Finalizado

It says that there are no errors. So, someone should change that and prevent people into installing kernel 4.9 until it is fixed.
How can I do that?
Do you mean we should report a bug?

lucianomoffatt
Posts: 6
Joined: 2017-02-03 13:11

Re: wifi internet is lost after recent dist-upgrade in testi

#7 Post by lucianomoffatt »

marcetm wrote:
lucianomoffatt wrote:The thing is that right now if I do
luciano@dbLuciano:~$ apt-listbugs list linux-image-4.9.0-1-amd64
Obteniendo informes de fallo... Finalizado
Analizando información Encontrada/Corregida... Finalizado

It says that there are no errors. So, someone should change that and prevent people into installing kernel 4.9 until it is fixed.
How can I do that?
Do you mean we should report a bug?
Yes, exactly, so other people could be aware of the problem and wait until installation of the new kernel does not produce unwanted side effects.
I was trying to file the bug, but I have never done that.

lucianomoffatt
Posts: 6
Joined: 2017-02-03 13:11

Re: wifi internet is lost after recent dist-upgrade in testi

#8 Post by lucianomoffatt »

stevepusser wrote:This could be restricted to your particular wireless device and driver. I'm using a 4.9 backported Liquorix kernel on a Jessie base and don't see that at all with my wifi. Could you install inxi and report the output of

Code: Select all

inxi -Nx
here is the output:

$ inxi -Nx
Network: Card-1: Realtek RTL8188CE 802.11b/g/n WiFi Adapter driver: rtl8192ce port: e000 bus-ID: 02:00.0
Card-2: JMicron JMC250 PCI Express Gigabit Ethernet Controller
driver: jme v: 1.0.8 ports: d100 d000 bus-ID: 03:00.0

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 71 times

Re: wifi internet is lost after recent dist-upgrade in testi

#9 Post by stevepusser »

Some web searching shows that the rtl8192ce driver is having problems with the 4.9 kernel on pretty much all distros. You might be able to get it working for you by editing a configuration file, like in this thread:

https://bugzilla.redhat.com/show_bug.cgi?id=1415339#c20

Or perhaps you could try building and installing this driver, and blacklisting the rtl8192ce module: https://github.com/FreedomBen/rtl8188ce-linux-driver
MX Linux packager and developer

marcetm
Posts: 135
Joined: 2015-08-02 21:30

Re: wifi internet is lost after recent dist-upgrade in testi

#10 Post by marcetm »

lucianomoffatt wrote:I was trying to file the bug, but I have never done that.
Neither I do, but there's always a first time for every thing... I will try to, even though I don't know where start from...

User avatar
GarryRicketson
Posts: 5644
Joined: 2015-01-20 22:16
Location: Durango, Mexico

Re: wifi internet is lost after recent dist-upgrade in testi

#11 Post by GarryRicketson »

by lucianomoffatt »I was trying to file the bug, but I have never done that.
Maybe also never used a search engine,..?
How to report a bug on Debian

First hit,
https://www.debian.org/Bugs/Reporting
but there are more,...Usually if one reads the documentation , they can learn something new.

User avatar
ksu
Posts: 79
Joined: 2014-01-13 14:59
Has thanked: 3 times
Been thanked: 1 time

Re: wifi internet is lost after recent dist-upgrade in testi

#12 Post by ksu »

I did a fresh install using netboot/pxe of 9... chosen more packages that I need. Ended up with no 'ifconfig' available.
I guess that's something that should be addressed.

Mike
"They did not know it was impossible so they did it” - Mark Twain

User avatar
ksu
Posts: 79
Joined: 2014-01-13 14:59
Has thanked: 3 times
Been thanked: 1 time

Re: wifi internet is lost after recent dist-upgrade in testi

#13 Post by ksu »

edit: post removed by me...
Last edited by ksu on 2017-02-09 23:39, edited 1 time in total.
"They did not know it was impossible so they did it” - Mark Twain

User avatar
pylkko
Posts: 1802
Joined: 2014-11-06 19:02

Re: wifi internet is lost after recent dist-upgrade in testi

#14 Post by pylkko »

you have to realize that it is somewhat pointless to test the testing version and not report bugs that you find.

Bulkley
Posts: 6386
Joined: 2006-02-11 18:35
Has thanked: 2 times
Been thanked: 39 times

Re: wifi internet is lost after recent dist-upgrade in testi

#15 Post by Bulkley »

pylkko wrote:you have to realize that it is somewhat pointless to test the testing version and not report bugs that you find.
+1

lucianomoffatt
Posts: 6
Joined: 2017-02-03 13:11

Re: wifi internet is lost after recent dist-upgrade in testi

#16 Post by lucianomoffatt »

Bulkley wrote:
pylkko wrote:you have to realize that it is somewhat pointless to test the testing version and not report bugs that you find.
+1
I just filed the bug
Bug#854353: linux-image-4.9.0-1-amd64: wifi internet is lost, using driver rtl8192ce

User avatar
airborne_rodent
Posts: 14
Joined: 2011-08-25 13:02
Location: France

Re: wifi internet is lost after recent dist-upgrade in testi

#17 Post by airborne_rodent »

pylkko wrote:you have to realize that it is somewhat pointless to test the testing version and not report bugs that you find.
That's a very good point. However, sometimes even those of us who've done it a zillion times (i.e. reported bugs) might get lost as to e.g. which package should the bug be reported against. [For example, right now I'm facing an issue with Firefox which I'm strongly suspecting is in fact the fault of xorg:) ]

So I guess if I for example don't report bugs, abovementioned uncertainty might be one of the reasons.
(\__/)
(='.'=) This is Bunny. Copy and paste Bunny into your
(")_(") signature to help him gain world domination

User avatar
pylkko
Posts: 1802
Joined: 2014-11-06 19:02

Re: wifi internet is lost after recent dist-upgrade in testi

#18 Post by pylkko »

But there are often bugs reported against wrong packages... If it is demonstrated that the bug is due to another package, the report can be reassigned. I don't think it is a good idea to hold back discussion about the issue just because you are not sure exact what is causing it.

lucianomoffatt
Posts: 6
Joined: 2017-02-03 13:11

Re: wifi internet is lost after recent dist-upgrade in testi

#19 Post by lucianomoffatt »

Following a suggestion of marcetm, I created the archive
/etc/modprobe.d/rtl8192ce.conf,
containing the single following line:
options rtl8192ce ips=0 fwlps=0

I did a dist-upgrade and wifi is still active after a reboot.

So I could say that the problem is SOLVED

Post Reply