I have a Dell XPS 17(3D) laptop. It has JBL speakers and a subwoofer too.
Super-Charged Sound on XPS 13. Waves MaxxAudio state-of the art technologies deliver unparalleled audio performance, with sound that is astonishingly louder, clearer, fuller and intelligible. To get the Realtek audio driver go to the XPS L502x support page. Click on 'Find it myself'. Click on 'Find it myself'. Click the blue 'Change OS' button to select your operating system -- but note that only Win 7 and 8 are supported. Here is the list of Dell Laptops XPS 15 (L502X) Drivers we have for you. To Download Dell Laptops XPS 15 (L502X) Drivers you should Download Our Driver Software of Driver Navigator. Then you can download and update drivers automatic. Just Download and Do a free scan for your computer now.
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?
Bruno Pereira3 Answers
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.
- 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 typecd ~/Downloads
. - Then you want to extract it with
tar -xvf LinuxPkg_5.17rc13.tar.bz2
. - 'cd' into the directory it creates with
cd ./realtek-linux-audiopack-5.17/
. - Run the automatic installer script with
sudo ./install
. Type your password and press enter. - 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.
RichardRichardThe now current 5.18 version install
introduced a very small bug due to different directory naming which is very easy to correct.
If you run it, it will display errors. So what to do ?
Again, make sure that the build-essential
package is installed.
Delete the directory Rt-Linux-HDaudio-5.18 (just to be shure) and Start again from scratch
- 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.
- Then you want to extract it with
tar -xvf LinuxPkg_5.18.tar.bz2
. - 'cd' into the directory it creates with
cd ./Rt-Linux-HDaudio-5.18
. - open the
install
script in an editor - change line 1 from
#!/bin/sh
to#!/bin/bash
(just to be shure) - change line 18 from
cd alsa-driver-RTv5.18
tocd alsa-driver-RTv5.18/alsa
- Save it and run the automatic installer script with
sudo ./install
. Type your password and press enter. - 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.
(note: I have unshamingly brutally copied >80% of this how-to from @searchfgold6789, except for some details, my apologies for that)
thomthomI would also like to add that if you feel the audio isn't loud enough using the alsamixer, you can download the pulseaudio manager in the Software Center, which will allow you to go beyond 100% and have more granular controls. I have a Dell XPS L702x, and it works great.
Not the answer you're looking for? Browse other questions tagged sounddell or ask your own question.
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?
Bruno Pereira3 Answers
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.
You can search for your product by name, model number or part number. Or, locate your product using the categories below. Logitech wireless mouse m210 driver for mac. Wireless pci adapter wg311v2 driver Logitech mouse m210 driver Bluetooth driver.0 Adapter. No additional drivers are needed. Way too hard to push such that the mouse.
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.
- 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 typecd ~/Downloads
. - Then you want to extract it with
tar -xvf LinuxPkg_5.17rc13.tar.bz2
. - 'cd' into the directory it creates with
cd ./realtek-linux-audiopack-5.17/
. - Run the automatic installer script with
sudo ./install
. Type your password and press enter. - 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).
Hitachi dz mv550a drivers for macbook pro. I hope that this procedure gets things working for you.
RichardRichardThe now current 5.18 version install
introduced a very small bug due to different directory naming which is very easy to correct.
If you run it, it will display errors. So what to do ?
Again, make sure that the build-essential
package is installed.
Delete the directory Rt-Linux-HDaudio-5.18 (just to be shure) and Start again from scratch
- 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.
- Then you want to extract it with
tar -xvf LinuxPkg_5.18.tar.bz2
. - 'cd' into the directory it creates with
cd ./Rt-Linux-HDaudio-5.18
. - open the
install
script in an editor - change line 1 from
#!/bin/sh
to#!/bin/bash
(just to be shure) - change line 18 from
cd alsa-driver-RTv5.18
tocd alsa-driver-RTv5.18/alsa
- Save it and run the automatic installer script with
sudo ./install
. Type your password and press enter. - 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.
(note: I have unshamingly brutally copied >80% of this how-to from @searchfgold6789, except for some details, my apologies for that)
thomDell System Xps L502x Drivers
thomWaves Maxxaudio Service Application
I would also like to add that if you feel the audio isn't loud enough using the alsamixer, you can download the pulseaudio manager in the Software Center, which will allow you to go beyond 100% and have more granular controls. I have a Dell XPS L702x, and it works great.