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 04-25-2011, 06:23 PM   #46
drfrostbyte
Member
 
Registered: Mar 2011
Distribution: Slackware 13.1
Posts: 52

Original Poster
Rep: Reputation: 0

Where do I put that file?
 
Old 04-25-2011, 06:25 PM   #47
T3slider
Senior Member
 
Registered: Jul 2007
Distribution: Slackware64-14.1
Posts: 2,367

Rep: Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843
In /etc/modprobe.d/
 
Old 04-25-2011, 06:41 PM   #48
dive
Senior Member
 
Registered: Aug 2003
Location: UK
Distribution: Slackware
Posts: 3,467

Rep: Reputation: Disabled
Quote:
Originally Posted by drfrostbyte View Post
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?
Future versions of the mod utils will only read a config file if the name ends with .conf so Just rename your files in /etc/modprobe.d now and you won't see those warnings.
 
Old 04-26-2011, 09:03 PM   #49
drfrostbyte
Member
 
Registered: Mar 2011
Distribution: Slackware 13.1
Posts: 52

Original Poster
Rep: Reputation: 0
Renamed all of the files in /etc/modprobe.d/ to .conf files.. and when I do arecord -l and arecord -L it looks like this now.

Code:
bash-4.1$ arecord -L
null
    Discard all samples (playback) or generate zero samples (capture)
default:CARD=Intel
    HDA Intel, ALC259 Analog
    Default Audio Device
front:CARD=Intel,DEV=0
    HDA Intel, ALC259 Analog
    Front speakers
surround40:CARD=Intel,DEV=0
    HDA Intel, ALC259 Analog
    4.0 Surround output to Front and Rear speakers
surround41:CARD=Intel,DEV=0
    HDA Intel, ALC259 Analog
    4.1 Surround output to Front, Rear and Subwoofer speakers
surround50:CARD=Intel,DEV=0
    HDA Intel, ALC259 Analog
    5.0 Surround output to Front, Center and Rear speakers
surround51:CARD=Intel,DEV=0
    HDA Intel, ALC259 Analog
    5.1 Surround output to Front, Center, Rear and Subwoofer speakers
surround71:CARD=Intel,DEV=0
    HDA Intel, ALC259 Analog
    7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
bash-4.1$ arecord -l
**** List of CAPTURE Hardware Devices ****
card 0: Intel [HDA Intel], device 0: ALC259 Analog [ALC259 Analog]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
bash-4.1$
 
Old 04-26-2011, 10:00 PM   #50
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,371

Rep: Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750
Do you see the microphone in alsamixer?

If 'model=toshiba' does not work, try 'model=3stack'.
 
Old 04-26-2011, 10:14 PM   #51
drfrostbyte
Member
 
Registered: Mar 2011
Distribution: Slackware 13.1
Posts: 52

Original Poster
Rep: Reputation: 0
hmm okay. and yes, my mic is there in alsamixer. What mixer does ubuntu use?
 
Old 04-26-2011, 10:29 PM   #52
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,371

Rep: Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750
Quote:
What mixer does ubuntu use?
Possible responses:
1. I don't care.
2. You tell me, as in post #25 you said:
Quote:
Well, it worked in Ubuntu so why wouldn't it work now?
3. Ask Google.
4. Ask Ubuntu.
5. gnomemixer
 
Old 04-27-2011, 10:00 PM   #53
drfrostbyte
Member
 
Registered: Mar 2011
Distribution: Slackware 13.1
Posts: 52

Original Poster
Rep: Reputation: 0
I'm sorry, I'm starting to get lazy on this issue now, I'm going to try gnomemixer to say if it works..
 
Old 04-28-2011, 06:13 AM   #54
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,371

Rep: Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750
Your problem will not be fixed by changing mixers. All the mixers use an interface to the kernel that can be accessed under /sys/class/sound/.
You need to find an appropriate model so that the kernel can correctly handle your audio chipset. This can be a problem, as different manufacturers or even different manufacturer models can use the same chipset, but connect the inputs and outputs differently on the motherboard. This is the reason for the "model=XXX" option for the snd-hda-intel kernel module.
 
Old 04-29-2011, 01:46 PM   #55
drfrostbyte
Member
 
Registered: Mar 2011
Distribution: Slackware 13.1
Posts: 52

Original Poster
Rep: Reputation: 0
So, google models for my the chipset that is output by LSPCI or arecord -l
 
Old 04-29-2011, 07:52 PM   #56
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,371

Rep: Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750
The kernel source includes two files that are very useful. If you have installed the kernel source package you will have:
/usr/src/linux/Documentation/sound/alsa/HD_Audio_models.txt which contains a listing of chipsets and supported models. Your ALC259 does not appear in this list, but is detected by the parser for the ALC268 in the kernel code.

/usr/src/linux/Documentation/sound/alsa/HD_Audio.txt contains a detailed description of snd-hda-intel kernel module. There is also information on debug tools and how to send a bug report if you still cannot get your hardware to work.
 
Old 05-08-2012, 07:22 PM   #57
coldbeer
Member
 
Registered: May 2006
Location: Orion–Cygnus Arm, MWG
Distribution: Slackware, Ubuntu
Posts: 249

Rep: Reputation: 130Reputation: 130
FYI for anyone else searching

FYI: Just documenting a solution for anyone else searching:

Running Slackware 13.37 64 bit on Intel DH67BL i5 board with Intel High Definition Audio snd_hda_intel modules.

I messed with alsamixer to get arecord working with the mic but still no sound with Skype.

Turned out that under the Sound Devices in Skype, the default mic selection didn't work. Had
to choose "HDA Intel PCH, ALC982 Analog (hw:0,0)" - then the mic worked.
 
  


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 10:47 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