From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: Re: Problems with wifi connection on one single network, can't ping gateway Date: Sun, 05 Jul 2015 02:48:59 -0400 Message-ID: <877fqf5cbo.fsf@netris.org> References: <190578f07935c9161304108d297674a8@hcoop.net> 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]:47807) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZBdk7-0003fv-9T for guix-devel@gnu.org; Sun, 05 Jul 2015 02:49:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZBdk0-00010U-8y for guix-devel@gnu.org; Sun, 05 Jul 2015 02:49:35 -0400 Received: from world.peace.net ([50.252.239.5]:60593) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZBdk0-0000wL-5F for guix-devel@gnu.org; Sun, 05 Jul 2015 02:49:28 -0400 In-Reply-To: <190578f07935c9161304108d297674a8@hcoop.net> (=?utf-8?B?Ig==?= =?utf-8?B?55m944GE54aK77yg55u45pKy6YGTIidz?= message of "Sat, 04 Jul 2015 13:47:16 +0200") 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: =?utf-8?B?55m944GE54aK77yg55u45pKy6YGT?= Cc: guix-devel@gnu.org =E7=99=BD=E3=81=84=E7=86=8A=EF=BC=A0=E7=9B=B8=E6=92=B2=E9=81=93 writes: > I'm running GuixSD, latest git pull on the Gluglug X200. Excellent! I'm also running GuixSD on a Libreboot X200. > Using wifi > via commandline, wpa_supplicant, as I will demonstrate below. The > usage is problemless on all wifi networks, even on the road, however I > have a problem with my home wifi - which is a pain. > > The problem is, it will connect, but then internet is inaccessible, I > can't ping my gateway address. If you pass -d to wpa_supplicant, it will output debugging information. You can also pass -dd for even more detail. You might also want to remove the -B option so that it runs in the foreground when debugging. You might consider using wicd, the wireless connection daemon, which might include heuristics to deal with common problems, and anyway it is quite convenient to use. If you'd like to use wicd, make these changes to your OS config: * Add (wicd-service) to 'services', and remove (dhcp-client-service). * Add wicd to the list passed to 'dbus-service'. * Add wicd to 'packages'. Mark