unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
From: znavko@disroot.org
To: "Tobias Geerinckx-Rice" <me@tobias.gr>
Cc: help-guix@gnu.org
Subject: Re: How to remove %base-firmware from firmware variable
Date: Fri, 22 Jan 2021 19:35:11 +0000	[thread overview]
Message-ID: <67ad3914af900398aa35e20dffb51438@disroot.org> (raw)
In-Reply-To: <87ft2sx0ah.fsf@nckx>

Yes, it works. But only external usb wifi adapter does not work. I use internal now.

$ lsusb
Bus 001 Device 002: ID 0cf3:9271 Qualcomm Atheros Communications AR9271 802.11n
...

$ ifconfig -a | grep Link
enp2s0    Link encap:Ethernet  HWaddr E4:54:E8:BA:20:AC
lo        Link encap:Local Loopback
wlp5s0    Link encap:Ethernet  HWaddr AC:D5:64:52:9C:57


# lspci | grep -i wireles
05:00.0 Network controller: Qualcomm Atheros QCA9565 / AR9565 Wireless Network Adapter (rev 01)

# lspci -vv -s 05:00.0 | grep driver
	Kernel driver in use: ath9k


I do not know which driver was used for usb wifi adapter, i remember it could connect
with nl80211. Is nl80211 not free?


Can you advice me some powerful usb wifi adapter with free drivers?



January 22, 2021 7:09 PM, "Tobias Geerinckx-Rice" <me@tobias.gr> wrote:

> Znavko,
> 
> Guix's operating-system is a record. Records are just key-value 
> pair collections. Some keys have default values, but there's no 
> need to remove anything when you simply want to replace the 
> default.
> 
> znavko--- via 写道:
> 
>> I just want to unset 'firmware' or make it totally empty.
> 
> Pass the empty list as its value:
> 
> (operating-system
> ...
> (firmware (list)) ; or '() if you like that
> ...)
> 
> Kind regards,
> 
> T G-R


      parent reply	other threads:[~2021-01-22 19:35 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-22 18:49 How to remove %base-firmware from firmware variable znavko--- via
2021-01-22 19:02 ` Tobias Geerinckx-Rice
2021-01-22 19:35 ` znavko [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=67ad3914af900398aa35e20dffb51438@disroot.org \
    --to=znavko@disroot.org \
    --cc=help-guix@gnu.org \
    --cc=me@tobias.gr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).