You are not logged in.
Pages: 1
Hello... New to devuan i use Artix and Void Linux. I use an e radio to stream my show and butt is my choice. I use an xlr mic and external usb soundcard. All distros from Mint to Void recognise this sound card. Etetics based on Devuan no. It has alsa and pulseaudio but none of themn works. Basically i have no microphone and no sound. All settings are the usual used on my other 3 distros. Is there a special configuration i have to do, so the usb sound card works ?
What should i check ?
p.s Mind you i was on live usb stick when i was trying this.
Offline
Lets see what your audio device is. let us know the output of below command from a terminal.
lspci -knn | grep "Audio"
also try contacting etertics.
https://gnuetertics.org/contacto.php
Last edited by dice (2020-12-25 14:36:47)
Offline
lspci -knn | grep "Audio"
The grep needs to be expanded to show the kernel driver:
lspci -knn | grep -A2 "Audio"
@OP: have you read the beowulf release notes? If you have multiple sound cards then PulseAudio might need to be autostarted.
Use pgrep pulse to check if it's running and use aplay -l to list all available audio devices.
Brianna Ghey — Rest In Power
Offline
dice wrote:lspci -knn | grep "Audio"
The grep needs to be expanded to show the kernel driver:
lspci -knn | grep -A2 "Audio"
@OP: have you read the beowulf release notes? If you have multiple sound cards then PulseAudio might need to be autostarted.
Use pgrep pulse to check if it's running and use aplay -l to list all available audio devices.
lspci -knn | grep -A2 "Audio"
00:1b.0 Audio device [0403]: Intel Corporation NM10/ICH7 Family High Definition Audio Controller [8086:27d8] (rev 01)
Subsystem: Lenovo NM10/ICH7 Family High Definition Audio Controller [17aa:304f]
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel
aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: Intel [HDA Intel], device 0: ALC662 rev1 Analog [ALC662 rev1 Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
pgrep pulse says 3096
Offline
I use an xlr mic and external usb soundcard
I missed this bit. A USB card won't show up in lspci, use lsusb instead.
You can open a terminal and run this command:
udevadm monitor
Then plug the USB card in and see what the kernel & udev do with the device.
Which kernel versions are Mint & Void using? The stock kernel in Devuan beowulf might be too old to support the devices.
Brianna Ghey — Rest In Power
Offline
Hmm, I wonder if a blob is required...
Although it seems unlikely unless its very new technology that is implementing drm to an insane level...
EDIT: but yeah, I tried etertics once, its not nearly as good as I would have hoped...
Unless they improved since... last time I checked, somethings weren't changed that should have been...
Last edited by zapper (2020-12-25 20:57:51)
Freedom is never more than one generation away from extinction. Feelings are not facts
If you wish to be humbled, try to exalt yourself long term If you wish to be exalted, try to humble yourself long term
Favourite operating systems: Hyperbola Devuan OpenBSD
Peace Be With us All!
Offline
p.s Mind you i was on live usb stick when i was trying this.
Ive seen live cause issues before on distros. especial systemd and pulseaudio.
you can mess with "alsamixer" -c0 and all your pulseaudio settings / alsa settings.
good luck.
Last edited by Sawyer (2021-01-04 07:03:08)
Offline
I would try a
apt install --reinstall pulseaudio pavucontrol
Then open pavucontrol check if sound is muted usually it is and check witch card is on the output and what on input ,
Good luck
Just a simple man!
Offline
Pages: 1