Re: USB sound device present but NOT visible in ‘alsamixer’

2022-01-30 Thread Andrei POPESCU
On Du, 30 ian 22, 14:58:29, Pankaj Jangid wrote: > Andrei POPESCU writes: > > > Something is keeping the module busy, but according to lsmod it's not > > another module. > > > > In case you get any output from > > > > lsof | grep /dev/snd > > > > (this needs root or sudo) > > > > try

Re: USB sound device present but NOT visible in ‘alsamixer’

2022-01-30 Thread Pankaj Jangid
Andrei POPESCU writes: > Something is keeping the module busy, but according to lsmod it's not > another module. > > In case you get any output from > > lsof | grep /dev/snd > > (this needs root or sudo) > > try stopping the applications listed in the first column (the second > column

Re: USB sound device present but NOT visible in ‘alsamixer’

2022-01-30 Thread Pankaj Jangid
Jude DaShiell writes: > rm /var/lock/asound.state.lock > > As I stated in a previous reply, I had tried to remove this file and then did "alsactl init" but no positive result. Just this output --8<---cut here---start->8--- pankaj@anant:~$ sudo alsactl init

Re: USB sound device present but NOT visible in ‘alsamixer’

2022-01-30 Thread Jude DaShiell
rm /var/lock/asound.state.lock On Sun, 30 Jan 2022, Pankaj Jangid wrote: > Jude DaShiell writes: > > > alsactl init I think will find everything. > > > > Then there is something else that is not letting "alsactl init" to > function properly; lock file as you suggested. But I couldn?t find >

Re: USB sound device present but NOT visible in ‘alsamixer’

2022-01-30 Thread Andrei POPESCU
On Du, 30 ian 22, 12:47:27, Pankaj Jangid wrote: > Andrei POPESCU writes: > > >> During the boot process, the system detects everything. So there must be > >> something in the init sequence that I can trigger manually. > > > > You can try to unload and reload the corresponding kernel module.

Re: USB sound device present but NOT visible in ‘alsamixer’

