Re: making sound work in Jessie - how?

2014-12-15 Thread Ric Moore

On 12/13/2014 09:40 PM, Paul E Condon wrote:

On 20141213_1926-0500, Ric Moore wrote:

On 12/13/2014 06:43 PM, Paul E Condon wrote:


What packages should I make sure are properly installed?


pavucontrol is usually missed. You need it to admin pulse. :) Ric
--
My father, Victor Moore (Vic) used to say:
There are two Great Sins in the world...
..the Sin of Ignorance, and the Sin of Stupidity.
Only the former may be overcome. R.I.P. Dad.
Linux user# 44256



Thanks for the email. But perhaps you could give me more.
I think my netinstall missed a whole bunch of stuff, like
the people configuring the install task package forgot
ot include a big bunch of stuff. When you installed the
sound on you computer what did you install manually,
not just the one that you are always kicking yourself for
forgetting, the nine yards.


You should have synaptic installed to help you select packages first. I 
couldn't live without it! Then make sure you have alsa installed 
completely. next search on pulse and install pavucontrol which is not 
installed by default. I've bitched about that, as you cannot admin pulse 
without it.


So, for sound, alsa is what everything depends on. So, run alsamixer 
from a terminal command line. Make sure your audio devices are not muted 
and sound levels a point or two from being 100% high. If alsa doesn't 
work, pulse has no chance since it sits on top of alsa.


Then run pavucontrol and you'll get a graphical admin front-end for 
pulse. .




--
My father, Victor Moore (Vic) used to say:
There are two Great Sins in the world...
..the Sin of Ignorance, and the Sin of Stupidity.
Only the former may be overcome. R.I.P. Dad.
Linux user# 44256


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Archive: https://lists.debian.org/548f2156.4050...@gmail.com



making sound work in Jessie - how?

2014-12-13 Thread Paul E Condon
I've been running Jessie on my deaktop from some time before the end
of September. The last time a checked, which was quite a while ago,
sound was working. But it might have been before I migrated from
Wheezy to Jessie. Now realize I don't know what to do to get sound
working in Jessie. I got Jessie by doing a netinst. The first thing I
tried to do when I noticed sound not working was to install
flashplayer-nonfree and run it.

This had worked in Wheezy but either I missed an important step or
that's not the way to do in under systemd. I am *not* knocking
systemd. But flashplayer-nonfree was/is something kluge and I would
be glad to let it rest in peace.

What packages should I make sure are properly installed? Where can I
find a check list of what needs to be done. While I'm typing this I
realize I might need to become a member of a special access group, but
what is the name of the group? These are things about which I need
up-to-date info, and there is mostly stale info on google (By stale, I
mean from the dark ages before the coming of Pulse.) But maybe my
problem has nothing to do with Pulse or systemd. Please suggest test
to make and information to give. The computer runs the latest i686 32bit
kernel (latest for Jessie) It is HP desktop that's a few years old.
I'll be re-installing flashplayer again while waiting for suggestions...

TIA 
-- 
Paul E Condon   
pecon...@mesanetworks.net


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20141213234102.ga7...@big.lan.gnu



Re: making sound work in Jessie - how?

2014-12-13 Thread Paul E Condon
On 20141213_1643-0700, Paul E Condon wrote:
 I've been running Jessie on my deaktop from some time before the end
 of September. The last time a checked, which was quite a while ago,
 sound was working. But it might have been before I migrated from
 Wheezy to Jessie. Now realize I don't know what to do to get sound
 working in Jessie. I got Jessie by doing a netinst. The first thing I
 tried to do when I noticed sound not working was to install
 flashplayer-nonfree and run it.
 
 This had worked in Wheezy but either I missed an important step or
 that's not the way to do in under systemd. I am *not* knocking
 systemd. But flashplayer-nonfree was/is something kluge and I would
 be glad to let it rest in peace.
 
 What packages should I make sure are properly installed? Where can I
 find a check list of what needs to be done. While I'm typing this I
 realize I might need to become a member of a special access group, but
 what is the name of the group? These are things about which I need
 up-to-date info, and there is mostly stale info on google (By stale, I
 mean from the dark ages before the coming of Pulse.) But maybe my
 problem has nothing to do with Pulse or systemd. Please suggest test
 to make and information to give. The computer runs the latest i686 32bit
 kernel (latest for Jessie) It is HP desktop that's a few years old.
 I'll be re-installing flashplayer again while waiting for suggestions...

Yes, I know its flashplugin . My bad. I was reminded of that
when I couldn't get aptitude to find under the wrong name.

 
 TIA 
 -- 
 Paul E Condon   
 pecon...@mesanetworks.net
 

-- 
Paul E Condon   
pecon...@mesanetworks.net


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20141213235358.ga7...@big.lan.gnu



Re: making sound work in Jessie - how?

2014-12-13 Thread seeker5528


On 12/13/2014 3:43 PM, Paul E Condon wrote:

What packages should I make sure are properly installed? Where can I
find a check list of what needs to be done. While I'm typing this I
realize I might need to become a member of a special access group, but
what is the name of the group? These are things about which I need
up-to-date info, and there is mostly stale info on google (By stale, I
mean from the dark ages before the coming of Pulse.) But maybe my
problem has nothing to do with Pulse or systemd. Please suggest test
to make and information to give.
Gnome has used pulseaudio for a while now, KDE started using it too, 
don't know about the other desktops.


In a terminal window issue the command

/dpkg -s pulseaudio/

If that produces a result that makes it look like pulseaudio is 
installed then look for


/~/.pulse//

Edit (creating it if you have to) a file named

/client.conf//
/
add this line of text to client.conf

/autospawn = no/

Then in a terminal window issue the command

/pactl exit/

If that gives you an error try

/pulseaudio --kill/

Try something that plays audio. If audio works

For me personally the follow up to that on my system was, in a terminal window 
issue the commands

/cp /etc/xdg/autostart/pulse*.desktop ~/.config/autostart//
//cd ~/.co//nfig/autostart//
//ls pulse*/

for each pulseaudio*.desktop file that exists, open it in a text editor (gedit, 
kate, nano, etc...)
find the 'Exec=' line and comment it out with a '#' symbol at the beginning of 
the line

/#Exec=start-pulseaudio-x11//
/

Later, Seeker











making sound work?

2001-05-24 Thread Dragos Delcea
hello all,

