LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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-11-2011, 11:15 PM   #16
Ilgar
Senior Member
 
Registered: Jan 2005
Location: Istanbul, Turkey
Distribution: Slackware64 15.0, Slackwarearm 14.2
Posts: 1,157

Rep: Reputation: 237Reputation: 237Reputation: 237

No extension, the file is named ".asoundrc" and it's in your home directory. If it's not there, just create it. The dot at the beginning means it's a hidden file.

By the way, it would be easier for us if you're a bit more informative. Are you having difficulty locating the file? Or have you edited it already? Did it work? etc. etc.
 
Old 04-12-2011, 07:37 PM   #17
drfrostbyte
Member
 
Registered: Mar 2011
Distribution: Slackware 13.1
Posts: 52

Original Poster
Rep: Reputation: 0
it's not there, and how exactly would I create this file?
 
Old 04-12-2011, 08:54 PM   #18
octoberblu3
Member
 
Registered: Oct 2005
Distribution: Slackware64-current
Posts: 67

Rep: Reputation: 22
Quote:
Originally Posted by drfrostbyte View Post
it's not there, and how exactly would I create this file?
With any text editor of your choosing. Just save the file as .asoundrc
 
Old 04-13-2011, 10:55 PM   #19
drfrostbyte
Member
 
Registered: Mar 2011
Distribution: Slackware 13.1
Posts: 52

Original Poster
Rep: Reputation: 0
I put that code in .asoundrc and it didn't work =\
 
Old 04-14-2011, 12:49 AM   #20
Ilgar
Senior Member
 
Registered: Jan 2005
Location: Istanbul, Turkey
Distribution: Slackware64 15.0, Slackwarearm 14.2
Posts: 1,157

Rep: Reputation: 237Reputation: 237Reputation: 237
Well, sorry about that. Then delete it so that it doesn't mess other things up.
 
Old 04-14-2011, 12:53 AM   #21
dolphin77
Member
 
Registered: May 2009
Location: Odesa, Ukraine
Distribution: Slackware
Posts: 206

Rep: Reputation: 60
It looks like your card with codec ALC259 is not yet supported by current alsa-driver which is used in your kernel. You should search internet for your specific card (or vendor) and to see how manually it can be configured. You may also want to try to pass various options to the module when it is loaded. Here is a reference for various ones: http://alsa.opensrc.org/Hda.
 
Old 04-14-2011, 03:15 PM   #22
drfrostbyte
Member
 
Registered: Mar 2011
Distribution: Slackware 13.1
Posts: 52

Original Poster
Rep: Reputation: 0
how do I know which module to use?
 
Old 04-16-2011, 11:03 PM   #23
drfrostbyte
Member
 
Registered: Mar 2011
Distribution: Slackware 13.1
Posts: 52

Original Poster
Rep: Reputation: 0
Is there an alternate to alsa?
 
Old 04-18-2011, 01:23 AM   #24
Ilgar
Senior Member
 
Registered: Jan 2005
Location: Istanbul, Turkey
Distribution: Slackware64 15.0, Slackwarearm 14.2
Posts: 1,157

Rep: Reputation: 237Reputation: 237Reputation: 237
There are some other audio systems (the old OSS, the new OSS4, Jack and Pulseaudio) but some of these run on top of ALSA and the others don't have hardware support as broad as ALSA's. So I'd say it would be futile to switch to another audio server to fix your issue. You will probably need to wait until ALSA releases updated drivers supporting your card.
 
Old 04-19-2011, 04:14 PM   #25
drfrostbyte
Member
 
Registered: Mar 2011
Distribution: Slackware 13.1
Posts: 52

Original Poster
Rep: Reputation: 0
Well, it worked in Ubuntu so why wouldn't it work now?
 
Old 04-19-2011, 04:58 PM   #26
T3slider
Senior Member
 
Registered: Jul 2007
Distribution: Slackware64-14.1
Posts: 2,367

Rep: Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843
ALC259 isn't listed in /usr/src/linux-2.6.33.4/Documentation/sound/alsa/HD-Audio-Models.txt (the model options for the snd-hda-intel module included with kernel 2.6.33.4). It doesn't appear to be listed in the docs for more recent kernel versions either. It has been supported by ALSA since version 1.0.21 (Slackware 13.1 is on 1.0.23 of alsa-lib and alsa-utils but sticks with the alsa support in the kernel instead of shipping with alsa-driver). You can try upgrading the kernel to see if you can get better support, but I'm not sure if that will help in this case. Post the output of
Code:
$ arecord -l
$ ls -l /dev/snd/*c
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).
 
Old 04-19-2011, 05:39 PM   #27
Ilgar
Senior Member
 
Registered: Jan 2005
Location: Istanbul, Turkey
Distribution: Slackware64 15.0, Slackwarearm 14.2
Posts: 1,157

Rep: Reputation: 237Reputation: 237Reputation: 237
There is ALC269 however, and 259/269 seem to be listed together in several places (I mean Google ). Maybe some options to modprobe might fix it?
 
Old 04-19-2011, 07:15 PM   #28
drfrostbyte
Member
 
Registered: Mar 2011
Distribution: Slackware 13.1
Posts: 52

Original Poster
Rep: Reputation: 0
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$ ls -l /dev/snd/*c
crw-rw----+ 1 root audio 116, 6 2011-04-19 14:04 /dev/snd/pcmC0D0c
bash-4.1$
 
Old 04-19-2011, 07:44 PM   #29
T3slider
Senior Member
 
Registered: Jul 2007
Distribution: Slackware64-14.1
Posts: 2,367

Rep: Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843
That output looks fine -- you only have one recording device so there's no chance for confusion due to multiple devices or subdevices. Make sure your user is in the audio group, make sure alsamixer is setup properly (still no screenshot so I can't verify that for you), possibly try passing options to snd-hda-intel based on the ALC269 chipset as Ilgar suggests, or try upgrading your kernel. I can't think of anything else to do. Possible model options for 269:

For 2.6.33.4:
Code:
ALC269
======
  basic         Basic preset
  quanta        Quanta FL1
  eeepc-p703    ASUS Eeepc P703 P900A 
  eeepc-p901    ASUS Eeepc P901 S101 
  fujitsu       FSC Amilo
  lifebook      Fujitsu Lifebook S6420
  auto          auto-config reading BIOS (default)
For the latest kernel:
Code:
ALC269
======
  basic		Basic preset
  quanta	Quanta FL1
  laptop-amic	Laptops with analog-mic input
  laptop-dmic	Laptops with digital-mic input
  fujitsu	FSC Amilo
  lifebook	Fujitsu Lifebook S6420
  auto		auto-config reading BIOS (default)
 
Old 04-19-2011, 08:03 PM   #30
drfrostbyte
Member
 
Registered: Mar 2011
Distribution: Slackware 13.1
Posts: 52

Original Poster
Rep: Reputation: 0
How do I add myself to audio?

Nano /etc/group/

I see:
audio:x:17:
that's all. Any suggestions?
 
  


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 01:04 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