LinuxQuestions.org
Review your favorite Linux distribution.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 11-12-2004, 04:05 PM   #1
TracerReborn
LQ Newbie
 
Registered: Nov 2004
Distribution: Debian
Posts: 3

Rep: Reputation: 0
Audigy 2 & GeForce FX 5600U drivers


I am running
Linux * 2.6.8-9-amd64-k8 #1 Thu Oct 7 18:19:00 CEST 2004 x86_64 GNU/Linux
(I have an Opteron64 AMD processor)(Nvidia GeForceFX 5600Ultra)(Audigy 2 ZS)

1:
I have the GeForce driver file NVIDIA-Linux-x86_64-1.0-6629-pkg2 but when I go into single user mode and try to install them it tells me somthing like this

line 621 ./nvidia-installer: no such file or directory

and then it quits... any idea as to what is causing it? Also I heard that these drivers may not be compatable with my kernel (2.6.8-9-amd64-k8) but I get the same error with the patched drives (the the patched drivers are a much older version as well so sucks to them)

2:
There are no official drivers out for my Audigy... I have heard of ALSA, but how do I install them on a Debian system? I have searched apt-cache for ALSA and come up with this
{
alsa-base - ALSA driver configuration files
alsa-headers - transitional package that can be safely removed
alsa-modules-2.4.27-1-386 - ALSA driver modules
alsa-modules-2.4.27-1-586tsc - ALSA driver modules
alsa-modules-2.4.27-1-686 - ALSA driver modules
alsa-modules-2.4.27-1-686-smp - ALSA driver modules
alsa-modules-2.4.27-1-k6 - ALSA driver modules
alsa-modules-2.4.27-1-k7 - ALSA driver modules
alsa-modules-2.4.27-1-k7-smp - ALSA driver modules
alsa-oss - ALSA OSS-compatibility library
alsa-source - ALSA driver sources
alsa-utils - ALSA utilities
}(most relavent results)
I belive I have a K8 processor, and I do not see a module for such... so do I have to compile them on my system and I can't use debian packages?

THANKS FOR ANY HELP IN ADVANCE!
 
Old 11-12-2004, 06:42 PM   #2
bigjohn
Senior Member
 
Registered: Jun 2002
Location: UK .
Distribution: *buntu (usually Kubuntu)
Posts: 2,692
Blog Entries: 9

Rep: Reputation: 45
I'm guessing that you'd have to "cd" to the directory that you downloaded the nvidia driver to, to be able to install it. Though you may want to have a good look around the nvidia site to see if theres either any info or maybe faq's that may point you in the right direction.

As for the sound thing, surely, if you're using debian, then you'd just do the ubiquitous "apt-get install alsa" in a terminal and it "should" then install the alsa packages and dependencies. Which would then either include the driver for you to configure or point you to the location to download/install it (something like apt-get install alsa-audigy or whatever the package name is)?

Sorry I can't be more precise, my experiences with debian based stuff are limited and littered with failures - that's why I'm using gentoo!

regards

John
 
Old 11-12-2004, 07:33 PM   #3
TracerReborn
LQ Newbie
 
Registered: Nov 2004
Distribution: Debian
Posts: 3

Original Poster
Rep: Reputation: 0
I'm not that stupid! :P It not that it can't find the file I am trying to install it's that when I execure
sh NVIDIA-Linux-x86_64-1.0-6629-pkg2.run
it gives me that error...

Also, like I said im not sure which version of alsa to install as I have a k8 processor and I did not see a k8 version in my apt-cache search results.

UPDATE: Ok, I use apt-get install alsa and it went ahead and told me that it did not recognise my shiz so it buit a custom one or some such... I only have one question now... what now? How do I get my sound to work now that alsa is "installed"?

Last edited by TracerReborn; 11-12-2004 at 07:53 PM.
 
Old 11-12-2004, 11:59 PM   #4
foo_bar_foo
Senior Member
 
Registered: Jun 2004
Posts: 2,553

Rep: Reputation: 53
alsa is now and for a while included part of the kernel
so unless you need a newer version you are good to go
if you do need a newer version you have to compile and install yourself

try unpacking the nvidia driver with the -X flag then try make / make install

i think the proper alsa driver for sound card is snd-emu10k2
may also work with snd-emu10k1 ?????????
1st try
modprobe snd-emu10k2
or lsmod and see if it's loaded already
always have to unmute alsa mixer on new install or no sound
 
Old 11-13-2004, 04:56 AM   #5
bigjohn
Senior Member
 
Registered: Jun 2002
Location: UK .
Distribution: *buntu (usually Kubuntu)
Posts: 2,692
Blog Entries: 9

Rep: Reputation: 45
Quote:
Originally posted by foo_bar_foo
alsa is now and for a while included part of the kernel
so unless you need a newer version you are good to go
if you do need a newer version you have to compile and install yourself

try unpacking the nvidia driver with the -X flag then try make / make install

i think the proper alsa driver for sound card is snd-emu10k2
may also work with snd-emu10k1 ?????????
1st try
modprobe snd-emu10k2
or lsmod and see if it's loaded already
always have to unmute alsa mixer on new install or no sound
Just a comment/thought, when I had previous versions of mandrake installed, i.e. immediately post install, I often had to do minor reconfig of the sound driver as for reasons I never established, it always wanted to default to a driver called "Audigy()", and I just had to tell it to use the alternate emu10k1 (the sound card is a Soundblaster live! 5.1 digital).

Just because I haven't heard of emu10k2 doesn't mean that it's not right, but you also may have to look for the Audigy() if the "~k2" option doesn't help!


good hunting

regards

John
 
  


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
Audigy 2 Drivers Waerner Linux - Newbie 2 05-11-2005 05:01 AM
Alsa & Audigy & kernel-2.6.0-test6 seppe Linux - Hardware 1 09-29-2003 04:11 PM
Audigy 2, drivers tsitras Linux - Newbie 3 03-22-2003 05:03 AM
DSL and Audigy 2 Drivers TheTim Linux - Hardware 1 03-17-2003 06:03 AM
Audigy Drivers hornbm Linux - General 1 04-25-2002 03:04 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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