* Fwd: via82xx problem
@ 2003-03-29 7:48 Patrick Shirkey
2003-03-31 8:45 ` Takashi Iwai
0 siblings, 1 reply; 9+ messages in thread
From: Patrick Shirkey @ 2003-03-29 7:48 UTC (permalink / raw)
To: alsa-devel@lists.sourceforge.net, Felix.Braun
This was submitted to the notes for via82xx.
Felix Braun
Saturday, 29 March 2003
I have a VIA VT8233 (on a ASUS A7V8X motherboard). The last version that
produces sound output is alsa 0.9rc_6. All later version remain silent.
I've not been able to get sound recording to work at all.
--
Patrick Shirkey - Boost Hardware Ltd.
Http://www.boosthardware.com
Http://www.djcj.org - The Linux Audio Users guide
========================================
Being on stage with the band in front of crowds shouting, "Get off! No!
We want normal music!", I think that was more like acting than anything
I've ever done.
Goldie, 8 Nov, 2002
The Scotsman
-------------------------------------------------------
This SF.net email is sponsored by:
The Definitive IT and Networking Event. Be There!
NetWorld+Interop Las Vegas 2003 -- Register today!
http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Fwd: via82xx problem
2003-03-29 7:48 Fwd: via82xx problem Patrick Shirkey
@ 2003-03-31 8:45 ` Takashi Iwai
2003-04-02 22:58 ` Jordi Mallach
0 siblings, 1 reply; 9+ messages in thread
From: Takashi Iwai @ 2003-03-31 8:45 UTC (permalink / raw)
To: Patrick Shirkey; +Cc: alsa-devel@lists.sourceforge.net, Felix.Braun
At Sat, 29 Mar 2003 16:48:37 +0900,
Patrick Shirkey wrote:
>
> This was submitted to the notes for via82xx.
>
> Felix Braun
> Saturday, 29 March 2003
>
> I have a VIA VT8233 (on a ASUS A7V8X motherboard). The last version that
> produces sound output is alsa 0.9rc_6. All later version remain silent.
> I've not been able to get sound recording to work at all.
please give the chip verison (listed in /proc/asound/cards in the
latest alsa driver). and try pcm:0,1 (or /dev/adsp for oss) device.
this should work (almost) as same as 0.9.0rc6.
Takashi
-------------------------------------------------------
This SF.net email is sponsored by: ValueWeb:
Dedicated Hosting for just $79/mo with 500 GB of bandwidth!
No other company gives more support or power for your dedicated server
http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Fwd: via82xx problem
2003-03-31 8:45 ` Takashi Iwai
@ 2003-04-02 22:58 ` Jordi Mallach
2003-04-03 5:44 ` Patrick Shirkey
2003-04-03 10:15 ` Takashi Iwai
0 siblings, 2 replies; 9+ messages in thread
From: Jordi Mallach @ 2003-04-02 22:58 UTC (permalink / raw)
To: alsa-devel@lists.sourceforge.net
[-- Attachment #1: Type: text/plain, Size: 853 bytes --]
On Mon, Mar 31, 2003 at 10:45:34AM +0200, Takashi Iwai wrote:
> please give the chip verison (listed in /proc/asound/cards in the
> latest alsa driver). and try pcm:0,1 (or /dev/adsp for oss) device.
> this should work (almost) as same as 0.9.0rc6.
Hi Takashi,
I'm seeing this same problem on my mother's box, which I just upgraded
to 0.9.2.
0 [8233A ]: VIA8233A - VIA 8233A
VIA 8233A at 0xe000, irq 5
Where do I set pcm:0,1? I know where to do it for just one app
(QuakeForge), but not globally. Other apps just don't have where to set
this. Is it using a module parametre?
Jordi
--
Jordi Mallach Pérez -- Debian developer http://www.debian.org/
jordi@sindominio.net jordi@debian.org http://www.sindominio.net/
GnuPG public key information available at http://oskuro.net/~jordi/
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Fwd: via82xx problem
2003-04-02 22:58 ` Jordi Mallach
@ 2003-04-03 5:44 ` Patrick Shirkey
2003-04-03 10:15 ` Takashi Iwai
1 sibling, 0 replies; 9+ messages in thread
From: Patrick Shirkey @ 2003-04-03 5:44 UTC (permalink / raw)
To: Jordi Mallach; +Cc: alsa-devel@lists.sourceforge.net
Jordi Mallach wrote:
> On Mon, Mar 31, 2003 at 10:45:34AM +0200, Takashi Iwai wrote:
>
>>please give the chip verison (listed in /proc/asound/cards in the
>>latest alsa driver). and try pcm:0,1 (or /dev/adsp for oss) device.
>>this should work (almost) as same as 0.9.0rc6.
>
>
> Hi Takashi,
>
> I'm seeing this same problem on my mother's box, which I just upgraded
> to 0.9.2.
>
> 0 [8233A ]: VIA8233A - VIA 8233A
> VIA 8233A at 0xe000, irq 5
>
> Where do I set pcm:0,1? I know where to do it for just one app
> (QuakeForge), but not globally. Other apps just don't have where to set
> this. Is it using a module parametre?
>
> Jordi
rm -rf /dev/dsp
ln -s /dev/adsp /dev/dsp
chmod a+rw /dev/dsp
--
Patrick Shirkey - Boost Hardware Ltd.
Http://www.boosthardware.com
Http://www.djcj.org - The Linux Audio Users guide
========================================
Being on stage with the band in front of crowds shouting, "Get off! No!
We want normal music!", I think that was more like acting than anything
I've ever done.
Goldie, 8 Nov, 2002
The Scotsman
-------------------------------------------------------
This SF.net email is sponsored by: ValueWeb:
Dedicated Hosting for just $79/mo with 500 GB of bandwidth!
No other company gives more support or power for your dedicated server
http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Fwd: via82xx problem
2003-04-02 22:58 ` Jordi Mallach
2003-04-03 5:44 ` Patrick Shirkey
@ 2003-04-03 10:15 ` Takashi Iwai
2003-04-03 22:07 ` Jordi Mallach
1 sibling, 1 reply; 9+ messages in thread
From: Takashi Iwai @ 2003-04-03 10:15 UTC (permalink / raw)
To: Jordi Mallach; +Cc: alsa-devel@lists.sourceforge.net
At Thu, 3 Apr 2003 00:58:38 +0200,
Jordi Mallach wrote:
>
> [1 <text/plain; iso-8859-1 (quoted-printable)>]
> On Mon, Mar 31, 2003 at 10:45:34AM +0200, Takashi Iwai wrote:
> > please give the chip verison (listed in /proc/asound/cards in the
> > latest alsa driver). and try pcm:0,1 (or /dev/adsp for oss) device.
> > this should work (almost) as same as 0.9.0rc6.
>
> Hi Takashi,
>
> I'm seeing this same problem on my mother's box, which I just upgraded
> to 0.9.2.
>
> 0 [8233A ]: VIA8233A - VIA 8233A
> VIA 8233A at 0xe000, irq 5
>
> Where do I set pcm:0,1?
sorry, its a typo. i meant "hw:0,1".
most of ALSA-native apps should have options (or config) to choose the
pcm device. for example,
% aplay -Dhw:0,1 foo.wav
but in your case, i guess it won't fix the problem, because it's
VIA8233A. please make sure that /proc/asound/card0/pcm0p/info shows
the subdevices_count = 1. if it's 4, a driver bug.
do you hear any sounds or completely silent?
i know there have been bug reports about the stuttering sounds, and
bugs on UT and quake (most likely OSS-mmapped apps). but the silence
seems like a different problem.
Takashi
-------------------------------------------------------
This SF.net email is sponsored by: ValueWeb:
Dedicated Hosting for just $79/mo with 500 GB of bandwidth!
No other company gives more support or power for your dedicated server
http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Fwd: via82xx problem
2003-04-03 10:15 ` Takashi Iwai
@ 2003-04-03 22:07 ` Jordi Mallach
2003-04-03 23:30 ` tom burkart
2003-04-04 11:26 ` Takashi Iwai
0 siblings, 2 replies; 9+ messages in thread
From: Jordi Mallach @ 2003-04-03 22:07 UTC (permalink / raw)
To: alsa-devel@lists.sourceforge.net
[-- Attachment #1: Type: text/plain, Size: 1202 bytes --]
On Thu, Apr 03, 2003 at 12:15:55PM +0200, Takashi Iwai wrote:
> most of ALSA-native apps should have options (or config) to choose the
> pcm device. for example,
>
> % aplay -Dhw:0,1 foo.wav
>
> but in your case, i guess it won't fix the problem, because it's
> VIA8233A. please make sure that /proc/asound/card0/pcm0p/info shows
> the subdevices_count = 1. if it's 4, a driver bug.
It does show subdevices_count: 1. Hmm. What's wrong with it being VIA?
:)
> do you hear any sounds or completely silent?
Completely silent, although XMMS "reproduces" the ogg.
> i know there have been bug reports about the stuttering sounds, and
> bugs on UT and quake (most likely OSS-mmapped apps). but the silence
> seems like a different problem.
When I try to tell alsa-xmms about hw:0,1 or hw:0,0, both cases show the
error: "snd_mixer_attach: no such file or directory". What mixer device
should I be trying to use? By default, alsa-xmms sets "PCM".
Jordi
--
Jordi Mallach Pérez -- Debian developer http://www.debian.org/
jordi@sindominio.net jordi@debian.org http://www.sindominio.net/
GnuPG public key information available at http://oskuro.net/~jordi/
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Fwd: via82xx problem
2003-04-03 22:07 ` Jordi Mallach
@ 2003-04-03 23:30 ` tom burkart
2003-04-04 11:26 ` Takashi Iwai
1 sibling, 0 replies; 9+ messages in thread
From: tom burkart @ 2003-04-03 23:30 UTC (permalink / raw)
To: Jordi Mallach; +Cc: alsa-devel@lists.sourceforge.net
Today, Jordi Mallach wrote:
> When I try to tell alsa-xmms about hw:0,1 or hw:0,0, both cases show the
> error: "snd_mixer_attach: no such file or directory". What mixer device
Have you got the correct devices in /dev?
Ok, may sound like a stupid question but I just found that in my devfs
system not all needed devices show up - so until I can fix the real
problem I am running the snddevices script at startup... Yukk...
tom.
Consultant
AUSSEC Phone: 61 4 1768 2202
339 Blaxland Rd., Ryde NSW 2112
Email: tom@aussec.com
-------------------------------------------------------
This SF.net email is sponsored by: ValueWeb:
Dedicated Hosting for just $79/mo with 500 GB of bandwidth!
No other company gives more support or power for your dedicated server
http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Fwd: via82xx problem
2003-04-03 22:07 ` Jordi Mallach
2003-04-03 23:30 ` tom burkart
@ 2003-04-04 11:26 ` Takashi Iwai
2003-04-15 12:59 ` Jordi Mallach
1 sibling, 1 reply; 9+ messages in thread
From: Takashi Iwai @ 2003-04-04 11:26 UTC (permalink / raw)
To: Jordi Mallach; +Cc: alsa-devel@lists.sourceforge.net
At Fri, 4 Apr 2003 00:07:25 +0200,
Jordi Mallach wrote:
>
> [1 <text/plain; iso-8859-1 (quoted-printable)>]
> On Thu, Apr 03, 2003 at 12:15:55PM +0200, Takashi Iwai wrote:
> > most of ALSA-native apps should have options (or config) to choose the
> > pcm device. for example,
> >
> > % aplay -Dhw:0,1 foo.wav
> >
> > but in your case, i guess it won't fix the problem, because it's
> > VIA8233A. please make sure that /proc/asound/card0/pcm0p/info shows
> > the subdevices_count = 1. if it's 4, a driver bug.
>
> It does show subdevices_count: 1. Hmm. What's wrong with it being VIA?
> :)
>
> > do you hear any sounds or completely silent?
>
> Completely silent, although XMMS "reproduces" the ogg.
then perhaps it's not a bug of via82xx part.
is the mixer configuration correct? please attach /etc/asound.state
to be sure. also, please try the latest cvs version. i changed a bit
via82xx.c yesterday.
> > i know there have been bug reports about the stuttering sounds, and
> > bugs on UT and quake (most likely OSS-mmapped apps). but the silence
> > seems like a different problem.
>
> When I try to tell alsa-xmms about hw:0,1 or hw:0,0, both cases show the
> error: "snd_mixer_attach: no such file or directory". What mixer device
> should I be trying to use? By default, alsa-xmms sets "PCM".
don't know. it sounds like rather a bug of alsa-xmms (or alsa-lib).
ciao,
Takashi
-------------------------------------------------------
This SF.net email is sponsored by: ValueWeb:
Dedicated Hosting for just $79/mo with 500 GB of bandwidth!
No other company gives more support or power for your dedicated server
http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Fwd: via82xx problem
2003-04-04 11:26 ` Takashi Iwai
@ 2003-04-15 12:59 ` Jordi Mallach
0 siblings, 0 replies; 9+ messages in thread
From: Jordi Mallach @ 2003-04-15 12:59 UTC (permalink / raw)
To: alsa-devel@lists.sourceforge.net
[-- Attachment #1: Type: text/plain, Size: 624 bytes --]
On Fri, Apr 04, 2003 at 01:26:53PM +0200, Takashi Iwai wrote:
> then perhaps it's not a bug of via82xx part.
> is the mixer configuration correct? please attach /etc/asound.state
> to be sure. also, please try the latest cvs version. i changed a bit
> via82xx.c yesterday.
Hey Takashi,
I finally had a chance of testing the CVS code on that box, finally
sound works again.
Thanks,
Jordi
--
Jordi Mallach Pérez -- Debian developer http://www.debian.org/
jordi@sindominio.net jordi@debian.org http://www.sindominio.net/
GnuPG public key information available at http://oskuro.net/~jordi/
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2003-04-15 12:59 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-03-29 7:48 Fwd: via82xx problem Patrick Shirkey
2003-03-31 8:45 ` Takashi Iwai
2003-04-02 22:58 ` Jordi Mallach
2003-04-03 5:44 ` Patrick Shirkey
2003-04-03 10:15 ` Takashi Iwai
2003-04-03 22:07 ` Jordi Mallach
2003-04-03 23:30 ` tom burkart
2003-04-04 11:26 ` Takashi Iwai
2003-04-15 12:59 ` Jordi Mallach
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.