AskOverflow.Dev

AskOverflow.Dev Logo AskOverflow.Dev Logo

AskOverflow.Dev Navigation

  • Início
  • system&network
  • Ubuntu
  • Unix
  • DBA
  • Computer
  • Coding
  • LangChain

Mobile menu

Close
  • Início
  • system&network
    • Recentes
    • Highest score
    • tags
  • Ubuntu
    • Recentes
    • Highest score
    • tags
  • Unix
    • Recentes
    • tags
  • DBA
    • Recentes
    • tags
  • Computer
    • Recentes
    • tags
  • Coding
    • Recentes
    • tags
Início / user-141192

likewise's questions

Martin Hope
likewise
Asked: 2025-02-23 02:04:01 +0800 CST

NetworkManager, wpa_supplicant e Wifi7 (802.11be)

  • 5

Comprei uma placa Wifi7 rodando no Debian conforme minhas perguntas e respostas . A placa é baseada no chip BE200NGW da Intel.

Apesar de Multi Link Operation estar habilitado no roteador Wifi7, a máquina Debian executando o kernel 6.12.12 conecta-se ao roteador somente em uma banda (2.4 ou 5GHz). Para comparação, o Windows 11 usa esta placa no modo Wifi7.

Módulos carregados:

$ lsmod | grep iwlwifi
iwlwifi               581632  1 iwlmvm
cfg80211             1392640  6 ath9k_common,iwlmvm,ath9k,ath,iwlwifi,mac80211

Eu dei uma olhada nas iwconfigurações, mas ainda não as entendi completamente. No entanto, também dei uma olhada nas especificações sem fio do NetworkManager 802.11 . Não encontrei nada lá confirmando que o NetworkManager é compatível com Wifi7, ou seja, que ele suporta conexões simultâneas ao mesmo SSID em bandas diferentes.

Devo esperar até que os recursos do Wifi 7 sejam totalmente suportados na pilha de rede ou há algo que eu possa alterar nas configurações ou nos módulos carregados?

Atualização 2025-02-23

Inspirado pelos comentários de grawity , eu tenho:

  • versão verificada wpa_supplicant- é 2.10 (estou no Debian testing)
  • verifiquei o protocolo de autenticação usado por NetworkManager: era WPA2. Lembrando que WPA3 é necessário para 6 GHz, alterei essa configuração para WPA3 Personal. Resultado: a placa agora usa banda de 6 GHz com taxa de link de aproximadamente 1,4 Gbps, o que já é uma melhoria em relação ao gigabit Ethernet da minha casa. Fico imaginando por que a NM exigiu uma intervenção manual para usar WPA3.
  • em busca do MLO, modifiquei wpa_supplicant.servicea unidade adicionando -Dnl80211opções de inicialização. A configuração original não usou nenhuma -Ddiretiva. Eu queria garantir que o driver Wireless Extensions não fosse usado, pois ele não suporta Wifi7. No entanto, isso não habilitou o MLO, então eu já devo ter estado nl80211lá antes.
debian
  • 1 respostas
  • 62 Views
Martin Hope
likewise
Asked: 2025-01-15 08:36:56 +0800 CST

placa wifi 7 baseada no chip intel BE200NGW - não funciona

  • 5

Instalou uma placa Wifi 7 fabricada pela Glotrends. O diário mostra que ela foi detectada, mas o firmware falha ao carregar, apesar de várias tentativas.

uname -a
Linux compName 6.12.6-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.12.6-1 (2024-12-21) x86_64 GNU/Linux
(no kernel 6.11.10 os resultados são os mesmos)

sudo journalctl -xb | grep iwlwifi