2022-01-29 Thread Pankaj Jangid
Andrei POPESCU writes: >> During the boot process, the system detects everything. So there must be >> something in the init sequence that I can trigger manually. > > You can try to unload and reload the corresponding kernel module. Check > the output of > > lsmod | grep snd > > (it's

Re: USB sound device present but NOT visible in ‘alsamixer’

2022-01-29 Thread Andrei POPESCU
On Du, 30 ian 22, 11:02:34, Pankaj Jangid wrote: > Jude DaShiell writes: > > > alsactl --init > > may help. > > However alsa makes .lock files in /var/lock/alsa and you may find it > > helpful to delete the lock file first then once card is set run alsactl > > store. Those lock files sometimes

Re: USB sound device present but NOT visible in ‘alsamixer’

2022-01-29 Thread Pankaj Jangid
Pankaj Jangid writes: > Jude DaShiell writes: > >> alsactl init I think will find everything. >> > > Then there is something else that is not letting "alsactl init" to > function properly; lock file as you suggested. But I couldn’t find > anything other than "/var/lock/asound.state.lock". I

Re: USB sound device present but NOT visible in ‘alsamixer’

2022-01-29 Thread Pankaj Jangid
Jude DaShiell writes: > alsactl init I think will find everything. > Then there is something else that is not letting "alsactl init" to function properly; lock file as you suggested. But I couldn’t find anything other than "/var/lock/asound.state.lock".

Re: USB sound device present but NOT visible in ‘alsamixer’

2022-01-29 Thread Jude DaShiell
alsactl init I think will find everything. On Sun, 30 Jan 2022, Pankaj Jangid wrote: > Jude DaShiell writes: > > > alsactl --init > > may help. > > However alsa makes .lock files in /var/lock/alsa and you may find it > > helpful to delete the lock file first then once card is set run alsactl >

Re: USB sound device present but NOT visible in ‘alsamixer’

2022-01-29 Thread Pankaj Jangid
Jude DaShiell writes: > alsactl --init > may help. > However alsa makes .lock files in /var/lock/alsa and you may find it > helpful to delete the lock file first then once card is set run alsactl > store. Those lock files sometimes prevent alsa from doing a proper > detection and change. >

Re: USB sound device present but NOT visible in ‘alsamixer’

2022-01-29 Thread Jude DaShiell
; devices. But when system wakes up from sleep (suspended), it doesn?t > >> > show the devices. > >> > > > It might be nothing more than the power handling, sleep modes and USB > > enumeration after a laptop goes to sleep. > > > > If you unplug/replug

Re: USB sound device present but NOT visible in ‘alsamixer’

2022-01-29 Thread Pankaj Jangid
s up from sleep (suspended), it doesn’t >> > show the devices. >> > > It might be nothing more than the power handling, sleep modes and USB > enumeration after a laptop goes to sleep. > > If you unplug/replug the USB plug which is the external sound card, is > it magical

Re: USB sound device present but NOT visible in ‘alsamixer’

2022-01-29 Thread Andrew M.A. Cater
lated to my > > external ‘Yeti Blue’ sound card. I use it as Mic and Monitor audio. > > > > pankaj@anant:~$ lsb_release -a > > No LSB modules are available. > > Distributor ID: Debian > > Description:Debian GNU/Linux 11 (bullseye) > > Release:

Re: USB sound device present but NOT visible in ‘alsamixer’

2022-01-29 Thread Pankaj Jangid
Sorry for the Wrong subject line earlier. Pankaj Jangid writes: > I have setup a new system. Apart from the display related issue, that I > had posted in another thread, I am facing an issue related to my > external ‘Yeti Blue’ sound card. I use it as Mic and Monitor audio. > &g

USB sound device present but visible in ‘alsamixer’

2022-01-28 Thread Pankaj Jangid
I have setup a new system. Apart from the display related issue, that I had posted in another thread, I am facing an issue related to my external ‘Yeti Blue’ sound card. I use it as Mic and Monitor audio. --8<---cut here---start->8--- pankaj

Re: Default sound level always zero for externally plugged usb sound system

2022-01-15 Thread Jude DaShiell
Needing sound as much as I do and having used usb sound systems, I'll add one more suggested precaution to this info. Sometimes alsa makes .lock files in /var/lock and these will block alsactl from working. So check for those and delete as necessary then run alsactl store and alsa will make

Re: Default sound level always zero for externally plugged usb sound system

2022-01-15 Thread tomas
On Sat, Jan 15, 2022 at 06:51:28PM +0100, Andrei POPESCU wrote: > On Sb, 15 ian 22, 10:30:50, Stefan Monnier wrote: > > > Try `alsactl store` > > > > Didn't know that one, thanks. Do you happen to know if they deliver to > > Canada? > > > > > (might need root). > > > > Hmm... I only have

Re: Defaulting sound output to HDMI port

2022-01-15 Thread Andrei POPESCU
On Vi, 07 ian 22, 11:43:34, Charlie Gibbs wrote: > I have a computer in the living room which is hooked up to our TV > via an HDMI cable. I use it to play MP3s, videos, and games. > Our TV is hooked to our stereo system to get good-quality sound. > However, audio isn't passing thro

Re: Default sound level always zero for externally plugged usb sound system

2022-01-15 Thread Andrei POPESCU
On Sb, 15 ian 22, 10:30:50, Stefan Monnier wrote: > > Try `alsactl store` > > Didn't know that one, thanks. Do you happen to know if they deliver to > Canada? > > > (might need root). > > Hmm... I only have dollars and francs :-( As far as I know it takes only altairian dollars, but you

Re: Default sound level always zero for externally plugged usb sound system

2022-01-15 Thread Andrei POPESCU
On Jo, 30 dec 21, 19:48:41, Pankaj Jangid wrote: > > Is there a way to tell Debian to save the previous volume level of > externally plugged-in device? Try `alsactl store` (might need root). Kind regards, Andrei -- http://wiki.debian.org/FAQsFromDebianUser signature.asc Description: PGP

Re: Defaulting sound output to HDMI port

2022-01-07 Thread David
On Sat, 8 Jan 2022 at 07:06, Charlie Gibbs wrote: > I have a computer in the living room which is hooked up to our TV > via an HDMI cable. I use it to play MP3s, videos, and games. > Our TV is hooked to our stereo system to get good-quality sound. > However, audio isn't passing thro

Defaulting sound output to HDMI port

2022-01-07 Thread Charlie Gibbs
I have a computer in the living room which is hooked up to our TV via an HDMI cable. I use it to play MP3s, videos, and games. Our TV is hooked to our stereo system to get good-quality sound. However, audio isn't passing through the HDMI connection from the computer; to get sound I've run

Default sound level always zero for externally plugged usb sound system

2021-12-30 Thread Pankaj Jangid
I have stuck into a strange problem. Everything was working fine a couple of days ago. I use external USB mic Yeti Blue. This has a zero latency speaker output as well. I use that for my headphones. Whenever I plug the USB in, it is detected and it becomes the default device for INPUT as well as

Re: all of a sudden I have no sound

2021-12-16 Thread deloptes
Jude DaShiell wrote: > debian-accessibility is interested in replacing pulseaudio with pipewire > and I can understand why!  Not saying pipewire has these essential > features but pulseaudio has been a p.i.t.a. since I've had it on any > hardware I've used.  Whenever possible I avoid installing

Re: all of a sudden I have no sound

2021-12-16 Thread Jude DaShiell
debian-accessibility is interested in replacing pulseaudio with pipewire and I can understand why! Not saying pipewire has these essential features but pulseaudio has been a p.i.t.a. since I've had it on any hardware I've used. Whenever possible I avoid installing pulseaudio or remove it from a

Re: all of a sudden I have no sound

2021-12-16 Thread David Wright
On Thu 16 Dec 2021 at 09:13:11 (-0500), Dan Ritter wrote: > Jude DaShiell wrote: > > it would be nice if pulseaudio say in pavucontrol would get a find my > > speakers button which would try what it thinks is a speaker andput a > > message on the screen asking if the user heard some music. If

Re: all of a sudden I have no sound

2021-12-16 Thread Dan Ritter
Jude DaShiell wrote: > it would be nice if pulseaudio say in pavucontrol would get a find my > speakers button which would try what it thinks is a speaker andput a > message on the screen asking if the user heard some music. If the answer > is no, move onto the next speaker. It would be nice

Re: all of a sudden I have no sound

2021-12-16 Thread Jude DaShiell
rned it off with the switch and then back on.  Once it was on it worked > > fine until I tried to play a you tube and found I had no sound at all.  I > > checked the sound icon on the top right of the screen and it was set where I > > always have it.  I went to the sound thing to check that I

Re: all of a sudden I have no sound

2021-12-16 Thread Dan Ritter
h the switch and then back on.  Once it was on it worked > fine until I tried to play a you tube and found I had no sound at all.  I > checked the sound icon on the top right of the screen and it was set where I > always have it.  I went to the sound thing to check that I have sound and as > I test

Re: all of a sudden I have no sound

2021-12-16 Thread deloptes
Maureen L Thomas wrote: > Any help would be greatly appreciated. you were already answered before on Debian 9 it might be you need some debugging after the shutdown via the power switch. it could be anything from hardware to software - the archlinux article is good I would start with

Re: regarding No SOUND

2021-12-15 Thread deloptes
Maureen L Thomas wrote: > I misstated the version I am using.  I am using 10.6, Buster, 64 bit.  I > have tried a few things that I am aware of and am looking for help. there is profound documentation regarding sound on arch linux (see below), I can recommend, but 90% of the issues are

regarding No SOUND

2021-12-15 Thread Maureen L Thomas
I misstated the version I am using.  I am using 10.6, Buster, 64 bit.  I have tried a few things that I am aware of and am looking for help. Maureen

all of a sudden I have no sound

2021-12-15 Thread Maureen L Thomas
it was on it worked fine until I tried to play a you tube and found I had no sound at all.  I checked the sound icon on the top right of the screen and it was set where I always have it.  I went to the sound thing to check that I have sound and as I tested both speakers I heard nothing.  The computer seemed

Re: Sound

2021-11-21 Thread deloptes
Gunnar Gervin wrote: > Hi again. Please help me get sound. > Installed Debian again in my 2,1 Macbook from 2017, works, but no sound in > internal speakers, or in headphones. > Plugged in external speakers, which worked, but then disappeared. > Pulse audio program is installed, bu

Re: Sound

2021-11-20 Thread Andrew M.A. Cater
On Sun, Nov 21, 2021 at 12:03:20AM +0200, Gunnar Gervin wrote: > Hi again. Please help me get sound. > Installed Debian again in my 2,1 Macbook from 2017, works, but no sound in > internal speakers, or in headphones. > Plugged in external speakers, which worked, but then disappeared. &

Sound

2021-11-20 Thread Gunnar Gervin
Hi again. Please help me get sound. Installed Debian again in my 2,1 Macbook from 2017, works, but no sound in internal speakers, or in headphones. Plugged in external speakers, which worked, but then disappeared. Pulse audio program is installed, but does not give response in the form of sound

Re: No sound after bullseye install

2021-10-05 Thread Daniel Haude
On Tue, 5 Oct 2021 09:52:12 +0300 Andrei POPESCU wrote: > > Yeah, that was it. I hadn't installed ALSA at all. I wasn't aware > > that pulseaudio sits on top of ALSA. > > Because PulseAudio "sits on top of" ALSA it also depends on it. Some > command-line tools for ALSA are not installed by

Re: No sound after bullseye install

2021-10-05 Thread Andrei POPESCU
On Lu, 04 oct 21, 17:10:39, Bob Latest wrote: > On Mon, 04 Oct 2021 07:35:28 +0200 > deloptes wrote: > > > you have > > > > hardware -> kernel driver -> alsa -> pulseaudio -> application > > > > - kernel driver utilizes the hardware > > - alsa utilizes the kernel driver > > - PA utilizes ALSA

Re: No sound after bullseye install

2021-10-04 Thread Bob Latest
On Mon, 04 Oct 2021 07:35:28 +0200 deloptes wrote: > you have > > hardware -> kernel driver -> alsa -> pulseaudio -> application > > - kernel driver utilizes the hardware > - alsa utilizes the kernel driver > - PA utilizes ALSA and provides a unified interface + capabilities > > so it could

Re: No sound after bullseye install

2021-10-03 Thread Alexander V. Makartsev
On 04.10.2021 10:10, Bob Latest wrote: Hi, after installing Debian bullseye I can't get sound to work. I'm using lightdm + dwm, and I have pulseaudio installed. "pavucontrol" ist stuck on the message "Establishing connection to PulseAudio. Please wait..." I don't unders

Re: No sound after bullseye install

2021-10-03 Thread deloptes
Bob Latest wrote: > after installing Debian bullseye I can't get sound to work. I'm using > lightdm + dwm, and I have pulseaudio installed. "pavucontrol" ist stuck > on the message "Establishing connection to PulseAudio. Please wait..." > perhaps the pulseaudio

No sound after bullseye install

2021-10-03 Thread Bob Latest
Hi, after installing Debian bullseye I can't get sound to work. I'm using lightdm + dwm, and I have pulseaudio installed. "pavucontrol" ist stuck on the message "Establishing connection to PulseAudio. Please wait..." I don't understand zilch about how sound on Linux wo

Re: how to record sound being played using arecord

2021-10-03 Thread lou
in fedora, not in stretch i've installed pavucontrol for stretch, it doesn't work pavucontrol has several tabs: Playback, Recording, Output Devices... under Playback tab, it shows "System Sounds" i can't change sound volume with scrollbar

Re: how to record sound being played using arecord

2021-10-03 Thread Michael Lange
Hi, On Sat, 2 Oct 2021 22:02:39 -0400 lou wrote: (...) > why shall i need OSS compatibility module if alsa works? Because the thing you wanted to do did *not* work for you? ;-) > after loading them, they don't help, i can't hear anything from > recording which commands exactly did you try?

