LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 09-27-2005, 02:27 AM   #1
madmax
LQ Newbie
 
Registered: Nov 2002
Location: India
Distribution: Slackware 10.2
Posts: 18

Rep: Reputation: 0
Mic does not work


Hi guys,

I have installed Slackware 10.2 with the 2.6.13 kernel from testing on the second CD.

Everything works ok ... excepth that I cannot use my mic in skype.

I have an Intel D845GLAD motherboard with on-board sound and use the snd-intel alsa driver.

I have sound output in all my apps. Even in skype I can hear the lady on the Echo123 testing service but when she asks me to record my voice and then plays it back I cant hear anything.

I can play sounds in multiple apps simulataneously and everything.

Would anyone be able to help me sort tis out.

Thnx in advance.
 
Old 09-27-2005, 02:39 AM   #2
SlackerLX
Senior Member
 
Registered: Dec 2004
Location: Herzliyya, Israel
Distribution: SuSE 10.1; Testing Distros
Posts: 1,832

Rep: Reputation: 47
chgrp audio /dev/dsp
chgrp audio /dev/dsp*
or

chmod 777 /dev/dsp
or
chmod 666 /dev/dsp !!!! DANGEROUS for Security
 
Old 09-27-2005, 02:40 AM   #3
KingOfDreams
LQ Newbie
 
Registered: Jan 2005
Location: East of Eden
Distribution: Slackware
Posts: 27

Rep: Reputation: 15
type
Code:
alsamixer -V all
this will show all controls, go to mic capture or similar

when you are done type
Code:
alsactl store
you should be all set

be root when you do it
 
Old 09-27-2005, 02:41 AM   #4
kodon
Member
 
Registered: Jul 2004
Location: [jax][fl][usa]
Distribution: Slackware64-current
Posts: 796

Rep: Reputation: 31
unmute it and toggle the capture
 
Old 09-27-2005, 04:19 AM   #5
madmax
LQ Newbie
 
Registered: Nov 2002
Location: India
Distribution: Slackware 10.2
Posts: 18

Original Poster
Rep: Reputation: 0
hi guys,

thanx for the replies .... am at work right now ... shall try it out as soon as I get home and post back either way ...

see ya.
 
Old 09-27-2005, 08:16 AM   #6
madmax
LQ Newbie
 
Registered: Nov 2002
Location: India
Distribution: Slackware 10.2
Posts: 18

Original Poster
Rep: Reputation: 0
hi guys,

have tried out the stuff just like U said ... but no dice ....

when I tried to run skype from the konsole this is what I got ==>
artsdsp -m skype
volume_open: error opening /dev/mixer: Permission denied
volume_open: error opening /dev/mixer: Permission denied
volume_open: error opening /dev/mixer: Permission denied

would u have any more ideas to try out

thnx
 
Old 09-27-2005, 08:20 AM   #7
SlackerLX
Senior Member
 
Registered: Dec 2004
Location: Herzliyya, Israel
Distribution: SuSE 10.1; Testing Distros
Posts: 1,832

Rep: Reputation: 47
chmod it like I posted above!
 
Old 09-27-2005, 08:50 AM   #8
madmax
LQ Newbie
 
Registered: Nov 2002
Location: India
Distribution: Slackware 10.2
Posts: 18

Original Poster
Rep: Reputation: 0
okay so i have now also done ==>

root@darkstar:/home/neil# chmod 777 /dev/mixer
root@darkstar:/home/neil# chmod 777 /dev/sound/mixer

still no luck :<(
 
Old 09-27-2005, 09:04 AM   #9
SlackerLX
Senior Member
 
Registered: Dec 2004
Location: Herzliyya, Israel
Distribution: SuSE 10.1; Testing Distros
Posts: 1,832

Rep: Reputation: 47
Once AGAIN,as far as I understand Linux, there is no such device as /dev/mixer. Linux, however defines mike as /dev/dsp
chmod 777 /dev/dsp
or
chmod 666 /dev/dsp
 
Old 09-27-2005, 09:50 AM   #10
madmax
LQ Newbie
 
Registered: Nov 2002
Location: India
Distribution: Slackware 10.2
Posts: 18

Original Poster
Rep: Reputation: 0
Hey SlackerLX,

did as you suggested in ur last post .... but no can do again .....

I was reading some more about this and tried the following :
---------------------------------------------------------------------------
root@darkstar:/home/neil# arecord -d 10 -f cd -t wav -D copy foobar.wav
ALSA lib pcm.c:2090snd_pcm_open_noupdate) Unknown PCM copy
arecord: main:533: audio open error: No such file or directory
root@darkstar:/home/neil# arecord -d 10 -f cd -t wav foobar.wav
Recording WAVE 'foobar.wav' : Signed 16 bit Little Endian, Rate 44100 Hz, Stereo
root@darkstar:/home/neil# play foobar.wav
----------------------------------------------------------------------

Still no luck playing back the file or in skype

I hope I am not troubling u guys too much .... but would U have any more things to try .... I am all urs for as long as u guys can stand me.

Thnx
 
Old 09-27-2005, 12:50 PM   #11
madmax
LQ Newbie
 
Registered: Nov 2002
Location: India
Distribution: Slackware 10.2
Posts: 18

Original Poster
Rep: Reputation: 0
Hey guys,

If anyone is reading this .... I know what the problem was .....

I shall now kill myself .....

I had installed the 2.6 kernel with the alsa driver as mentioned above.

But I did not remove the old driver for the 2.4 kernel.

Skype now woks beautifully as root

So I guess its just a permission problem for a user which I should be able to sort out by following the steps above.

Again ... totally sorry for all the trouble caused ....

SlackerLX, KingOfDreams & kodon ..... THANK U VERY MUCH for all the support.

Rgds,

madmax
 
Old 09-27-2005, 01:17 PM   #12
SlackerLX
Senior Member
 
Registered: Dec 2004
Location: Herzliyya, Israel
Distribution: SuSE 10.1; Testing Distros
Posts: 1,832

Rep: Reputation: 47
Lightbulb Always happy to assist!

Well now, good that all wrapped up nicely!
No need to be suicidal about that though
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Mic doesn't work zaltar Linux - Hardware 2 06-22-2005 02:21 AM
audacity help (mic won't work) rejser Linux - Software 3 08-10-2004 12:38 PM
Mic won't work, Debian 2.6.6 Hydrogenman Linux - Hardware 4 06-20-2004 08:06 AM
getting a mic to work in linux questionasker Linux - Hardware 2 02-17-2004 10:11 AM
Mic on webcam won't work pilot1 Linux - General 2 06-15-2003 04:07 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 08:52 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration