Slackware This Forum is for the discussion of Slackware Linux.
|
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
08-16-2004, 02:14 AM
|
#1
|
LQ Newbie
Registered: Jul 2004
Posts: 15
Rep:
|
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

|
|
|
08-16-2004, 06:24 AM
|
#2
|
Senior Member
Registered: Jul 2004
Location: Netherlands
Distribution: Slackware
Posts: 2,721
Rep:
|
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
|
|
|
08-16-2004, 01:26 PM
|
#3
|
Member
Registered: Jul 2004
Distribution: OpenSuse 10.x
Posts: 262
Rep:
|
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.
|
|
|
08-16-2004, 08:46 PM
|
#4
|
LQ Newbie
Registered: Jul 2004
Posts: 15
Original Poster
Rep:
|
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
|
|
|
08-16-2004, 08:57 PM
|
#5
|
Member
Registered: Jul 2004
Location: Florida
Distribution: Slackware, Debian
Posts: 484
Rep:
|
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.
|
|
|
08-16-2004, 10:20 PM
|
#6
|
Member
Registered: Apr 2003
Location: 60.47'N lat
Distribution: fedora 15 x86_64
Posts: 156
Rep:
|
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.
|
|
|
08-16-2004, 11:59 PM
|
#7
|
Member
Registered: Jul 2004
Distribution: OpenSuse 10.x
Posts: 262
Rep:
|
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.
|
|
|
08-17-2004, 12:10 AM
|
#8
|
LQ Newbie
Registered: Jul 2004
Posts: 15
Original Poster
Rep:
|
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
|
|
|
08-17-2004, 02:37 AM
|
#9
|
Member
Registered: Apr 2003
Location: 60.47'N lat
Distribution: fedora 15 x86_64
Posts: 156
Rep:
|
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.
|
|
|
08-17-2004, 11:00 PM
|
#10
|
Member
Registered: Jul 2004
Distribution: OpenSuse 10.x
Posts: 262
Rep:
|
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.
|
|
|
08-18-2004, 01:38 AM
|
#11
|
LQ Newbie
Registered: Jul 2004
Posts: 15
Original Poster
Rep:
|
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.
|
|
|
All times are GMT -5. The time now is 07:33 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|