* Continous buzzing sound in kde
@ 2004-03-28 1:26 Peter H.
2004-03-28 8:00 ` pa3gcu
0 siblings, 1 reply; 6+ messages in thread
From: Peter H. @ 2004-03-28 1:26 UTC (permalink / raw)
To: linux
Hi,
In slackware 9.1 where I had to change from alsa to OSS sound system due to
distorted sounds with alsa I still can not open kde desktop.
Trying to do so I get a continuous, annoying buzz, necessitating a quick
ctrl-alt-backspace retreat.
This shows on the console:
AudioIO::close(): entering
AudioIOOSSThreaded::stopThread() entering
waiting for writerThread to finish
AudioIOOSSTHreaded::writerThread() fatal error writing to a audio_fd
AudioIOOSSThreaded::writerThread() thread stopped
AudioIOOSSTHreaded::readerThread() fatal error reading from audio_fd
AudioIOOSSThreaded::readerThread() thread stopped
waiting for readerThread to finish
AudioIOOSSThreaded::stopThread(): leaving
AudioIO::close(): leaving
Any suggestions to stop this buzzing sound?
There is no sound problem anymore with gnome or fvwm2.
lsmod gives:
Module Size Used by Not tainted
bsd_comp 4312 0 (autoclean)
ppp_async 7552 0 (autoclean)
ppp_generic 15452 0 (autoclean) [bsd_comp ppp_async]
slhc 5040 0 (autoclean) [ppp_generic]
pcmcia_core 40032 0
ide-scsi 9424 0
via82cxxx_audio 19704 0
ac97_codec 12296 0 [via82cxxx_audio]
soundcore 3332 2 [via82cxxx_audio]
agpgart 39576 0 (unused)
Chipset: P4M266/A Northbridge and VT8235 Southbridge
AC'97 Audio Codec: Compliant with AC'97 2.1 specs.
16-bit stereo full-duplex CODEC with fixed 48KHz sampling
rate.
Sound Blaster, Sound Blaster Pro Compatible
Regards
--
Peter
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: Continous buzzing sound in kde
2004-03-28 1:26 Continous buzzing sound in kde Peter H.
@ 2004-03-28 8:00 ` pa3gcu
2004-03-29 8:32 ` Peter
0 siblings, 1 reply; 6+ messages in thread
From: pa3gcu @ 2004-03-28 8:00 UTC (permalink / raw)
To: Peter H., linux
On Sunday 28 March 2004 03:26, Peter H. wrote:
> Hi,
>
> In slackware 9.1 where I had to change from alsa to OSS sound system due to
> distorted sounds with alsa I still can not open kde desktop.
Having one of these chipsets i sympathise with you, however i dont have your
problem.
> Trying to do so I get a continuous, annoying buzz, necessitating a quick
> ctrl-alt-backspace retreat.
So it seems the problem arises when kde is starting, this would point to the
file (default sound file) KDE_Startup.wav found in /opt/kde/share/sounds/
The funtion audio_fd is another word for /dev/dsp (at least it is normally),
I would simply move or rename KDE_Startup.wav and see what happens.
The buzzing sound would possably interpret a missed interrupt or some
interrupt sharing problem, if you use google.com/linux you may well see that
others have reported simalar problems at some time or other.
Of course it could well be that the .wav may be corrupted in some way and
kicks the problem off.
You could once again use strace to catch the problem, however be prepared if
you do for one hell of a big strace file.
>
> This shows on the console:
>
> AudioIO::close(): entering
> AudioIOOSSThreaded::stopThread() entering
> waiting for writerThread to finish
> AudioIOOSSTHreaded::writerThread() fatal error writing to a audio_fd
> AudioIOOSSThreaded::writerThread() thread stopped
> AudioIOOSSTHreaded::readerThread() fatal error reading from audio_fd
> AudioIOOSSThreaded::readerThread() thread stopped
> waiting for readerThread to finish
> AudioIOOSSThreaded::stopThread(): leaving
> AudioIO::close(): leaving
>
> Any suggestions to stop this buzzing sound?
>
> There is no sound problem anymore with gnome or fvwm2.
>
> lsmod gives:
>
> Module Size Used by Not tainted
> bsd_comp 4312 0 (autoclean)
> ppp_async 7552 0 (autoclean)
> ppp_generic 15452 0 (autoclean) [bsd_comp ppp_async]
> slhc 5040 0 (autoclean) [ppp_generic]
> pcmcia_core 40032 0
> ide-scsi 9424 0
> via82cxxx_audio 19704 0
> ac97_codec 12296 0 [via82cxxx_audio]
> soundcore 3332 2 [via82cxxx_audio]
> agpgart 39576 0 (unused)
>
> Chipset: P4M266/A Northbridge and VT8235 Southbridge
>
> AC'97 Audio Codec: Compliant with AC'97 2.1 specs.
> 16-bit stereo full-duplex CODEC with fixed 48KHz
> sampling rate.
> Sound Blaster, Sound Blaster Pro Compatible
>
>
> Regards
--
If the Linux community is a bunch of theives because they
try to imitate windows programs, then the Windows community
is built on organized crime.
Regards Richard
pa3gcu@zeelandnet.nl
http://people.zeelandnet.nl/pa3gcu/
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Continous buzzing sound in kde
2004-03-28 8:00 ` pa3gcu
@ 2004-03-29 8:32 ` Peter
2004-03-29 14:24 ` pa3gcu
0 siblings, 1 reply; 6+ messages in thread
From: Peter @ 2004-03-29 8:32 UTC (permalink / raw)
To: pa3gcu; +Cc: linux
Thanks Richard!
I solved the problem!!!
In the control center sound system in Sound I/O disable "Enable full duplex
operation".
Regards
--
Peter
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Continous buzzing sound in kde
2004-03-29 8:32 ` Peter
@ 2004-03-29 14:24 ` pa3gcu
0 siblings, 0 replies; 6+ messages in thread
From: pa3gcu @ 2004-03-29 14:24 UTC (permalink / raw)
To: Peter; +Cc: linux
On Monday 29 March 2004 10:32, Peter wrote:
> Thanks Richard!
>
> I solved the problem!!!
>
> In the control center sound system in Sound I/O disable "Enable full duplex
> operation".
In the trace you sent me i found;
ioctl(3, SNDCTL_TMR_TIMEBASE, 0xbffff640) = -1 ENOTTY (Inappropriate ioctl for
device)
Yes, i was about to write to you, the above is what i think is/was the
problem, however it should not cause a buzzing sound, anyway glad it now
works.
> Regards
--
If the Linux community is a bunch of theives because they
try to imitate windows programs, then the Windows community
is built on organized crime.
Regards Richard
pa3gcu@zeelandnet.nl
http://people.zeelandnet.nl/pa3gcu/
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 6+ messages in thread
* Continous buzzing sound in kde
@ 2004-03-27 3:05 Peter H.
2004-03-27 8:13 ` pa3gcu
0 siblings, 1 reply; 6+ messages in thread
From: Peter H. @ 2004-03-27 3:05 UTC (permalink / raw)
To: linux
Hi,
In slackware 9.1 where I had to change from alsa to OSS sound system due to
distorted sounds with alsa I still can not open kde desktop.
Trying to do so I get a continuous, annoying buzz, necessitating a quick
ctrl-alt-backspace retreat.
This shows on the console:
AudioIO::close(): entering
AudioIOOSSThreaded::stopThread() entering
waiting for writerThread to finish
AudioIOOSSTHreaded::writerThread() fatal error writing to a audio_fd
AudioIOOSSThreaded::writerThread() thread stopped
AudioIOOSSTHreaded::readerThread() fatal error reading from audio_fd
AudioIOOSSThreaded::readerThread() thread stopped
waiting for readerThread to finish
AudioIOOSSThreaded::stopThread(): leaving
AudioIO::close(): leaving
Any suggestions to stop this buzzing sound?
There is no sound problem with gnome or fvwm2.
Regards
--
Peter
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Continous buzzing sound in kde
2004-03-27 3:05 Peter H.
@ 2004-03-27 8:13 ` pa3gcu
0 siblings, 0 replies; 6+ messages in thread
From: pa3gcu @ 2004-03-27 8:13 UTC (permalink / raw)
To: Peter H., linux
On Saturday 27 March 2004 04:05, Peter H. wrote:
> In slackware 9.1 where I had to change from alsa to OSS sound system due to
> distorted sounds with alsa I still can not open kde desktop.
>
> Trying to do so I get a continuous, annoying buzz, necessitating a quick
> ctrl-alt-backspace retreat.
Without knowing the soundcard and computer specs how can one even start to
help you Peter.
You may well have explained in a previous mail however i dont keep mail after
the thread dies.
--
If the Linux community is a bunch of theives because they
try to imitate windows programs, then the Windows community
is built on organized crime.
Regards Richard
pa3gcu@zeelandnet.nl
http://people.zeelandnet.nl/pa3gcu/
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2004-03-29 14:24 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-03-28 1:26 Continous buzzing sound in kde Peter H.
2004-03-28 8:00 ` pa3gcu
2004-03-29 8:32 ` Peter
2004-03-29 14:24 ` pa3gcu
-- strict thread matches above, loose matches on Subject: below --
2004-03-27 3:05 Peter H.
2004-03-27 8:13 ` pa3gcu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox