Linux – Installing video,audio drivers in kali linux

driverskali-linuxlinux

I have installed Kali Linux 1.0.6 64-bit on my Acer Aspire 5755g laptop. I have tried hard, but have not been able to install proper audio and video drivers. Laptop config:

00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)

00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller (rev 04) (got by using command : lspci)

How can I install suitable drivers for Kali Linux 64-bit?

Best Answer

First off, in my opinion you are better off running a different linux distro on your laptop and just installing the tools you need. Kali isn't really meant to be ran as a main OS (but its a hell of a lot better than backtrack)

do a cat /proc/asound/modules to see which alsa modules you have loaded. in a lot of cases alsa has just chosen the wrong default device, and you may need to make an .asoundrc to fix it.

for your video drivers situation, it looks like that laptop has an optimus setup (two video cards) the last time i tried to do this it was hell, but luckily there has been a lot of progress in getting optimus cards working in a linux setup. you might try following this guide i found for setting it up on kali: here

Bumblebee works by running your intel card for most applications but you can run certain apps using the nvidia card with a simple command, its the preferred method of getting this work because your battery life won't suffer from using the Nvidia card as your main card.

Your laptop is most likely using the correct drivers for your intel card currently or using a generic one.

Related Question