* VIA8233/8235 testers wanted
@ 2003-01-09 17:01 Takashi Iwai
2003-01-10 8:17 ` Joachim Blaabjerg
[not found] ` <200301092239.36791.ivans@isle.spb.ru>
0 siblings, 2 replies; 8+ messages in thread
From: Takashi Iwai @ 2003-01-09 17:01 UTC (permalink / raw)
To: alsa-devel; +Cc: alsa-user
Hi,
if someone has VIA8233, VIA8233A, VIA8233C or VIA8235 chipset, could
you help the testing of the new driver?
the new driver code is found at
http://www.alsa-project.org/~iwai/via82xx.c
(sorry, no links from the index page)
and replace it with alsa-kernel/pci/via82xx.c.
also, get
http://www.alsa-project.org/~iwai/VIA8233.conf
http://www.alsa-project.org/~iwai/VIA8233A.conf
and put them into /usr/share/alsa/cards directory.
the new driver can (hopefully) play multiple streams simultaneously on
VIA8233, VIA8233C and VIA8235, but NOT on VIA8233A.
also, if you have an SPDIF i/o, please check whether ac3dec works on
it. you might need to set up the mixer (IEC958 related stuffs)
preoprly beforehand.
TIA.
ciao,
Takashi
-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: VIA8233/8235 testers wanted
2003-01-09 17:01 VIA8233/8235 testers wanted Takashi Iwai
@ 2003-01-10 8:17 ` Joachim Blaabjerg
2003-01-10 8:37 ` Takashi Iwai
[not found] ` <200301092239.36791.ivans@isle.spb.ru>
1 sibling, 1 reply; 8+ messages in thread
From: Joachim Blaabjerg @ 2003-01-10 8:17 UTC (permalink / raw)
To: Takashi Iwai; +Cc: alsa-devel
On Thursday 09 January 2003 18:01, Takashi Iwai wrote:
> Hi,
>
> if someone has VIA8233, VIA8233A, VIA8233C or VIA8235 chipset, could
> you help the testing of the new driver?
> the new driver code is found at
>
> http://www.alsa-project.org/~iwai/via82xx.c
> [...]
I'm getting an unresolved symbol: snd_pcm_substream_sgbuf, and a recursive
grep in the alsa-driver sources show only one match in, you guessed it,
snd-via82xx.c.
Regards,
-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: VIA8233/8235 testers wanted
2003-01-10 8:17 ` Joachim Blaabjerg
@ 2003-01-10 8:37 ` Takashi Iwai
2003-01-10 9:13 ` Joachim Blaabjerg
0 siblings, 1 reply; 8+ messages in thread
From: Takashi Iwai @ 2003-01-10 8:37 UTC (permalink / raw)
To: Joachim Blaabjerg; +Cc: alsa-devel
At Fri, 10 Jan 2003 09:17:28 +0100,
Joachim Blaabjerg wrote:
>
> On Thursday 09 January 2003 18:01, Takashi Iwai wrote:
> > Hi,
> >
> > if someone has VIA8233, VIA8233A, VIA8233C or VIA8235 chipset, could
> > you help the testing of the new driver?
> > the new driver code is found at
> >
> > http://www.alsa-project.org/~iwai/via82xx.c
> > [...]
>
> I'm getting an unresolved symbol: snd_pcm_substream_sgbuf, and a recursive
> grep in the alsa-driver sources show only one match in, you guessed it,
> snd-via82xx.c.
please try the very latest cvs version.
(the best is to get the source via cvs, not cvs-snapshot).
there are many changes recently.
thanks,
Takashi
-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: VIA8233/8235 testers wanted
2003-01-10 8:37 ` Takashi Iwai
@ 2003-01-10 9:13 ` Joachim Blaabjerg
2003-01-10 9:27 ` Takashi Iwai
0 siblings, 1 reply; 8+ messages in thread
From: Joachim Blaabjerg @ 2003-01-10 9:13 UTC (permalink / raw)
To: Takashi Iwai; +Cc: alsa-devel
On Friday 10 January 2003 09:37, Takashi Iwai wrote:
> At Fri, 10 Jan 2003 09:17:28 +0100,
>
> Joachim Blaabjerg wrote:
> > On Thursday 09 January 2003 18:01, Takashi Iwai wrote:
> > > Hi,
> > >
> > > if someone has VIA8233, VIA8233A, VIA8233C or VIA8235 chipset, could
> > > you help the testing of the new driver?
> > > the new driver code is found at
> > >
> > > http://www.alsa-project.org/~iwai/via82xx.c
> > > [...]
> >
> > I'm getting an unresolved symbol: snd_pcm_substream_sgbuf, and a
> > recursive grep in the alsa-driver sources show only one match in, you
> > guessed it, snd-via82xx.c.
>
> please try the very latest cvs version.
> (the best is to get the source via cvs, not cvs-snapshot).
> there are many changes recently.
Ah yes, thanks.
It compiles and loads nicely, but there are some problems using it. I tried
starting UT2003 while XMMS was playing, and there was indeed sound from both,
but the UT2003 sound was quite choppy. When I exited UT2003, the last sound
it played is still there, and plays over and over again (ut2003-bin hangs). I
get the following warning from ALSA:
ALSA lib pcm_hw.c:398:(snd_pcm_hw_prepare) SNDRV_PCM_IOCTL_PREPARE failed:
Device or resource busy
I figured UT2003 and its sound system was probably rather weird, so I tried
again with mpg231 and mplayer, which worked beautifully. Thanks! :)
Btw, this is a VT-8235 sound chip.
-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: VIA8233/8235 testers wanted
2003-01-10 9:13 ` Joachim Blaabjerg
@ 2003-01-10 9:27 ` Takashi Iwai
2003-01-10 10:09 ` Joachim Blaabjerg
0 siblings, 1 reply; 8+ messages in thread
From: Takashi Iwai @ 2003-01-10 9:27 UTC (permalink / raw)
To: Joachim Blaabjerg; +Cc: alsa-devel
At Fri, 10 Jan 2003 10:13:58 +0100,
Joachim Blaabjerg wrote:
>
> On Friday 10 January 2003 09:37, Takashi Iwai wrote:
> > At Fri, 10 Jan 2003 09:17:28 +0100,
> >
> > Joachim Blaabjerg wrote:
> > > On Thursday 09 January 2003 18:01, Takashi Iwai wrote:
> > > > Hi,
> > > >
> > > > if someone has VIA8233, VIA8233A, VIA8233C or VIA8235 chipset, could
> > > > you help the testing of the new driver?
> > > > the new driver code is found at
> > > >
> > > > http://www.alsa-project.org/~iwai/via82xx.c
> > > > [...]
> > >
> > > I'm getting an unresolved symbol: snd_pcm_substream_sgbuf, and a
> > > recursive grep in the alsa-driver sources show only one match in, you
> > > guessed it, snd-via82xx.c.
> >
> > please try the very latest cvs version.
> > (the best is to get the source via cvs, not cvs-snapshot).
> > there are many changes recently.
>
> Ah yes, thanks.
>
> It compiles and loads nicely, but there are some problems using it. I tried
> starting UT2003 while XMMS was playing, and there was indeed sound from both,
> but the UT2003 sound was quite choppy. When I exited UT2003, the last sound
> it played is still there, and plays over and over again (ut2003-bin hangs). I
> get the following warning from ALSA:
>
> ALSA lib pcm_hw.c:398:(snd_pcm_hw_prepare) SNDRV_PCM_IOCTL_PREPARE failed:
> Device or resource busy
>
> I figured UT2003 and its sound system was probably rather weird, so I tried
> again with mpg231 and mplayer, which worked beautifully. Thanks! :)
>
> Btw, this is a VT-8235 sound chip.
there are small bugs regarding the calculation of hw-pointer.
i hope now this choppy sounds fixed. could you try to grab via82xx.c
again from the same url?
the error shown above is perhaps because the applications tried to set
up the different sample rates at the same time.
since the sample rate is configured on ac97 codec, the sample rate
must be identical among all applications playing simultaneously.
also, there is the secondary pcm device (hw:0,1) for the multi-channel
playback, i.e. 4 and 6-channel playback. if your board has rear or
center/lfe jacks, please give a try.
i guess this is exclusive with the first device, but not sure. please
check whether both twos can play at the same time.
ah, one more thing. via8235 has the secondary capture device. it's
assigned to hw:0,1. it would be helpful if you can check both hw:0,0
and hw:0,1 can capture properly, or whether only one of them works.
ciao,
Takashi
-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: VIA8233/8235 testers wanted
2003-01-10 9:27 ` Takashi Iwai
@ 2003-01-10 10:09 ` Joachim Blaabjerg
2003-01-10 18:57 ` Takashi Iwai
0 siblings, 1 reply; 8+ messages in thread
From: Joachim Blaabjerg @ 2003-01-10 10:09 UTC (permalink / raw)
To: Takashi Iwai; +Cc: alsa-devel
On Friday 10 January 2003 10:27, you wrote:
> there are small bugs regarding the calculation of hw-pointer.
> i hope now this choppy sounds fixed. could you try to grab via82xx.c
> again from the same url?
Yes, works great! Everything I use my card for works 100% now, for the first
time I can remember. On my previous box, I had an Aureal card that didn't
really have any good drivers either.
> also, there is the secondary pcm device (hw:0,1) for the multi-channel
> playback, i.e. 4 and 6-channel playback. if your board has rear or
> center/lfe jacks, please give a try.
> i guess this is exclusive with the first device, but not sure. please
> check whether both twos can play at the same time.
Unfortunately, my board hasn't got that (to my knowledge).
> ah, one more thing. via8235 has the secondary capture device. it's
> assigned to hw:0,1. it would be helpful if you can check both hw:0,0
> and hw:0,1 can capture properly, or whether only one of them works.
I'll check this out if I can get my hands on a proper microphone. I guess I
could try that headphone trick, but I'd rather try getting a mic first. In a
couple of days, perhaps?
Regards,
-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: VIA8233/8235 testers wanted
2003-01-10 10:09 ` Joachim Blaabjerg
@ 2003-01-10 18:57 ` Takashi Iwai
0 siblings, 0 replies; 8+ messages in thread
From: Takashi Iwai @ 2003-01-10 18:57 UTC (permalink / raw)
To: Joachim Blaabjerg; +Cc: alsa-devel
At Fri, 10 Jan 2003 11:09:32 +0100,
Joachim Blaabjerg wrote:
>
> On Friday 10 January 2003 10:27, you wrote:
> > there are small bugs regarding the calculation of hw-pointer.
> > i hope now this choppy sounds fixed. could you try to grab via82xx.c
> > again from the same url?
>
> Yes, works great! Everything I use my card for works 100% now, for the first
> time I can remember. On my previous box, I had an Aureal card that didn't
> really have any good drivers either.
ok, now the new driver was committed to the cvs tree.
thanks for your test!
ciao,
Takashi
-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Alsa-user] VIA8233/8235 testers wanted
[not found] ` <200301112211.58242.ivans@isle.spb.ru>
@ 2003-01-13 10:45 ` Takashi Iwai
0 siblings, 0 replies; 8+ messages in thread
From: Takashi Iwai @ 2003-01-13 10:45 UTC (permalink / raw)
To: ivans; +Cc: alsa-devel
At Sat, 11 Jan 2003 22:11:46 +0300,
Michael Ivanov wrote:
>
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> > yes, please try to use the very latest one.
> > i changed many codes recently.
> I downloaded the latest snapshot, the driver in it seems to be already
> yours, at least it practically does not differ from the one that you
> pointed to in your mail. So I have built the driver with the stuff from
> cvs only.
>
> The first thing I noticed is a very loud cracking noises during play.
did the older driver have this problem, too, or is it a new one?
> Also I still have this error (it was present in old driver also), when
> I can not control the volume using master channel. It is possible only
> using the headphone channel control from alsamixer. The driver from
> opensound does not have this problem, btw.
on your board, the headphone control is actually used instead of
master. it's really dependent on the board.
we can put some quirks for such a board by checking the pci id or
codec id. could you give the output of lspci -nv of the chip,
the contents of /proc/asound/card0/ac97#0 and
/proc/asound/card0/ac97#0regs ?
thanks,
Takashi
-------------------------------------------------------
This SF.NET email is sponsored by: FREE SSL Guide from Thawte
are you planning your Web Server Security? Click here to get a FREE
Thawte SSL guide and find the answers to all your SSL security issues.
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2003-01-13 10:45 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-01-09 17:01 VIA8233/8235 testers wanted Takashi Iwai
2003-01-10 8:17 ` Joachim Blaabjerg
2003-01-10 8:37 ` Takashi Iwai
2003-01-10 9:13 ` Joachim Blaabjerg
2003-01-10 9:27 ` Takashi Iwai
2003-01-10 10:09 ` Joachim Blaabjerg
2003-01-10 18:57 ` Takashi Iwai
[not found] ` <200301092239.36791.ivans@isle.spb.ru>
[not found] ` <s5h4r8h8kpa.wl@alsa2.suse.de>
[not found] ` <200301112211.58242.ivans@isle.spb.ru>
2003-01-13 10:45 ` [Alsa-user] " Takashi Iwai
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.