LinuxQuestions.org
Visit Jeremy's Blog.
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 08-16-2004, 02:14 AM   #1
n00b_casp
LQ Newbie
 
Registered: Jul 2004
Posts: 15

Rep: Reputation: 0
configuring soundblaster awe64


can anyone point to a good resource or direct me how to configure my slack 10 system to use my soundblaster awe64 card? what drivers do i need, what do i need to configure etc. i've already added support for it in OSS recompiled kerknel etc. but alsa doesn't recognize it.
i'm a newbie to all this, help a bro. out.
thnx much
 
Old 08-16-2004, 06:24 AM   #2
egag
Senior Member
 
Registered: Jul 2004
Location: Netherlands
Distribution: Slackware
Posts: 2,721

Rep: Reputation: 53
how do you know alsa doesn't recognize you card ? maybe ( simple ..) your sound is just muted.
( to unmute type 'alsamixer' ; put all 'sliders' in the green; then control-c , 'alsactl store' )

otherwise , type ' lsmod ' to see a list with loaded modules and check if all is there.
also check ' lspci ' to see how your soundcard is listed.

if still no sound, post the output of lspci and lsmod here..

egag
 
Old 08-16-2004, 01:26 PM   #3
suslik
Member
 
Registered: Jul 2004
Distribution: OpenSuse 10.x
Posts: 262

Rep: Reputation: 30
Re: configuring soundblaster awe64

Quote:
Originally posted by n00b_casp
can anyone point to a good resource or direct me how to configure my slack 10 system to use my soundblaster awe64 card? ... alsa doesn't recognize it.
I have an ISA soundblaster awe64 working fine.

I have the following combination:
- Slackware 10
- 2.6.7 Kernel from kernel.org
- ALSA that came with the kernel.

If you are interested in this way, post your config and I'll guide you further.

Last edited by suslik; 08-16-2004 at 01:28 PM.
 
Old 08-16-2004, 08:46 PM   #4
n00b_casp
LQ Newbie
 
Registered: Jul 2004
Posts: 15

Original Poster
Rep: Reputation: 0
i have slack 10 w/ the 2.4.26 kernel (i believe that's the default kernel)
which config file are you referring to? my alsa config file or the rc.modules file etc. i'm a newbie so this may be an obvious answer to you but i need some hand holding as it were.
i'll gladly provide the necessary info. i'm ready to have this working.

thanx much
 
Old 08-16-2004, 08:57 PM   #5
WMD
Member
 
Registered: Jul 2004
Location: Florida
Distribution: Slackware, Debian
Posts: 484

Rep: Reputation: 30
1. Install ALSA. It is usually installed by default, so once it's installed, just make sure the hotplug script runs at bootup, and it should detect it. If it doesn't, hunt around in /lib/modules/2.4.26/kernel/sound to find the right drivers.

Also, I should tell you...the AWE64 is really just the AWE32 in terms of hardware. The 64 was shipped with a software driver that created the extra 32 voices. There's no Linux driver for that, so any AWE64 will act as if it were an AWE32 in Linux. Probably won't matter, I just figured I'd say it.
 
Old 08-16-2004, 10:20 PM   #6
north49er
Member
 
Registered: Apr 2003
Location: 60.47'N lat
Distribution: fedora 15 x86_64
Posts: 156

Rep: Reputation: 18
I've found one has to reinstall alsa packages each time the kernel is recompiled. Go to www.alsa-project.org and pick out the correct card, then follow the instructions.
 
Old 08-16-2004, 11:59 PM   #7
suslik
Member
 
Registered: Jul 2004
Distribution: OpenSuse 10.x
Posts: 262

Rep: Reputation: 30
Quote:
Originally posted by north49er
I've found one has to reinstall alsa packages each time the kernel is recompiled. Go to www.alsa-project.org and pick out the correct card, then follow the instructions.
North49er has a point. Go here and choose details for pretty much any of AWE cards. (they all have the same chip - emu8k).

That is if you wanna stick with the current kernel (2.4.x). If you wanna go the 2.6.x route, just download it from kernel.org and ALSA comes with it.

Why do you wanna make ALSA work, if you already have OSS working fine? (In case you are wondering what I just said... ALSA and OSS are "substitutes")

Last edited by suslik; 08-17-2004 at 12:03 AM.
 
Old 08-17-2004, 12:10 AM   #8
n00b_casp
LQ Newbie
 
Registered: Jul 2004
Posts: 15

Original Poster
Rep: Reputation: 0
more on getting awe64 working.

ok let me back up. the reason i believe that my card isn't being recognized even though i enabled it in the kernel is that i get the following message when i try to run 'alsamixer'

alsamixer: function snd_ctl_open failed for default: No such device

a similar error for 'amixer'
amixer: Mixer attach default error: no such device

now these are most likely the same error and may mean something totally different than i suspect, therefore forgive my newbie ignorance and help a bro out.
thnx
 
Old 08-17-2004, 02:37 AM   #9
north49er
Member
 
Registered: Apr 2003
Location: 60.47'N lat
Distribution: fedora 15 x86_64
Posts: 156

Rep: Reputation: 18
You may not have properly installed all of the alsa files. If you have slack disk 1, reinstall all of the alsa packages in slackware "ap" and "l" directories. These are also available at the slack site.

There have been several threads on how to set up alsa. Just do a search.
 
Old 08-17-2004, 11:00 PM   #10
suslik
Member
 
Registered: Jul 2004
Distribution: OpenSuse 10.x
Posts: 262

Rep: Reputation: 30
Re: more on getting awe64 working.

Quote:
Originally posted by n00b_casp
ok let me back up. the reason i believe that my card isn't being recognized even though i enabled it in the kernel is that i get the following message when i try to run 'alsamixer'
now these are most likely the same error and may mean something totally different than i suspect, therefore forgive my newbie ignorance and help a bro out.
thnx
Sorry about this, I didn't check the guides on alsa-project.com before giving a link to you.

The guide misses one crucial step - "alsaconf" before you run "alsamix" Make sure you run "alsaconf" as root. It should detect your card and set it up.
 
Old 08-18-2004, 01:38 AM   #11
n00b_casp
LQ Newbie
 
Registered: Jul 2004
Posts: 15

Original Poster
Rep: Reputation: 0
Thumbs up alsaconf worked

thanks much alsaconf worked and then alsamixer worked. it was all good, my system is now fully functional. thanks to all who gave their 2c it was appreciated.
 
  


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
Soundblaster AWE64 plays one note and then freezes foxy123 Linux - Hardware 2 11-21-2004 02:04 PM
Creative Labs Soundblaster Awe64 Gold Duke_Newrise Linux - Hardware 1 08-24-2003 02:03 PM
i need help configuring my soundblaster! slakker Linux - Hardware 2 05-01-2003 10:32 AM
Slack 8.0 SoundBlaster Awe64 Mic doesn't work Ontrose Linux - General 13 01-11-2002 11:12 PM
Slack 8 and a soundblaster awe64 soundcard Ontrose Linux - General 0 01-02-2002 06:15 PM

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

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