X-Original-To: alpine-user@lists.alpinelinux.org Received: from new3-smtp.messagingengine.com (new3-smtp.messagingengine.com [66.111.4.229]) by lists.alpinelinux.org (Postfix) with ESMTP id 30A7B5C6343 for ; Tue, 4 Sep 2018 13:57:41 +0000 (GMT) Received: from compute6.internal (compute6.nyi.internal [10.202.2.46]) by mailnew.nyi.internal (Postfix) with ESMTP id 83499E27 for ; Tue, 4 Sep 2018 09:57:38 -0400 (EDT) Received: from web1 ([10.202.2.211]) by compute6.internal (MEProxy); Tue, 04 Sep 2018 09:57:38 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fangorn.ch; h= content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=fm1; bh=waJcStabuisqcL0mnSZ79TYiZBmQS PnmMfbTl4SAvjQ=; b=hlpig3e+p25fXiKl5acEfoLH6tarFr8pxI3IuquB9XfcW UeSaOCKcv0fRegSNEhVZs/iVJEkbC0tZkAkx5mT6W6PJNld3Xkf0NNiSzc01UvGo 8J6+P6ruc8Q9yGa/wg07XWtgEaowU0kTWmElas4V0UkE06KJ5+JIM36YT4hXQ1N2 IiBu4l2y4hW0NCHyN78yulhYzqf2aJce6uViGzelBehRuwWqIuTBcmDBzAUvQtkS iRrWqvXz1dfOwJxsX0HHDwXtNj5FiAVzsfaJroMexfnYBKNg4q+rEWZD/Oy3zkEH 85ewXlVpeXWZ524tQeXJhe+EqbCFBC/YejbCVO8Sg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=waJcSt abuisqcL0mnSZ79TYiZBmQSPnmMfbTl4SAvjQ=; b=KcgPGSb9XGbwglefp72nPI r5QdkWYVGi2+58NU5Vxuun1VgeaY8Q/I4jYjM+t8EVp9GjfX94Ky8IZnhWk2Iu4X sJaW4+4q8jasQ5Gk5bmUej95MSur9g/OFpouIjMSUeHQR8Xezn7mLxQHI5bNtK6K AaA2N8TIti5jFim4ANEhQ5OdQiSkZ7NMfErBTfyeIKa02Wf0HJntag2qpbmYWu7d BpfZDTNzkxy33xwNsZY+OzFjooXoZIcTFul29eja37S92icuYH9j78fzEM+CMr0y V9eIeEMg+tcZdI3ma1OH93WgUK64rqflaZm3m/T/bxdOx7xkl0AmKn/imWMdBcyw == X-ME-Proxy: X-ME-Sender: Received: by mailuser.nyi.internal (Postfix, from userid 99) id 8837794249; Tue, 4 Sep 2018 09:57:37 -0400 (EDT) Message-Id: <1536069457.1910781.1496244152.1D31E128@webmail.messagingengine.com> From: "Jean-Louis Fuchs" To: alpine-user@lists.alpinelinux.org X-Mailinglist: alpine-user Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: multipart/alternative; boundary="_----------=_153606945719107810" X-Mailer: MessagingEngine.com Webmail Interface - ajax-1234af23 In-Reply-To: Subject: Re: [alpine-user] Wifi device not detected after disk-based installation Date: Tue, 04 Sep 2018 15:57:37 +0200 References: This is a multi-part message in MIME format. --_----------=_153606945719107810 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" Hi Chris An idea: 1. Boot normally: not disk-based 2. Run lsmod and find out which module provides wifi 3. Boot in disk-based mode 4. modprobe the module If it fails send the error-message. Another idea: 1. Install all linux-firmare package: apk add linux-firmware Best, Jean-Louis On Fri, 31 Aug 2018, at 00:13, Chris Crayton wrote: > I am having an issue where Alpine Linux properly detects the wireless > interface on my Raspberry Pi 3 B+ just fine for a normal install, but > when I use the tutorial from the wiki to make a disk-based install it > is not found. I have pulled my hair out trying every page on the > Alpine wiki and everything I can find on Google with no results. The > module will not load, and I cannot find a clear, unambiguous set of > instructions for how to troubleshoot an issue with loading firmware > for the Pi. I find things like "if you make a firmware directory > Alpine will load that before boot" but of course they do not mention > the name of the directory to make.> > Can someone point to anything that can help me to get the bloody > drivers loaded on a disk-based install?> --_----------=_153606945719107810 Content-Transfer-Encoding: 7bit Content-Type: text/html; charset="utf-8"
Hi Chris

An idea:

1. Boot normally: not disk-based
2. Run lsmod and find out which module provides wifi
3. Boot in disk-based mode
4. modprobe the module

If it fails send the error-message.

Another idea:

1. Install all linux-firmare package: apk add linux-firmware

Best,
Jean-Louis

On Fri, 31 Aug 2018, at 00:13, Chris Crayton wrote:
I am having an issue where Alpine Linux properly detects the wireless interface on my Raspberry Pi 3 B+ just fine for a normal install, but when I use the tutorial from the wiki to make a disk-based install it is not found. I have pulled my hair out trying every page on the Alpine wiki and everything I can find on Google with no results. The module will not load, and I cannot find a clear, unambiguous set of instructions for how to troubleshoot an issue with loading firmware for the Pi. I find things like "if you make a firmware directory Alpine will load that before boot" but of course they do not mention the name of the directory to make.

Can someone point to anything that can help me to get the bloody drivers loaded on a disk-based install?


--_----------=_153606945719107810-- --- Unsubscribe: alpine-user+unsubscribe@lists.alpinelinux.org Help: alpine-user+help@lists.alpinelinux.org ---