Date: Thu, 26 Feb 2004 23:28:00 +0300 From: "Ruslan N. Gogunsci" <grint@yandex.ru> To: freebsd-current@freebsd.org Subject: Re: does freebsd5.2 support fm801 based sound card? Message-ID: <20040226202800.GA732@grint.int.nln.ru> In-Reply-To: <20040226075838.01ed4069.sebastian.ssmoller@gmx.net> References: <403B93FC.000002.14282@colgate.yandex.ru> <20040226075838.01ed4069.sebastian.ssmoller@gmx.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Hello, i just change line in fm801.c: if (bus_space_read_1(st, sh, 0x28) == 0) { to if (bus_space_read_1(st, sh, 0x28) == 0x80) { . And it help me, now I can without problems listen mp3s and see video with sound :) Thanks for all! On Thu, Feb 26, 2004 at 07:58:38AM +0100, sebastian ssmoller wrote: > hi, > u possibly wonna have a look at this thread: > http://lists.freebsd.org/mailman/htdig/freebsd-current/2004-January/017906.html > > i still had problems with playing music so (cause the lack of time) i > used the simple way: i bought a new sound card.... > > hth > regards, > seb > > > On Tue, 24 Feb 2004 21:12:12 +0300 (MSK) > "grint" <grint@yandex.ru> wrote: > > > Hello, > > > > I have fm801 based sound card(Genius SoundMaker),and my FreeBSD5.2(now > > i use 5.2.1-rc2) > > doesn't recognised it. On FreeBSD5.1 i simple install fm801.c from > > FreeBSD4.6, and it work. But on 5.2 i have kernel compilation errors > > with fm801.c from 4.6. Please Cc to me, i don't subscribe to > > freebsd-current > > (...) >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040226202800.GA732>