From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1C42F139083 for ; Sun, 17 Dec 2017 05:34:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D6A11E0D4C; Sun, 17 Dec 2017 05:34:16 +0000 (UTC) Received: from mail-vk0-x236.google.com (mail-vk0-x236.google.com [IPv6:2607:f8b0:400c:c05::236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7BD9BE0CA4 for ; Sun, 17 Dec 2017 05:34:16 +0000 (UTC) Received: by mail-vk0-x236.google.com with SMTP id 189so7806315vkc.9 for ; Sat, 16 Dec 2017 21:34:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=raynB2tLubDYK8lLkGHLM9P42kX242U/FUgxGDLEpJk=; b=p/s4LGAaYOe4Jb92O2pdvBibFuKVVoO8RujD0k/+9b0rJCx1W+F/h6mzuEP7lVey8P /E2wzUdQ7zI13eR37HTZTVlKp/88gze2OJ7fVhemubZF2gsHGF91MRpkz7uMIfd+l8uJ HTGQidT4MecgN6YsN1FqFwi9ejbIj5/I64KWS9NsbhSnkncDxTtlEuIlfQ0XddQCrv3X uumtABGQGfRz1qXzBrgNS5pwclryBS7k4UM2UnjOEWbFjsJfDD8Zz3tB9WV/obtWg6/g wco329kxIuRjqkbWhdJHcL//4Y+gZFgJxu+Dsb0hjnGrcqbjf89rH/DcYtg9226DkxLl NMEQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=raynB2tLubDYK8lLkGHLM9P42kX242U/FUgxGDLEpJk=; b=l1zpU5wzbCiY9wunP9EueLc9wCJ5Xn0izgBf/Z8ya3NgrCyvJ9qHYQqXnimDMtvphC 0/MjtOIM8GcX7vDdxA6UKlgz2M4cZVCNn9rtXzpXG4Tydut+YMCvkD9ieLNgITq6s4Dp dVGE4V8ggZJvEptanf9aLypAwYjcUykyVLYBihQskpSoBNJkJtTdZANyt84C9ZGOAkzf weJcEi5AdBBMZ8nCERM806giXupk0OeJk1tCZIYuUvmjbtEl5kffaaB6aoZ6/hUqoIHa IQtzC8zJMuF6zI/bDONVZNUvVQT7bAT3efNCR+Jmhh0jEmlODENVbW3rgB+gfO8agLsl aBfQ== X-Gm-Message-State: AKGB3mJiuRJTorRcpKBKZuThe7AdORcOnHO0p5dfLjh78Phrxo1pkCMM 5vfidDizwjs4/xAJ93DsatZC7ixh42N0ZMnIfhE= X-Google-Smtp-Source: ACJfBov5FVDM2w2nL+cvYT/QX0AX5t3/4AGWG00o72NOlrG2nU1+rAo1Y9lyNzWRovfwXd9lkPH+wP1z3A71xutByB0= X-Received: by 10.31.156.211 with SMTP id f202mr5091118vke.45.1513488855422; Sat, 16 Dec 2017 21:34:15 -0800 (PST) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Received: by 10.159.40.225 with HTTP; Sat, 16 Dec 2017 21:34:14 -0800 (PST) From: Hunter Jozwiak Date: Sun, 17 Dec 2017 00:34:14 -0500 Message-ID: Subject: [gentoo-user] Loading a Firmware Module By hand? To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset="UTF-8" X-Archives-Salt: 1540ebf7-9485-45b4-81ca-93af47addaf0 X-Archives-Hash: 7d176c220449ab6dbce7c34fb5b409bc Hi, I have an ath10k_pci device that I'm trying to get hooked to the Internet, but I'm having some strange issues. It is trying to load the 2.1 firmware, but I don't think that is the proper firmware for the interface to have; I think it ought to be loading the 3.0 module, but am not quite sure on that either, or how I could go about injecting that into the modprobe; I wasn't able to pinpoint the firmware blob the ISO was using, so that wasn't much of a pointer in the right direction either. I see that the 3.0 blob does exist in /lib/firmware/ath10k/QCABLEFAGD/HW3.0, but there are many bin files, so choosing the right one is a bit tricky by the looks of things. Earlier today, I had read the Gentoo wiki on the topic, which suggested that I compile the blob into the kernel itself, but the link they gave only described the advantages and disadvantages of modular kernels and how to drop kmod if you're using a moduleless kernel. Does anybody have any insight on this matter? Thanks, Hunter