Sunday, May 5, 2024
 Popular · Latest · Hot · Upcoming
9
rated 0 times [  9] [ 0]  / answers: 1 / hits: 26225  / 1 Year ago, tue, january 31, 2023, 5:06:05

I have a Dell XPS 17(3D) laptop. It has JBL speakers and a subwoofer too.



It came windows pre-installed but I have Linux now in it. The problem is in windows I had Realtek waves maxx audio in it for better audio and stuff, how do I get that driver in Ubuntu 12.04?



Is there any possibility?


More From » sound

 Answers
6

I have found something. There are indeed drivers on the Realtek website. I think they work for all or many of their sound cards. I have a wifi card with a Realtek chip in it, and I had to get something from their website to get it to even work... let me tell you, the native Linux support for Realtek stuff is terrible.



Anyway, the first thing you want to do is download their "Audio Codec Drivers" (Misleadingly named, I believe) from their website (direct link to the page you want.) Scroll all the way down to the bottom, look under the section labeled "Unix (Linux)" and click on one of the links next to "Linux driver (3.0)". Any link will work but you probably want the one that says "US1" or "US2".



Before you do any of this, make sure that the build-essential package is installed.



The next steps: After each command, press the Enter key.




  1. Open your trusty Terminal and "cd" to the directory where you have downloaded the .tar.bz2 file. For example, if you put it on your desktop, you want to type cd ~/Desktop, or if, say, you put it in your Downloads folder in your Home directory you want to type cd ~/Downloads.

  2. Then you want to extract it with tar -xvf LinuxPkg_5.17rc13.tar.bz2.

  3. "cd" into the directory it creates with cd ./realtek-linux-audiopack-5.17/.

  4. Run the automatic installer script with sudo ./install. Type your password and press enter.

  5. Now, according to the documentation, everything should run correctly with your sound after you reboot, but just be aware that everything will be muted by default. You can unmute things with your sound management thing on your desktop, but they recommend using the alsamixer command (and I also find it to be a very handy utility, especially for fancy sound cards).



I hope that this procedure gets things working for you.


[#33060] Wednesday, February 1, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
earxcept

Total Points: 310
Total Questions: 115
Total Answers: 111

Location: Japan
Member since Sat, Oct 2, 2021
3 Years ago
;