Re: emu0404 --- more progress

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I found gettextize in gettext-devel

 

The fedora soundcard detection tool plays out through the spdif ports on the EMU 0404 card just fine. But if I use aplay to play a WAV file, I get mickey mouse squeeking. Any ideas what might be wrong? Do I need to convert the file first?

 

JLM

 

 

From: alsa-user-bounces@xxxxxxxxxxxxxxxxxxxxx [mailto:alsa-user-bounces@xxxxxxxxxxxxxxxxxxxxx] On Behalf Of Jeremy Mordkoff
Sent: Tuesday, December 11, 2007 5:02 PM
To: alsa-user@xxxxxxxxxxxxxxxxxxxxx
Subject: Re: emu0404 --- progress

 

Progress!!

 

After applying the two emu patches (some of which seemed to have been done already)

 

-rw-r--r--  1 root  root   836 2007-12-11 15:59 alsa-hg20071113-emu0404v2.patch

-rw-r--r--  1 root  root  1760 2007-12-11 15:59 alsa-emu0404.patch

 

Rebuilding and reinstalling alsa-drivers, unloading and reloading the module, the card does load firmware as I can see in /var/log/messages:

 

Dec 11 16:21:19 qa5 kernel: ACPI: PCI Interrupt 0000:05:00.0[A] -> GSI 21 (level, low) -> IRQ 23

Dec 11 16:21:19 qa5 kernel: ALSA /usr/src/alsa/alsa/alsa-driver/pci/emu10k1/emu10k1_main.c:823: emu1010: Special config.

Dec 11 16:21:19 qa5 kernel: ALSA /usr/src/alsa/alsa/alsa-driver/pci/emu10k1/emu10k1_main.c:862: emu1010: EMU_HANA_ID=0x3f

Dec 11 16:21:19 qa5 kernel: ALSA /usr/src/alsa/alsa/alsa-driver/pci/emu10k1/emu10k1_main.c:881: emu1010: filename emu/emu0404.fw testing

Dec 11 16:21:19 qa5 kernel: ALSA /usr/src/alsa/alsa/alsa-driver/pci/emu10k1/emu10k1_main.c:684: firmware size=0xd67c

Dec 11 16:21:21 qa5 kernel: ALSA /usr/src/alsa/alsa/alsa-driver/pci/emu10k1/emu10k1_main.c:898: emu1010: Hana Firmware loaded

Dec 11 16:21:21 qa5 kernel: ALSA /usr/src/alsa/alsa/alsa-driver/pci/emu10k1/emu10k1_main.c:901: Hana ver:1.1

Dec 11 16:21:21 qa5 kernel: ALSA /usr/src/alsa/alsa/alsa-driver/pci/emu10k1/emu10k1_main.c:906: emu1010: Card options=0x1

Dec 11 16:21:21 qa5 kernel: ALSA /usr/src/alsa/alsa/alsa-driver/pci/emu10k1/emu10k1_main.c:908: emu1010: Card options=0x1

Dec 11 16:21:21 qa5 kernel: ALSA /usr/src/alsa/alsa/alsa-driver/pci/emu10k1/emu10k1_main.c:946: emu1010: Card options3=0x1

Dec 11 16:21:21 qa5 kernel: ALSA /usr/src/alsa/alsa/alsa-driver/pci/emu10k1/emu10k1_main.c:226: Audigy2 value: Special config.

Dec 11 16:21:21 qa5 kernel: ALSA /usr/src/alsa/alsa/alsa-driver/pci/emu10k1/../../alsa-kernel/pci/emu10k1/emufx.c:1521: EMU outputs on

Dec 11 16:21:21 qa5 kernel: ALSA /usr/src/alsa/alsa/alsa-driver/pci/emu10k1/../../alsa-kernel/pci/emu10k1/emufx.c:1569: EMU2 inputs on

 

Now I am trying to build alsamixer because the version on my system hangs, but it needs a tool called gettextize which I have never seen. Anyone know where to get it?

 

JLM

 

 

 

 