Re: how to record sound being played using arecord

2021-10-02 Thread lou
On 10/2/21 9:38 AM, Dan Ritter wrote: Yes, you want to read https://dt.iki.fi/record-system-output-alsa for an example. -dsr- to Dan: it's not easy to follow instruction at https://dt.iki.fi/record-system-output-alsa after running "|modprobe snd-aloop", i can hear sound be

Re: how to record sound being played using arecord

2021-10-02 Thread Michael Lange
Hi, On Sat, 2 Oct 2021 03:55:50 -0400 lou wrote: > Could you give me commands that record sound being played? apart from the solution using alsaloop Dan already pointed out, there is a rather simple way to do this with Alsa's OSS compatibility modules: sudo modprobe snd-pcm-oss aumix -

Re: No sound after bullseye install

2021-10-02 Thread Alexander V. Makartsev
On 02.10.2021 18:06, Daniel Haude wrote: Hi, after installing Debian bullseye I can't get sound to work. I'm using lightdm + dwm, and I have pulseaudio installed. "pavucontrol" ist stuck on the message "Establishing connection to PulseAudio. Please wait..." I don't unders

Re: how to record sound being played using arecord

2021-10-02 Thread Dan Ritter
lou wrote: > > On 10/2/21 7:46 AM, Dan Ritter wrote: > i don't have microphone > > i want to record sound being played by application, alsaloop is needed > > i will use .wav or .au format, hopefully my cell phone can play it Yes, you want to read https://dt.iki.fi/reco

