Results 1 to 5 of 5
My onboard sound is an intel 865GBF, and I wanna know how do I install the drivers without having to recompile the kernel. Reason being I wanna have some sound ...
- 03-07-2004 #1Just Joined!
- Join Date
- Mar 2004
- Posts
- 17
Have intel onboard sound, so how do I install Drivers?
My onboard sound is an intel 865GBF, and I wanna know how do I install the drivers without having to recompile the kernel. Reason being I wanna have some sound for a variety of reasons, obviously number one is gaming. So I heard you can make it as a MODULE. How do I go on about doing this? Thanx in advance!
- 03-08-2004 #2
go into your kernel-dir (e.g. /usr/src/linux-kernelversion) and type
than search for you soundchip and set this option to M (for module)Code:make menuconfig
read the help for your module cuz there stands which name the module has!
after that save your config and back in konsole:
so your module is compiled. now just load it into your running kernelCode:make modules modules_install
thats it. i hope i could help U and that it worx *gCode:modprobe <modulename>
make install not love
Registered Linux user number 369245
- 03-10-2004 #3Just Joined!
- Join Date
- Mar 2004
- Posts
- 17
hmm... it says its already a module? intel i8* sound support. maybe its not supported in RedHat?
- 03-10-2004 #4
- 03-14-2004 #5Just Joined!
- Join Date
- Mar 2004
- Posts
- 17
I got it to work but now when i go into Counter-Strike, i can hear the menus PERFECTLY but when i enter a game it stops, and when i exit the game the menu sound stops? I tried OSS and ALSA? anyone have any ideas? o I disabled the ESD sound server


Reply With Quote
