LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
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 09-07-2004, 06:35 PM   #31
garymd
LQ Newbie
 
Registered: Apr 2004
Location: Olympia, wa
Distribution: Mandrake 10, 10.1
Posts: 29

Rep: Reputation: 15

When you (S.B.)did the ./configure step for your ALSA 1.06 driver Install, did you use the command
"./configure --with-cards=emu10k1x --with-sequencer=yes;make;make install"
As soon as I get my kernel packages installed on SUSE 9.1 that is hwat I was going to try. Thanks for directing me here btw
 
Old 09-08-2004, 01:15 AM   #32
S.B.
LQ Newbie
 
Registered: Aug 2004
Distribution: SuSE 9.1
Posts: 14

Rep: Reputation: 0
Yes, this is exactly the command I used
 
Old 10-07-2004, 04:19 PM   #33
hanspb
LQ Newbie
 
Registered: Oct 2004
Location: Norway
Distribution: Ubuntu
Posts: 22

Rep: Reputation: 15
I'm bringing up this thread again.
I just upgraded to Mandrake 10.1, which should have the alsa 1.0.6 driver. According to this thread and info on creative.com the Dell card should now be supported. Well, I still get no sound. The default module that gets loaded is snd-emu10k1. The other possibilities are emu10k1 and audigy. There is nothing called snd-emu10k1x. So how do I get the sound to work now? If it really is possible?

Hans Petter Birkeland
 
Old 10-08-2004, 12:05 PM   #34
garymd
LQ Newbie
 
Registered: Apr 2004
Location: Olympia, wa
Distribution: Mandrake 10, 10.1
Posts: 29

Rep: Reputation: 15
I have tried Mandrake 10.1 with no success. Can you get alsamixergui to run?
 
Old 10-11-2004, 02:01 AM   #35
hanspb
LQ Newbie
 
Registered: Oct 2004
Location: Norway
Distribution: Ubuntu
Posts: 22

Rep: Reputation: 15
I haven't tried that, but I noticed that Alsa doesn't even detect the card. Harddrake does, however. Also, I noticed that there is a emu10k1x.conf file (don't remember the path, I'm at work now). This is the only sign of emu10k1x I have found.

Hans Petter
 
Old 10-11-2004, 08:53 PM   #36
Feldon
LQ Newbie
 
Registered: Sep 2004
Location: Canada
Posts: 26

Rep: Reputation: 15
I'm having difficulty installing Alsa. I am running Debian 2.6.8.1 and have a Dell SB Live! sound card, so the emu10k1x. Sorry for the length. Here is what I've done thus far:

1) I recompiled my kernel. In 'make menuconfig' I selected Sound Support as a module, but did not select Alsa or OSS.
2) I downloaded alsa-drivers, alsa-lib, and alsa-utils from www.alsa-project.org
3) mkdir /usr/src/alsa and unzipped/untarred alsa-drivers, alsa-lib and alsa-utils to the alsa directory.
4) 'cd alsa-driver-1.0.6a' and then './configure --with-cards=emu10k1x --with-sequencer=yes --with-kernel=/usr/src/linux-2.6.8.1;make;make install'
5) './snddevices'
6) 'chmod a+rw /dev/dsp /dev/mixer /dev/sequencer /dev/midi'
7) 'cd alsa-lib-1.0.6' and then './configure;make;make install'
8) 'cd alsa-utils-1.0.6' and then './configure;make;make install'
9) 'modprobe snd-emu10k1x;modprobe snd-pcm-oss;modprobe snd-mixer-oss;modprobe snd-seq-oss'
10) 'alsamixer' and changed the settings to unmute the card and up the volume
11) in debian I created the file '/etc/modutils/alsa and included the following in the file:
# ALSA portion
alias char-major-116 snd
alias snd-card-0 snd-emu10k1x
# module options should go here

# OSS/Free portion
alias char-major-14 soundcore
alias sound-slot-0 snd-card-0

