Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Jun 2004 16:16:20 -0500
From:      John <strgout@unixjunkie.com>
To:        freebsd-current@freebsd.org
Cc:        freebsd-gnats-submit@freebsd.org
Subject:   Re: misc/63204: /dev/mixer broken with ESS Maestro-2
Message-ID:  <20040615211620.GA2743@mail.unixjunkie.com>

next in thread | raw e-mail | index | archive | help
i've started working on this a little more and seem to have found a pattern.
First off 4.10 has all the same problems that 5.2.1 and current have. I have not
tried 4.9, but someone told me they had the same problems with 4.9.
This is what i've noticed when i boot 4.8 kernel and run a 4.10 userland sound
works fine. I did notice this in the dmesg though which is different from the
others.

pcm0: <ESS Technology Maestro-2E> port 0xfc00-0xfcff irq 11 at device 12.0 on pci0
pcm0: agg_rdcodec() RW_DONE timed out.
-> pcm0: will perform cold reset. <-
pcm0: <Asahi Kasei AK4540 ac97 codec>


Note the will perform cold reset. I don't see this with 4.10 or current and
from looking at the bugreport no one else does either.
i tried removing this if statment (but nothing between it) from maestro.c

/* if (bus_space_read_1(ess->st, ess->sh, PORT_CODEC_STAT)
            & CODEC_STAT_MASK) { */
blablabl

}

but it still didn't work with 4.10. Well maybe this is enough info for someone
with a little more clue to look into this. Also could someone assign this to 
sound@ assuming that is the correct place for this.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040615211620.GA2743>