From: alsa-user-bounces@xxxxxxxxxxxxxxxxxxxxx [mailto:alsa-user-bounces@xxxxxxxxxxxxxxxxxxxxx] On Behalf Of Jeremy Mordkoff
Sent: Tuesday, December 11, 2007 3:46 PM
To: alsa-user@xxxxxxxxxxxxxxxxxxxxx
Subject: emu0404 -- take 2

 

Okay, I have a custom 2.6.23.8 kernel with sound enabled, but alsa disabled (see below).

 

I have build all of alsa from source using aabuild

 

And still I get (the same) errors. Any hints? How can I tell if the firmware got installed? Does this card need firmware? I see fw files…..

 

[root@qa5 ~]# ls -l /usr/src/alsa/alsa/alsa-firmware/emu/emu0404*

-rw-r--r-- 1 root  root   54908 2007-12-11 09:14 /usr/src/alsa/alsa/alsa-firmware/emu/emu0404.fw

-rw-r--r-- 1 50100 50100 330437 2007-04-10 10:58 /usr/src/alsa/alsa/alsa-firmware/emu/emu0404_netlist.h

[root@qa5 ~]#

 

 

What is AC’97? Is that a bus protocol?

 

 

JLM

 

 

# modprobe snd_emu10k1

 

Dec 11 15:33:48 qa5 kernel: ACPI: PCI Interrupt 0000:05:00.0[A] -> GSI 21 (level, low) -> IRQ 23

Dec 11 15:33:48 qa5 kernel: ALSA /usr/src/alsa/alsa/alsa-driver/pci/emu10k1/emu10k1_main.c:226: Audigy2 value: Special config.

Dec 11 15:33:49 qa5 kernel: ALSA /usr/src/alsa/alsa/alsa-driver/pci/ac97/ac97_codec.c:2061: AC'97 0 does not respond - RESET

Dec 11 15:33:49 qa5 kernel: ALSA /usr/src/alsa/alsa/alsa-driver/pci/ac97/ac97_codec.c:2070: AC'97 0 access is not valid [0x0], removing mixer.

Dec 11 15:33:49 qa5 kernel: ACPI: PCI interrupt for device 0000:05:00.0 disabled

Dec 11 15:33:49 qa5 kernel: EMU10K1_Audigy: probe of 0000:05:00.0 failed with error -5

 

 

 

egrep -i 'snd|sound|alsa' /usr/src/linux/.config

 

# Sound

CONFIG_SOUND=m

# Advanced Linux Sound Architecture

# CONFIG_SND is not set

# Open Sound System

# CONFIG_SOUND_PRIME is not set

 

 

lsmod

 

 

Module                  Size  Used by

snd_emu10k1_synth      10752  0

snd_emu10k1           127680  1 snd_emu10k1_synth

snd_usb_audio          77792  0

snd_usb_lib            17664  1 snd_usb_audio

snd_hda_intel         296736  0

snd_emux_synth         35328  1 snd_emu10k1_synth

snd_seq_virmidi         9088  1 snd_emux_synth

snd_seq_midi_emul       9344  1 snd_emux_synth

snd_rawmidi            22432  3 snd_emu10k1,snd_usb_lib,snd_seq_virmidi

snd_ac97_codec         93604  1 snd_emu10k1

snd_seq_dummy           6916  0

snd_seq_oss            32128  0

snd_seq_midi_event      9728  2 snd_seq_virmidi,snd_seq_oss

snd_seq                49488  8 snd_emux_synth,snd_seq_virmidi,snd_seq_midi_emul,snd_seq_dummy,snd_seq_oss,snd_seq_midi_event

snd_pcm_oss            44960  0

snd_mixer_oss          17536  1 snd_pcm_oss

snd_pcm                72068  5 snd_emu10k1,snd_usb_audio,snd_hda_intel,snd_ac97_codec,snd_pcm_oss

snd_seq_device         10380  7 snd_emu10k1_synth,snd_emu10k1,snd_emux_synth,snd_rawmidi,snd_seq_dummy,snd_seq_oss,snd_seq