No sound after bullseye install

2021-10-02 Thread Daniel Haude
Hi, after installing Debian bullseye I can't get sound to work. I'm using lightdm + dwm, and I have pulseaudio installed. "pavucontrol" ist stuck on the message "Establishing connection to PulseAudio. Please wait..." I don't understand zilch about how sound on Linux wo

Re: how to record sound being played using arecord

2021-10-02 Thread lou
! i don't have microphone i want to record sound being played by application, alsaloop is needed i will use .wav or .au format, hopefully my cell phone can play it

Re: how to record sound being played using arecord

2021-10-02 Thread Dan Ritter
lou wrote: > Could you give me commands that record sound being played? > > i don't know how to use alsaloop > > Can arecord use mp3 format? Nothing records directly into mp3; mp3 is a compressed format. ffmpeg or lame can turn the .wav or .au that you get from a recording sys

how to record sound being played using arecord

2021-10-02 Thread lou
Could you give me commands that record sound being played? i don't know how to use alsaloop Can arecord use mp3 format? Thanks!   ~$ amixer Simple mixer control 'Master',0   Capabilities: pvolume pswitch pswitch-joined   Playback channels: Front Left - Front Right   Limits: Playback 0 - 65536

KDE: Default to HDMI sound output when available

2021-10-01 Thread piorunz
Hi all, Every day I connect TV with speakers to my laptop via HDMI cable. When connected, it doesn't change to new output. I have to manually change to HDMI audio. When disconnected, sound output default to laptop speakers. Audio Volume Settings panel, on Advanced tab, has "Automatically s

how to record sound being played

2021-09-29 Thread lou
i have bullseye and want to record sound being played using ffmpeg https://trac.ffmpeg.org/wiki/Capture/ALSA $ arecord -l List of CAPTURE Hardware Devices card 0: Intel [HDA Intel], device 0: ALC272 Analog [ALC272 Analog]   Subdevices: 1/1   Subdevice #0: subdevice #0 how to use

Re: Sound input source detected but not capturing

2021-09-13 Thread Thomas Amm
On Fri, 2021-09-03 at 22:52 +0530, Pankaj Jangid wrote: > I have a fresh Bullseye installation on a laptop. Sound output is > working. But the input is not working. The device is detected. > > --8<---cut here---start->8--- > $ arecord -l &

Re: Sound input source detected but not capturing

2021-09-12 Thread Andrei POPESCU
On Sb, 04 sep 21, 12:58:14, Marko Randjelovic wrote: > On Sat, 04 Sep 2021 07:47:02 +0530 > Pankaj Jangid wrote: > > > > Output of ‘amixer -c0’ > > > > --8<---cut here---start->8--- > > $ cat /proc/asound/cards > > 0 [PCH]: HDA-Intel - HDA Intel

Re: Sound input source detected but not capturing

2021-09-04 Thread Pankaj Jangid
Marko Randjelovic writes: > Your control 'Capture',0 is turned on and volume is at maximum, so > that's fine, but you don't have 'input source' control. On my machine > output of 'amixer -c0' gives among other controls the following: > > Simple mixer control 'Input Source',0 > Capabilities:

Re: Sound input source detected but not capturing

2021-09-04 Thread Pankaj Jangid
"Andrew M.A. Cater" writes: > Very new laptop? Does it need Intel firmware for the soundcard? > firmware-intel-sound from non-free? > > https://packages.debian.org/bullseye/firmware-intel-sound Thanks for the advice, Andy. I just tried it. But this did not work. I ev

Re: Sound input source detected but not capturing

2021-09-04 Thread Marko Randjelovic
mmand 'amixer' so we can check. > > > > In fact, unless you have only one sound device, the command should > > be 'amixer -cN' where N is the number of your sound card and can change > > after reboot. So first you have to type 'cat /proc/asound/cards' to > > find your c

Re: Sound input source detected but not capturing

2021-09-04 Thread Andrew M.A. Cater
On Fri, Sep 03, 2021 at 10:52:45PM +0530, Pankaj Jangid wrote: > I have a fresh Bullseye installation on a laptop. Sound output is > working. But the input is not working. The device is detected. > > --8<---cut here---start->8--- > $ a

Re: Sound input source detected but not capturing

2021-09-03 Thread Pankaj Jangid
t; > In fact, unless you have only one sound device, the command should > be 'amixer -cN' where N is the number of your sound card and can change > after reboot. So first you have to type 'cat /proc/asound/cards' to > find your card number. Output of ‘amixer’ --8<---cut

Re: Sound input source detected but not capturing

2021-09-03 Thread Marko Randjelovic
On Fri, 3 Sep 2021 20:48:52 +0200 Marko Randjelovic wrote: > If you are not sure send the output of command 'amixer' so we can check. In fact, unless you have only one sound device, the command should be 'amixer -cN' where N is the number of your sound card and can change after reboot. So fi

Re: Sound input source detected but not capturing

2021-09-03 Thread Marko Randjelovic
On Fri, 03 Sep 2021 22:52:45 +0530 Pankaj Jangid wrote: > I have a fresh Bullseye installation on a laptop. Sound output is > working. But the input is not working. The device is detected. > > --8<---cut here---start->8--- > $ a

Sound input source detected but not capturing

2021-09-03 Thread Pankaj Jangid
I have a fresh Bullseye installation on a laptop. Sound output is working. But the input is not working. The device is detected. --8<---cut here---start->8--- $ arecord -l List of CAPTURE Hardware Devices card 0: PCH [HDA Intel PCH], device 0:

Re: problem with sound for bullseye upgrade on amd64: must be root for sound to work on my machine

2021-08-25 Thread James D Freels
I finally got my sound working.  I followed some advice from here: https://www.linuxquestions.org/questions/slackware-14/alsa-1-2-5-upgrade-errors-4175695921/page3.html which was a similar problem to mine, and not sure what did it, but I got a flash pop up on my screen about alsa, and tested

Re: problem with sound for bullseye upgrade on amd64: must be root for sound to work on my machine

2021-08-25 Thread James D Freels
e_mgr_open) error: failed to import hw:2 use case configuration -6 Found hardware: "HDA-Intel" "Nvidia GPU 51 HDMI/DP" "HDA:10de0051,38422724,00100100" "0x3842" "0x2724" Hardware is initialized using a generic method I cannot find much about this

Re: problem with sound for bullseye upgrade on amd64: must be root for sound to work on my machine

2021-08-25 Thread Georgi Naplatanov
Hi James, try to run: # alsactl init as root, reboot and adjust all channels with alsamixer or similar with your (non-root) user. Kind regards Georgi On 8/25/21 20:02, James D Freels wrote: > I have not received a response yet, but I am hoping. > > What I know: > > -soun

Re: problem with sound for bullseye upgrade on amd64: must be root for sound to work on my machine

2021-08-25 Thread James D Freels
I have not received a response yet, but I am hoping. What I know: -sound works as root, not as user -snd_oxygen module (required driver for my card) is loaded, but I can't verify what is loading it.  no messages in dmesg show it being loaded -since snd_oxygen is loaded, it makes sense

problem with sound for bullseye upgrade on amd64: must be root for sound to work on my machine

2021-08-24 Thread James D Freels
Hello, I am a long-time debian user, and just recently upgraded my buster amd64 machine to bullseye.  Essentially everything works as expected so far.  However, one very nagging problem I currently have is that my sound does not work unless I am rooted.  For example, if I issue the command

Re: Swiss Army Knife of Sound has me Baffled.

2021-08-19 Thread Martin McCormick
gt; not produce anything. > > arecord itself fails because "channels count not available": the sound > device you are using does not like mono, it obviously like only stereo. > > You have two options: > > - Use a sound device that supports mono. Since you cannot chang

Re: Swiss Army Knife of Sound has me Baffled.

2021-08-19 Thread Dan Ritter
Martin McCormick wrote: > So, I want a mono version. Let's try this: > > #! /bin/sh > cd ~/tmp > filename=$1.wav > echo $filename > arecord -D hw:1,0 -r 48000 -d $2 -c 1 -f S16_LE - \ > | sox -t wav - -r44100 $filename > > This hasn't worked yet. It is identical to the good version but

Re: Swiss Army Knife of Sound has me Baffled.

2021-08-19 Thread Nicolas George
fails and does not produce anything. arecord itself fails because "channels count not available": the sound device you are using does not like mono, it obviously like only stereo. You have two options: - Use a sound device that supports mono. Since you cannot change your hardware, it

