LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
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


Reply
  Search this Thread
Old 04-04-2003, 02:36 AM   #31
fostiator
Member
 
Registered: Mar 2003
Location: Marbella
Distribution: SuSE 10.0
Posts: 63

Rep: Reputation: 15

oh God!!!

https://sourceforge.net/projects/audigy2-patch/

Mandrake 9.1 audigy2 patch


Last edited by fostiator; 04-04-2003 at 02:39 AM.
 
Old 04-04-2003, 10:53 AM   #32
fostiator
Member
 
Registered: Mar 2003
Location: Marbella
Distribution: SuSE 10.0
Posts: 63

Rep: Reputation: 15
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
 
Old 04-04-2003, 03:41 PM   #33
koy
Member
 
Registered: Apr 2003
Distribution: SuSe 10
Posts: 55

Rep: Reputation: 15
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)
 
Old 04-04-2003, 04:27 PM   #34
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
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.
 
Old 04-05-2003, 08:33 AM   #35
fostiator
Member
 
Registered: Mar 2003
Location: Marbella
Distribution: SuSE 10.0
Posts: 63

Rep: Reputation: 15
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
 
Old 04-05-2003, 08:39 AM   #36
fostiator
Member
 
Registered: Mar 2003
Location: Marbella
Distribution: SuSE 10.0
Posts: 63

Rep: Reputation: 15
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]
 
Old 04-05-2003, 08:48 AM   #37
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
What do you get from "modinfo audigy" and "modinfo emu10k1"?
 
Old 04-05-2003, 04:12 PM   #38
koy
Member
 
Registered: Apr 2003
Distribution: SuSe 10
Posts: 55

Rep: Reputation: 15
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.
 
Old 04-05-2003, 08:27 PM   #39
fostiator
Member
 
Registered: Mar 2003
Location: Marbella
Distribution: SuSE 10.0
Posts: 63

Rep: Reputation: 15
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!
 
Old 04-05-2003, 08:35 PM   #40
fostiator
Member
 
Registered: Mar 2003
Location: Marbella
Distribution: SuSE 10.0
Posts: 63

Rep: Reputation: 15
and now i have more problems i cant' unload the sound servers (rmmod always said that device or reource is busy)
 
Old 04-05-2003, 08:51 PM   #41
fostiator
Member
 
Registered: Mar 2003
Location: Marbella
Distribution: SuSE 10.0
Posts: 63

Rep: Reputation: 15
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!!!!!

 
Old 04-07-2003, 02:02 PM   #42
fostiator
Member
 
Registered: Mar 2003
Location: Marbella
Distribution: SuSE 10.0
Posts: 63

Rep: Reputation: 15
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
 
  


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
how to authenticate external users but bypass prompt on local LAN users? taiwf Linux - Security 5 07-13-2005 10:01 AM
In KDE, I can see pics of users when i open up .thumbnails as other users? BajaNick Linux - General 4 02-06-2005 12:21 AM
[FC2]Why does the users command display multiple users? Harkov Fedora 1 07-10-2004 10:24 PM
How to set a Gnome theme as default for all users and future users ? MDesigner Linux - Newbie 1 06-28-2004 12:12 PM
copying kde configuration for 2 users OR 2 users on 1 x session for vnc blackphiber Linux - General 0 02-26-2004 09:57 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

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