PDA

View Full Version : sound skipping with Free BSD 7.0


Silverback
December 28th, 2008, 11:16
Hi there,

I installed freebsd 7.0 on my pc. However the audio still seems to be a problem - even after following all the instructions in the handbook. The problem I am facing now is that the ausio is skipping (after about every 2 seconds and it sounds horrible).

Any pointers and suggestions would be appreciated.:)

oliverh
December 28th, 2008, 16:52
>Any pointers and suggestions would be appreciated.

Your hardware? Soundcard, onboard sound chip etc. pp.? Dmesg for example?

mfaridi
December 28th, 2008, 17:00
Use this link

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/sound-setup.html

kamikaze
December 29th, 2008, 00:55
Hi there,

I installed freebsd 7.0 on my pc. However the audio still seems to be a problem - even after following all the instructions in the handbook. The problem I am facing now is that the ausio is skipping (after about every 2 seconds and it sounds horrible).

Any pointers and suggestions would be appreciated.:)This is a locking problem, with the GIANT lock wrecking havoc upon the fine grained locks introduced with 7.0.

Update to 7.1 and it will get much better.

anemos
December 29th, 2008, 11:48
Hi there,

I installed freebsd 7.0 on my pc. However the audio still seems to be a problem - even after following all the instructions in the handbook. The problem I am facing now is that the ausio is skipping (after about every 2 seconds and it sounds horrible).

Any pointers and suggestions would be appreciated.:)

Same thing here. After a long long long search on the internet, the only thing I found was some mixer tweaks and a few hint.* options added to /boot/device.hints. But guess what, none of them worked :)
Fortunately, not all multimedia apps act like that i.e., Noatun skips sound but Amarok doesn't. So, I use Amarok.

artificer
December 29th, 2008, 13:42
The problem I am facing now is that the ausio is skipping (after about every 2 seconds and it sounds horrible).

What else is running besides the audio player when the audio is skipping? Do you notice it when the computer is otherwise idle, or only under heavy or moderate load?

ale
December 29th, 2008, 14:54
Fortunately, not all multimedia apps act like that i.e., Noatun skips sound but Amarok doesn't. So, I use Amarok.I don't know those apps, but I'd try checking what they are using for output (oss/esd/artsd/...)

Silverback
January 3rd, 2009, 10:06
I am sorry for not replying sooner .....

Christmas and New Year you see .... Happy New Year to you all :)

Its an onboard card ... I tried the /boot/device.hints - no good
The dmesg is good - it detects the card properly.
I tried to recompile the kernel - no good
I only tried the noautn - will try amarok - hope that works.

Silverback
January 3rd, 2009, 10:08
oops - I think I will have to read
http://www.freebsd.org/doc/en_US.ISO...und-setup.html again,

Thanks mfaridi