Re: Swiss Army Knife of Sound has me Baffled.

2021-08-18 Thread David Wright
On Wed 18 Aug 2021 at 21:41:06 (-0500), Martin McCormick wrote: > I have a little shell script called fullstereo which works fine. > It's short so I'll show it to you. It records sound from a > Creative Labs usb sound card which is probably much happier on a > Windows box but that's

Swiss Army Knife of Sound has me Baffled.

2021-08-18 Thread Martin McCormick
I have a little shell script called fullstereo which works fine. It's short so I'll show it to you. It records sound from a Creative Labs usb sound card which is probably much happier on a Windows box but that's not where I need it. It has only 1 sampling rate that works under debian

Re: Only One Side Speaker is giving sound

2021-08-09 Thread Anssi Saari
find anything like sound settings in your Debian? If you installed the default desktop environment aka Gnome then there should be something by that name. Is there any balance control you could try to adjust to get sound out of both speakers?

Re: Only One Side Speaker is giving sound

2021-08-09 Thread Roger Price
On Mon, 9 Aug 2021, Rishi wrote: Waiting for some guidance to resolve this. :) While you are waiting, check alsamixer - are both channels at the same level? Roger

Re: Only One Side Speaker is giving sound

2021-08-09 Thread Rishi
ood health amid this pandemic. > > I am using Debian 11 right now and I have noticed that while playing > video/audio, I can hear sound from only one side speaker. > I have installed the nonfree realtek and intel firmware and updated > it > to latest version but I am st

Re: Only One Side Speaker is giving sound

2021-08-06 Thread tomas
On Fri, Aug 06, 2021 at 07:10:34AM +, Rishi wrote: > Hope you are in good health amid this pandemic. > > I am using Debian 11 right now and I have noticed that while playing > video/audio, I can hear sound from only one side speaker. You have to provide more context for us to be

Only One Side Speaker is giving sound

2021-08-06 Thread Rishi
Hope you are in good health amid this pandemic. I am using Debian 11 right now and I have noticed that while playing video/audio, I can hear sound from only one side speaker. I have installed the nonfree realtek and intel firmware and updated it to latest version but I am still facing that issue

Re: Bullseye - no sound

2021-05-26 Thread Peter Hillier-Brook
On 03/03/2021 00:19, Peter Hillier-Brook wrote: > Running Bullseye on an Acer Aspire 5 I have no sound - "No output or > input devices found" > > Available controllers revealed by lspci are as follows: > > 00:1b.0 Audio device: Intel Corporation 9 Series Chipset

how to record sound being played with pulseaudio command?

2021-05-11 Thread Long Wind
Thanks!

Re: which mixer can show sound volume as colorful bar

2021-04-19 Thread deloptes
Cindy Sue Causey wrote: > Of note: Being the package that other packages build upon, maybe > there's not room to add that declaration within the package because of > conflicts that might then occur. In that case, maybe it's something > that could become of those ~2 or 3kb optional external

Re: which mixer can show sound volume as colorful bar

2021-04-19 Thread Cindy Sue Causey
On 4/19/21, deloptes wrote: > Long Wind wrote: > >> these days communists pay only lip service to communism ideology >> concepts such as red or revolution are rarely used in communists' >> propaganda > > this is why I wrote it is a joke. We do not understand why you want to > change the color.

Re: which mixer can show sound volume as colorful bar

2021-04-19 Thread deloptes
to...@tuxteam.de wrote: > Why risk hurting someone's feelings "just for" a joke? Why risk > putting someone at risk of state repression? I do not risk anything

Re: which mixer can show sound volume as colorful bar

2021-04-19 Thread deloptes
theme you are using. as others mentioned you have to run the audio through some other kind of utility (eg. a kind of audio player) where you can use equalizing features to display the sound level. The difference to windows is that in Linux you have the flexibility to choose what you want to run on t

Re: which mixer can show sound volume as colorful bar

2021-04-19 Thread Long Wind
On Monday, April 19, 2021, 8:30:23 PM GMT+8, deloptes wrote: Joke: he doesn't like the blue color in the VU meter in the pavucontrol, because in China red is required to be on the safe side :) these days communists pay only lip service to communism ideology concepts such as red or

Re: which mixer can show sound volume as colorful bar

2021-04-19 Thread tomas
On Mon, Apr 19, 2021 at 04:11:18PM +0200, deloptes wrote: > to...@tuxteam.de wrote: > > > Why? > > why "joke" or why the joke Why risk hurting someone's feelings "just for" a joke? Why risk putting someone at risk of state repression? Cheers - t signature.asc Description: Digital signature

Re: which mixer can show sound volume as colorful bar

2021-04-19 Thread deloptes
to...@tuxteam.de wrote: > Why? why "joke" or why the joke

Re: which mixer can show sound volume as colorful bar

2021-04-19 Thread deloptes
Long Wind wrote: > it seems that pulseaudio is about to supersede alsa? no, pulseaudio is an application friendly layer on top of alsa

Re: which mixer can show sound volume as colorful bar

2021-04-19 Thread tomas
On Mon, Apr 19, 2021 at 02:24:57PM +0200, deloptes wrote: > Andrei POPESCU wrote: > > > What is the problem you are trying to solve? > > Joke: [...] Why? - t signature.asc Description: Digital signature

Re: which mixer can show sound volume as colorful bar

2021-04-19 Thread deloptes
Andrei POPESCU wrote: > What is the problem you are trying to solve? Joke: he doesn't like the blue color in the VU meter in the pavucontrol, because in China red is required to be on the safe side :)

Re: which mixer can show sound volume as colorful bar

2021-04-19 Thread Andrei POPESCU
On Lu, 19 apr 21, 11:52:54, Long Wind wrote: > such feature is available in PulseAudio Volume Control, > but it's blue bar, not colorful bar i desirei've seen it in MS > Windowsi think it's standard featurei can't believe it's unavailable > in alsa ALSA is the basic plumbing, the

Re: which mixer can show sound volume as colorful bar

2021-04-19 Thread Andrei POPESCU
On Lu, 19 apr 21, 03:01:37, Long Wind wrote: > i've run alsamixer, it's not what i want > i want it  to  show loudness of sound in real time by changing or flashing > colorful bar  Then you are looking for a VU meter. https://en.wikipedia.org/wiki/VU_meter For pure ALSA you migh

Re: which mixer can show sound volume as colorful bar

2021-04-18 Thread Dan Ritter
Long Wind wrote: > it  changes as sound volume change > i use alsa, not pulseaudioThanks! alsamixer -dsr-

Re: Sound issue in bulleye with USB Headset and Internal Audio

2021-04-07 Thread Andrei POPESCU
On Mi, 07 apr 21, 23:49:46, deloptes wrote: > Rainer Dorsch wrote: > > > I have a bullseye system with an on-board Intel sound device and a > > Logitech USB headset. Everything works perfect, if I boot without the USB > > headset plugged in. Both devices are detected

Re: Sound issue in bulleye with USB Headset and Internal Audio

2021-04-07 Thread Andrei POPESCU
On Mi, 07 apr 21, 20:38:46, Rainer Dorsch wrote: > Am Mittwoch, 7. April 2021, 19:47:47 CEST schrieb Andrei POPESCU: > > On Mi, 07 apr 21, 18:39:21, Rainer Dorsch wrote: > > > Hello, > > > > > > I have a bullseye system with an on-board Intel sound device an

Re: Sound issue in bulleye with USB Headset and Internal Audio

2021-04-07 Thread Rainer Dorsch
Am Mittwoch, 7. April 2021, 20:38:46 CEST schrieb Rainer Dorsch: > Am Mittwoch, 7. April 2021, 19:47:47 CEST schrieb Andrei POPESCU: > > On Mi, 07 apr 21, 18:39:21, Rainer Dorsch wrote: > > > Hello, > > > > > > I have a bullseye system with an on-board Int

Re: Sound issue in bulleye with USB Headset and Internal Audio

2021-04-07 Thread Rainer Dorsch
Am Mittwoch, 7. April 2021, 19:47:47 CEST schrieb Andrei POPESCU: > On Mi, 07 apr 21, 18:39:21, Rainer Dorsch wrote: > > Hello, > > > > I have a bullseye system with an on-board Intel sound device and a > > Logitech > > USB headset. Everything works perfect,

Re: Sound issue in bulleye with USB Headset and Internal Audio

2021-04-07 Thread deloptes
Rainer Dorsch wrote: > I have a bullseye system with an on-board Intel sound device and a > Logitech USB headset. Everything works perfect, if I boot without the USB > headset plugged in. Both devices are detected and I can switch between > them as expected. If I boot with the USB hea

<    1   2   3   4   5   6   7   8   9   10   >