Jan 14 08:00:54 compName kernel: iwlwifi 0000:02:00.0: Detected crf-id 0x2001910, cnv-id 0x2001910 wfpm id 0x80000000
Jan 14 08:00:54 compName kernel: iwlwifi 0000:02:00.0: PCI dev 272b/00f4, rev=0x472, rfid=0x112200
Jan 14 08:00:54 compName kernel: iwlwifi 0000:02:00.0: Detected Intel(R) Wi-Fi 7 BE200 320MHz
Jan 14 08:00:54 compName kernel: iwlwifi 0000:02:00.0: firmware: failed to load iwlwifi-gl-c0-fm-c0-93.ucode (-2)
Jan 14 08:00:54 compName kernel: iwlwifi 0000:02:00.0: firmware: failed to load iwlwifi-gl-c0-fm-c0-93.ucode (-2)
Jan 14 08:00:54 compName kernel: iwlwifi 0000:02:00.0: Direct firmware load for iwlwifi-gl-c0-fm-c0-93.ucode failed with error -2
Jan 14 08:00:54 compName kernel: iwlwifi 0000:02:00.0: firmware: failed to load iwlwifi-gl-c0-fm-c0-92.ucode (-2)
Jan 14 08:00:54 compName kernel: iwlwifi 0000:02:00.0: firmware: failed to load iwlwifi-gl-c0-fm-c0-92.ucode (-2)
Jan 14 08:00:54 compName kernel: iwlwifi 0000:02:00.0: Direct firmware load for iwlwifi-gl-c0-fm-c0-92.ucode failed with error -2
Jan 14 08:00:54 compName kernel: iwlwifi 0000:02:00.0: firmware: failed to load iwlwifi-gl-c0-fm-c0-91.ucode (-2)
Jan 14 08:00:54 compName kernel: iwlwifi 0000:02:00.0: firmware: failed to load iwlwifi-gl-c0-fm-c0-91.ucode (-2)
Jan 14 08:00:54 compName kernel: iwlwifi 0000:02:00.0: Direct firmware load for iwlwifi-gl-c0-fm-c0-91.ucode failed with error -2
Jan 14 08:00:54 compName kernel: iwlwifi 0000:02:00.0: firmware: failed to load iwlwifi-gl-c0-fm-c0-90.ucode (-2)
Jan 14 08:00:54 compName kernel: iwlwifi 0000:02:00.0: firmware: failed to load iwlwifi-gl-c0-fm-c0-90.ucode (-2)
Jan 14 08:00:54 compName kernel: iwlwifi 0000:02:00.0: Direct firmware load for iwlwifi-gl-c0-fm-c0-90.ucode failed with error -2
Jan 14 08:00:54 compName kernel: iwlwifi 0000:02:00.0: no suitable firmware found!
Jan 14 08:00:54 compName kernel: iwlwifi 0000:02:00.0: minimum version required: iwlwifi-gl-c0-fm-c0-90
Jan 14 08:00:54 compName kernel: iwlwifi 0000:02:00.0: maximum version supported: iwlwifi-gl-c0-fm-c0-93
Jan 14 08:00:54 compName kernel: iwlwifi 0000:02:00.0: check git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git

Com base nas especificações técnicas do fabricante , eu esperava que a placa funcionasse imediatamente. O site fornece um link para o site da Intel, onde drivers para Linux também estão disponíveis . O site diz que os drivers já estão incluídos no kernel 6.11, mas a placa requer firmware para funcionar. O diário disse a mesma coisa, mas eu já tenho o iwlwifimódulo instalado.

debian
  • 1 respostas
  • 99 Views
Martin Hope
likewise
Asked: 2025-01-12 06:59:42 +0800 CST

apt rejeita assinaturas sha1 e rsa1024 após atualização para versão >= 2.9.19 - quando GnuPG é substituído por Sequoia

  • 6

Após a atualização aptpara a versão >= 2.9.19, as assinaturas SHA1 e RSA1024 são rejeitadas.

Há uma seção em seu changelog que diz:

apt (2.9.19) instável; urgência=média

  • Substitua GnuTLS e gcrypt por OpenSSL
  • Substitua o GnuPG pelo Sequoia nas plataformas Debian suportadas
    • métodos: Adicionar novo método sqv
    • debian: Adicionar política padrão para permitir autoassinaturas SHA-1 até 2026
    • debian: Conecte sqv ao pacote build

