From debbugs-submit-bounces@debbugs.gnu.org Sun Apr 12 00:38:03 2020 Received: (at submit) by debbugs.gnu.org; 12 Apr 2020 04:38:03 +0000 Received: from localhost ([127.0.0.1]:57288 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jNUNf-0001Lu-7x for submit@debbugs.gnu.org; Sun, 12 Apr 2020 00:38:03 -0400 Received: from lists.gnu.org ([209.51.188.17]:36146) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jNUNd-0001Lb-SM for submit@debbugs.gnu.org; Sun, 12 Apr 2020 00:38:02 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:54505) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jNUNc-00048h-Hh for guix-patches@gnu.org; Sun, 12 Apr 2020 00:38:01 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jNUNb-0004tJ-4s for guix-patches@gnu.org; Sun, 12 Apr 2020 00:38:00 -0400 Received: from wp224.webpack.hosteurope.de ([2a01:488:42:1000:50ed:84e7::]:51198) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jNUNa-0004qk-US for guix-patches@gnu.org; Sun, 12 Apr 2020 00:37:59 -0400 Received: from www.rohleder.de ([37.61.204.227]); authenticated by wp224.webpack.hosteurope.de running ExIM with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) id 1jNUNW-0002rl-BA; Sun, 12 Apr 2020 06:37:54 +0200 Received: from [192.168.1.3] (helo=micha) by www.rohleder.de with smtp (Exim 4.93) (envelope-from ) id 1jNUNU-00070U-JR; Sun, 12 Apr 2020 06:37:53 +0200 Received: by micha (sSMTP sendmail emulation); Sun, 12 Apr 2020 06:37:49 +0200 From: Michael Rohleder To: guix-patches@gnu.org Subject: [PATCH] gnu: Add rtl8821ce-linux-module. X-PGP-Fingerprint: 755E 2DE5 D0D5 85C5 2E78 2830 7C7A FFBE FEF2 CB25 X-PGP-Key: https://www.rohleder.de/~mike/pgpkey.asc Date: Sun, 12 Apr 2020 06:37:48 +0200 Message-ID: <87r1wte2ub.fsf@rohleder.de> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="==-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-bounce-key: webpack.hosteurope.de;mike@rohleder.de;1586666278;d744f6c8; X-HE-SMSGID: 1jNUNW-0002rl-BA X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2a01:488:42:1000:50ed:84e7:: X-Spam-Score: 1.3 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: My girlfriend's laptop has this chip, so I needed this to spread the love of guix (to her already endless sea of love). Im not sure about the naming, it could also be something like rtl8821ce-driver-linux. Content analysis details: (1.3 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 URIBL_BLOCKED ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [URIs: rohleder.de] -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at https://www.dnswl.org/, low trust [209.51.188.17 listed in list.dnswl.org] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: ambrevar.xyz (xyz)] 0.0 T_SPF_PERMERROR SPF: test of record failed (permerror) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.3 (/) --==-=-= Content-Type: multipart/mixed; boundary="=-=-=" --=-=-= Content-Type: text/plain My girlfriend's laptop has this chip, so I needed this to spread the love of guix (to her already endless sea of love). Im not sure about the naming, it could also be something like rtl8821ce-driver-linux. So far (2 days), it works very well. --=-=-= Content-Type: text/x-patch; charset=utf-8 Content-Disposition: inline; filename=0001-gnu-Add-rtl8821ce-linux-module.patch Content-Transfer-Encoding: quoted-printable Content-Description: [PATCH] gnu: Add rtl8821ce-linux-module. From=206332e69b7fedb614c404a434bcf35e217ce3a953 Mon Sep 17 00:00:00 2001 From: Michael Rohleder Date: Sun, 12 Apr 2020 06:33:23 +0200 Subject: [PATCH] gnu: Add rtl8821ce-linux-module. * gnu/packages/linux.scm (rtl8821ce-linux-module): New variable. =2D-- gnu/packages/linux.scm | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 0be50c11e0..a833aae236 100644 =2D-- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -42,6 +42,7 @@ ;;; Copyright =C2=A9 2020 Pierre Neidhardt ;;; Copyright =C2=A9 2020 Chris Marusich ;;; Copyright =C2=A9 2020 Vincent Legoll +;;; Copyright =C2=A9 2020 Michael Rohleder ;;; ;;; This file is part of GNU Guix. ;;; @@ -1125,6 +1126,40 @@ module allows the control of the backlight level or = luminance property when supported under @file{/sys/class/backlight/}.") (license license:gpl2+))) =20 +(define-public rtl8821ce-linux-module + (let ((commit "69765eb288a8dfad3b055b906760b53e02ab1dea") + (revision "0")) + (package + (name "rtl8821ce-linux-module") + (version (git-version "0.0.1" revision commit)) + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/tomaspinho/rtl8821ce.git") + (commit commit))) + (sha256 + (base32 + "17jiw25k74kv5lnvgycvj2g1n06hbrpjz6p4znk4a62g136rhn4s")))) + (build-system linux-module-build-system) + (arguments + `(#:phases + (modify-phases %standard-phases + (replace 'build + (lambda* (#:key inputs make-flags #:allow-other-keys) + (setenv "CC" "gcc") + (apply invoke "make" + (string-append "KSRC=3D" + (assoc-ref inputs "linux-module-build= er") + "/lib/modules/build") + (or make-flags '()))))) + #:tests? #f)) + (home-page "https://github.com/tomaspinho/rtl8821ce") + (synopsis "Linux Driver for Realtek RTL8821CE wireless network adapt= ers") + (description "This is Realtek's RTL8821CE Linux driver for wireless= =20 +network adapters.") + (license license:gpl2)))) + ;;; ;;; Pluggable authentication modules (PAM). =2D-=20 2.26.0 --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable =2D-=20 When a Banker jumps out of a window, jump after him--that's where the money= is. -- Robespierre --=-=-=-- --==-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEdV4t5dDVhcUueCgwfHr/vv7yyyUFAl6Smx0ACgkQfHr/vv7y yyWKqwf+LZPcnYnPVhbzcX0Edack/3GUdcrimz5tirDe3WUZfu7YrgAu9Auy9PKk qt50S7AoAd7Yq9zbyhpGagdDPJhlupIG+U0L6iQkkqAJIBHoS5ndiXTF8cB8ZgIL dtBpihltF9AHUu2LFXjaBbYnooupecZCW5bqMwDLGN8pbDRG+svpcga4vhT6pisv QLhPuBNSETMyMVKqjo9R+PESHKFKYHUNqNd6DAxSq/MQ97UfxAnLRtmgdHOqQrGM /t/s5M9o0qP/eWXm2IAp1ts24Qu/4oUXC438YTwzb8OtCAF+4T+qApeoDGXQWfid YWt7AiM3CE4kMYHwsyXS9Q2SaBD1MA== =kX8m -----END PGP SIGNATURE----- --==-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Sun Apr 12 01:51:12 2020 Received: (at 40568) by debbugs.gnu.org; 12 Apr 2020 05:51:12 +0000 Received: from localhost ([127.0.0.1]:57305 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jNVWS-0003Vt-EE for submit@debbugs.gnu.org; Sun, 12 Apr 2020 01:51:12 -0400 Received: from tobias.gr ([80.241.217.52]:41234) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jNVWM-0003Vg-PI for 40568@debbugs.gnu.org; Sun, 12 Apr 2020 01:51:10 -0400 Received: by tobias.gr (OpenSMTPD) with ESMTP id e7854923 for <40568@debbugs.gnu.org>; Sun, 12 Apr 2020 05:51:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=tobias.gr; h=from:to :subject:references:in-reply-to:date:message-id:mime-version :content-type; s=2018; i=me@tobias.gr; bh=U3ZpAHUj7vPdbd+WNy9+T1 KjKU+ZEUVRXFNHt6YHYwE=; b=Aq5AY0gNY/0tjLirKCVQdgm+AMnZxO299S+HzG 93WolghaNhSSC6g4H9kELU3U3WTAwKQLTh/VrHm8i+xIeEks6mnumgKZxOAdPKoq sKaTay/xpiVpF+7Y7dYmmN8/gIRNyKWoqOOXvzJejkj/aVltTbUhTmg96fqPwDc7 b1+6fA70pPyIkEOBBMoNYT6BnC0IYlv1xJVnkY9qn0Hzm47vTvSXYAViQn9TOtH1 lXc9GY5NQJoSkOMfDthhno8ctv8sps+N+WFay4KWQ4mOQqBiw5JQ5TTDKo0SOKUy mvPPbP8o/nDmfGYzaJPuN+AytLrcARhaNOhlTRj2jJXareKg== Received: by submission.tobias.gr (OpenSMTPD) with ESMTPSA id f2511ad1 (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO) for <40568@debbugs.gnu.org>; Sun, 12 Apr 2020 05:51:04 +0000 (UTC) From: Tobias Geerinckx-Rice To: 40568@debbugs.gnu.org Subject: Re: [bug#40568] [PATCH] gnu: Add rtl8821ce-linux-module. References: <87r1wte2ub.fsf@rohleder.de> In-reply-to: <87r1wte2ub.fsf@rohleder.de> Date: Sun, 12 Apr 2020 07:51:10 +0200 Message-ID: <871rotntf5.fsf@nckx> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 40568 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) --=-=-= Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Good morning, Michael Rohleder =E5=86=99=E9=81=93=EF=BC=9A > My girlfriend's laptop has this chip, so I needed this to spread=20 > the > love of guix (to her already endless sea of love). Yay! Thank her for the patch. > Im not sure about the naming, it could also be something like > rtl8821ce-driver-linux. =2Dlinux-module's better. The currently random names should=20 probably be standardised. > + (define-public rtl8821ce-linux-module This can go under the existing rtl8812au-aircrack-ng-linux-module.=20 I knew that chip number looked familiar. > + (version (git-version "0.0.1" revision commit)) This should be 0.0.0 unless there's some 0.0.1 release of which=20 I'm unaware. > + (source > + (origin > + (method git-fetch) > + (uri (git-reference > + (url=20 > "https://github.com/tomaspinho/rtl8821ce.git") > + (commit commit))) > + (sha256 > + (base32 > +=20 > "17jiw25k74kv5lnvgycvj2g1n06hbrpjz6p4znk4a62g136rhn4s")))) Git check-outs should have a (file-name (git-file-name name version)) field to make the store file name a bit nicer (and easier to=20 recognise). > + (arguments > + `(#:phases > + (modify-phases %standard-phases > + (replace 'build > + (lambda* (#:key inputs make-flags=20 > #:allow-other-keys) OK, I'm going to add #:make-flags support to l-m-b-s. > + (setenv "CC" "gcc") > + (apply invoke "make" > + (string-append "KSRC=3D" > + (assoc-ref inputs=20 > "linux-module-builder") > + "/lib/modules/build") > + (or make-flags '()))))) If you copied this from rtl8812au-aircrack-ng-linux-module I=20 apologise :-) I (and Guix) prefer specifying the default up-front=20 like so: (lambda* (#:key (make-flags '()) =E2=80=A6 #:allow-other-keys) =E2=80=A6 Then you can use it without ceremony. > + (synopsis "Linux Driver for Realtek RTL8821CE wireless=20 > network adapters") =E2=80=98driver=E2=80=99 > + (description "This is Realtek's RTL8821CE Linux driver=20 > for wireless Invisible trailing space. > +network adapters.") This ought to be a little longer. I can throw something together=20 if you're without inspiration. The AUR package says =E2=80=98with firmware=E2=80=99, which would be proble= matic=20 if I'd actually found any. The README also mentions firmware at=20 the very end. Do you know what they mean? Does this package work=20 out of the box with Linux-Libre? Is that only for Bluetooth? Kind regards, T G-R --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEfo+u0AlEeO9y5k0W2Imw8BjFSTwFAl6SrE4ACgkQ2Imw8BjF STxsDA//RXQ1Z1SCr760YDfZmkXcHj0ncwgDjnUIrQrCytTfDkmwv1rJO/33YwD5 OVWHMChhAW1gX2lgC1VBY51yRxmrH0gStbvKTob/pslTJptiLfgk5+FYunghSCQq Pq/OO2x1Ia3x02anjAKOZf0bCU8vWfNUJMh95z0VwNN7nZLL7+6QVaSP0KZyxcs7 ia1Hg69lm7Pdp7xFH70BLhCnCw6+HN1JG8hhHOCkhJC2s1tD3yM425l1IBBLt5a2 QR/7tK3nLWb5COanaoZglhfU4BzY9PSTxSpSXAmlxJHKi7Al0VY2FG6op1i8OHh2 FetE9N2fAzONCAfKFhYqQ7rq57l/WTGGggzw5MgvondvfLNRuEFn9tXMJA8Qj7KV I3WuhaTIFw1KEY6LUil9q5UcSCaRF7qJ+V9A3Mckzv8UWOwhWwA1qzEJwIbMK+p4 X6gF0jCL9QNL+NeZCN1cFL54o29rOOJxk5Ljq/UroCMqHikjLQuevPdvMbie6R6J 2ffIGK/2fHJJqmwbFa8NppNlAoy7Zh78ec3jumTeXQ0CAujkbImixvtLZzzdGvDN IueHPHuuoQHIk+lnh/iJcELuChI++yB8HcsiSeDNgL8anR0BRe+GiPdhIpru+py6 PxQN/XT7sbKhOloU/MgxOZGlQCft2iiiIvesKjzTMPd4AL6o0eE= =tfGd -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Sun Apr 12 06:38:38 2020 Received: (at submit) by debbugs.gnu.org; 12 Apr 2020 10:38:38 +0000 Received: from localhost ([127.0.0.1]:57422 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jNa0b-0002JD-OY for submit@debbugs.gnu.org; Sun, 12 Apr 2020 06:38:38 -0400 Received: from lists.gnu.org ([209.51.188.17]:45353) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jNa0a-0002J4-9j for submit@debbugs.gnu.org; Sun, 12 Apr 2020 06:38:36 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:45877) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jNa0Y-0001wp-Ut for guix-patches@gnu.org; Sun, 12 Apr 2020 06:38:36 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=BAYES_40,URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jNa0V-0000hH-Kf for guix-patches@gnu.org; Sun, 12 Apr 2020 06:38:34 -0400 Received: from wp224.webpack.hosteurope.de ([2a01:488:42:1000:50ed:84e7::]:58298) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jNa0V-0000gR-Cx for guix-patches@gnu.org; Sun, 12 Apr 2020 06:38:31 -0400 Received: from www.rohleder.de ([37.61.204.227]); authenticated by wp224.webpack.hosteurope.de running ExIM with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) id 1jNa0R-0000C4-0n; Sun, 12 Apr 2020 12:38:27 +0200 Received: from [192.168.1.3] (helo=micha) by www.rohleder.de with smtp (Exim 4.93) (envelope-from ) id 1jNa0P-0001AM-IC; Sun, 12 Apr 2020 12:38:26 +0200 Received: by micha (sSMTP sendmail emulation); Sun, 12 Apr 2020 12:38:22 +0200 From: Michael Rohleder To: Tobias Geerinckx-Rice via Guix-patches via Subject: Re: [bug#40568] [PATCH] gnu: Add rtl8821ce-linux-module. References: <87r1wte2ub.fsf@rohleder.de> <871rotntf5.fsf@nckx> X-PGP-Fingerprint: 755E 2DE5 D0D5 85C5 2E78 2830 7C7A FFBE FEF2 CB25 X-PGP-Key: https://www.rohleder.de/~mike/pgpkey.asc Date: Sun, 12 Apr 2020 12:38:22 +0200 In-Reply-To: <871rotntf5.fsf@nckx> (Tobias Geerinckx-Rice via Guix-patches via's message of "Sun, 12 Apr 2020 07:51:10 +0200") Message-ID: <875ze5dm5d.fsf@rohleder.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="==-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-bounce-key: webpack.hosteurope.de;mike@rohleder.de;1586687911;c63ac6c7; X-HE-SMSGID: 1jNa0R-0000C4-0n X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2a01:488:42:1000:50ed:84e7:: X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: submit Cc: 40568@debbugs.gnu.org, Tobias Geerinckx-Rice X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) --==-=-= Content-Type: multipart/mixed; boundary="=-=-=" --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi Tobias, Tobias Geerinckx-Rice via Guix-patches via writes: > Yay! Thank her for the patch. Will do. Thank you for your review! Your suggestions are in the patch appended. > This ought to be a little longer. I can throw something together if > you're without inspiration. Yes, please do. > The AUR package says =E2=80=98with firmware=E2=80=99, which would be prob= lematic if > I'd actually found any. The README also mentions firmware at the very > end. Do you know what they mean? Does this package work out of the > box with Linux-Libre? Is that only for Bluetooth? idk what firmware they mean. This driver depends on cfg80211 which shouldnt be a problem. yes, this works out of the box with Linux-Libre (and not Libre) on the laptop I have tested. I havent tested bluetooth at all. Kind Regards, mike --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=0001-gnu-Add-rtl8821ce-linux-module.patch Content-Transfer-Encoding: quoted-printable Content-Description: [PATCH] gnu: Add rtl8821ce-linux-module From=20b87d051b0ca74550df619e3cc8ed70e8f77f6e99 Mon Sep 17 00:00:00 2001 From: Michael Rohleder Date: Sun, 12 Apr 2020 12:06:31 +0200 Subject: [PATCH] gnu: Add rtl8821ce-linux-module. * gnu/packages/linux.scm (rtl8821ce-linux-module): New variable. =2D-- gnu/packages/linux.scm | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 0be50c11e0..2365d309e4 100644 =2D-- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -1057,6 +1057,41 @@ and frame injection. It provides a @code{88XXau} ke= rnel module that supports RTL8812AU, RTL8821AU, and RTL8814AU chips.") (license license:gpl2+)))) =20 +(define-public rtl8821ce-linux-module + (let ((commit "69765eb288a8dfad3b055b906760b53e02ab1dea") + (revision "0")) + (package + (name "rtl8821ce-linux-module") + (version (git-version "0.0.0" revision commit)) + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/tomaspinho/rtl8821ce.git") + (commit commit))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "17jiw25k74kv5lnvgycvj2g1n06hbrpjz6p4znk4a62g136rhn4s")))) + (build-system linux-module-build-system) + (arguments + `(#:phases + (modify-phases %standard-phases + (replace 'build + (lambda* (#:key (make-flags '()) inputs #:allow-other-keys) + (setenv "CC" "gcc") + (invoke "make" + (string-append "KSRC=3D" + (assoc-ref inputs "linux-module-buil= der") + "/lib/modules/build") + )))) + #:tests? #f)) + (home-page "https://github.com/tomaspinho/rtl8821ce") + (synopsis "Linux driver for Realtek RTL8821CE wireless network adapt= ers") + (description "This is Realtek's RTL8821CE Linux driver for wireless +network adapters.") + (license license:gpl2)))) + (define-public vhba-module (package (name "vhba-module") =2D-=20 2.26.0 --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable =2D-=20 There are two types of hard drives: those that have failed, and those that = will. --=-=-=-- --==-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEdV4t5dDVhcUueCgwfHr/vv7yyyUFAl6S754ACgkQfHr/vv7y yyVZgAgAh0dmAznsYz2DKVOr/ZUTdANb8gnDeTBq0SX1Kc2AUTME0UfzAhghnsgr qQjCFyNDDhoXuup/MqLow+yD78POdDtvg8wZZwAmPHeEm7cfg1v0C7Bi4aqd+KMF yRMEVjMrn4EqS5zZXtKzg2i78vc79rfcXABvdYuTe0LF9+U0G+b5XiU+ccdZ5YKK 6lj9f1ABimKrJhKyrSH4o4lp7jEvDFyF/GAnzpOSmFxlcWVmIXOz9VHIcWWOOlp4 vxKuLGj0aK0RlV27EzNaUWANT8CzJrRiEpsA1maw9xCHq6F1Bkk7OtxB4wwpBrwj OJPDg0Rtbv/34tOYiyXXzir8ohf3Lw== =mQVM -----END PGP SIGNATURE----- --==-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Mon Apr 13 16:19:34 2020 Received: (at 40568) by debbugs.gnu.org; 13 Apr 2020 20:19:34 +0000 Received: from localhost ([127.0.0.1]:60882 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jO5YM-0002MV-BR for submit@debbugs.gnu.org; Mon, 13 Apr 2020 16:19:34 -0400 Received: from dd26836.kasserver.com ([85.13.145.193]:59908) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jO5YK-0002MM-E2 for 40568@debbugs.gnu.org; Mon, 13 Apr 2020 16:19:32 -0400 Received: from localhost (unknown [185.128.244.187]) by dd26836.kasserver.com (Postfix) with ESMTPSA id A53D0336806F; Mon, 13 Apr 2020 22:19:30 +0200 (CEST) Date: Mon, 13 Apr 2020 22:19:24 +0200 From: Danny Milosavljevic To: Michael Rohleder Subject: Re: [bug#40568] [PATCH] gnu: Add rtl8821ce-linux-module. Message-ID: <20200413221924.385512ef@scratchpost.org> In-Reply-To: <875ze5dm5d.fsf@rohleder.de> References: <87r1wte2ub.fsf@rohleder.de> <871rotntf5.fsf@nckx> <875ze5dm5d.fsf@rohleder.de> X-Mailer: Claws Mail 3.17.5 (GTK+ 2.24.32; x86_64-unknown-linux-gnu) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/Mwg+Qlg9qPwrID.XsTJPKUy"; protocol="application/pgp-signature"; micalg=pgp-sha256 X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 40568 Cc: 40568@debbugs.gnu.org, me@tobias.gr X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) --Sig_/Mwg+Qlg9qPwrID.XsTJPKUy Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Hi, the upstream README mentions having to add "pci=3Dnoaer" to the kernel comm= and line sometimes. Did you have to do that? It also hints on "firmware" being necessary for "BlueTooth". --Sig_/Mwg+Qlg9qPwrID.XsTJPKUy Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEds7GsXJ0tGXALbPZ5xo1VCwwuqUFAl6UyUwACgkQ5xo1VCww uqVoLgf9G32Z2a22tCOIhVmOFgIkgXskG3lYrfccQiX+sQw9eyyjS8MOglFYXfQO wlmrnUHbS90weablYr4k/fYjRvhaXang56AoUNxr4kVE29uGOwbSr54UOHMSHUDN XL+XjRjUGNA8Rp9wVwscjKuMaYQN6wUUjAazNmh8M1MApY7sAGAchI7DfNgUqTrE C/zK3JR3bZxi8xhaio09omdtgiSsXeThNpvaOh+oer0XlWoFxX7IYwGg+w0oJewx InCRSGlMOOa8upITGtf/pc9fgoB8aPLR5qCInJ5tMdmNn/MsR6sZaQEbpLR05arj D7UU0/O6HkybJgkz5df+mkh/dSdDvQ== =656k -----END PGP SIGNATURE----- --Sig_/Mwg+Qlg9qPwrID.XsTJPKUy-- From debbugs-submit-bounces@debbugs.gnu.org Tue Apr 14 00:38:38 2020 Received: (at 40568) by debbugs.gnu.org; 14 Apr 2020 04:38:38 +0000 Received: from localhost ([127.0.0.1]:33015 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jODLK-00068g-Hr for submit@debbugs.gnu.org; Tue, 14 Apr 2020 00:38:38 -0400 Received: from wp224.webpack.hosteurope.de ([80.237.132.231]:42514) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jODLI-00068X-GA for 40568@debbugs.gnu.org; Tue, 14 Apr 2020 00:38:36 -0400 Received: from www.rohleder.de ([37.61.204.227]); authenticated by wp224.webpack.hosteurope.de running ExIM with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) id 1jODLF-00015l-BO; Tue, 14 Apr 2020 06:38:33 +0200 Received: from [192.168.1.3] (helo=micha) by www.rohleder.de with smtp (Exim 4.93) (envelope-from ) id 1jODLD-0002ov-T7; Tue, 14 Apr 2020 06:38:32 +0200 Received: by micha (sSMTP sendmail emulation); Tue, 14 Apr 2020 06:38:31 +0200 From: Michael Rohleder To: Danny Milosavljevic Subject: Re: [bug#40568] [PATCH] gnu: Add rtl8821ce-linux-module. References: <87r1wte2ub.fsf@rohleder.de> <871rotntf5.fsf@nckx> <875ze5dm5d.fsf@rohleder.de> <20200413221924.385512ef@scratchpost.org> X-PGP-Fingerprint: 755E 2DE5 D0D5 85C5 2E78 2830 7C7A FFBE FEF2 CB25 X-PGP-Key: https://www.rohleder.de/~mike/pgpkey.asc Date: Tue, 14 Apr 2020 06:38:30 +0200 In-Reply-To: <20200413221924.385512ef@scratchpost.org> (Danny Milosavljevic's message of "Mon, 13 Apr 2020 22:19:24 +0200") Message-ID: <87zhbesmux.fsf@rohleder.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-bounce-key: webpack.hosteurope.de;mike@rohleder.de;1586839116;01cb5f94; X-HE-SMSGID: 1jODLF-00015l-BO X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 40568 Cc: 40568@debbugs.gnu.org, me@tobias.gr X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Danny Milosavljevic writes: > the upstream README mentions having to add "pci=3Dnoaer" to the kernel co= mmand > line sometimes. Did you have to do that? No, I didnt, it worked w/o. =2D-=20 You can no more win a war than you can win an earthquake. -- Jeannette Rankin --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEdV4t5dDVhcUueCgwfHr/vv7yyyUFAl6VPkYACgkQfHr/vv7y yyU3ugf9GmIGiwcm3zIVhSB6LOfcoz58jXkmAn8u2D9y+x8GOrbCF7m/GNpj58rw TajUAjbijGPsxnIffci+CY4UfaT0GXwEaNfMwnDVwTm3lkpCSoGZohTX4dlrOzqq LUCknOL0MLCnRieCaPmVTlLuXe9ClHlXd3wcDY7RFig3T0n4gHCa2bCCa56HVTqU JZUjGtCzGjulQbvah2g445tjA4Dennaxe16C9q+J0FDbRJhz92bHzo1i1mf6zXds FzvmUaWAPss4BzsPgDhHAnFwxTyPfn3pu7uXa/woRCPnpy6aTXzBiOAhoxOhEqFv cAzQ9tWvFVSMK9JaqFC1X4KSQuxXYA== =GtCJ -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Fri May 08 10:29:27 2020 Received: (at 40568-done) by debbugs.gnu.org; 8 May 2020 14:29:27 +0000 Received: from localhost ([127.0.0.1]:46019 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jX40E-0003B4-Pm for submit@debbugs.gnu.org; Fri, 08 May 2020 10:29:27 -0400 Received: from eggs.gnu.org ([209.51.188.92]:45838) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jX40D-0003Ao-S7 for 40568-done@debbugs.gnu.org; Fri, 08 May 2020 10:29:26 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:58493) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jX407-00023f-23; Fri, 08 May 2020 10:29:19 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=38622 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jX405-000587-B0; Fri, 08 May 2020 10:29:17 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Michael Rohleder Subject: Re: [bug#40568] [PATCH] gnu: Add rtl8821ce-linux-module. References: <87r1wte2ub.fsf@rohleder.de> <871rotntf5.fsf@nckx> <875ze5dm5d.fsf@rohleder.de> Date: Fri, 08 May 2020 16:29:15 +0200 In-Reply-To: <875ze5dm5d.fsf@rohleder.de> (Michael Rohleder's message of "Sun, 12 Apr 2020 12:38:22 +0200") Message-ID: <87mu6icxfo.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 40568-done Cc: 40568-done@debbugs.gnu.org, me@tobias.gr X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hi, Michael Rohleder skribis: >> The AUR package says =E2=80=98with firmware=E2=80=99, which would be pro= blematic if >> I'd actually found any. The README also mentions firmware at the very >> end. Do you know what they mean? Does this package work out of the >> box with Linux-Libre? Is that only for Bluetooth? > > idk what firmware they mean. This driver depends on cfg80211 which > shouldnt be a problem. > yes, this works out of the box with Linux-Libre (and not Libre) on the > laptop I have tested. > I havent tested bluetooth at all. [...] > From b87d051b0ca74550df619e3cc8ed70e8f77f6e99 Mon Sep 17 00:00:00 2001 > From: Michael Rohleder > Date: Sun, 12 Apr 2020 12:06:31 +0200 > Subject: [PATCH] gnu: Add rtl8821ce-linux-module. > > * gnu/packages/linux.scm (rtl8821ce-linux-module): New variable. Applied, thanks! Ludo=E2=80=99. From unknown Sat Jun 21 12:24:39 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 06 Jun 2020 11:24:06 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator