After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 764877 - broken wifi-connection after upgrade to 1.0.12-1
broken wifi-connection after upgrade to 1.0.12-1
Status: RESOLVED DUPLICATE of bug 763388
Product: NetworkManager
Classification: Platform
Component: Wi-Fi
1.0.x
Other Linux
: Normal normal
: ---
Assigned To: NetworkManager maintainer(s)
NetworkManager maintainer(s)
https://bugs.archlinux.org/task/48815
Depends on:
Blocks:
 
 
Reported: 2016-04-11 08:31 UTC by chris
Modified: 2016-04-12 07:42 UTC
See Also:
GNOME target: ---
GNOME version: 3.19/3.20


Attachments
lsmod before update (4.07 KB, text/plain)
2016-04-11 08:31 UTC, chris
Details
lsmod after update (4.07 KB, text/plain)
2016-04-11 08:32 UTC, chris
Details
lsusb -v after update (36.76 KB, text/plain)
2016-04-11 08:33 UTC, chris
Details
lsusb -v before update (36.80 KB, text/plain)
2016-04-11 08:33 UTC, chris
Details

Description chris 2016-04-11 08:31:13 UTC
Created attachment 325703 [details]
lsmod before update

Hi,

after an update to the version 1.0.12 the WiFi connection does not work anymore.
I use the 8191SU module for WiFi
I attached the output of
lsusb -v
lsmod
bevore and after the update. 
I use the most current archlinux with gnome 3.20 but I also notice that problem before my "gnome update" in 3.18.x
Comment 1 chris 2016-04-11 08:32:29 UTC
Created attachment 325704 [details]
lsmod after update
Comment 2 chris 2016-04-11 08:33:29 UTC
Created attachment 325705 [details]
lsusb -v after update
Comment 3 chris 2016-04-11 08:33:59 UTC
Created attachment 325706 [details]
lsusb -v before update
Comment 4 Thomas Haller 2016-04-11 09:19:54 UTC
Hi Chris,


How does it not work? What used to work before, and in which way is it not working anymore?

lsmod/lsusb reports settings from the driver/kernel. At this point that is not helpful.

Please attach the logfile of NetworkManager, preferably after enabling debug-logging and reproducing the failure.

See [logging] in https://cgit.freedesktop.org/NetworkManager/NetworkManager/plain/contrib/fedora/rpm/NetworkManager.conf how to enable debug-logging.


Thank you.



But actually, this could be https://bugzilla.redhat.com/show_bug.cgi?id=1325631
Comment 5 Francesco Giudici 2016-04-11 09:31:21 UTC
Hi Chris, I think it could be fixed with this:
https://cgit.freedesktop.org/NetworkManager/NetworkManager/commit/?id=70c0defe753bc98ac75725cc32a84b36f32258e4
which I have just merged.

You can pick the current nm-stable tree to check and compile.

Or maybe a trick could work in the meanwhile...
check from shell with:
 iwconfig <your wlan device>
If the output shows: "Mode:Auto", then you can try with a :
 sudo iwconfig <your wlan device> mode managed
before starting NM (or just restarting nm after issuing that).

Please, let me know

Francesco
Comment 6 chris 2016-04-11 19:22:07 UTC
(In reply to Francesco Giudici from comment #5)
> Hi Chris, I think it could be fixed with this:
> https://cgit.freedesktop.org/NetworkManager/NetworkManager/commit/
> ?id=70c0defe753bc98ac75725cc32a84b36f32258e4
> which I have just merged.
> 
> You can pick the current nm-stable tree to check and compile.
> 
> Or maybe a trick could work in the meanwhile...
> check from shell with:
>  iwconfig <your wlan device>
> If the output shows: "Mode:Auto", then you can try with a :
>  sudo iwconfig <your wlan device> mode managed
> before starting NM (or just restarting nm after issuing that).
> 
> Please, let me know
> 
> Francesco

Francesco, indeed this did the trick. Your workarround worked as explained to me. So I think this is a duplicate of the problem that you already fixed.
thanks for your nice work!

for me its ok to wait for the next update. The Arch guys are is really fast in doing updates. Until the next stable version i will exclude the NM from updates.

cheers chrys

*** This bug has been marked as a duplicate of bug 763388 ***
Comment 7 Tommy Holmgren 2016-04-12 04:16:20 UTC
I can confirm its working with this: 
https://cgit.freedesktop.org/NetworkManager/NetworkManager/commit/?id=70c0defe753bc98ac75725cc32a84b36f32258e4

The workaround iwconfig <wlan device> mode managed, did not work.
I compiled it from source and its now working again thanks.
Comment 8 Francesco Giudici 2016-04-12 07:42:23 UTC
Chris, Tommy, nice news, thanks for checking!