this is going to be a long one I guess:
Problem: instaling sound
OS: Debian 2.2r3 (all 3 binary CD's)
Hardware: yamaha opl sax

What I've accomplished:
pnpdump /etc/isapnp.conf
uncommented the appropriate entries in isapnp.conf (dmesg now show the
card detected)
added the (again) appropriate entries in /etc/modules
(sound-slot-0...,options opl3sa2 mss_io,dma1...dmabuf=1, etc). I swear
by those settings (I just copyed them from the previous install -same
debian- where they worked -don't ask me what I've done then-);
now at boot it sees the card,it tries to initialise it and gives me a
bunch of errors that 'mss_io must be set, ...blah-blah...'; I log in,
lsmod and it shows all the modules loaded (belive me I've seen the card
working and I know that are all)
OK, I ignore the errors, install xmms (libesd was installed before
-maybe that's the problem?-), select output plugin esd AND IT JUST POPS
UP THAT WINDOW that tells me to check if my sound card ...blah-blah.

Now, I'm new to debian, although not to linux. I was used to redhat and
it allways autodetected it whithout no problem.
Am I skipping something that's obvious, or am I doing something wrong?

Best regards from Bucharest Romania
Dragos



Re: making sound work?

2001-05-24 Thread Benjamin Black
 hello all,
 
 this is going to be a long one I guess:
 Problem: instaling sound
 OS: Debian 2.2r3 (all 3 binary CD's)
 Hardware: yamaha opl sax
 
 What I've accomplished:
 pnpdump /etc/isapnp.conf
 uncommented the appropriate entries in isapnp.conf (dmesg now show the
 card detected)
 added the (again) appropriate entries in /etc/modules
 (sound-slot-0...,options opl3sa2 mss_io,dma1...dmabuf=1, etc). I swear
 by those settings (I just copyed them from the previous install -same
 debian- where they worked -don't ask me what I've done then-);
 now at boot it sees the card,it tries to initialise it and gives me a
 bunch of errors that 'mss_io must be set, ...blah-blah...'; I log in,
 lsmod and it shows all the modules loaded (belive me I've seen the card
 working and I know that are all)
 OK, I ignore the errors, install xmms (libesd was installed before
 -maybe that's the problem?-), select output plugin esd AND IT JUST POPS
 UP THAT WINDOW that tells me to check if my sound card ...blah-blah.
 Now, I'm new to debian, although not to linux. I was used to redhat and
 it allways autodetected it whithout no problem.
 Am I skipping something that's obvious, or am I doing something wrong?
 
the difference between red hat and debian is that the default red hat
installation is insecure, and requires a lot of work to make it secure,
whereas the default debian installation is secure and requires a lot of
work to make it insecure.  as such, in debian, every user is not
automatically given permission to use the audio device(s).  you have to
give each user permission specifically.

assuming you are correct and you have everything set up properly, you
just need to add yourself to the audio group.  add the user id you want
to use sound with at the end of the audio: line in /etc/group.  i.e., to
give the user dragos permission to use audio devices, you would change
the line to read:

audio:x:29:dragos

(replace x with cipher if you are not using shadow passwords)
 
/ben

-- 
|_|_ | _  _ |_   PGP public key: http://www.wilykit.com/wilykit.key
|_) . |_)|(_|(_ |\  Never rub another man's rhubarb. -- Joker



pgpfQIjuccGyM.pgp
Description: PGP signature


Re: making sound work?

2001-05-24 Thread Dragos Delcea
thanks for your reply
I didn't know I have to do that; but I made it to work under the same
debian dist 
(after a lot of work) without doing that although I think I made a chmod
on some /dev
entries.
I will try that, thanks again
by the way I'm on the debian user list

regards
[seems to me like I have to read some newbie debian help :-) 
I thought I passed this stage :-( ]
Cameron Matheson wrote:
 
 Hey,
 
 just making sure you didn't forget to add yourself to the audio group...
 
 Cameron Matheson
 
 On Thu, May 24, 2001 at 12:03:04PM +0300, Dragos Delcea wrote:
  hello all,
 
  this is going to be a long one I guess:
  Problem: instaling sound
  OS: Debian 2.2r3 (all 3 binary CD's)
  Hardware: yamaha opl sax
 
  What I've accomplished:
  pnpdump /etc/isapnp.conf
  uncommented the appropriate entries in isapnp.conf (dmesg now show the
  card detected)
  added the (again) appropriate entries in /etc/modules
  (sound-slot-0...,options opl3sa2 mss_io,dma1...dmabuf=1, etc). I swear
  by those settings (I just copyed them from the previous install -same
  debian- where they worked -don't ask me what I've done then-);
  now at boot it sees the card,it tries to initialise it and gives me a
  bunch of errors that 'mss_io must be set, ...blah-blah...'; I log in,
  lsmod and it shows all the modules loaded (belive me I've seen the card
  working and I know that are all)
  OK, I ignore the errors, install xmms (libesd was installed before
  -maybe that's the problem?-), select output plugin esd AND IT JUST POPS
  UP THAT WINDOW that tells me to check if my sound card ...blah-blah.
 
  Now, I'm new to debian, although not to linux. I was used to redhat and
  it allways autodetected it whithout no problem.
  Am I skipping something that's obvious, or am I doing something wrong?
 
  Best regards from Bucharest Romania
  Dragos
 
 
  --
  To UNSUBSCRIBE, email to [EMAIL PROTECTED]
  with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 
 _
 
 Do You Yahoo!?
 
 Get your free @yahoo.com address at http://mail.yahoo.com