Results 1 to 10 of 16
GRR!!! its the laptop (again!!!).. anyway... i dont know what else to do... i dont even know what sound card i have (oh the pain... tourcher... grr), well.. once again, ...
- 09-05-2005 #1Linux Newbie
- Join Date
- Jun 2005
- Location
- In me spaceship... ORBITING THE PLANNET!
- Posts
- 110
Sound Problems... dont know what to do...
GRR!!! its the laptop (again!!!).. anyway... i dont know what else to do... i dont even know what sound card i have (oh the pain... tourcher... grr), well.. once again, i am on me laptop this laptop will never ever stop having problems... rar
can people help me with the sounnd??
i use debian, once again... dont know what kernel... and i dont get any sound (excluding the static)...GAH!!!
- 09-05-2005 #2Just Joined!
- Join Date
- Aug 2005
- Posts
- 27
hmmmm
two options:
whether your audio chip is not recognized (i don't believe it at all..) or your audio module is not loaded by the kernel during boot time
since you didn't provide much info i would suggest you to run :
#alsaconf
This should help you detect your audio chipset and configure it, assuming alsa is installed on your laptop
if not install it using apt-get
cheers
- 09-05-2005 #3
use
to get your kernel number. If 2.4 you need to install the alsa kernel modules, if 2.6, then just alsa.Code:uname -a
Brilliant Mediocrity - Making Failure Look Good
- 09-06-2005 #4Just Joined!
- Join Date
- Aug 2005
- Location
- india
- Posts
- 27
do alsa conf..
then see what is the sound drive it shows add snd to it and so modprobeCode:alsaconf
mine it was au88xx
what I did isthenCode:modprobe snd-au88xx
againCode:alsaconf
this should do
- 09-30-2005 #5Linux Newbie
- Join Date
- Jun 2005
- Location
- In me spaceship... ORBITING THE PLANNET!
- Posts
- 110
um... alsaconf isnt comming up with anything...
GAH!!!
- 09-30-2005 #6you need to install alsa-utils
Originally Posted by chris-harry Brilliant Mediocrity - Making Failure Look Good
- 10-01-2005 #7Linux Newbie
- Join Date
- Jun 2005
- Location
- In me spaceship... ORBITING THE PLANNET!
- Posts
- 110
i apt-get installed alsa-utils, and then tried alsaconf again... same thing as last time... nothing comming up...
GAH!!!
- 10-01-2005 #8Linux User
- Join Date
- Aug 2005
- Location
- Italy
- Posts
- 401
I siggest to find the best configuration of your laptop on www.linux-laptop.net/.
Then recompile kernel sources, including your soundcard kernel module.
You can search any kernel how-to or see the recent topic http://www.linuxforums.org/forum/topic-56702.html for using kernel-package
.
Then, installing alsa-base package everything should go well...When using Windows, have you ever told "Ehi... do your business?"
Linux user #396597 (http://counter.li.org)
- 10-01-2005 #9what do you mean nothing comes up? Does it say command not found or......
Originally Posted by chris-harry
Brilliant Mediocrity - Making Failure Look Good
- 10-01-2005 #10Linux Newbie
- Join Date
- May 2005
- Posts
- 222
First determine which kernel version you're running with
#uname -a
as Vergil suggested. If you're using 2.4 then you must install
alsa modules 2.4.25-1-i686
alsa-base
alsa-utils
then you can run.... alsa conf


Reply With Quote