snd_timer              21508  3 snd_emu10k1,snd_seq,snd_pcm

snd_util_mem            7808  2 snd_emu10k1,snd_emux_synth

snd_hwdep              10756  4 snd_emu10k1,snd_usb_audio,snd_hda_intel,snd_emux_synth

snd                    50756  21 snd_emu10k1_synth,snd_emu10k1,snd_usb_audio,snd_usb_lib,snd_hda_intel,snd_emux_synth,snd_seq_virmidi,snd_seq_midi_emul,snd_rawmidi,snd_ac97_codec,snd_seq_dummy,snd_seq_oss,snd_seq_midi_event,snd_seq,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_device,snd_timer,snd_util_mem,snd_hwdep

soundcore               9568  1 snd

ac97_bus                6144  1 snd_ac97_codec

snd_page_alloc         11784  3 snd_emu10k1,snd_hda_intel,snd_pcm

nls_utf8                5888  1

nvidia               6212688  24

autofs4                20484  2

hidp                   21120  2

l2cap                  25600  5 hidp

bluetooth              49252  2 hidp,l2cap

nfs                   217612  1

lockd                  58120  2 nfs

nfs_acl                 6912  1 nfs

sunrpc                140700  6 nfs,lockd,nfs_acl

ipv6                  245156  36

cpufreq_ondemand       10380  2

acpi_cpufreq           12428  0

dm_multipath           18184  0

video                  19984  0

output                  6912  1 video

sbs                    20104  0

battery                13960  0

ac                      8196  0

dvb_pll                13700  1

lgdt330x               11524  1

cx88_dvb               15492  0

cx88_vp3054_i2c         6528  1 cx88_dvb

video_buf_dvb           8580  1 cx88_dvb

tuner                  60584  0

dvb_core               69544  2 lgdt330x,video_buf_dvb

cx8800                 30056  0

cx8802                 17796  1 cx88_dvb

cx88xx                 60964  3 cx88_dvb,cx8800,cx8802

ir_common              33540  1 cx88xx

i2c_algo_bit            9220  2 cx88_vp3054_i2c,cx88xx

tveeprom               17680  1 cx88xx

videodev               28160  2 cx8800,cx88xx

e100                   33804  0

mii                     8448  1 e100

v4l1_compat            15876  1 videodev

compat_ioctl32          5376  1 cx8800

v4l2_common            18688  4 tuner,cx8800,cx88xx,videodev

btcx_risc               7944  3 cx8800,cx8802,cx88xx

button                 10256  0

i2c_i801               12176  0

iTCO_wdt               13860  0

parport_pc             27044  0

video_buf              22532  5 cx88_dvb,video_buf_dvb,cx8800,cx8802,cx88xx

serio_raw               9092  0

i2c_core               21760  9 nvidia,dvb_pll,lgdt330x,cx88_vp3054_i2c,tuner,cx88xx,i2c_algo_bit,tveeprom,i2c_i801

iTCO_vendor_support     7172  1 iTCO_wdt

parport                32456  1 parport_pc

sr_mod                 17444  1

cdrom                  33952  1 sr_mod

sg                     32028  0

usb_storage            72640  1

dm_snapshot            17700  0

dm_zero                 5760  0

dm_mirror              21504  0

dm_mod                 46016  9 dm_multipath,dm_snapshot,dm_zero,dm_mirror

ata_piix               16644  2

ata_generic             8708  0

libata                 99056  2 ata_piix,ata_generic

sd_mod                 27136  3

scsi_mod              119308  5 sr_mod,sg,usb_storage,libata,sd_mod

ext3                  110600  2

jbd                    52392  1 ext3

mbcache                10112  1 ext3

uhci_hcd               23312  0

ohci_hcd               21380  0

ehci_hcd               31628  0

 

 

 

 

-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Alsa-user mailing list
Alsa-user@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/alsa-user

[Index of Archives]     [ALSA Devel]     [Linux Audio Users]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]

  Powered by Linux