Welcome to Linux Forums! With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.
Write an article for LinuxForums Today! Win Great Prizes!
Find the answer to your Linux question:
New to Linux Forums? Register here for free!
    Linux Forums > GNU Linux Zone > Gaming / Games / Multimedia / Entertainment > trying to get my sound blaster working

Forgot Password?
 Gaming / Games / Multimedia / Entertainment   General discussion about Games, video, sound, multimedia, DVD's in Linux

Site Navigation
Linux Articles
Linux Forums
Linux Downloads
Linux Hosting
Free Magazines
Job Board
IRC Chat
RSS Feeds
Linux Forum Topics
Linux Forums
Your Distro
Linux Resources
GNU Linux Zone
The Community
Reply
 
Thread Tools Display Modes
Old 06-17-2005   #1 (permalink)
Linux Newbie
 
Join Date: Apr 2005
Posts: 235
trying to get my sound blaster working

ok, ive taken numerous attempts to get my Audigy 2 value working but theyve always failed, and now that fc4 is out im finally going to try to get it working. This time when i installed fedora it actually reconized my soundcard, but it couldnt play the test sound for some reason, so im guessing the alsa driver is already installed. is there anything i have to do to the conf file to get it working?
*DEAD* is offline  



Reply With Quote
Old 06-17-2005   #2 (permalink)
Linux Newbie
 
Join Date: Apr 2005
Posts: 235
this might help, looks ugly tho. im using fc4 if i didnt mention it.
Code:
[root@localhost emu10k1-v0.20a]# make
make -Cscripts
make[1]: Entering directory `/usr/src/alsa/emu10k1-v0-1.20a/emu10k1-v0.20a/scripts'
cc -I/lib/modules/`uname -r`/build/include get_version.c -o get_version
make -f /usr/src/alsa/emu10k1-v0-1.20a/emu10k1-v0.20a/scripts/Makefile.get_options -C /lib/modules/`uname -r`/build get_version_target
make[2]: Entering directory `/usr/src/kernels/2.6.11-1.1369_FC4-i686'
echo "KERNEL_VERSION := 2.6.11-1.1369_FC4" >> /usr/src/alsa/emu10k1-v0-1.20a/emu10k1-v0.20a/scripts/../.opts
echo "CFLAGS += -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -ffreestanding -O2     -fomit-frame-pointer -g -pipe -msoft-float -m32 -fno-builtin-sprintf -fno-builtin-log2 -fno-builtin-puts  -mpreferred-stack-boundary=2 -fno-unit-at-a-time -march=i686 -mtune=pentium4 -mregparm=3 -Iinclude/asm-i386/mach-default -Wdeclaration-after-statement -Wno-pointer-sign" >> /usr/src/alsa/emu10k1-v0-1.20a/emu10k1-v0.20a/scripts/../.opts
echo "CC := gcc" >> /usr/src/alsa/emu10k1-v0-1.20a/emu10k1-v0.20a/scripts/../.opts
echo "MODFLAGS += -DMODULE" >> /usr/src/alsa/emu10k1-v0-1.20a/emu10k1-v0.20a/scripts/../.opts
make[2]: Leaving directory `/usr/src/kernels/2.6.11-1.1369_FC4-i686'
make[1]: Leaving directory `/usr/src/alsa/emu10k1-v0-1.20a/emu10k1-v0.20a/scripts'
**
** Compilation configured for KERNEL_VERSION := 2.6.11-1.1369_FC4, now compile it with:
**   make
**
[root@localhost emu10k1-v0.20a]# make
gcc  -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -ffreestanding -O2     -fomit-frame-pointer -g -pipe -msoft-float -m32 -fno-builtin-sprintf -fno-builtin-log2 -fno-builtin-puts  -mpreferred-stack-boundary=2 -fno-unit-at-a-time -march=i686 -mtune=pentium4 -mregparm=3 -Iinclude/asm-i386/mach-default -Wdeclaration-after-statement -Wno-pointer-sign   -DMODULE -M audio.c cardmi.c cardmo.c cardwi.c cardwo.c efxmgr.c emuadxmg.c hwaccess.c irqmgr.c main.c midi.c mixer.c recmgr.c timer.c voicemgr.c ecard.c passthrough.c  > .depend
audio.c:36:24: error: linux/slab.h: No such file or directory
audio.c:38:26: error: linux/bitops.h: No such file or directory
audio.c:42:27: error: linux/wrapper.h: No such file or directory
In file included from audio.c:45:
hwaccess.h:43:25: error: emu_wrapper.h: No such file or directory
In file included from timer.h:31,
                 from cardwo.h:38,
                 from audio.c:46:
/usr/include/linux/interrupt.h:12:25: error: asm/hardirq.h: No such file or directory
/usr/include/linux/interrupt.h:13:25: error: asm/softirq.h: No such file or directory
cardmi.c:33:24: error: linux/slab.h: No such file or directory
In file included from cardmi.c:36:
hwaccess.h:43:25: error: emu_wrapper.h: No such file or directory
In file included from cardmi.h:37,
                 from cardmi.c:38:
/usr/include/linux/interrupt.h:12:25: error: asm/hardirq.h: No such file or directory
/usr/include/linux/interrupt.h:13:25: error: asm/softirq.h: No such file or directory
cardmo.c:33:24: error: linux/slab.h: No such file or directory
In file included from cardmo.c:35:
hwaccess.h:43:25: error: emu_wrapper.h: No such file or directory
In file included from cardmo.h:37,
                 from cardmo.c:37:
/usr/include/linux/interrupt.h:12:25: error: asm/hardirq.h: No such file or directory
/usr/include/linux/interrupt.h:13:25: error: asm/softirq.h: No such file or directory
In file included from cardwi.c:33:
hwaccess.h:40:24: error: linux/slab.h: No such file or directory
hwaccess.h:43:25: error: emu_wrapper.h: No such file or directory
In file included from timer.h:31,
                 from cardwi.c:34:
/usr/include/linux/interrupt.h:12:25: error: asm/hardirq.h: No such file or directory
/usr/include/linux/interrupt.h:13:25: error: asm/softirq.h: No such file or directory
In file included from cardwo.c:33:
hwaccess.h:40:24: error: linux/slab.h: No such file or directory
hwaccess.h:43:25: error: emu_wrapper.h: No such file or directory
In file included from timer.h:31,
                 from cardwo.h:38,
                 from cardwo.c:36:
/usr/include/linux/interrupt.h:12:25: error: asm/hardirq.h: No such file or directory
/usr/include/linux/interrupt.h:13:25: error: asm/softirq.h: No such file or directory
efxmgr.c:32:26: error: linux/bitops.h: No such file or directory
In file included from efxmgr.c:33:
hwaccess.h:40:24: error: linux/slab.h: No such file or directory
hwaccess.h:43:25: error: emu_wrapper.h: No such file or directory
In file included from emuadxmg.c:33:
hwaccess.h:40:24: error: linux/slab.h: No such file or directory
hwaccess.h:43:25: error: emu_wrapper.h: No such file or directory
In file included from hwaccess.c:35:
hwaccess.h:40:24: error: linux/slab.h: No such file or directory
hwaccess.h:43:25: error: emu_wrapper.h: No such file or directory
In file included from irqmgr.c:32:
hwaccess.h:40:24: error: linux/slab.h: No such file or directory
hwaccess.h:43:25: error: emu_wrapper.h: No such file or directory
In file included from cardmi.h:37,
                 from irqmgr.c:34:
/usr/include/linux/interrupt.h:12:25: error: asm/hardirq.h: No such file or directory
/usr/include/linux/interrupt.h:13:25: error: asm/softirq.h: No such file or directory
main.c:92:24: error: linux/slab.h: No such file or directory
main.c:94:25: error: linux/delay.h: No such file or directory
In file included from main.c:97:
hwaccess.h:43:25: error: emu_wrapper.h: No such file or directory
In file included from timer.h:31,
                 from cardwo.h:38,
                 from main.c:100:
