Re: Sound issues on ThinkPad X220T (Lenovo)

2020-04-13 Thread Florent Rougon
Hi, For the record, I had the exact same problem on a computer running buster that I don't use very often. For sure, it was working fine even with timidity installed a few months ago. Many thanks to Andrei for the 'lsof | grep /dev/snd' command that pointed us in the right direction! Debugging the

Re: Sound issues on ThinkPad X220T (Lenovo)

2020-04-12 Thread deloptes
riveravaldez wrote: > On 4/12/20, riveravaldez wrote: >> On 4/12/20, Andrei POPESCU wrote: >>> On Sb, 11 apr 20, 21:02:39, riveravaldez wrote: Strangely, 'speaker-test -c2' doesn't produce a sound. But 'sudo speaker-test -c2' works flawlessly. (The idea to check that came from >>>

Re: Sound issues on ThinkPad X220T (Lenovo)

2020-04-12 Thread riveravaldez
On 4/12/20, riveravaldez wrote: > On 4/12/20, Andrei POPESCU wrote: >> On Sb, 11 apr 20, 21:02:39, riveravaldez wrote: >>> >>> Strangely, 'speaker-test -c2' doesn't produce a sound. But 'sudo >>> speaker-test -c2' works flawlessly. (The idea to check that came from >>> [1].) >> >> Some program mi

Re: Sound issues on ThinkPad X220T (Lenovo)

2020-04-12 Thread Andrei POPESCU
On Du, 12 apr 20, 11:39:52, riveravaldez wrote: > > $ groups > thinkpad cdrom floppy sudo audio dip video plugdev netdev Ok. > $ speaker-test -c2 [Still not sound.] And no error... > $ sudo speaker-test -c2 [Sounds OK.] That would indicate that sound is handled differently for the regular

Re: Sound issues on ThinkPad X220T (Lenovo)

2020-04-12 Thread riveravaldez
On 4/12/20, deloptes wrote: > riveravaldez wrote: > >> But this not, even as sudo (and the error is similar to JACK one): >> $ aplay -vv -D front:CARD=PCH,DEV=0 /usr/share/sounds/alsa/Noise.wav >> aplay: main:830: audio open error: Device or resource bussy > > aplay -vv -D plughw:CARD=PCH,DEV=0 /u

Re: Sound issues on ThinkPad X220T (Lenovo)

2020-04-12 Thread riveravaldez
On 4/12/20, Andrei POPESCU wrote: > On Sb, 11 apr 20, 21:02:39, riveravaldez wrote: >> >> Strangely, 'speaker-test -c2' doesn't produce a sound. But 'sudo >> speaker-test -c2' works flawlessly. (The idea to check that came from >> [1].) > > Any error message? Is your user a member of group 'audio'

Re: Sound issues on ThinkPad X220T (Lenovo)

2020-04-12 Thread deloptes
riveravaldez wrote: > But this not, even as sudo (and the error is similar to JACK one): > $ aplay -vv -D front:CARD=PCH,DEV=0 /usr/share/sounds/alsa/Noise.wav > aplay: main:830: audio open error: Device or resource bussy aplay -vv -D plughw:CARD=PCH,DEV=0 /usr/share/sounds/alsa/Noise.wav read t

Re: Sound issues on ThinkPad X220T (Lenovo)

2020-04-12 Thread Andrei POPESCU
On Sb, 11 apr 20, 21:02:39, riveravaldez wrote: > > Strangely, 'speaker-test -c2' doesn't produce a sound. But 'sudo > speaker-test -c2' works flawlessly. (The idea to check that came from > [1].) Any error message? Is your user a member of group 'audio'? Some program might be blocking the sound

Re: Sound issues on ThinkPad X220T (Lenovo)

