openvortex-dev
[Top][All Lists]
Advanced

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

Re: [Openvortex-dev] Re: [Alsa-devel] Re: [ALSA - driver 0001138]: error


From: Igor Kovalenko
Subject: Re: [Openvortex-dev] Re: [Alsa-devel] Re: [ALSA - driver 0001138]: errors when installing au8820 modules
Date: Tue, 07 Jun 2005 22:28:21 +0400
User-agent: Mail/News Client 1.0+ (X11/20050324)

> 
> I never did apply the patch, i made a modification before the patch (which is 
> available on the net somewhere, probably some mailing list) before the patch 
> was out. the oops is also at the same place... but that all is several months 
> ago. i'll make a patch to what i have now, it's more or less similar to the 
> original patch.

I seem to be blind at where the oops report is - is it in openvortex-dev 
archives?

> 
> hmm, I seem to have applied the patch after all, and made a little 
> modifications...
> 
> this is a patch against some CVS version of a few weeks ago not more than 3 
> weeks i think...
> 
> see if this works for you

I checked your diff result - it looks the same as diff11.diff except for
extra snd_card_set_dev() call in initialization sequence and
modification of second parameter of vortex_XtalkHw_SetSampleRate
both of which make no difference for me. Other than that, line numbers
seem to be in perfect match so you have the same patch as I do.

I cleaned up CC: list a bit for now - need to know what are the other
differences before talking to alsa-dev :)

Let's try to find the difference.

My setup is:

lspci -v
0000:02:06.0 Multimedia audio controller: Aureal Semiconductor Vortex 1 (rev 02)
        Subsystem: Diamond Multimedia Systems Sonic Impact A3D
        Flags: bus master, medium devsel, latency 32, IRQ 185
        Memory at ed000000 (32-bit, non-prefetchable)
        I/O ports at d000 [size=8]
        I/O ports at d100 [size=8]
        Capabilities: <available only to root>

cat /proc/ioports |grep au8820
    d000-d007 : au8820
    d100-d107 : au8820

uname -a
Linux skyserv 2.6.12-rc5-git3-yukon64 #1 Sat May 28 14:07:46 MSD 2005 x86_64 
AMD Athlon(tm) 64 Processor 3200+ AuthenticAMD GNU/Linux

lsmod|grep snd
snd_seq_midi            7488  0
snd_pcm_oss            49632  0
snd_mixer_oss          16128  1 snd_pcm_oss
snd_seq_oss            31488  0
snd_seq_midi_event      7424  2 snd_seq_midi,snd_seq_oss
snd_seq                50880  5 snd_seq_midi,snd_seq_oss,snd_seq_midi_event
snd_au8820             29920  1
snd_ac97_codec         84112  1 snd_au8820
snd_pcm                85324  3 snd_pcm_oss,snd_au8820,snd_ac97_codec
snd_timer              20680  2 snd_seq,snd_pcm
snd_page_alloc          8520  1 snd_pcm
snd_mpu401_uart         6400  1 snd_au8820
snd_rawmidi            22368  2 snd_seq_midi,snd_mpu401_uart
snd_seq_device          7760  4 snd_seq_midi,snd_seq_oss,snd_seq,snd_rawmidi
snd                    48360  13 
snd_pcm_oss,snd_mixer_oss,snd_seq_oss,snd_seq,snd_au8820,snd_ac97_codec,snd_pcm,snd_timer,snd_mpu401_uart,snd_rawmidi,snd_seq_device
soundcore               8032  1 snd

-- 
Kind regards,
Igor V. Kovalenko




reply via email to

[Prev in Thread] Current Thread [Next in Thread]