You are not logged in.
I have problem with Sound Blaster Audigy card. What is the problem? I want to use IT not other, motherboard-integrated. What`s more, after reboot i cannot load alsa-emu10k1 module, and it`s not in
$ lsmod|grep ^snd
snd_seq_oss 29056 0
snd_seq_midi_event 6528 1 snd_seq_oss
snd_seq 46544 4 snd_seq_oss,snd_seq_midi_event
snd_pcm_oss 38688 0
snd_mixer_oss 14592 1 snd_pcm_oss
snd_ca0106 30176 1
snd_rawmidi 19104 1 snd_ca0106
snd_seq_device 6796 3 snd_seq_oss,snd_seq,snd_rawmidi
snd_ac97_codec 95780 1 snd_ca0106
snd_hda_intel 260508 4
snd_pcm 69124 5 snd_pcm_oss,snd_ca0106,snd_ac97_codec,snd_hda_intel
snd_timer 19076 3 snd_seq,snd_pcm
snd 44516 19 snd_seq_oss,snd_seq,snd_pcm_oss,snd_mixer_oss,snd_ca0106,snd_rawmidi,snd_seq_device,snd_ac97_codec,snd_hda_intel,snd_pcm,snd_timer
snd_page_alloc 7816 3 snd_ca0106,snd_hda_intel,snd_pcm
Argh ;( Heelp!
Last edited by Xyzk (2007-07-26 13:12:15)
Offline
Are you sure its compatible with ALSA? Some are not. Check it here: http://www.alsa-project.org/alsa-doc/in … All#matrix
Offline
First of all, the module name is snd-emu10k1
For make it working along with the integrated one, I have this in ~/.asoundrc
pcm.emu10k1 { type hw card 0 }
ctl.emu10k1 { type hw card 0 }
pcm.hda-intel { type hw card 1 }
ctl.hda-intel { type hw card 1 }
so that the Audigy will always be the card 0 and the integrated one the 1. Then use your player to select which one you want to use putting "default" or "hw:0" (I'm not sure of the correct spelling of this one), and it will use the Audigy.
Hope it helps
To get something done, a committee should consist of no more than three persons, two of them absent.
--
My Github
Offline
I will send you a line of code (it means more than 1000 words)
# modprobe snd-emu10k1
FATAL: Error inserting snd_emu10k1 (/lib/modules/2.6.21-ARCH/kernel/sound/pci/emu10k1/snd-emu10k1.ko): Unknown symbol in module, or unknown parameter (see dmesg)
And - i don`t have this ~/.asoundrc file. Should i make it with nano, or i forgot to install something?
Last edited by Xyzk (2007-07-23 14:18:54)
Offline
Have you tried to reboot twice? I have almost the same soundcard, I had to reboot twice to make my arch system find my sound card.
Use the Source, Luke!
Offline
Hmm i rebooted 3 times today... +yesterday and 2days ago.. nach. I don`t think this is it.
Offline
Hmm and what with this?
lp0: using parport0 (interrupt-driven).
usb 7-2: No supported image sensor detected
usbcore: registered new interface driver zc0301
ppdev: user-space parallel port driver
scsi 8:0:0:0: Direct-Access Canon MP600Storage 0104 PQ: 0 ANSI: 2
sd 8:0:0:0: Attached scsi removable disk sdc
sd 8:0:0:0: Attached scsi generic sg3 type 0
usb-storage: device scan complete
kjournald starting. Commit interval 5 seconds
EXT3 FS on sdb3, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
ReiserFS: sdb4: found reiserfs format "3.6" with standard journal
ReiserFS: sdb4: using ordered data mode
ReiserFS: sdb4: journal params: device sdb4, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
ReiserFS: sdb4: checking transaction log (sdb4)
ReiserFS: sdb4: Using r5 hash to sort names
Adding 2000052k swap on /dev/sdb1. Priority:-1 extents:1 across:2000052k
sky2 eth0: enabling interface
sky2 eth0: ram buffer 48K
NET: Registered protocol family 10
lo: Disabled Privacy Extensions
ADDRCONF(NETDEV_UP): eth0: link is not ready
Mobile IPv6
sky2 eth0: Link is up at 100 Mbps, full duplex, flow control both
ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
eth0: no IPv6 routers present
snd_emu10k1: Unknown parameter `ac97_quirk'
snd_emu10k1: Unknown parameter `ac97_quirk'
Offline
And - i don`t have this ~/.asoundrc file. Should i make it with nano, or i forgot to install something?
Yes, you have to create it, it's the configuration file for alsa (or at least it's what I think is).
Anyway, are you using the standard kernel or have you compiled and customized yourself? It looks to me like a mismatch between the module and the kernel version.
About the "ac_quirk", have you something in your modprobe.conf file? Sort of
options snd-emu10k1 ac97_quirk=something
?
To get something done, a committee should consist of no more than three persons, two of them absent.
--
My Github
Offline
#
# /etc/modprobe.conf (for v2.6 kernels)
#
options snd-emu10k1 ac97_quirk=0
and it`s official kernel .
Last edited by Xyzk (2007-07-24 13:29:17)
Offline
So try to comment out the line in modprobe.conf and see if it solves your problem
To get something done, a committee should consist of no more than three persons, two of them absent.
--
My Github
Offline
Ergh... still same.
I`m not sure, but maybe the main problem is that with each reboot i don`t have the snd-emu10k1 in lsmod|grep output? I tried with other drivers, they are not staying after reboot also.
And yes, my sound card is working while using windows.
Offline
Let me understand better, if you load snd-emu10k1 manually does it work? And any other module, do they load manually?
If yes at both questions, given that you have set the MODULES line in rc.conf and commented out any possibly troublesome line in modprobe.conf, I don't have any more suggestions other than showing my modprobe.conf for comparision (I have an Audigy too and an intel-hda audio chipset on the motherboard):
alias char-major-116 snd
alias char-major-14 soundcore
options snd-hda-intel index=1
options snd-emu10k1 index=0
alias sound-slot-1 snd-hda-intel
alias sound-slot-0 snd-emu10k1
alias snd-card-1 snd-hda-intel
alias snd-card-0 snd-emu10k1
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
alias sound-service-1-0 snd-mixer-oss
alias sound-service-1-1 snd-seq-oss
alias sound-service-1-3 snd-pcm-oss
alias sound-service-1-8 snd-seq-oss
alias sound-service-1-12 snd-pcm-oss
To get something done, a committee should consist of no more than three persons, two of them absent.
--
My Github
Offline
... ARGH!
I made experiment- tried EACH module that i could found from creative labs....
And yes, it worked. Don`t ask me how, i`m sure i had card with emu10k1 mod. But it was ca0106. ? How? Why?
Offline
Offline