Installing Realtek ALC662 sound drivers on Ubuntu 12.10

5,929

What is wrong is that the install script has a very small bug in it which is very easy to correct.

If you run it, it will indeed display errors.

What to do ?

  1. open the install script in an editor
  2. change line 1 from #!/bin/sh to #!/bin/bash (just to be shure)
  3. change line 18 from cd alsa-driver-RTv5.18 to cd alsa-driver-RTv5.18/alsa

Save it and run sudo ./install

Share:
5,929

Related videos on Youtube

Ruturaj Patil
Author by

Ruturaj Patil

Updated on September 18, 2022

Comments

  • Ruturaj Patil
    Ruturaj Patil over 1 year

    Following the answer in Do I need any extra drivers for the Realtek waves maxx audio on my Dell XPS 17?, I'm trying to install audio driver for Dell XPS 15(L502X) from RealTek site. But I'm getting the following errors:

    # ./install
    .....Decompress Driver source v1.0.2x-5.18
    Compile Driver........
    ./install: 19: ./install: ./configure: not found
    make: *** No targets specified and no makefile found.  Stop.
    make: *** No rule to make target `install'.  Stop.
    ./install: 23: ./install: ./snddevices: not found
    

    Whats wrong?

    • Web-E
      Web-E over 10 years
      Just a question out of curiosity, why you are trying to install audio driver? It works out of the box, I am using it.
    • Ruturaj Patil
      Ruturaj Patil over 10 years
      For the same reason in the post I followed. Sound has very poor quality on Ubuntu compared to that on Windows. And I'm assuming using these drivers will improve it
    • thom
      thom over 10 years
      Linux is NOT windows: "In case of doubt, change driver" may work in windows but is bad advice in Linux. But if you want to continue, make sure you have installed the complete tool-chain of gcc, kernel-headers etc. because you will be compiling from source.
    • thom
      thom over 10 years
      Seems that you indeed need to install new drivers: do you have build-essential installed ?
    • thom
      thom over 10 years
      I've downloaded the packet myself...I think I have the answer.
  • Ruturaj Patil
    Ruturaj Patil over 10 years
    Thanks for response; But please elaborate : "First check if you don't overload any parts in the mixing path by setting everything at 75%" . Not sure what you mean. Do you mean music player sound level and speaker sound level should be 75% ? Also please suggest link for installing OSS4
  • Ruturaj Patil
    Ruturaj Patil over 10 years
    And one more thing, Windows supports playback of 24bit audio with upto 192k sample rate. Can this be done on Ubuntu ?
  • thom
    thom over 10 years
    try it...if it doesn't: file a bug.
  • thom
    thom over 10 years
    Yes, musicplayer soundlevel at 75% or less and speaker soundlevel at 75% or less. The sourcecode of OSS4 for ubuntu is here: launchpad.net/ubuntu/+source/oss4
  • Ruturaj Patil
    Ruturaj Patil over 10 years
    I tried installing OSS4 without success. It ended up with Dummy Output and no sound. So I reverted to alsa. But worth a shot