Results 1 to 10 of 10
hi i am using Ubuntu hoary with originally shipped kernel 2.6.10-5.
problem is that sound doesnt (intel 915 GAV motherboard).
so i was thinking if recompiling the kernel will help...
...
- 09-10-2005 #1Just Joined!
- Join Date
- Aug 2005
- Posts
- 52
how to recompile kernel??
hi i am using Ubuntu hoary with originally shipped kernel 2.6.10-5.
problem is that sound doesnt (intel 915 GAV motherboard).
so i was thinking if recompiling the kernel will help...
i downloaded the linux-headers from synaptic & installed them....now i was wondering how to recompile this kernel....
my sound worked on kernel 2.6.13 (which had intel hd audio option in config) but the kernel was so unstable(froze up a alot) that i had to trash it....
now wondering which kernel to compile which would be compatible with my motherboard's soundcard...
help appreciated...
- 09-10-2005 #2Just Joined!
- Join Date
- Jun 2005
- Location
- Dänemark
- Posts
- 26
Why can't you modprobe a driver for the soundcard?
- 09-10-2005 #3Just Joined!
- Join Date
- Aug 2005
- Posts
- 52
i am sorry but i am a newbie and dont understand what u just told me...
- 09-10-2005 #4
MHJ is saying run
from the command lineCode:modprobe
Brilliant Mediocrity - Making Failure Look Good
- 09-10-2005 #5Just Joined!
- Join Date
- Aug 2005
- Posts
- 52
i tried that & this is wat i get...
root@maldi:/ # modprobe
Usage: modprobe [-v] [-V] [-C config-file] [-n] [-i] [-q] [-o <modname>] <modname> [parameters...]
modprobe -r [-n] [-i] [-v] <modulename> ...
modprobe -l -t <dirname> [ -a <modulename> ...]
root@maldi:/ #
- 09-10-2005 #6
You will have to modprobe your soundcard module. For instance, mine would be something like:
Also, have you tried running alsaconf to configure your sound card? Try as root:Code:modprobe snd-intel8x0
If your card is recognized, configure it and then run:Code:alsaconf
and turn up all the volumes. Make sure to push 'm' on the settings that are muted (have MM at the bottom of the volume control). Then run:Code:alsamixer
to store your settings.Code:alsactl store
BryanLooking for a distro? Look here.
"There can be no doubt that all our knowledge begins with experience." - Immanuel Kant (Critique of Pure Reason)
Queen's University - Arts and Science 2008 (Sociology)
Registered Linux User #386147.
- 09-10-2005 #7Just Joined!
- Join Date
- Aug 2005
- Posts
- 52
yes i tried alsaconf...
probed everything..ISA...etc etc...
then i ran alsamixer....
with kernel 2.6.13 alsamixer ran...
but with 2.6.10-5 root@maldi:/ # alsamixer
alsamixer: function snd_ctl_open failed for default: No such device
which i am assuming means my kernel doesnt support my soundcard...
since i am using intel 915 GAV motherboard i am assuming my soudn card is indeed snd-intel18x0..
whhile compiling 2.6.13 (by make oldconfig) i had seen that it had asked me an option to add support for intel hd audio which i had done & i made sound to work...
now i just did make oldconfig (for kernel 2.6.11) & it didnt..so i doubt if this kernel will support my sound card too...
FC3 by default doesnt support my soundcard but FC4 does...& Fc4 has kernel 2.6.11-9..
btw i did modprobe snd-intel8x0...then alsaconf....& then alsamixer...same error...
alsamixer: function snd_ctl_open failed for default: No such device
- 09-10-2005 #8Just Joined!
- Join Date
- Aug 2005
- Posts
- 52
i think i need to add only 1 module...
snd-hda-intel to make my sound work...
but it isnt an option for 2.6.11.1
it is dere in 2.6.12-5 which i am compiling right now...
but my base 2.6.10-5 is rock stable & i only want to add this snd-hda-intel support to it...
can someun tell me how to do it??
- 09-11-2005 #9Just Joined!
- Join Date
- Sep 2005
- Posts
- 27
look... before recompiling the kernel try this...
i installed ubuntu 4.10 and now kubuntu 5.04 and both gave me suond troubles all i did was run synaptic...
-click on search and type alsa-base
-click on it an choose "mark for upgrade"
-click on apply.... apply and it will start downloading an installing
this did it for me... then try rebooting or loging in again... sound shoul work then...
- 09-11-2005 #10Just Joined!
- Join Date
- Aug 2005
- Posts
- 52
yippee...i managed to make my sound work....
i just compiled a new kernel 2.6.12-5 & then installed alsa drivers,lib,oss,utils ddownloaded from alsa site...& it worked...


Reply With Quote