/usr/include/linux/interrupt.h:12:25: error: asm/hardirq.h: No such file or directory
/usr/include/linux/interrupt.h:13:25: error: asm/softirq.h: No such file or directory
midi.c:35:24: error: linux/slab.h: No such file or directory
midi.c:39:25: error: asm/uaccess.h: No such file or directory
In file included from midi.c:41:
hwaccess.h:43:25: error: emu_wrapper.h: No such file or directory
In file included from cardmo.h:37,
                 from midi.c:42:
/usr/include/linux/interrupt.h:12:25: error: asm/hardirq.h: No such file or directory
/usr/include/linux/interrupt.h:13:25: error: asm/softirq.h: No such file or directory
mixer.c:36:25: error: asm/uaccess.h: No such file or directory
In file included from mixer.c:39:
hwaccess.h:40:24: error: linux/slab.h: No such file or directory
hwaccess.h:43:25: error: emu_wrapper.h: No such file or directory
In file included from timer.h:31,
                 from cardwi.h:36,
                 from recmgr.h:36,
                 from mixer.c:41:
/usr/include/linux/interrupt.h:12:25: error: asm/hardirq.h: No such file or directory
/usr/include/linux/interrupt.h:13:25: error: asm/softirq.h: No such file or directory
recmgr.c:32:23: error: asm/delay.h: No such file or directory
In file included from recmgr.h:35,
                 from recmgr.c:34:
hwaccess.h:40:24: error: linux/slab.h: No such file or directory
hwaccess.h:43:25: error: emu_wrapper.h: No such file or directory
In file included from timer.h:31,
                 from cardwi.h:36,
                 from recmgr.h:36,
                 from recmgr.c:34:
/usr/include/linux/interrupt.h:12:25: error: asm/hardirq.h: No such file or directory
/usr/include/linux/interrupt.h:13:25: error: asm/softirq.h: No such file or directory
In file included from timer.c:31:
hwaccess.h:40:24: error: linux/slab.h: No such file or directory
hwaccess.h:43:25: error: emu_wrapper.h: No such file or directory
In file included from timer.h:31,
                 from timer.c:34:
/usr/include/linux/interrupt.h:12:25: error: asm/hardirq.h: No such file or directory
/usr/include/linux/interrupt.h:13:25: error: asm/softirq.h: No such file or directory
In file included from voicemgr.h:35,
                 from voicemgr.c:32:
hwaccess.h:40:24: error: linux/slab.h: No such file or directory
hwaccess.h:43:25: error: emu_wrapper.h: No such file or directory
In file included from ecard.h:30,
                 from ecard.c:32:
hwaccess.h:40:24: error: linux/slab.h: No such file or directory
hwaccess.h:43:25: error: emu_wrapper.h: No such file or directory
passthrough.c:35:24: error: linux/slab.h: No such file or directory
passthrough.c:37:26: error: linux/bitops.h: No such file or directory
passthrough.c:41:27: error: linux/wrapper.h: No such file or directory
In file included from passthrough.c:43:
hwaccess.h:43:25: error: emu_wrapper.h: No such file or directory
In file included from timer.h:31,
                 from cardwo.h:38,
                 from passthrough.c:44:
/usr/include/linux/interrupt.h:12:25: error: asm/hardirq.h: No such file or directory
/usr/include/linux/interrupt.h:13:25: error: asm/softirq.h: No such file or directory
make: *** [.depend] Error 1
[root@localhost emu10k1-v0.20a]#
this is what i get after decompressing the emu10k1 file and typing make, then make again like the directions say.
*DEAD* is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Free Magazines
A Newbie's Getting Started Guide to Linux
Learn the basics of the Linux operating systems. Get to know what it is all about, and familiarize yourself with the practical side. Basically, if you're a complete Linux newbie and looking for a quick and easy guide to get you started this is it.
subscribe
Run Your Own Web Server Using Linux & Apache - Free 191 Page Preview
Learn about everything you'll need to build and maintain your Linux servers, and to deploy Web applications to them.
subscribe
Open Source Security Myths Dispelled
Dispel the five major myths surrounding Open Source Security and gain the tools necessary to make a truly informed decision for your IT organization
subscribe
InformationWeek
InformationWeek is the only newsweekly you'll need to stay on top of the latest developments in information technology.
subscribe



All times are GMT. The time now is 02:38 PM.






© 2000 - - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.3.1