2020-04-11 Thread riveravaldez
On 4/11/20, riveravaldez wrote: > On 4/11/20, riveravaldez wrote: >> Hi, >> >> I would like to know what's the proper way to solve this. I'm on an >> updated debian-testing installation (with pulseaudio installed and >> working, but the problem seems to be previous, i.e., in ALSA, because >> pavu

Re: Sound issues on ThinkPad X220T (Lenovo)

2020-04-11 Thread riveravaldez
On 4/11/20, riveravaldez wrote: > Hi, > > I would like to know what's the proper way to solve this. I'm on an > updated debian-testing installation (with pulseaudio installed and > working, but the problem seems to be previous, i.e., in ALSA, because > pavucontrol doesn't show the soundcard in its

Re: sound issues

2012-03-05 Thread Kelly Clowers
On Mon, Mar 5, 2012 at 15:05, Scott Ferguson wrote: > On 06/03/12 03:01, Kelly Clowers wrote: > > >> >> http://www.clowersnet.net/~krc/computers/realistic_linux_audio_v2.png >> (needs some updating and improving, e.g. libsydney never came to be) >> >> Which maybe you know all about, but I know ple

Re: sound issues

2012-03-05 Thread Scott Ferguson
On 06/03/12 03:01, Kelly Clowers wrote: > On Mon, Mar 5, 2012 at 02:51, Scott Ferguson > wrote: >> On 05/03/12 19:18, Raffaele Morelli wrote: >>> 2012/3/5 Scott Ferguson >> > >>> >>> Just to clarify with Kelly about what "complicated" stands f

Re: sound issues

2012-03-05 Thread Kelly Clowers
On Mon, Mar 5, 2012 at 02:51, Scott Ferguson wrote: > On 05/03/12 19:18, Raffaele Morelli wrote: >> 2012/3/5 Scott Ferguson > > >> >> >>> >>> Just to clarify with Kelly about what "complicated" stands for :-) >>> >>> IMHO you are going to get what you w

Re: sound issues

2012-03-05 Thread Raffaele Morelli
2012/3/5 Scott Ferguson > On 05/03/12 19:18, Raffaele Morelli wrote: > > 2012/3/5 Scott Ferguson > > > > > > > >> > >> Just to clarify with Kelly about what "complicated" stands for :-) > >> > >> IMHO you are going to get what you want in two steps: k

Re: sound issues

2012-03-05 Thread Scott Ferguson
On 05/03/12 19:18, Raffaele Morelli wrote: > 2012/3/5 Scott Ferguson > > > >> >> Just to clarify with Kelly about what "complicated" stands for :-) >> >> IMHO you are going to get what you want in two steps: killall >> pulseaudio && aptitude install

Re: sound issues

2012-03-05 Thread Raffaele Morelli
2012/3/5 Scott Ferguson > > > > > Just to clarify with Kelly about what "complicated" stands for :-) > > > > IMHO you are going to get what you want in two steps: > > killall pulseaudio && aptitude install jackd qjackctl > > > > regards > > -r > > "what you want" meaning a complicated setup that

Re: sound issues

2012-03-04 Thread Scott Ferguson
On 05/03/12 03:24, Raffaele Morelli wrote: > > > 2012/3/4 Darren Crotchett > > > > I restarted pulseaudio with: /etc/init.d/pulseaudio restart > > This did not seem to work. So, I rebooted. This seems to work. I > was able to play a movie with sound

Re: sound issues

2012-03-04 Thread Kelly Clowers
On Sun, Mar 4, 2012 at 08:24, Raffaele Morelli wrote: > > > Just to clarify with Kelly about what "complicated" stands for :-) > > IMHO you are going to get what you want in two steps: > killall pulseaudio && aptitude install jackd qjackctl > http://alsa.opensrc.org/Jack_and_Loopback_device_as_Al

Re: sound issues

2012-03-04 Thread Darren Crotchett
On Sun, Mar 4, 2012 at 10:24 AM, Raffaele Morelli < raffaele.more...@gmail.com> wrote: > > > 2012/3/4 Darren Crotchett > >> I am going to clearly remark as much as possible for the benefit of >> anyone who may find this page later. See my inline replies/comments. >> >> On Sat, Mar 3, 2012 at

Re: sound issues

2012-03-04 Thread Raffaele Morelli
2012/3/4 Darren Crotchett > I am going to clearly remark as much as possible for the benefit of anyone > who may find this page later. See my inline replies/comments. > > On Sat, Mar 3, 2012 at 12:24 PM, Kelly Clowers wrote: > >> On Sat, Mar 3, 2012 at 05:53, Darren Crotchett >> wrote: >> >

Re: sound issues

2012-03-04 Thread Tony van der Hoff
On 04/03/12 04:56, Scott Ferguson wrote: On 04/03/12 14:18, Darren Crotchett wrote: Thank you so much for sticking with me. I appreciate everyone's comments. I hope that someone with find this thread useful in the future. Not only in the future :) I've been following this thread, with

Re: sound issues

2012-03-03 Thread Scott Ferguson
On 04/03/12 14:18, Darren Crotchett wrote: > I am going to clearly remark as much as possible for the benefit of > anyone who may find this page later. See my inline replies/comments. > > On Sat, Mar 3, 2012 at 12:24 PM, Kelly Clowers > wrote: > > > > Tha

Re: sound issues

2012-03-03 Thread Darren Crotchett
I am going to clearly remark as much as possible for the benefit of anyone who may find this page later. See my inline replies/comments. On Sat, Mar 3, 2012 at 12:24 PM, Kelly Clowers wrote: > On Sat, Mar 3, 2012 at 05:53, Darren Crotchett > wrote: > > > > Can you elaborate on what you mean

Re: sound issues

