Re: sound issue: play interrupt timeout, channel dead

2013-01-11 Thread Erich Dollansky
Hi,

On Fri, 11 Jan 2013 20:02:08 +0100
Stephan Schindel  wrote:

> after upgrading to 9.1 I have got a problem with my sound card. Sry I
> am not sure what sound card I have (onboard chipset by NVidia), but it
> uses the snd_hda module for sure. Sometimes my sound goes completely
> away and I found this message in the logs:
> 
> > pcm0: chn_write(): pcm0:play:dsp0.p1: play interrupt timeout,
> > channel dead
> 
I have this problem on another machine since 7.x or 8.0. It got better
over time and I did not notice it anymore since I upgraded it to 10,0

> I can not reproduce this, it sometimes happens when watching youtube
> and sometimes when listen to music via VLC. It happened to me at least
> 5-6 times until now. I need to reboot my machine in order to reset the
> driver which is pretty annoying.

It was the same story for me.
> 
Try 10.0 and see what happens there. I came to 10 for other reasons. I
got stuck with 10 after I saw that it solved my problem on that machine.

Erich
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


sound issue: play interrupt timeout, channel dead

2013-01-11 Thread Stephan Schindel
Hiho,

after upgrading to 9.1 I have got a problem with my sound card. Sry I
am not sure what sound card I have (onboard chipset by NVidia), but it
uses the snd_hda module for sure. Sometimes my sound goes completely
away and I found this message in the logs:

> pcm0: chn_write(): pcm0:play:dsp0.p1: play interrupt timeout, channel
> dead

I can not reproduce this, it sometimes happens when watching youtube
and sometimes when listen to music via VLC. It happened to me at least
5-6 times until now. I need to reboot my machine in order to reset the
driver which is pretty annoying.

Do you have any similar issues with the improved snd_hda stack?

Maybe this is my onboard chipset:

> hdac0:  mem 0xfce78000-0xfce7bfff irq 23
> at device 5.0 on pci0
> hdac1:  mem 0xfcf7c000-0xfcf7 irq 17
> at device 0.1 on pci2


Stephan

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


frozen bubble sound issue

2005-02-20 Thread Trey Sizemore
I know it seems trivial, but it's driving me crazy none the less.  The
game was fine yesterday, but I could not even launch Frozen Bubble
today.  I did a 'make deinstall' and then reinstalled the port.  Now it
starts, but I'm getting the following error:

Ready.
Warning, could not create new music from
`/usr/local/share/frozen-bubble/snd/introzik.xm' (reason: Unrecognized
music format).

What might be causing this and how can I fix it?

Thanks.

-- 
Cheers,
Trey

 
Old age is the most unexpected of things that can happen to a man.
-- Trotsky
 
FreeBSD 5.3-STABLE i386 i386 GENERIC
 5:14PM  up  6:14, 0 users, load averages: 0.29, 0.44, 0.43
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


CMedia sound issue

2003-04-05 Thread Espen Jervidalo
hi there,
i've been trying to get my CMedia CMI8738 onboard soundcard to work in duplex mode, 
but it just won't work. i've tried setting: sysctl hw.snd.pcm0.vchans=4 and sysctl 
hw.snd.maxautovchans=4 as mentioned in the handbook and using different dsp-channels, 
but still the same.
4.8 stable didn't help either.

here some dmesg output: 
pcm0:  port 0xe400-0xe4ff irq 11 at device 12.0 on pci0

i would be very glad if somebody could help me solve this problem.

--
best regards,
crnholio
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


sound issue

2003-02-11 Thread Brian Henning
i am playing a sound file in xmms and i want to use another program that uses
sound at the same time.
when i try to use the second device i get an error saying that the sound device
is not found or is busy.
what can i do to remedy this problem?

thanks,

brian

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: Sound Issue

2003-01-18 Thread Hanspeter Roth
  On Jan 19 at 00:46, Quinn Ellis spoke:

> On Sun, 19 Jan 2003 00:17, Hanspeter Roth wrote:>
> 
> > Is `file /usr/lib/libusb.so.0` reasonable?
> > Else you might need to reinstall it.
> 
> Oh, yes it does appear to be a problem, in that it's not there.
> Is it a port? How does one install it.

I think ports shouln't install their libraries in /usr/lib they
should use /usr/local/*.
It depends whether your base system has been upgraded since you have
installed it.
If you have already upgraded by source you might do
cd /usr/src && make installworld

If you haven't and you had installed from CD you might try:
cd / && cat /cdrom/bin/bin.* | tar xzvf - usr/lib/libusb.so.0


-Hanspeter

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: Sound Issue

2003-01-18 Thread Quinn Ellis
On Sun, 19 Jan 2003 00:17, Hanspeter Roth wrote:>

> Is `file /usr/lib/libusb.so.0` reasonable?
> Else you might need to reinstall it.

Oh, yes it does appear to be a problem, in that it's not there.
Is it a port? How does one install it.

regards
Quinn


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: Sound Issue

2003-01-18 Thread Hanspeter Roth
  On Jan 18 at 10:56, Quinn Ellis spoke:

> /usr/libexec/ld-elf.so.1: Shared object "libusb.so.0" not found

Is `file /usr/lib/libusb.so.0` reasonable?
Else you might need to reinstall it.

-Hanspeter

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Sound Issue

2003-01-17 Thread Quinn Ellis
/usr/libexec/ld-elf.so.1: Shared object "libusb.so.0" not found

I keep getting this error message in all manor of programs, and was wondering 
what steps i should take to rememdy this

Regads,
Quinn

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message