LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   how 2 install a soundcard driver on Fedora Core ?? (https://www.linuxquestions.org/questions/linux-software-2/how-2-install-a-soundcard-driver-on-fedora-core-452029/)

nis_hurock 06-06-2006 03:54 AM

how 2 install a soundcard driver on Fedora Core ??
 
hi folks,i now use Fedora Core Linux OS with my onboard audio on my intel D865GBF desktop board !
i downloaded soundcard drivers from intel.com n then when i saw d release notes ,it tells 2 run d following commands : gunzip intel8x0-alsa-1.0.1.gz.sh
but after doin this in konsole window as a root user,it says no such file or directory !
n when i click on d driver file, the open with menu box pops up ,now i dont know how 2 open such file ...i am a newbie here ..plss help me guys !
how shud i install d driver ..?????

soulxcavtor 06-06-2006 09:08 PM

DO THIS FIRST!!!!:

Because most computers come with a Onboard sound card, and a PCI also. First give us the output of commands lspci and lsmod(must be superuser to check lsmod) please.

You must be in the same location in Console as the file... so if your Driver resides on your desktop, you need first to following commands:

# cd /home/your-username/Desktop/
# gunzip intel8x0-alsa-1.0.1.gz.sh
if it extracted a single file type
# intel8x0-alsa-1.0.1-sh
if it extracted a directory
# cd intel8x0-alsa-1.0.1-sh
# install-sh (file name)

other possibitlies:

Check your BIOS under integrated devices and make sure option Sound is [ON] (only if you dont have another PCI sound card somewhere in the computer, most of the time you do though, if you want the PCI card to work and not the onboard sound to work, turn the Sound to [OFF])


All times are GMT -5. The time now is 09:26 PM.