Author Topic: Sound Card Problem  (Read 1678 times)

Pantso

  • Member
  • **
  • Posts: 1,249
  • Kudos: 55
    • http://www.support-freesoftware.org
Sound Card Problem
« Reply #15 on: 12 May 2003, 02:01 »
Did you read thouroughly the ReadMe file that should have come with this package?

LordWiccara

  • Member
  • **
  • Posts: 138
  • Kudos: 0
    • http://imdeadinside.servehttp.com
Sound Card Problem
« Reply #16 on: 12 May 2003, 02:04 »
yes and here it is:

I have the 8820 card.


Installing the Driver
---------------------

1. Unpack the distribution:
tar xvzf aureal*.tar.gz

2. Change to the driver directory and become root:
cd aureal*
su

3. Edit the Makefile to suit your system (SMP, CPU type, etc)

4. Type the following install commands:

If you have an 8830-based (Vortex 2) card:
make install

If you have an 8820-based (Vortex 1) card:
make install20

If you have an 8810-based (Vortex Advantage) card:
make install10

There is no need to reboot.

Note: if you get "unresolved symbol" errors during the install,
rebuild your kernel with sound support (soundcore) built in
(not a module).
"One World, One Web, One Program " --Microsoft AD
"Ein Volk, Ein Reich, Ein Furher" (One World, One Realm[or country], One leader) --Adolf Hitler

http://imdeadinside.servehttp.com

-Mike-


Pantso

  • Member
  • **
  • Posts: 1,249
  • Kudos: 55
    • http://www.support-freesoftware.org
Sound Card Problem
« Reply #17 on: 12 May 2003, 02:08 »
Looks ok. On a second read, the source of these errors seems to be the makefile itself. Strange.   :rolleyes:   Can you point me to the site you downloaded this driver from?

flap

  • Member
  • **
  • Posts: 1,268
  • Kudos: 137
Sound Card Problem
« Reply #18 on: 12 May 2003, 02:08 »
Do you have a file called under /usr/src called 'linux'?

If not do
ln -s /usr/src/linux2.4.x /usr/src/linux

where 'linux2.4.x' is the name of the directory under /usr/src where your kernel sources are.
"While envisaging the destruction of imperialism, it is necessary to identify its head, which is none other than the United States of America." - Ernesto Che Guevara

http://counterpunch.org
http://globalresearch.ca


Pantso

  • Member
  • **
  • Posts: 1,249
  • Kudos: 55
    • http://www.support-freesoftware.org
Sound Card Problem
« Reply #19 on: 12 May 2003, 02:11 »
He should have it if he installed the kernel source.

flap

  • Member
  • **
  • Posts: 1,268
  • Kudos: 137
Sound Card Problem
« Reply #20 on: 12 May 2003, 02:13 »
He won't necessarily have a link to it called 'linux'
"While envisaging the destruction of imperialism, it is necessary to identify its head, which is none other than the United States of America." - Ernesto Che Guevara

http://counterpunch.org
http://globalresearch.ca


Pantso

  • Member
  • **
  • Posts: 1,249
  • Kudos: 55
    • http://www.support-freesoftware.org
Sound Card Problem
« Reply #21 on: 12 May 2003, 02:16 »
Hmm, did you do what the 3rd instruction reads?

 
quote:
3. Edit the Makefile to suit your system (SMP, CPU type, etc)



The reason I'm bringing this up is because the last errors you quoted, look like a fault in the makefile. Hence, the parse errors.

LordWiccara

  • Member
  • **
  • Posts: 138
  • Kudos: 0
    • http://imdeadinside.servehttp.com
Sound Card Problem
« Reply #22 on: 12 May 2003, 02:16 »
I have 2 linux folders:
linux-2.4
linux-2.4.20-9

is that what u mean?
"One World, One Web, One Program " --Microsoft AD
"Ein Volk, Ein Reich, Ein Furher" (One World, One Realm[or country], One leader) --Adolf Hitler

http://imdeadinside.servehttp.com

-Mike-


flap

  • Member
  • **
  • Posts: 1,268
  • Kudos: 137
Sound Card Problem
« Reply #23 on: 12 May 2003, 02:18 »
Yes, you should also have a link called 'linux'. Do what I suggested in the earlier post.
"While envisaging the destruction of imperialism, it is necessary to identify its head, which is none other than the United States of America." - Ernesto Che Guevara

http://counterpunch.org
http://globalresearch.ca


LordWiccara

  • Member
  • **
  • Posts: 138
  • Kudos: 0
    • http://imdeadinside.servehttp.com
Sound Card Problem
« Reply #24 on: 12 May 2003, 02:18 »
quote:
Originally posted by Panos:
Hmm, did you do what the 3rd instruction reads?

 

The reason I'm bringing this up is because the last errors you quoted, look like a fault in the makefile. Hence, the parse errors.



i did look at it, and it did not seem to need change...unless i have an SMP...which i dont know what it is.
"One World, One Web, One Program " --Microsoft AD
"Ein Volk, Ein Reich, Ein Furher" (One World, One Realm[or country], One leader) --Adolf Hitler

http://imdeadinside.servehttp.com

-Mike-


Pantso

  • Member
  • **
  • Posts: 1,249
  • Kudos: 55
    • http://www.support-freesoftware.org
Sound Card Problem
« Reply #25 on: 12 May 2003, 02:27 »
I believe it stands for shared memory multiprocessor  something and no you don't need it. What else does the makefile read?

Before you reply do what flap suggested, that is create a symbolic link to your kernel source.

KernelPanic

  • VIP
  • Member
  • ***
  • Posts: 1,878
  • Kudos: 222
Sound Card Problem
« Reply #26 on: 12 May 2003, 02:53 »
SMP = Symmetric Multiproccessing
Contains scenes of mild peril.

Pantso

  • Member
  • **
  • Posts: 1,249
  • Kudos: 55
    • http://www.support-freesoftware.org
Sound Card Problem
« Reply #27 on: 12 May 2003, 02:55 »
quote:
Originally posted by Tux:
SMP = Symmetric Multiproccessing


My bad. Mind you though, english is not my first language.   :D

LordWiccara

  • Member
  • **
  • Posts: 138
  • Kudos: 0
    • http://imdeadinside.servehttp.com
Sound Card Problem
« Reply #28 on: 12 May 2003, 04:34 »
ok, im about to loose it here...i went to look refresh the browser, and linux went bezerk!  everything crashed, and when i reset, it all crashed again.  i got mad and reformatted and reinstalled linux as a workstation.  then i tried to reinstall the sound drivers AGAIN, and it still doesnt work.  the official drivers can be found: http://www.vortexofsound.com/drivers/drv_lnx.htm
the unofficial drivers can be found:
http://sourceforge.net/project/showfiles.php?group_id=8109&release_id=8434

ive tried both.  also, how the hell do u install Wine, god damn thing is pissing me off...alot  :mad:
"One World, One Web, One Program " --Microsoft AD
"Ein Volk, Ein Reich, Ein Furher" (One World, One Realm[or country], One leader) --Adolf Hitler

http://imdeadinside.servehttp.com

-Mike-


flap

  • Member
  • **
  • Posts: 1,268
  • Kudos: 137
Sound Card Problem
« Reply #29 on: 12 May 2003, 04:40 »
what happens now when you try and install the drivers?
what are you trying to install wine from? source?
"While envisaging the destruction of imperialism, it is necessary to identify its head, which is none other than the United States of America." - Ernesto Che Guevara

http://counterpunch.org
http://globalresearch.ca