LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 04-19-2011, 10:28 PM   #31
Mildest_mind
LQ Newbie
 
Registered: Mar 2011
Location: СССP
Distribution: Slackware 13.1
Posts: 1

Rep: Reputation: 0

Quote:
Originally Posted by drfrostbyte View Post
How do I add myself to audio?

Nano /etc/group/

I see:
audio:x:17:
that's all. Any suggestions?
audio:x:17:user_name
 
Old 04-19-2011, 10:30 PM   #32
T3slider
Senior Member
 
Registered: Jul 2007
Distribution: Slackware64-14.1
Posts: 2,367

Rep: Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843
Code:
gpasswd -a user audio
 
Old 04-20-2011, 12:56 AM   #33
dolphin77
Member
 
Registered: May 2009
Location: Odesa, Ukraine
Distribution: Slackware
Posts: 206

Rep: Reputation: 60
Yeah, just realized that probably your card should work "out of the box" (doesn't need any extra module parameters), the only thing is that for recording you need to be in audio group. When you are creating new user in slackware it automatically suggest you to add the user in following groups:
Code:
audio cdrom floppy plugdev video power netdev
you can add yourself to any of this groups later by command suggested in above messages, or by editing as root user the file /etc/group, and add yourself at the end of appropriate line(s). For example in my system I am named vladimr and it looks like this:
Code:
root@darkstar:~# cat /etc/group | grep vladimir
floppy:x:11:vladimir
audio:x:17:vladimir
video:x:18:vladimir
cdrom:x:19:vladimir
plugdev:x:83:vladimir
power:x:84:vladimir
netdev:x:86:vladimir
kvm:x:1001:vladimir
 
Old 04-20-2011, 12:28 PM   #34
T3slider
Senior Member
 
Registered: Jul 2007
Distribution: Slackware64-14.1
Posts: 2,367

Rep: Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843
Or in one line:
Code:
usermod -a -G audio,cdrom,floppy,plugdev,video,power,netdev username
 
Old 04-20-2011, 10:43 PM   #35
drfrostbyte
Member
 
Registered: Mar 2011
Distribution: Slackware 13.1
Posts: 52

Original Poster
Rep: Reputation: 0
wow.. the mic is still not recording my voice after I did that.
 
Old 04-21-2011, 12:34 AM   #36
dolphin77
Member
 
Registered: May 2009
Location: Odesa, Ukraine
Distribution: Slackware
Posts: 206

Rep: Reputation: 60
did you reboot or re-logged into the system after changing /etc/groups?
 
Old 04-21-2011, 03:32 PM   #37
drfrostbyte
Member
 
Registered: Mar 2011
Distribution: Slackware 13.1
Posts: 52

Original Poster
Rep: Reputation: 0
Yepp.
 
Old 04-21-2011, 08:51 PM   #38
stormtracknole
Senior Member
 
Registered: Aug 2005
Distribution: Slackware, RHEL
Posts: 1,259

Rep: Reputation: 231Reputation: 231Reputation: 231
I've always had trouble getting the mic to work in Skype while using Slackware. I think PulseAudio has something to do with it, hence why some other distros which have pulse (Fedora, Ubuntu) work right out of the box. You have to play around with alsamixer and make sure you enable the right microphone/Capture. Look also at "Front Mic Jack Mod", which may be one of your alsamixer settings. If you don't see it, press the "Tab" key to see other volume settings. It will either need to be in "Mic In" or "Line In". Mine is "Mic In". Make sure the volume for these settings is not muted. Keep playing around with these settings while having Skype open. That way it will be easier to troubleshoot. I eventually got mine to work.
 
Old 04-23-2011, 01:33 AM   #39
drfrostbyte
Member
 
Registered: Mar 2011
Distribution: Slackware 13.1
Posts: 52

Original Poster
Rep: Reputation: 0
Yeah.. I've already done that too
 
Old 04-23-2011, 10:55 AM   #40
drfrostbyte
Member
 
Registered: Mar 2011
Distribution: Slackware 13.1
Posts: 52

Original Poster
Rep: Reputation: 0
crap double posted..

Last edited by drfrostbyte; 04-23-2011 at 11:02 AM.
 
Old 04-24-2011, 12:00 PM   #41
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,371

Rep: Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749
A reminder of the suggestion from post #26 by T3slider.
Quote:
And perhaps post a screenshot of alsamixer with the capture settings displayed (Tab switches between Playback/Capture/All -- switch to Capture or All and take a screenshot).
I have an ALC272X in an Acer eMachine EM250 and I find that for the internal microphone to work in Skype-2.1.0.81 I need the mixer to have Capture turned on and that the microphone input level is set by the Digital capture level rather than the Capture level. (The microphone is set as the default device in the Skype options).

This is a little weird, as if I use ffmpeg to test my webcam setup, then the microphone input level is set by by the mixer Capture level.
Code:
ffmpeg -t 5 -f oss -i /dev/dsp -f video4linux2 -s 640x480 -i /dev/video0 outputfile.mpg
I suggest you use the Skype test call facility to do your testing!
 
Old 04-24-2011, 05:28 PM   #42
drfrostbyte
Member
 
Registered: Mar 2011
Distribution: Slackware 13.1
Posts: 52

Original Poster
Rep: Reputation: 0
Alsa looks like..
Attached Thumbnails
Click image for larger version

Name:	snapshot1.png
Views:	38
Size:	123.3 KB
ID:	6811  
 
Old 04-25-2011, 03:07 AM   #43
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,371

Rep: Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749
Have you tried pushing up the mic boost levels to their maximum values?

Also, to help with debugging this it would help to know the make and model of your machine. (I am guessing at a Toshiba Satellite M645, based on the dmesg output you pastebinned in another thread. At Ubuntu they suggest using the model=toshiba option to snd-hda-intel for Toshiba. http://ubuntuforums.org/showthread.php?t=1043568 )
 
Old 04-25-2011, 03:48 PM   #44
drfrostbyte
Member
 
Registered: Mar 2011
Distribution: Slackware 13.1
Posts: 52

Original Poster
Rep: Reputation: 0
Yes, I have. I have a Toshiba Satellite M645.

bash-4.1# pwd
/etc/modprobe.d
bash-4.1# cat sound
alias snd-card-0 snd-hda-intel
alias sound-slot-0 snd-hda-intel
bash-4.1#

When I was booting up, I noticed an error message said /etc/modeprobe.d/sound --- no .config found - will be ignored in later release. This was done 4 times in a row?

Last edited by drfrostbyte; 04-25-2011 at 03:58 PM.
 
Old 04-25-2011, 05:26 PM   #45
Ilgar
Senior Member
 
Registered: Jan 2005
Location: Istanbul, Turkey
Distribution: Slackware64 15.0, Slackwarearm 14.2
Posts: 1,157

Rep: Reputation: 237Reputation: 237Reputation: 237
Did you try creating a file snd-hda-intel.conf there and putting
Code:
options snd-hda-intel model=toshiba
in it?
 
  


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
Microphone not working in Skype bkorb Linux - Hardware 4 03-27-2012 10:01 AM
Microphone does not work with skype on ubuntu. gonvaro Linux - Newbie 3 03-26-2012 07:08 PM
using my microphone in skype on kubuntu 9.10 gingerkid123 Linux - Newbie 1 04-25-2010 04:23 PM
Setting up microphone for Skype. mitchell7man Linux - Hardware 1 10-31-2009 04:55 AM
skype: microphone doesn't work cccc Debian 7 08-09-2009 08:40 PM

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

All times are GMT -5. The time now is 07:14 PM.

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