LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 06-16-2002, 05:34 PM   #1
joker
LQ Newbie
 
Registered: Jun 2002
Posts: 1

Rep: Reputation: 0
need help with emu10k1 driver for audigy under redhat 7.3


can anyone give me step by step simplified instruction to get my audigy sound card working with redhat 7.3, I got the emu10k1 driver and have read the install instructs but am unsure on what to do?
 
Old 07-12-2002, 05:34 AM   #2
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
Where did you go to for the driver? RH by default auto configured my card. It's a SBLive, but uses the same module, so I would think it would be the same for the Audigy. This is the homepage for Creative Opensource. At the top is a link to the emu10k1 Project Page. Any luck yet?
 
Old 07-12-2002, 01:29 PM   #3
jetblackz
Member
 
Registered: Mar 2002
Location: Debian Galaxy
Distribution: Debian
Posts: 711

Rep: Reputation: 30
The easiest way is to reinstall 7.3 which should include emu10k1.

Me too. SBLive cheap-o. Same driver. No prob. I find it not as loud as my Windows driver, however.
 
Old 07-12-2002, 03:52 PM   #4
burzmali
Member
 
Registered: Jan 2002
Distribution: gentoo
Posts: 68

Rep: Reputation: 15
go to http://opensource.creative.com
download the source and unpack it into /usr/src
as root:
cd into the directory you just unpacked
type less README
follow intructions there build the driver and all the tools
after that is all done type modprobe emu10k1
if you are using X, it is a good idea to restart it (mostly for kde).
you should have sound.
you can use the audigy-script to fine tune your card settings, it is included with the driver.
good luck, have fun.
 
Old 09-10-2002, 03:01 PM   #5
brufleth
LQ Newbie
 
Registered: Sep 2002
Posts: 15

Rep: Reputation: 0
Sick of seeing stupid link to emu10k1

I've searched far and wide for help getting my audigy card to work and everyone just seems to post links to the emu10k1 drivers and think they're the win. I have installed those drivers (by the way SBLive and SBAudigy are quite different as the Live is supported and the Audigy is NOT) as best I can. THat's just it though. One must change a config file in the emu10k1 directory after unpacking and enter the path to the source code...I didn't seem to have the source code sitting around so I downloaded the kernel again and entered the path to it. Make might work depending but make install still doesn't work. I've added the alias that is mentioned in the README file and still nothing. Running sndconfig after all this simply informs me of what I already know. The audigy card is not supported. Has anyone actually gotten their audigy card to work? I say again their AUDIGY card not a LIVE card. If so please email me or leave a post as I can't for the life of me figure out what could be wrong.
 
Old 09-12-2002, 12:30 AM   #6
digitized_funk
Member
 
Registered: Sep 2002
Location: Australia
Distribution: Suse 8.0
Posts: 50

Rep: Reputation: 15
I'm really new to linux having just installed it the other day, I am using the SUSE 8.0 distribution, I think this has the emu10ksys driver installed during setup. My Audigy is working fine, except I can't get it to play through my digital speakers, though this is probably a configuration issue.

I don't know how different Suse and Red hat are, but maybe this helps.
 
Old 09-12-2002, 07:30 AM   #7
brufleth
LQ Newbie
 
Registered: Sep 2002
Posts: 15

Rep: Reputation: 0
Mmhmm

THey're different enough actually. I've also heard that mandrake 8.2 supports it from start up too. Redhat 7.3 wasn't made with support for the audigy card though. Unfortuneately you have to add it yourself. There in lies the problem.
 
Old 09-12-2002, 10:09 PM   #8
jetblackz
Member
 
Registered: Mar 2002
Location: Debian Galaxy
Distribution: Debian
Posts: 711

Rep: Reputation: 30
modprobe emu10k1

or

modprobe emu10ksys

If you can't get sound at all on analog speakers, do

chmod 777 /dev/dsp

jb out
 
Old 09-13-2002, 01:12 PM   #9
brufleth
LQ Newbie
 
Registered: Sep 2002
Posts: 15

Rep: Reputation: 0
What?

I don't know where you were going with that JB. The device doesn't exist. Doing a modprobe just informs you of this fact. I don't know what that last thing was but after entering it no error message was returned. Of course there still is no sound coming out of my computer and the Audigy sound car is still unsupported in sndconfig. Does anyone actually have one of these cards and redhat 7.3 AND has it working?
 
Old 09-14-2002, 05:37 AM   #10
alphabit
LQ Newbie
 
Registered: Sep 2002
Posts: 1

Rep: Reputation: 0
Post about the analog digitial issue.....

Features not (yet) supported
--------------------------

-Some OEM cards share a common jack for analog and digital output only work
in analog mode (these are common in Gateway machines).

maybe your machine has this ?
 
Old 09-14-2002, 12:12 PM   #11
brufleth
LQ Newbie
 
Registered: Sep 2002
Posts: 15

Rep: Reputation: 0
I'm using analog speakers

Definitely a software issue with Redhat. I thought I was getting somewhere yesterday but even after installing the kernel source off disk two, make config in the kernel directory, pointing the config file in the emu10k1 folder to the kernel source, and then getting through make and make successfully when I go to make install it gives up an invalid symbol error.
 
Old 09-16-2002, 03:01 PM   #12
burzmali
Member
 
Registered: Jan 2002
Distribution: gentoo
Posts: 68

Rep: Reputation: 15
i have gotten an audigy to work with redhat 7.3. are you sure the kernel sources you installed off the cd are the same version as the kernel you are booting?
 
Old 09-17-2002, 07:54 AM   #13
brufleth
LQ Newbie
 
Registered: Sep 2002
Posts: 15

Rep: Reputation: 0
Success

Used grub to startup using the same kernel as the one on the install disk

installed the kernel off the disk and 'make config' in that directory

changed the emu10k1 config file to point to the kernel

'make clean' in emu10k1 folder

'make' 'make' 'make install' 'make tools' 'make install-tools'

'sndconfig' should now recognize the card

unplug microphone because it was acting as a pick up and was feeding back

re login and should be able to play stuff now
 
  


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
Creative Audigy 2 (emu10k1) evensen Linux - Hardware 35 01-18-2006 08:10 PM
emu10k1 for SB audigy 2 ThirtySixBelow Mandriva 1 03-27-2005 05:34 PM
emu10k1 for SB audigy 2 ThirtySixBelow Linux - Newbie 1 03-27-2005 04:59 PM
audigy 2 emu10k1 install problems bat Linux - Hardware 1 10-27-2004 12:04 PM
Audigy Emu10k1 problem contrasutra Linux - Hardware 3 07-26-2003 06:45 AM

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

All times are GMT -5. The time now is 06:38 PM.

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