Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with 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.
|
 |
|
04-04-2003, 02:36 AM
|
#31
|
Member
Registered: Mar 2003
Location: Marbella
Distribution: SuSE 10.0
Posts: 63
Rep:
|
Last edited by fostiator; 04-04-2003 at 02:39 AM.
|
|
|
04-04-2003, 10:53 AM
|
#32
|
Member
Registered: Mar 2003
Location: Marbella
Distribution: SuSE 10.0
Posts: 63
Rep:
|
the final result (at the moment)
Quote:
[root@FOSTIATOR emu10k1]# make install
**
** The driver was succefully compiled, now install it with:
** make install
**
mkdir -p //lib/modules/2.4.21-0.13mdk/kernel/drivers/sound/emu10k1
install -c -m 664 emu10k1.o //lib/modules/2.4.21-0.13mdk/kernel/drivers/sound/emu10k1
install -c -m 664 ac97_codec.o //lib/modules/2.4.21-0.13mdk/kernel/drivers/sound
/sbin/depmod -a 2.4.21-0.13mdk
/sbin/modprobe -r emu10k1.o ac97_codec.o
**
** Driver install complete, to compile the tools type "make tools"
**
[root@FOSTIATOR emu10k1]# make tools
cd utils && make
make[1]: Entering directory `/home/fostiator/emu10k1/utils'
cd as10k1 && make
make[2]: Entering directory `/home/fostiator/emu10k1/utils/as10k1'
cc -M *.c -W -Wall > .depend
as10k1.c:42:13: warning: multi-line string literals are deprecated
cc -W -Wall -c -o as10k1.o as10k1.c
as10k1.c:42:13: warning: multi-line string literals are deprecated
as10k1.c: In function `parse_cli_args':
as10k1.c:167: warning: deprecated use of label at end of compound statement
cc -W -Wall -c -o parse.o parse.c
cc -W -Wall -c -o assemble.o assemble.c
cc -W -Wall -c -o macro.o macro.c
cc as10k1.o parse.o assemble.o macro.o -o as10k1
cd effects && make
make[3]: Entering directory `/home/fostiator/emu10k1/utils/as10k1/effects'
../as10k1 -n ac3pass.asm
as10k1: Overiding gpr declaration checks
../as10k1 -n ac3pass-audigy.asm
as10k1: Overiding gpr declaration checks
../as10k1 5band-eq.asm
../as10k1 atten.asm
../as10k1 c2f.asm
../as10k1 chorus_2.asm
../as10k1 chorus.asm
../as10k1 delay.asm
../as10k1 fir.asm
../as10k1 flanger_2.asm
../as10k1 flanger.asm
../as10k1 gain_2.asm
../as10k1 gain_4.asm
../as10k1 gain_6.asm
../as10k1 gain.asm
../as10k1 inv.asm
../as10k1 prologic.asm
../as10k1 sine.asm
../as10k1 surround.asm
../as10k1 tone.asm
../as10k1 tone-old.asm
../as10k1 tremolo.asm
../as10k1 vibrato.asm
../as10k1 vol_2.asm
../as10k1 vol.asm
../as10k1 vol_pcm.asm
make[3]: Leaving directory `/home/fostiator/emu10k1/utils/as10k1/effects'
make[2]: Leaving directory `/home/fostiator/emu10k1/utils/as10k1'
cd play-ac3 && make
make[2]: Entering directory `/home/fostiator/emu10k1/utils/play-ac3'
cc -g -Wall -c -o ac3-iec958.o ac3-iec958.c
ac3-iec958.c: In function `ac3_iec958_build_burst':
ac3-iec958.c:99: warning: implicit declaration of function `swab'
cc -g -Wall play-ac3.c ac3-iec958.o -o play-ac3
play-ac3.c: In function `main':
play-ac3.c:85: warning: implicit declaration of function `strcmp'
cc -g -Wall play-raw.c -o play-raw
play-raw.c: In function `main':
play-raw.c:45: warning: implicit declaration of function `strcmp'
play-raw.c:84: warning: implicit declaration of function `swab'
make[2]: Leaving directory `/home/fostiator/emu10k1/utils/play-ac3'
cd mixer && make
make[2]: Entering directory `/home/fostiator/emu10k1/utils/mixer'
gcc -M emu-dspmgr.c emu-config.c > .depend
(cd lib; make all)
make[3]: Entering directory `/home/fostiator/emu10k1/utils/mixer/lib'
gcc -M *.c > .depend
debug.c:363:16: warning: multi-line string literals are deprecated
dsp.c:1406:16: warning: multi-line string literals are deprecated
dsp.c:1428:16: warning: multi-line string literals are deprecated
gcc -g -O2 -Wall -c -o dsp.o dsp.c
dsp.c:1406:16: warning: multi-line string literals are deprecated
dsp.c:1428:16: warning: multi-line string literals are deprecated
gcc -g -O2 -Wall -c -o driver_access.o driver_access.c
gcc -g -O2 -Wall -c -o debug.o debug.c
debug.c:363:16: warning: multi-line string literals are deprecated
gcc -g -O2 -Wall -c -o file.o file.c
file.c: In function `dsp_read_patch':
file.c:452: warning: deprecated use of label at end of compound statement
gcc -g -O2 -Wall -c -o mix.o mix.c
ld -r dsp.o driver_access.o debug.o file.o mix.o -o libdsp.o
make[3]: Leaving directory `/home/fostiator/emu10k1/utils/mixer/lib'
gcc -g -O2 -Wall -c -o emu-dspmgr.o emu-dspmgr.c
gcc emu-dspmgr.o lib/libdsp.o -o emu-dspmgr
gcc -g -O2 -Wall -c -o emu-config.o emu-config.c
gcc emu-config.o lib/mix.o -o emu-config
make[2]: Leaving directory `/home/fostiator/emu10k1/utils/mixer'
make[1]: Leaving directory `/home/fostiator/emu10k1/utils'
**
** Now type "make install-tools" to install the tools
**
[root@FOSTIATOR emu10k1]# make install-tools
cd utils && make install
make[1]: Entering directory `/home/fostiator/emu10k1/utils'
cd as10k1 && make
make[2]: Entering directory `/home/fostiator/emu10k1/utils/as10k1'
cc -M *.c -W -Wall > .depend
as10k1.c:42:13: warning: multi-line string literals are deprecated
cd effects && make
make[3]: Entering directory `/home/fostiator/emu10k1/utils/as10k1/effects'
make[3]: No se hace nada para `all'.
make[3]: Leaving directory `/home/fostiator/emu10k1/utils/as10k1/effects'
make[2]: Leaving directory `/home/fostiator/emu10k1/utils/as10k1'
cd play-ac3 && make
make[2]: Entering directory `/home/fostiator/emu10k1/utils/play-ac3'
make[2]: No se hace nada para `all'.
make[2]: Leaving directory `/home/fostiator/emu10k1/utils/play-ac3'
cd mixer && make
make[2]: Entering directory `/home/fostiator/emu10k1/utils/mixer'
gcc -M emu-dspmgr.c emu-config.c > .depend
(cd lib; make all)
make[3]: Entering directory `/home/fostiator/emu10k1/utils/mixer/lib'
gcc -M *.c > .depend
debug.c:363:16: warning: multi-line string literals are deprecated
dsp.c:1406:16: warning: multi-line string literals are deprecated
dsp.c:1428:16: warning: multi-line string literals are deprecated
make[3]: Leaving directory `/home/fostiator/emu10k1/utils/mixer/lib'
make[2]: Leaving directory `/home/fostiator/emu10k1/utils/mixer'
mkdir -p /usr/local/bin
mkdir -p /usr/local/share/emu10k1
mkdir -p /usr/local/man/man1
mkdir -p /usr/local/etc
cd as10k1 && make install
make[2]: Entering directory `/home/fostiator/emu10k1/utils/as10k1'
cc -M *.c -W -Wall > .depend
as10k1.c:42:13: warning: multi-line string literals are deprecated
cd effects && make
make[3]: Entering directory `/home/fostiator/emu10k1/utils/as10k1/effects'
make[3]: No se hace nada para `all'.
make[3]: Leaving directory `/home/fostiator/emu10k1/utils/as10k1/effects'
cd effects && make install
make[3]: Entering directory `/home/fostiator/emu10k1/utils/as10k1/effects'
mkdir -p /usr/local/share/emu10k1
install -m 664 *.bin /usr/local/share/emu10k1
install -m 664 README /usr/local/share/emu10k1
make[3]: Leaving directory `/home/fostiator/emu10k1/utils/as10k1/effects'
mkdir -p /usr/local/share/emu10k1
install -m 755 as10k1 /usr/local/bin
install -m 664 as10k1.1 /usr/local/man/man1
make[2]: Leaving directory `/home/fostiator/emu10k1/utils/as10k1'
cd mixer && make install
make[2]: Entering directory `/home/fostiator/emu10k1/utils/mixer'
gcc -M emu-dspmgr.c emu-config.c > .depend
(cd lib; make all)
make[3]: Entering directory `/home/fostiator/emu10k1/utils/mixer/lib'
gcc -M *.c > .depend
debug.c:363:16: warning: multi-line string literals are deprecated
dsp.c:1406:16: warning: multi-line string literals are deprecated
dsp.c:1428:16: warning: multi-line string literals are deprecated
make[3]: Leaving directory `/home/fostiator/emu10k1/utils/mixer/lib'
install -m 755 emu-dspmgr /usr/local/bin
install -m 755 emu-config /usr/local/bin
install -m 664 doc/emu-dspmgr.1 /usr/local/man/man1
install -m 664 doc/emu-config.1 /usr/local/man/man1
make[2]: Leaving directory `/home/fostiator/emu10k1/utils/mixer'
cd scripts && make install
make[2]: Entering directory `/home/fostiator/emu10k1/utils/scripts'
install -m 644 emu10k1.conf /usr/local/etc
install -m 755 emu-script /usr/local/etc
install -m 755 audigy-script /usr/local/etc
make[2]: Leaving directory `/home/fostiator/emu10k1/utils/scripts'
make[1]: Leaving directory `/home/fostiator/emu10k1/utils'
|
i still cannot hear anything 
|
|
|
04-04-2003, 03:41 PM
|
#33
|
Member
Registered: Apr 2003
Distribution: SuSe 10
Posts: 55
Rep:
|
Quote:
Originally posted by fostiator
the final result (at the moment)
i still cannot hear anything
|
after modprobe?
---
then try to go to the mandrake config center or directly to HardDrake and launch the config and pointing it to emu10k1 (not snd-emu10k1 as that one don't work)
|
|
|
04-04-2003, 04:27 PM
|
#34
|
Senior Member
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590
Rep:
|
Quote:
Originally posted by fostiator
the final result (at the moment)
i still cannot hear anything
|
Have you used the tools to set it up? or are you just hoping that it will start working on it's own?
I know you havn't even bothered to read the documentation that comes with the driver because of the way you built it, it will still work, but only if you use the emu10k1.conf and audigy-script as explained in the docs.
|
|
|
04-05-2003, 08:33 AM
|
#35
|
Member
Registered: Mar 2003
Location: Marbella
Distribution: SuSE 10.0
Posts: 63
Rep:
|
Quote:
Originally posted by Aussie
Have you used the tools to set it up? or are you just hoping that it will start working on it's own?
I know you havn't even bothered to read the documentation that comes with the driver because of the way you built it, it will still work, but only if you use the emu10k1.conf and audigy-script as explained in the docs.
|
yeah, i'm sorry,i haven't posted the results here:
here you have:
Code:
[root@FOSTIATOR fostiator]# /usr/local/etc/emu-script
Error: Bad Output in route name: ADC Rec
Error: Bad route specified
Error: Bad input in route name: Pcm1
Error: Bad route specified
Error: Bad line name
[root@FOSTIATOR fostiator]#
Quote:
Originally posted by koy
after modprobe?
---
then try to go to the mandrake config center or directly to HardDrake and launch the config and pointing it to emu10k1 (not snd-emu10k1 as that one don't work)
|
this is what i get using modprobe:
Code:
[root@FOSTIATOR fostiator]# modprobe emu10k1
/lib/modules/2.4.21-0.13mdk/kernel/drivers/sound/emu10k1/emu10k1.o: init_module: No such device
Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters.
You may find more information in syslog or the output from dmesg
modprobe: insmod /lib/modules/2.4.21-0.13mdk/kernel/drivers/sound/emu10k1/emu10k1.o failed
/lib/modules/2.4.21-0.13mdk/kernel/drivers/sound/emu10k1/emu10k1.o.gz: init_module: No such device
Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters.
You may find more information in syslog or the output from dmesg
modprobe: insmod /lib/modules/2.4.21-0.13mdk/kernel/drivers/sound/emu10k1/emu10k1.o.gz failed
modprobe: insmod emu10k1 failed
[root@FOSTIATOR fostiator]#
how can I configure the card using config center?
thanks to both for your help and patience
|
|
|
04-05-2003, 08:39 AM
|
#36
|
Member
Registered: Mar 2003
Location: Marbella
Distribution: SuSE 10.0
Posts: 63
Rep:
|
I think it's good installed 'cause if I use:
/sbin/lsmod
i get:
ac97_codec 11848 0 [audigy]
sound 70644 0 [audigy]
soundcore 6276 0 [audigy sound]
|
|
|
04-05-2003, 08:48 AM
|
#37
|
Senior Member
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590
Rep:
|
What do you get from "modinfo audigy" and "modinfo emu10k1"?
|
|
|
04-05-2003, 04:12 PM
|
#38
|
Member
Registered: Apr 2003
Distribution: SuSe 10
Posts: 55
Rep:
|
audigy is wrong diriver btw (it's also the emu driver but an older vers that dont support audigy2 so maybe thats why...):
/sbin/lsmod
emu10k1 66536 0
ac97_codec 11848 0 [emu10k1]
soundcore 6276 0 [emu10k1]
----
mine was workin directly after i had compiled and installed it (and after doing modprobe...)....dunno why it aint working with you...you must be doing smth wrong...
btw if i type /usr/local/etc/emu-script i also get the same output as u so it cant be that....
Last edited by koy; 04-05-2003 at 04:13 PM.
|
|
|
04-05-2003, 08:27 PM
|
#39
|
Member
Registered: Mar 2003
Location: Marbella
Distribution: SuSE 10.0
Posts: 63
Rep:
|
Quote:
Originally posted by Aussie
What do you get from "modinfo audigy" and "modinfo emu10k1"?
|
Code:
[root@FOSTIATOR fostiator]# modinfo audigy
filename: /lib/modules/2.4.21-0.13mdk/kernel/drivers/sound/audigy/audigy.o.gz
description: "Creative EMU10K1 PCI Audio Driver v0.19a
Copyright (C) 1999 Creative Technology Ltd."
author: "Bertrand Lee, Cai Ying. (Email to: emu10k1-devel@lists.sourceforge.net)"
license: "GPL"
[root@FOSTIATOR fostiator]# modinfo emu10k1
filename: /lib/modules/2.4.21-0.13mdk/kernel/drivers/sound/emu10k1/emu10k1.o
description: "Creative EMU10K1 PCI Audio Driver v0.20a
Copyright (C) 1999 Creative Technology Ltd."
author: "Bertrand Lee, Cai Ying. (Email to: emu10k1-devel@lists.sourceforge.net)"
license: "GPL"
this is what I got
Quote:
Originally posted by koy
audigy is wrong diriver btw (it's also the emu driver but an older vers that dont support audigy2 so maybe thats why...):
/sbin/lsmod
emu10k1 66536 0
ac97_codec 11848 0 [emu10k1]
soundcore 6276 0 [emu10k1]
----
mine was workin directly after i had compiled and installed it (and after doing modprobe...)....dunno why it aint working with you...you must be doing smth wrong...
btw if i type /usr/local/etc/emu-script i also get the same output as u so it cant be that....
|
would you mind to post step by step what you did to setup the driver?
I have downloaded all using CVS
Thanks,both of you are great!
|
|
|
04-05-2003, 08:35 PM
|
#40
|
Member
Registered: Mar 2003
Location: Marbella
Distribution: SuSE 10.0
Posts: 63
Rep:
|
and now i have more problems  i cant' unload the sound servers (rmmod always said that device or reource is busy)
|
|
|
04-05-2003, 08:51 PM
|
#41
|
Member
Registered: Mar 2003
Location: Marbella
Distribution: SuSE 10.0
Posts: 63
Rep:
|
oh my god!!! i've finally did it!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
it sounds....incredible!!!!!
thanks for your help!!!!! really,thank you very much for your help and patience
this are the steps I've following (the lastest):
in the kernel config, shutted down every resource or audio device.
/sbin/lsmod
rmmod every audigy or sound and soundcore and ac97
make install (again)
make tools
make install-tools
modprobe emu10k1
finally i heared something from my speakers...then i tried Xmms and....MUSIC!!!!!
   
|
|
|
04-07-2003, 02:02 PM
|
#42
|
Member
Registered: Mar 2003
Location: Marbella
Distribution: SuSE 10.0
Posts: 63
Rep:
|
ummm,errr.friends.
how can I load all modules at logon?
i have to remove all sound servers and reinstall everything when i reboot system or turn on computer
|
|
|
All times are GMT -5. The time now is 12:14 AM.
|
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
|
|