[Solved] sound problems Debian Lenny
Moderators: winston, another_commander, Getafix
[Solved] sound problems Debian Lenny
well, I have no room for my desktop in my new place, so I'm standardizing on my new laptop. hardware is as follows:
CPU: Pentium M 1.86Ghz
RAM: 2Gb
Video: Mobility Radeon X300
Resolution: 1400x1050
Audio:Intel ICH6 (intel8x0) compiled into kernel
My problem is that the sound is really badly choppy at almost all times. it is reasonable when I'm in deep space and there is nothing being tracked. the sound lags quite badly as well. The graphics (which I expected to be more of a problem seem to be fine, as I'm generally getting around 30FPS or more in most instances. What I'm guessing is that there is an audio interface that is being emulated in software right now, and I need to compile (or add a package) for the correct type of sound. . .
CPU: Pentium M 1.86Ghz
RAM: 2Gb
Video: Mobility Radeon X300
Resolution: 1400x1050
Audio:Intel ICH6 (intel8x0) compiled into kernel
My problem is that the sound is really badly choppy at almost all times. it is reasonable when I'm in deep space and there is nothing being tracked. the sound lags quite badly as well. The graphics (which I expected to be more of a problem seem to be fine, as I'm generally getting around 30FPS or more in most instances. What I'm guessing is that there is an audio interface that is being emulated in software right now, and I need to compile (or add a package) for the correct type of sound. . .
- Getafix
- Quite Grand Sub-Admiral
- Posts: 979
- Joined: Tue Apr 01, 2008 12:55 pm
- Location: A small ice asteroid, orbiting Oresrati in Galaxy 8 (a.k.a. northwest Armorica).
- Contact:
Re: sound problems Debian Lenny
Hi Gnudoll,
could you, please, post the Oolite version you use and
the type of installation (autopackage or Debian package management) you used ?
could you, please, post the Oolite version you use and
the type of installation (autopackage or Debian package management) you used ?
"Any sufficiently advanced information is indistinguishable from noise." [Newman, Lachmann, Moore]
Re: sound problems Debian Lenny
Oolite version 1.74.2 from package manager builds.
- Getafix
- Quite Grand Sub-Admiral
- Posts: 979
- Joined: Tue Apr 01, 2008 12:55 pm
- Location: A small ice asteroid, orbiting Oresrati in Galaxy 8 (a.k.a. northwest Armorica).
- Contact:
Re: sound problems Debian Lenny
I have tried the debian package version of oolite 1.74.2.3712 on a fresh Debian Lenny installation (VBox) and the sound was smooth.
It looks like a sound configuration issue. A first search showed that Lenny had sound issues with older kernels.
Please, post the output of the followingI just want to see your kernel version.
Furthermore (this one is really a shot in the dark) assuming thatcould you edit your /usr/games/oolite file to show the followingand check if the sound breaking is still there?
It looks like a sound configuration issue. A first search showed that Lenny had sound issues with older kernels.
Please, post the output of the following
Code: Select all
$ uname -a
Furthermore (this one is really a shot in the dark) assuming that
Code: Select all
$ which oolite
/usr/games/oolite
$
Code: Select all
$ cat /usr/games/oolite
#!/bin/sh
export SDL_AUDIODRIVER=alsa
openapp oolite "$@" &
"Any sufficiently advanced information is indistinguishable from noise." [Newman, Lachmann, Moore]
Re: sound problems Debian Lenny
I have reverted to the stock install kernel after a fresh install (haven't gotten around to cooking a custom one yet) so the kernel version is
Linux butterfly 2.6.26-2-686 #1 SMP Thu Nov 25 01:53:57 UTC 2010 i686 GNU/Linux
the shot in the dark missed, sound is still choppy. gameplay seems fine despite the sound being wonky, though. I was just hoping for better sound.
Linux butterfly 2.6.26-2-686 #1 SMP Thu Nov 25 01:53:57 UTC 2010 i686 GNU/Linux
the shot in the dark missed, sound is still choppy. gameplay seems fine despite the sound being wonky, though. I was just hoping for better sound.
- Getafix
- Quite Grand Sub-Admiral
- Posts: 979
- Joined: Tue Apr 01, 2008 12:55 pm
- Location: A small ice asteroid, orbiting Oresrati in Galaxy 8 (a.k.a. northwest Armorica).
- Contact:
Re: sound problems Debian Lenny
Would you try the .package version? It will not mess with your existing oolite installation and
it will use your existing user-files (i.e. add-ons, saves, oolite configuration etc.).
The difference is that it uses it's own libraries (contained in Oolite's folder, not messing with your system's libraries) and
it could address the sound issue.
EDIT (14/Jan/2011): Before downloading make sure to select the appropriate architecture (i.e. 32bit or 64bit) package.
If you do it, run it as "/usr/bin/oolite" and not just "oolite"
in order to make sure that you execute the 2nd installation
If the sound issue is still there you may always
uninstall it and keep your original installation.
I would also suggest to get an opinion from Debian User Forums.
it will use your existing user-files (i.e. add-ons, saves, oolite configuration etc.).
The difference is that it uses it's own libraries (contained in Oolite's folder, not messing with your system's libraries) and
it could address the sound issue.
EDIT (14/Jan/2011): Before downloading make sure to select the appropriate architecture (i.e. 32bit or 64bit) package.
If you do it, run it as "/usr/bin/oolite" and not just "oolite"
in order to make sure that you execute the 2nd installation
If the sound issue is still there you may always
uninstall it and keep your original installation.
I would also suggest to get an opinion from Debian User Forums.
"Any sufficiently advanced information is indistinguishable from noise." [Newman, Lachmann, Moore]
Re: sound problems Debian Lenny *solved*
Well, unless the framerates fall below 40 or so, biut that takes a bit. I'm averaging 60+ now that i have the fglrx driver installed. turns out that the sound was being chopped up by excessive processor load. . . Go figure. . .
Re: sound problems Debian Lenny
So is the problem solved, then?
What caused the load?
What caused the load?
Re: sound problems Debian Lenny
What caused the loas was the processor handling too many functions that the chipset was supposed to. A better video driver that correctly uses the hardware fixed a lot of that. . .Rxke wrote:So is the problem solved, then?
What caused the load?
- Getafix
- Quite Grand Sub-Admiral
- Posts: 979
- Joined: Tue Apr 01, 2008 12:55 pm
- Location: A small ice asteroid, orbiting Oresrati in Galaxy 8 (a.k.a. northwest Armorica).
- Contact:
Re: sound problems Debian Lenny (FIXED)
What will remain a mystery to me, in this case,
is how a virtual box vanilla installation of a debian lenny on a laptop,
performs better than a native one.
Perhaps, the driver upgrade fixed some configuration.
is how a virtual box vanilla installation of a debian lenny on a laptop,
performs better than a native one.

Perhaps, the driver upgrade fixed some configuration.
"Any sufficiently advanced information is indistinguishable from noise." [Newman, Lachmann, Moore]
Re: sound problems Debian Lenny (FIXED)
the 3D part of my particular graphics hardware is not well supported at this juncture. ATI only just recently started really supporting the Open Source community. I really doubt I would have had any trouble if the chipset had been nVidia instead of ATI...
- DaddyHoggy
- Intergalactic Spam Assassin
- Posts: 8515
- Joined: Tue Dec 05, 2006 9:43 pm
- Location: Newbury, UK
- Contact:
Re: sound problems Debian Lenny (FIXED)
You might have, it'd just be a different subset of trouble...Gnudoll wrote:the 3D part of my particular graphics hardware is not well supported at this juncture. ATI only just recently started really supporting the Open Source community. I really doubt I would have had any trouble if the chipset had been nVidia instead of ATI...

Oolite Life is now revealed hereSelezen wrote:Apparently I was having a DaddyHoggy moment.
Re: sound problems Debian Lenny (FIXED)
Oh, and add to the above that the "sound card" is also software based. . . They cut a few corners on this model, but the general package is still quite nice.