Então pensei que isso permitiria que uma política aceitasse assinaturas SHA1, mas talvez eu tenha entendido errado.

debian
  • 1 respostas
  • 62 Views
Martin Hope
likewise
Asked: 2025-01-07 01:49:34 +0800 CST

bluetooth ausente/desativado - módulos carregados, mas sem adaptador

  • 5

KDE plasma 6 no X11 com SDDM no Linux 6.12.6-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.12.6-1 (2024-12-21) x86_64 GNU/Linux

Ambos os ícones de controle Bluetooth na bandeja do sistema KDE não mostram adaptadores BT. Clicar em habilitar bluetooth alterna a GUI do widget para o modo como se o BT estivesse habilitado, mas a lista de dispositivos pareados está vazia, a varredura não funciona e não há adaptadores.

O Bluetooth costumava funcionar nesta máquina, mas não uso BT há algum tempo em favor do KDE Connect. Esta é a primeira tentativa de usar BT desde que migrei para o kernel 6.12 e o KDE Plasma 6.

sudo journalctl -xb | grep tooth

Jan 06 09:36:44 compName kernel: Bluetooth: Core ver 2.22
Jan 06 09:36:44 compName kernel: Bluetooth: HCI device and connection manager initialized
Jan 06 09:36:44 compName kernel: Bluetooth: HCI socket layer initialized
Jan 06 09:36:44 compName kernel: Bluetooth: L2CAP socket layer initialized
Jan 06 09:36:44 compName kernel: Bluetooth: SCO socket layer initialized
Jan 06 09:36:44 compName kernel: Bluetooth: hci0: Bootloader revision 0.0 build 2 week 52 2014
Jan 06 09:36:44 compName kernel: Bluetooth: hci0: Device revision is 5
Jan 06 09:36:44 compName kernel: Bluetooth: hci0: Secure boot is enabled
Jan 06 09:36:44 compName kernel: Bluetooth: hci0: OTP lock is enabled
Jan 06 09:36:44 compName kernel: Bluetooth: hci0: API lock is enabled
Jan 06 09:36:44 compName kernel: Bluetooth: hci0: Debug lock is disabled
Jan 06 09:36:44 compName kernel: Bluetooth: hci0: Minimum firmware build 1 week 10 2014
Jan 06 09:36:44 compName kernel: Bluetooth: hci0: Found device firmware: intel/ibt-11-5.sfi
Jan 06 09:36:44 compName kernel: Bluetooth: hci0: Failed to send firmware data (-38)
Jan 06 09:36:44 compName kernel: Bluetooth: hci0: Intel reset sent to retry FW download
Jan 06 09:36:46 compName kernel: Bluetooth: hci0: command 0xfca6 tx timeout
Jan 06 09:36:46 compName kernel: Bluetooth: hci0: Reading supported features failed (-110)
Jan 06 09:36:46 compName kernel: Bluetooth: hci0: Error reading debug features
Jan 06 09:36:46 compName kernel: Bluetooth: hci0: HCI LE Coded PHY feature bit is set, but its usage is not supported.
Jan 06 09:36:51 compName systemd[1]: Starting blueman-mechanism.service - Bluetooth management mechanism...
Jan 06 09:36:51 compName systemd[1]: Starting bluemon.service - LSB: Bluetooth monitoring daemon...
Jan 06 09:36:51 compName systemd[1]: Starting bluetooth.service - Bluetooth service...
░░ Subject: A start job for unit bluetooth.service has begun execution
░░ A start job for unit bluetooth.service has begun execution.
Jan 06 09:36:51 compName (uetoothd)[1143]: bluetooth.service: ConfigurationDirectory 'bluetooth' already exists but the mode is different. (File system: 755 ConfigurationDirectoryMode: 555)
Jan 06 09:36:51 compName systemd[1]: Started bluemon.service - LSB: Bluetooth monitoring daemon.
Jan 06 09:36:51 compName bluetoothd[1143]: Bluetooth daemon 5.79
Jan 06 09:36:51 compName systemd[1]: Started bluetooth.service - Bluetooth service.
░░ Subject: A start job for unit bluetooth.service has finished successfully
░░ A start job for unit bluetooth.service has finished successfully.
Jan 06 09:36:51 compName systemd[1]: Reached target bluetooth.target - Bluetooth Support.
░░ Subject: A start job for unit bluetooth.target has finished successfully
░░ A start job for unit bluetooth.target has finished successfully.
Jan 06 09:36:51 compName bluetoothd[1143]: Starting SDP server
Jan 06 09:36:51 compName dbus-daemon[1145]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.6' (uid=0 pid=1143 comm="/usr/libexec/bluetooth/bluetoothd")
Jan 06 09:36:52 compName kernel: Bluetooth: BNEP (Ethernet Emulation) ver 1.3
Jan 06 09:36:52 compName kernel: Bluetooth: BNEP filters: protocol multicast
Jan 06 09:36:52 compName kernel: Bluetooth: BNEP socket layer initialized
Jan 06 09:36:52 compName bluetoothd[1143]: src/plugin.c:init_plugin() System does not support bap plugin
Jan 06 09:36:52 compName bluetoothd[1143]: src/plugin.c:init_plugin() System does not support bass plugin
Jan 06 09:36:52 compName bluetoothd[1143]: src/plugin.c:init_plugin() System does not support mcp plugin
Jan 06 09:36:52 compName bluetoothd[1143]: src/plugin.c:init_plugin() System does not support vcp plugin
Jan 06 09:36:52 compName bluetoothd[1143]: profiles/audio/micp.c:micp_init() D-Bus experimental not enabled
Jan 06 09:36:52 compName bluetoothd[1143]: src/plugin.c:init_plugin() System does not support micp plugin
Jan 06 09:36:52 compName bluetoothd[1143]: src/plugin.c:init_plugin() System does not support ccp plugin
Jan 06 09:36:52 compName bluetoothd[1143]: src/plugin.c:init_plugin() System does not support csip plugin
Jan 06 09:36:52 compName bluetoothd[1143]: src/plugin.c:init_plugin() System does not support asha plugin
Jan 06 09:36:52 compName bluetoothd[1143]: Bluetooth management interface 1.23 initialized
Jan 06 09:36:52 compName NetworkManager[1247]: <info>  [1736177812.2228] Loaded device plugin: NMBluezManager (/usr/lib/x86_64-linux-gnu/NetworkManager/1.50.1/libnm-device-plugin-bluetooth.so)
Jan 06 09:36:52 compName systemd[1]: Started blueman-mechanism.service - Bluetooth management mechanism.
Jan 06 09:36:58 compName kernel: Modules linked in: xt_addrtype nft_compat br_netfilter bridge stp llc overlay nft_chain_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 nf_tables qrtr bnep binfmt_misc nvidia_drm(POE) drm_kms_helper nvidia_modeset(POE) nvidia(POE) intel_rapl_msr intel_rapl_common squashfs loop x86_pkg_temp_thermal intel_powerclamp iwlmvm kvm_intel snd_soc_avs mac80211 kvm snd_soc_hda_codec snd_hda_ext_core snd_hda_codec_realtek snd_soc_core snd_hda_codec_generic snd_hda_scodec_component snd_hda_codec_hdmi uvcvideo snd_compress snd_pcm_dmaengine crct10dif_pclmul ghash_clmulni_intel snd_hda_intel videobuf2_vmalloc libarc4 uvc sha512_ssse3 snd_intel_dspcfg videobuf2_memops snd_usb_audio snd_intel_sdw_acpi videobuf2_v4l2 sha256_ssse3 snd_hda_codec sha1_ssse3 videodev iwlwifi aesni_intel btusb snd_usbmidi_lib snd_hda_core gf128mul snd_rawmidi crypto_simd btrtl snd_hwdep snd_seq_device btintel cryptd videobuf2_common snd_pcm iTCO_wdt btbcm intel_pmc_bxt rapl btmtk intel_cstate iTCO_vendor_support cfg80211 bluetooth
Jan 06 09:37:01 compName systemd[2101]: Started mpris-proxy.service - Bluetooth mpris proxy.