2012-03-03 Thread Kelly Clowers
On Sat, Mar 3, 2012 at 05:53, Darren Crotchett wrote: > > Can you elaborate on what you mean by "it just needs to be setup correctly"? > I'm going to be working on this issue today.  Before I install the > applications that Raffaele recommended, I want to give Pulseaudio one more > chance because

Re: sound issues

2012-03-03 Thread Darren Crotchett
On Fri, Mar 2, 2012 at 10:11 AM, Kelly Clowers wrote: > On Fri, Mar 2, 2012 at 05:35, Raffaele Morelli > wrote: > > > > if you want two or more audio apps to share the same sound device, start > > qjackctl, tell vlc to use jack output module and do the same with other > apps > > if needed. > > >

Re: sound issues

2012-03-02 Thread Scott Ferguson
On 03/03/12 09:50, Kelly Clowers wrote: > On Fri, Mar 2, 2012 at 14:38, Celejar wrote: >> On Fri, 2 Mar 2012 14:19:32 -0800 >> Kelly Clowers wrote: >> >>> On Fri, Mar 2, 2012 at 13:52, Celejar wrote: On Fri, 2 Mar 2012 13:36:34 -0800 Kelly Clowers wrote: > On Fri, Mar 2, 2012

Re: sound issues

2012-03-02 Thread Kelly Clowers
On Fri, Mar 2, 2012 at 14:38, Celejar wrote: > On Fri, 2 Mar 2012 14:19:32 -0800 > Kelly Clowers wrote: > >> On Fri, Mar 2, 2012 at 13:52, Celejar wrote: >> > On Fri, 2 Mar 2012 13:36:34 -0800 >> > Kelly Clowers wrote: >> > >> >> On Fri, Mar 2, 2012 at 12:56, Celejar wrote: >> >> > On Fri, 2 M

Re: sound issues

2012-03-02 Thread Celejar
On Fri, 2 Mar 2012 14:19:32 -0800 Kelly Clowers wrote: > On Fri, Mar 2, 2012 at 13:52, Celejar wrote: > > On Fri, 2 Mar 2012 13:36:34 -0800 > > Kelly Clowers wrote: > > > >> On Fri, Mar 2, 2012 at 12:56, Celejar wrote: > >> > On Fri, 2 Mar 2012 08:11:18 -0800 > >> > Kelly Clowers wrote: > >>

Re: sound issues

2012-03-02 Thread Kelly Clowers
On Fri, Mar 2, 2012 at 13:52, Celejar wrote: > On Fri, 2 Mar 2012 13:36:34 -0800 > Kelly Clowers wrote: > >> On Fri, Mar 2, 2012 at 12:56, Celejar wrote: >> > On Fri, 2 Mar 2012 08:11:18 -0800 >> > Kelly Clowers wrote: >> > >> >> On Fri, Mar 2, 2012 at 05:35, Raffaele Morelli >> >> wrote: >> >

Re: sound issues

2012-03-02 Thread Celejar
On Fri, 2 Mar 2012 13:36:34 -0800 Kelly Clowers wrote: > On Fri, Mar 2, 2012 at 12:56, Celejar wrote: > > On Fri, 2 Mar 2012 08:11:18 -0800 > > Kelly Clowers wrote: > > > >> On Fri, Mar 2, 2012 at 05:35, Raffaele Morelli > >> wrote: > >> > > >> > if you want two or more audio apps to share the

Re: sound issues

2012-03-02 Thread Kelly Clowers
On Fri, Mar 2, 2012 at 12:56, Celejar wrote: > On Fri, 2 Mar 2012 08:11:18 -0800 > Kelly Clowers wrote: > >> On Fri, Mar 2, 2012 at 05:35, Raffaele Morelli >> wrote: >> > >> > if you want two or more audio apps to share the same sound device, start >> > qjackctl, tell vlc to use jack output modu

Re: sound issues

2012-03-02 Thread Celejar
On Fri, 2 Mar 2012 08:11:18 -0800 Kelly Clowers wrote: > On Fri, Mar 2, 2012 at 05:35, Raffaele Morelli > wrote: > > > > if you want two or more audio apps to share the same sound device, start > > qjackctl, tell vlc to use jack output module and do the same with other apps > > if needed. > > >

Re: sound issues

2012-03-02 Thread Darren Crotchett
On Fri, Mar 2, 2012 at 10:56 AM, Raffaele Morelli < raffaele.more...@gmail.com> wrote: > 2012/3/2 Kelly Clowers > >> On Fri, Mar 2, 2012 at 05:35, Raffaele Morelli >> wrote: >> > >> > if you want two or more audio apps to share the same sound device, start >> > qjackctl, tell vlc to use jack out

Re: sound issues

2012-03-02 Thread Darren Crotchett
Thanks for feedback. Yes. It is Pandora in Google Chrome. These plugins are installed. $ aptitude search vlc |grep pulse i A vlc-plugin-pulse- PulseAudio plugin for VLC $ aptitude search gstreamer |grep pulse i A gstreamer0.10-pulseaudio- GStreamer plugin for Pu

Re: sound issues

2012-03-02 Thread Raffaele Morelli
2012/3/2 Kelly Clowers > On Fri, Mar 2, 2012 at 05:35, Raffaele Morelli > wrote: > > > > if you want two or more audio apps to share the same sound device, start > > qjackctl, tell vlc to use jack output module and do the same with other > apps > > if needed. > > > > In qjackctl connection panel

Re: sound issues

2012-03-02 Thread Kelly Clowers
On Fri, Mar 2, 2012 at 05:35, Raffaele Morelli wrote: > > if you want two or more audio apps to share the same sound device, start > qjackctl, tell vlc to use jack output module and do the same with other apps > if needed. > > In qjackctl connection panel you should see all your alsa compliant app

Re: sound issues

2012-03-02 Thread Darren Crotchett
Thank you so much for this information. I will do that tonight or tomorrow and report back. On Fri, Mar 2, 2012 at 7:35 AM, Raffaele Morelli wrote: > > > 2012/3/2 Darren Crotchett > >> I am having issues with sound on my son's computer. We are unable to run >> two sound applications simultane

Re: sound issues

2012-03-02 Thread Raffaele Morelli
2012/3/2 Darren Crotchett > I am having issues with sound on my son's computer. We are unable to run > two sound applications simultaneously. Occasionally, I can stumble upon a > combination of more than one (usually two) that will work together. But, > it's not repeatable. > > I have tried a

Re: Sound issues

2006-06-12 Thread Olafur Jens Sigurdsson
Well, assuming you are running alsa modules to run your hardware, then you can use alsaconf (found in the alsa-utils package) to configure the sound levels of your sound card. If you are not using alsa modules you can just get any other mixer (KDE should have one) and fiddle around with the setting

Re: Sound issues-no sound from cd players

2003-12-11 Thread Derrick 'dman' Hudson
On Wed, Dec 10, 2003 at 10:00:01PM -0600, tripolar wrote: | Thanks | hooked up the cdrom drive to soundcard. | now enjoying "Tool" cd :-) | In the past( I think) I have listened to cd's without that cable. | any idea how that worked? Some cd player software simply sends commands to the drive to pl

Re: Sound issues-no sound from cd players

2003-12-10 Thread tripolar
Thanks hooked up the cdrom drive to soundcard. now enjoying "Tool" cd :-) In the past( I think) I have listened to cd's without that cable. any idea how that worked? On Wed, 2003-12-10 at 20:53, Paul Johnson wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Wed, Dec 10, 2003 at 08:4

Re: Sound issues-no sound from cd players

2003-12-10 Thread Paul Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, Dec 10, 2003 at 08:48:37PM -0600, tripolar wrote: > $ playsound english.au > /dev/dsp > did work then I tried cd players again- both gnome & kde cdplayers. each > cd player picked up my music cd but played no sound. Is your CD player connected

Summary: Re: Sound issues using 2.4.18-bf2.4-xfs and SB Live! 5.1

2002-11-01 Thread Wolftales
Hi, I just wanted to sum up the issue I was experiencing. The emu10k1 depends on the ac97_codec. As both Matt and Bob pointed out modprobe would cover this dependacy. After confirming things worked, I rebuit my kernel successfully with emu10k1 built in which also works as prior research sugg

Re: Sound issues using 2.4.18-bf2.4-xfs and SB Live! 5.1

2002-10-31 Thread Bob Proulx
Wolftales <[EMAIL PROTECTED]> [2002-10-31 14:57:19 -0800]: > > I am trying to troubleshoot why I do not have sound on my system > (specific info below). I have had this hardware configuration working > before, using a customer kernel and frozen at the time. > [...] > sandbox:~# insmod emu10k1 > Us

Re: Sound issues using 2.4.18-bf2.4-xfs and SB Live! 5.1

2002-10-31 Thread Matthias Hentges
Am Don, 2002-10-31 um 23.57 schrieb Wolftales: > Hi, > > I am trying to troubleshoot why I do not have sound on my system > (specific info below). I have had this hardware configuration working > before, using a customer kernel and frozen at the time. > > The errors are similar to the problems I

Re: Sound issues using 2.4.18-bf2.4-xfs and SB Live! 5.1

2002-10-31 Thread Shawn Lamson
you can try downloading and compiling the driver from Creative http://www.americas.creative.com/support/files/download.asp?Centric=107&OS=12&descID=346 = Shawn Lamson Debian Gnu\Linux Sid Kernel 2.4.19-custom XFree86 Version 4.2.1 __ Do you Yah