LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   ALSA - Kernel - Aureal problem? Unresolved symbol wait_ms (https://www.linuxquestions.org/questions/linux-hardware-18/alsa-kernel-aureal-problem-unresolved-symbol-wait_ms-220167/)

tedcox 08-20-2004 10:07 AM

ALSA - Kernel - Aureal problem? Unresolved symbol wait_ms
 
I'm trying to build a Mythtv system on Fedora Core 2. However I've been having intermittent sound issues. Playback is sometimes too fast. It turns out this is a bug in the iteration of the openvortex aureal driver that went out with kernel 2.6.5. Since I've been struggling with other issues with this kernel, I upgraded to 2.6.7-1.499_7.rhfc2.at from ATrpms. Unfortunately, now I can't install the module for my sound card at all. When I try I get the following message:

snd_au8830: Unknown symbol wait_ms

I thought this might be an issue with the prebuilt alsa module for this kernel, so I downloaded the latest alsa, 1.0.6a, and built it from source (driver, lib and utils). Unfortunately I still get the above error message. No change.

My trouble is I can't find a solution to this problem anywhere. It is mentioned in several mailing lists related to networking hardware, and in one case even as an aureal card issue, but in every case the error is one of a number of errors, and they are trying to solve a different one. I can't find anyone else trying to fix this! :(

Anyhow, if anyone has any thoughts, I'd sure appreciate it! (At least, thoughts other than "buy a new soundcard." I have an old SB Live! laying around, but the aureal has more convenient connections -- and has been working fine in this machine for years -- at least before I upgraded to FC2.)

The machine: Duron 650@800 MHz, 512MB PC133, Asus A7V (Via KT133), GeForce2 GTS, Yuan MPG600 IVTV -- working fine on both the old and new kernel, Turtle Beach Montego 2 Quadzilla (Aureal 8830), Linksys 10/100 Ethernet card, a Maxtor 10GB, and a Maxtor 9GB both running on the onboard promise controller.

# lsmod
Module Size Used by
saa7115 11780 0
tuner 15892 0
ivtv 786084 0
i2c_algo_bit 7497 1 ivtv
i2c_core 17345 3 saa7115,tuner,i2c_algo_bit
snd_seq_oss 32512 0
snd_seq_midi_event 7552 1 snd_seq_oss
snd_seq 54032 4 snd_seq_oss,snd_seq_midi_event
nvidia 4822196 14
snd_pcm_oss 44072 0
snd_mixer_oss 14976 1 snd_pcm_oss
snd_pcm 84360 1 snd_pcm_oss
snd_page_alloc 8968 1 snd_pcm
snd_timer 25860 2 snd_seq,snd_pcm
snd_ac97_codec 61700 0
gameport 4033 0
snd_mpu401_uart 7808 0
snd_rawmidi 22308 1 snd_mpu401_uart
snd_seq_device 7048 3 snd_seq_oss,snd_seq,snd_rawmidi
snd 46820 11 snd_seq_oss,snd_seq_midi_event,snd_seq,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer,snd_ac97_codec,sn d_mpu401_uart,snd_rawmidi,snd_seq_device
soundcore 7713 1 snd
videodev 7105 1 ivtv
parport_pc 21249 1
lp 9132 0
parport 35977 2 parport_pc,lp
autofs4 20677 0
sunrpc 141861 1
tulip 40929 0
sg 28385 0
dm_mod 47317 0
sd_mod 17473 0
usb_storage 58121 0
scsi_mod 105361 3 sg,sd_mod,usb_storage
uhci_hcd 28505 0
button 4825 0
battery 7117 0
asus_acpi 9177 0
ac 3533 0
ipv6 216325 14
ext3 96937 2
jbd 66521 1 ext3

Shinichi KOnish 08-25-2004 04:33 AM

Excuse me but my English is worst:-0

I was in the same trouble.
My card is Vortex2.Kernel-2.6.8 Debian Sid.
So something may be deferent.

wait_ms defined in the game_port.
So I disabled game support of the kernel.
recompiled kernel and alsa-modules. Then rebooted,redo alsaconf.
And I got the sound.

tedcox 08-25-2004 06:29 PM

Thanks for responding! Honestly, I had already given up and gone back to 2.6.5 and resolved the playback speed issues by upgrading the version of alsa I was running against this kernel.

I'll keep this in mind though, as I'm sure I'll decide to go for a newer kernel again in the not too distant future.


All times are GMT -5. The time now is 07:22 AM.