# card #1
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss
12) then I ran 'update-modules'
13) next I edited my /etc/init.d/rc.local file to include the 'modprobe...' statements as per above.
14) On reboot when it tried to run the stuff in the rc.local file I received the following error:
FATAL: Error inserting snd_emu10k1x (/lib/modules/2.6.8.1/kernel/sound/pci/emu10k1/snd-emu10k1x.ko): Unknown symbol in module or unknown parameter (see dmesg)

If I typed 'dmesg' I got:
snd_emu10k1x: unknown symbol snd_rawmidi_receive
snd_emu10k1x: unknown symbol snd_rawmidi_transmit
snd_emu10k1x: unknown symbol snd_rawmidi_new
snd_emu10k1x: unknown symbol snd_rawmidi_set_ops

At this point I tried rerunning through the same process as outlined above (including the recompile of the kernel), however, when I got to step 9, the 'modprobe...' stuff gave me a similar error:

snd_emu10k1x: unknown symbol snd_rawmidi_receive
snd_emu10k1x: unknown symbol snd_rawmidi_transmit
snd_emu10k1x: unknown symbol snd_rawmidi_new
snd_emu10k1x: unknown symbol snd_rawmidi_set_ops
FATAL: Error inserting snd_emu10k1x (/lib/modules/2.6.8.1/kernel/sound/pci/emu10k1/snd-emu10k1x.ko): Unknown symbol in module or unknown parameter (see dmesg)

'lsmod' produced
Module Size Used by
snd_seq_oss 32544 -
snd_seq_midi_event 6312 -
snd_seq 49520 -
snd_seq_device 7052 -
snd_pcm_oss 48880 -
snd_mixer_oss 16712 -
snd_pcm 80672 -
snd_timer 21800 -
snd_ac97_codec 62864 -
snd 49508 -
snd_page_alloc 9648 -
nvidia 4817344 -
soundcore 6944 -
slip 10528 -
slhc 6024 -
uhci_hcd 27472 -
usbcore 95796 -
agpgart 27116 -

What am I doing wrong? Any help is appreciated.
 
Old 10-12-2004, 04:11 PM   #37
jmeadows111
LQ Newbie
 
Registered: Oct 2004
Posts: 18

Rep: Reputation: 0
Unhappy Me too...

I know it's not much help, but I get a similar issue as well.....

If I make any progress I'll post it here!!
 
Old 10-15-2004, 05:28 PM   #38
Feldon
LQ Newbie
 
Registered: Sep 2004
Location: Canada
Posts: 26

Rep: Reputation: 15
I finally got some help on the Alsa-User list. The person who responded sounded experienced and was helping other users install as well.

In response to the unknown symbols, it was clear to this person that the snd_rawmidi module wasn't loaded. What he suggested was that during the --with-cards=emu10k1x step I instead do, --with-cards=emu10k1x,mpu401. The mpu401 includes the rawmidi module as its supposed to. That solved the unknown symbols error.

We then discovered that even though I have a Dell computer, I don't have the emu10k1x card!!!!!! Omg, I feel stupid. I assumed that Dell had their own OEM version they were distributing, I didn't realize the emu10k1x was only for a few computers. The emu10k1 works fine for me as it turns out. Sorry to bother everyone, heh.
 
Old 10-15-2004, 06:37 PM   #39
jmeadows111
LQ Newbie
 
Registered: Oct 2004
Posts: 18

Rep: Reputation: 0
Smile

Thanks for posting that piece of information!!! It got me working!!!!
 
  


Reply



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
Mic support on Audigy 2 ZS Sohexi Linux - Hardware 0 12-17-2004 01:35 AM
sound blaster live/audigy/2 DSP manipulation monohouse Linux - Software 0 10-19-2004 10:18 AM
Audigy LS support under ALSA Seventh_Warrior Linux - Hardware 2 08-06-2004 04:50 AM
Audigy 2 ZS MIDI support n_hendrick Linux - Hardware 2 07-22-2004 02:15 AM
SB Audigy (gamer) support under 2.6.0 (Need help Q) vexer Linux - Hardware 0 12-23-2003 02:48 PM

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

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