From mboxrd@z Thu Jan 1 00:00:00 1970 From: Quiliro Ordonez Subject: bug#34991: network manager error with wireless card when wired card connected Date: Tue, 09 Apr 2019 17:09:32 -0700 Message-ID: <2b50bb496027a0d0d5fa7ca6d45d0bad@riseup.net> References: <55b32fcde217f16b09d1398dfc478d8f@riseup.net> <87lg0qojw0.fsf@gnu.org> <32c8ad168a757fcc3f63ef158a0d3360@riseup.net> <878swqurrj.fsf@gnu.org> <432a41012feae80c4967d97180c5b2fb@riseup.net> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([209.51.188.92]:32826) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hE0oX-0002kq-0b for bug-guix@gnu.org; Tue, 09 Apr 2019 20:10:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hE0oW-00073p-39 for bug-guix@gnu.org; Tue, 09 Apr 2019 20:10:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:38643) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hE0oV-00071J-GR for bug-guix@gnu.org; Tue, 09 Apr 2019 20:10:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hE0oU-0007Tw-3N for bug-guix@gnu.org; Tue, 09 Apr 2019 20:10:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <432a41012feae80c4967d97180c5b2fb@riseup.net> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: 34991@debbugs.gnu.org El 2019-04-04 17:35, Quiliro Ordonez escribió: > El 2019-04-04 07:57, Ludovic Courtès escribió: >> Hola, >> >> Quiliro Ordonez skribis: >> >>> El 2019-04-03 21:31, Ludovic Courtès escribió: >>>> Hi Quiliro, >>>> >>>> Quiliro Ordonez skribis: >>>> >>>>> When i install my PCI wireless card and my ethernet card is plugged to >>>>> its cable, network manager fails to start because of an error starting >>>>> wpa_supplicant. >>>> >>>> Could you provide the actual error messages that you see? You can >>>> hopefully get them from /var/log/messages. >>>> >>>> Without that information there’s nothing we can do about the issue. >>> >>> I cannot see anything else on the log. I attach the respective file. >>> >>> Also, i tryed restarting the networking service: >>> ~$ sudo herd restart networking >>> Service networking is not running. >>> Service wpa-supplicant could not be started. >>> Service networking depends on wpa-supplicant. >>> Service networking could not be started. >> >> Indeed, the log is unhelpful. When you run this command, is there >> anything that gets printed on the console? (You can hit ctrl-alt-f1 and >> then run ’sudo herd start wpa-supplicant’ from there.) > > Right now the networking service has started normally. This error > starting networking service is a situation that is present sometimes on > boot and others it is not. When it is present, I run: > sudo iwconfig wlp2s1 essid QO > sudo dhclient wlp2s1 -v > After that, can connect to the network. I can also make the test you > ask. I did it before. I do not remember exactly the error message when > trying: > sudo herd restart wpa-supplicant > But I do remember that there was no information that told baout the > problem except that it was unable to start it. The log which I sont on > the previous message said that it could not start wpa-supplicant because > it depended on dbus-system. But I when I restarted that service, the > machine became unusable; probably because the login manager stopped > working and I had to restart the machine. > > HH!, > Quiliro. I have no problem since the message above. Posibly because a new Guix commit fixed it after which I pulled and reconfigured.