Re: Couple of questions.
Well, that listing seems to be functional, and your onboard soundcard seems to be configured properly.
The fact that you're on a laptop makes everything slightly harder, since problems/solutions on laptops tend to be more dependant on the particular hardware, so it's harder to give good generic suggestions.
Things you could try, while you wait for answers:
1. Do you have the necessary kernel modules present...what does
say? there should be things like:
soundcore, snd_pcm, snd_atiixp etc. (you can copy&paste the output here, it might help...or not :P)
2. Test a 32-bit LiveCD to make sure this is not an issue with the 64-bit kubuntu
3. Is there a newer kernel available in the repositories? (unless you wish to compile your own ;P)
4. Try googling with for example: ubuntu laptop "no sound" ATI IXP AC97
(or with your laptop model)
to get ideas/suggestions based on your hardware
5. You could try updating your alsa drivers, visit www.alsa-project.org
That's all I can come up with for now, maybe someone with a similar setup (Laptop, 64-bit, ATI IXP) can help more...if I can think of (or find) anything else I'll let you know. Keep posting updates of how you are faring with it.
Originally posted by ben_elliott
The fact that you're on a laptop makes everything slightly harder, since problems/solutions on laptops tend to be more dependant on the particular hardware, so it's harder to give good generic suggestions.
Things you could try, while you wait for answers:
1. Do you have the necessary kernel modules present...what does
Code:
lsmod | grep snd
soundcore, snd_pcm, snd_atiixp etc. (you can copy&paste the output here, it might help...or not :P)
2. Test a 32-bit LiveCD to make sure this is not an issue with the 64-bit kubuntu
3. Is there a newer kernel available in the repositories? (unless you wish to compile your own ;P)
4. Try googling with for example: ubuntu laptop "no sound" ATI IXP AC97
(or with your laptop model)
to get ideas/suggestions based on your hardware
5. You could try updating your alsa drivers, visit www.alsa-project.org
That's all I can come up with for now, maybe someone with a similar setup (Laptop, 64-bit, ATI IXP) can help more...if I can think of (or find) anything else I'll let you know. Keep posting updates of how you are faring with it.
Comment