sudo systemctl restart bluetooth.servicenão ajudou.

sudo rfkill list

0: hci0: Bluetooth
        Soft blocked: no
        Hard blocked: no
1: phy0: Wireless LAN
        Soft blocked: yes
        Hard blocked: no

bluetoothctl devicesdiz No default controller available
sudo journalctl -xb | grep btusbque não mostra erros

Reiniciei algumas vezes, o firmware parece ter sido encontrado, os módulos do kernel foram carregados... mas nada de BT.

debian
  • 1 respostas
  • 17 Views

Sidebar

Stats

  • Perguntas 205573
  • respostas 270741
  • best respostas 135370
  • utilizador 68524
  • Highest score
  • respostas
  • Marko Smith

    Possível firmware ausente /lib/firmware/i915/* para o módulo i915

    • 3 respostas
  • Marko Smith

    Falha ao buscar o repositório de backports jessie

    • 4 respostas
  • Marko Smith

    Como exportar uma chave privada GPG e uma chave pública para um arquivo

    • 4 respostas
  • Marko Smith

    Como podemos executar um comando armazenado em uma variável?

    • 5 respostas
  • Marko Smith

    Como configurar o systemd-resolved e o systemd-networkd para usar o servidor DNS local para resolver domínios locais e o servidor DNS remoto para domínios remotos?

    • 3 respostas
  • Marko Smith

    apt-get update error no Kali Linux após a atualização do dist [duplicado]

    • 2 respostas
  • Marko Smith

    Como ver as últimas linhas x do log de serviço systemctl

    • 5 respostas
  • Marko Smith

    Nano - pule para o final do arquivo

    • 8 respostas
  • Marko Smith

    erro grub: você precisa carregar o kernel primeiro

    • 4 respostas
  • Marko Smith

    Como baixar o pacote não instalá-lo com o comando apt-get?

    • 7 respostas
  • Martin Hope
    user12345 Falha ao buscar o repositório de backports jessie 2019-03-27 04:39:28 +0800 CST
  • Martin Hope
    Carl Por que a maioria dos exemplos do systemd contém WantedBy=multi-user.target? 2019-03-15 11:49:25 +0800 CST
  • Martin Hope
    rocky Como exportar uma chave privada GPG e uma chave pública para um arquivo 2018-11-16 05:36:15 +0800 CST
  • Martin Hope
    Evan Carroll status systemctl mostra: "Estado: degradado" 2018-06-03 18:48:17 +0800 CST
  • Martin Hope
    Tim Como podemos executar um comando armazenado em uma variável? 2018-05-21 04:46:29 +0800 CST
  • Martin Hope
    Ankur S Por que /dev/null é um arquivo? Por que sua função não é implementada como um programa simples? 2018-04-17 07:28:04 +0800 CST
  • Martin Hope
    user3191334 Como ver as últimas linhas x do log de serviço systemctl 2018-02-07 00:14:16 +0800 CST
  • Martin Hope
    Marko Pacak Nano - pule para o final do arquivo 2018-02-01 01:53:03 +0800 CST
  • Martin Hope
    Kidburla Por que verdadeiro e falso são tão grandes? 2018-01-26 12:14:47 +0800 CST
  • Martin Hope
    Christos Baziotis Substitua a string em um arquivo de texto enorme (70 GB), uma linha 2017-12-30 06:58:33 +0800 CST

Hot tag

linux bash debian shell-script text-processing ubuntu centos shell awk ssh

Explore

  • Início
  • Perguntas
    • Recentes
    • Highest score
  • tag
  • help

Footer

AskOverflow.Dev

About Us

  • About Us
  • Contact Us

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve