LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 10-04-2003, 02:24 PM   #1
Starr
LQ Newbie
 
Registered: Oct 2003
Location: Nelson, BC Canada
Distribution: Mandrake 9.1(Bamboo)
Posts: 20

Rep: Reputation: 0
ALSA installation


Okay, I'm having a bit of a hard time here... I want to install the ALSA drivers, but it says I need to do something with soundcore.. What is soundcore and how to I use it?
 
Old 10-04-2003, 04:32 PM   #2
Crashed_Again
Senior Member
 
Registered: Dec 2002
Location: Atlantic City, NJ
Distribution: Ubuntu & Arch
Posts: 3,503

Rep: Reputation: 57
What distro are you using? Easiest way to install a package that is giving you dependency trouble is to use apt.
 
Old 10-04-2003, 04:53 PM   #3
Starr
LQ Newbie
 
Registered: Oct 2003
Location: Nelson, BC Canada
Distribution: Mandrake 9.1(Bamboo)
Posts: 20

Original Poster
Rep: Reputation: 0
I'm using Mandrak 9.1(Bamboo). And what does apt. mean?
 
Old 10-04-2003, 04:54 PM   #4
mossy
Member
 
Registered: Aug 2003
Location: USexIRL
Distribution: *nix
Posts: 849

Rep: Reputation: 30
what's the exact error.
have you checked all the other alsa threads?


Last edited by mossy; 10-04-2003 at 04:56 PM.
 
Old 10-05-2003, 01:49 PM   #5
Starr
LQ Newbie
 
Registered: Oct 2003
Location: Nelson, BC Canada
Distribution: Mandrake 9.1(Bamboo)
Posts: 20

Original Poster
Rep: Reputation: 0
It says I need to configure a kernel with sound support through Soundcore module.. I have no clue what that is, nor how to affect it.
 
Old 10-06-2003, 10:56 AM   #6
mossy
Member
 
Registered: Aug 2003
Location: USexIRL
Distribution: *nix
Posts: 849

Rep: Reputation: 30
this will help you get help in future:

to copy: [e.g. an error] select the text - OR - CTRL C
to paste: press the mouse scroller - OR - CTRL V

That way we get the full picture.
what type of package did you try to install - rpm? tar.gz? or are you compiling them from alsa's website?

apt-get is a program to get packages and install them - there is plenty of research on the net about it. It can be handy to use sometimes.
 
Old 10-06-2003, 04:03 PM   #7
bulliver
Senior Member
 
Registered: Nov 2002
Location: Edmonton AB, Canada
Distribution: Gentoo x86_64; Gentoo PPC; FreeBSD; OS X 10.9.4
Posts: 3,760
Blog Entries: 4

Rep: Reputation: 78
Quote:
It says I need to configure a kernel with sound support through Soundcore module.. I have no clue what that is, nor how to affect it.
You need to compile a custom kernel from source. If you have never done this before then you may be in for more than you bargained for. You can get the kernel source at www.kernel.org and there is lots of howto's and other guides for installing kernels, so just have a google. At a bare minimum you should read the README file included in the source.

I suggest when the time comes that you use 'make xconfig' as it is usually the easiest for beginners. There is a section 'Sound Support', just select the first option as a module (M), it's called "Sound Card Support", this will create a module called soundcore.o, which is what Alsa is referring to. Don't create any other sound modules...just this one.
 
Old 10-06-2003, 04:25 PM   #8
mossy
Member
 
Registered: Aug 2003
Location: USexIRL
Distribution: *nix
Posts: 849

Rep: Reputation: 30
bulliver - does'nt the default Mandrake 9.1 kernel support sound?
Or does it need to be modular [or something]!?!?

Starr - did you ever try to update the kernel thru any updae wizard?

Last edited by mossy; 10-06-2003 at 04:28 PM.
 
Old 10-06-2003, 04:57 PM   #9
bluefire
Member
 
Registered: Oct 2003
Distribution: Mandrake 10
Posts: 160

Rep: Reputation: 30
Mandrake has urpmi instead of apt. (There's also a GUI front end; either grpmi or rpmdrake from the command line, or Configuration, Packaging, Install software from the menus).

Mandrake also has a sound installation wizard - draksound. You can invoke it by going to Configuration, Mandrake Control Panel, Hardware, System, double click on your sound card, and click "configure" or "setup driver" (from memory). But draksound should work from command line too.

One thing with alsasound - make sure that you have the volume turned up. For some reason I have to manually set the master and PCM volumes in my boot scripts.

amixer set Master 50
amixer set PCM 50
etc
 
Old 10-06-2003, 05:32 PM   #10
mossy
Member
 
Registered: Aug 2003
Location: USexIRL
Distribution: *nix
Posts: 849

Rep: Reputation: 30
yeah I'm the same way - the darn vol won't stay up. Any chance you can post those scripts??
 
Old 10-06-2003, 05:42 PM   #11
bluefire
Member
 
Registered: Oct 2003
Distribution: Mandrake 10
Posts: 160

Rep: Reputation: 30
Hi, just paste those two lines that I typed above into your .login file. I don't know if this is the "proper" place for them or not, but it is run at bootup at least.

I also have a line following those to play a sound, so I know it is up:

play -d /dev/audio blah.wav &

You may have to alter the device depending on your setup.
 
Old 10-06-2003, 05:58 PM   #12
mossy
Member
 
Registered: Aug 2003
Location: USexIRL
Distribution: *nix
Posts: 849

Rep: Reputation: 30
thanks man - I'll giver it a whirl later.
 
Old 12-27-2003, 08:15 AM   #13
shack
Member
 
Registered: Dec 2003
Distribution: Debian Sid
Posts: 77

Rep: Reputation: 15
Quote:
Originally posted by bulliver
You need to compile a custom kernel from source.
Won't the soundcore module work? (# modprobe soundcore)
___
shack
 
Old 07-01-2004, 05:33 PM   #14
daf0x
LQ Newbie
 
Registered: Jun 2004
Posts: 8

Rep: Reputation: 0
alsa problems as well

Im trying to get my sound to work as well, i have onboard sound with my P4P800 ASUS mobo, and im trying to get the sound to work. i've installed the latest ALSA-drivers (1.0.5a) and i've /.configure;make;make install 'ed and everything goes fine, but when i reboot it still doesn't work. says the device cannot be recognized.
 
Old 07-01-2004, 07:10 PM   #15
shack
Member
 
Registered: Dec 2003
Distribution: Debian Sid
Posts: 77

Rep: Reputation: 15
It's 10 o'clock. Have you run alsaconf yet?
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
ALSA installation on RHE3 WS gsgerard Red Hat 1 07-21-2005 03:10 PM
another alsa installation problem tnielsen Linux - Software 1 08-17-2004 07:37 PM
ALSA installation Beuzekom Linux - Newbie 15 08-19-2003 05:07 PM
ALSA installation - i810_audio robertmarkbram Linux - Software 6 06-15-2003 04:36 PM
Alsa Installation Tips VIP3R Linux - Software 6 03-23-2003 09:16 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 09:26 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