snd_usb_audio module not working!

This page summarizes the projects mentioned and recommended in the original post on /r/linuxaudio

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • linux

    Arch Linux kernel sources, with patches (Mirror) (by archlinux)

  • git clone https://github.com/archlinux/linux/ && cd linux zcat /proc/config.gz > .config #Edit Makefile to correct kernel EXTRAVERSION nano Makefile make modules_prepare; make M=sound/usb/ strip sound/usb/snd-usb-audio.ko -d zstd -f sound/usb/snd-usb-audio.ko; sudo cp -f sound/usb/snd-usb-audio.ko.zst /usr/lib/modules/$(uname -r)/kernel/sound/usb/snd-usb-audio.ko.zst; #After this restart pipewire and reload module systemctl —user stop wireplumber.service sudo modprobe -r snd-usb-audio sudo modprobe snd-usb-audio systemctl —user start wireplumber.service #Now I have audio

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts