Saturday, October 31, 2009

HOW TO INSTALL AUDIO DRIVER IN LINUX?

if you have getting problem to install the audio driver in linux
then try these easier steps:-


 DRIVER INSTALLATION:

1.Copy the driver “1.0.16”to desktop from driver CD

2.Then open the “OPEN TERMINAL”

3.Then type the following commands

    #cd Desktop
    #bunzip2 alsa-driver-1.0.16.tar.bz2
    #tar –xvf alsa-driver-1.0.16.tar
    #cd alsa-driver-1.0.16
    #./configure
    # make
    # make install
    #./snddevices
    # init 6

The system will restart.

Related Posts



No comments:

Post a Comment