From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: wicd can not connect my wifi. Date: Sat, 05 Aug 2017 23:05:07 +0200 Message-ID: <87ini1lo8s.fsf@gnu.org> References: <87vam3c80t.fsf@163.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39484) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1de6G1-0005cV-KN for guix-devel@gnu.org; Sat, 05 Aug 2017 17:05:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1de6Fy-0001Ta-FC for guix-devel@gnu.org; Sat, 05 Aug 2017 17:05:13 -0400 In-Reply-To: <87vam3c80t.fsf@163.com> (Feng Shu's message of "Sat, 05 Aug 2017 05:55:46 +0800") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Feng Shu Cc: guix-devel Hello, "Feng Shu" skribis: > By default, wicd can not connect my wifi, unless I switch > > dhcp client from default to dhclient, any one know the reason? Wicd spawns dhclient by itself, so there must not be any other instance of dhclient running. HTH, Ludo=E2=80=99.