X-Original-To: alpine-user@lists.alpinelinux.org Received: from mail-wj0-f174.google.com (mail-wj0-f174.google.com [209.85.210.174]) by lists.alpinelinux.org (Postfix) with ESMTP id 41B185C4439 for ; Wed, 23 Nov 2016 05:52:02 +0000 (GMT) Received: by mail-wj0-f174.google.com with SMTP id xy5so2445856wjc.0 for ; Tue, 22 Nov 2016 21:52:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:mime-version:content-disposition :user-agent; bh=39JUb4p8cS4EO/e5OMCQj7ZmdbeOdocQBGP222SCwvM=; b=iykBNl8NOC7+RQLSbKYqPTPvLFc3zRRbe2gbFueHAN+BXGymRWlLR6PP7e0NACs4l+ X06bLS6X2fd3+FgduIYmRvKw+q/W9RX8ebaT4KsF2Vi+gxQVWciOJA4f21itnED+rCa1 aYmtlwho6mXsAnjWHvp3Q0YzpFZOq4ztUmjaJgW+3ooHRMOMPhmwIGRy1AvpIeOr0u2d 0SEl4TRlMcCz3vsZZHx5dcwIMkKon9zHrRPGSknbfcfnvJvL3yGU8Ra1D6eaxxs9y9Zg Wceq3dodm3tN+jpf6ATzr5VXBAUzSBACcLzyHEJdV8QqW7+2NpWrd3E5/lTTpbMoK4oA zgJA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:subject:message-id:mime-version :content-disposition:user-agent; bh=39JUb4p8cS4EO/e5OMCQj7ZmdbeOdocQBGP222SCwvM=; b=bep6qzrrb+Gr+v5t8pxziRnZLAJdBUtx1/aLschLUg1gznRbWBIBfJ5ZsuAu+DGze7 T6lPulvOJM+iwpi+vJCmIO4FhqgPSOjAFG9VtdGrCTDTfGc2Rpy08htEdSh8dcgvng++ psPEg8CMh017Ji9FCtrAbksfPM22LnrjUSe45/yCjWL1ltxhulVeRzaTnZ8J4VDzEeSf N6HUf/U20LJ6R1Y8nK1hk6r5SQZXE91JUcLueXOleBncK/XTNS2TPDoAKkRdS+KOdKCr 3jwCiJDW0jIB/mwjpV6lDacLKThJWOd/C2+NwTB803IgMfIWIcwtlVieo1H987009wSB XBtg== X-Gm-Message-State: AKaTC01UhvPgokPavtJOokmGDQHiKXGF0RB93r2RZYDOLnVMOpZToXQIMQoBRSR9XYx8OA== X-Received: by 10.194.221.4 with SMTP id qa4mr1759647wjc.179.1479880321266; Tue, 22 Nov 2016 21:52:01 -0800 (PST) Received: from Krypton (ptr-2hj4tbv8jcluq2gucvalgqa4q.ip6.access.telenet.be. [2a02:1811:e409:dd00:5e66:a5e3:2c80:99ca]) by smtp.gmail.com with ESMTPSA id w79sm807507wmw.0.2016.11.22.21.51.59 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 22 Nov 2016 21:52:00 -0800 (PST) Date: Wed, 23 Nov 2016 06:51:58 +0100 From: Jens Staal To: alpine-user@lists.alpinelinux.org Subject: [alpine-user] Setting up connman Message-ID: <20161123055156.GB3340@Krypton> X-Mailinglist: alpine-user Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.7.1 (2016-10-04) Hi I have been trying to use connman as an alternative to the "networking" service. I run Alpine on a laptop, which means that I often have very different connections. I could not get it working by just replacing "networking" with "connman" during boot (connmanctl could not activate wifi). Do I need to change/remove the wpa_supplicatnt configuration file? There were no good instuctions anywhere (not even the Arch wiki was that informative) as far as I could see... As an alternative - is there a way to easily change wifi network using wpa_supplicant (the gui did not work for me) and is there a way to make the networking startup conditional so that it does not look for eth0 if wifi is already established and that it does not look for wifi if there is a cable attached to eth0? Right now about 50% of the boot time is due to network lookup. --- Unsubscribe: alpine-user+unsubscribe@lists.alpinelinux.org Help: alpine-user+help@lists.alpinelinux.org ---