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: Thu, 04 Apr 2019 10:35:02 -0700 Message-ID: <432a41012feae80c4967d97180c5b2fb@riseup.net> References: <55b32fcde217f16b09d1398dfc478d8f@riseup.net> <87lg0qojw0.fsf@gnu.org> <32c8ad168a757fcc3f63ef158a0d3360@riseup.net> <878swqurrj.fsf@gnu.org> 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]:58895) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hC6HT-00065j-Hl for bug-guix@gnu.org; Thu, 04 Apr 2019 13:36:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hC6HS-0003fX-H9 for bug-guix@gnu.org; Thu, 04 Apr 2019 13:36:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:59335) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hC6HS-0003fP-99 for bug-guix@gnu.org; Thu, 04 Apr 2019 13:36:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hC6HS-0005zt-2x for bug-guix@gnu.org; Thu, 04 Apr 2019 13:36:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <878swqurrj.fsf@gnu.org> 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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 34991@debbugs.gnu.org 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.