Ubuntu :: Bass Does Not Working - Fuzzy Sound In Natty
Aug 3, 2011
I'm having a problem with my sound in the Natty Narwhal version of Ubuntu, where my bass doesn't seem to be working and is coming out as fuzz instead. I don't really know the technical terms for what I'm trying to describe, but instead of the deep part of a piece of music, I get this kind of v sound in the background instead. I get the same problem on headphones or from the speakers, and turning the volume up or down doesn't make any difference. Alsamixer tells me that my card is called HDA Intel, chip ALC272X. I've already tried turning down the PCA volume, as I've seen recommended in other places, but no luck.
View 1 Replies
ADVERTISEMENT
Jan 14, 2010
Recently installed Ubuntu 9.1 following an easy how to. The install session went really well, smooth and only had one little speed bump when deciding which drive to install to (running raid and did not want to loose other partition). Like most speed bumps I got passed it. Ran all the updates then decided to start listening to music with Rythmbox Music Player. The sound coming out of my Klipsch Pro Media 4.1 was muffled and sounded like just the subwoofer was on. I checked all connections and they were fine. I tried looking for equalizer but did not find it and then noticed the sound was like a skipping record. So I looked it up and came across some posts that I could not figure out if they were for my problem. Seemed to me they were just leading me in circles.
[Code]...
View 1 Replies
View Related
Mar 5, 2010
When I decode an audio clip which contain 5.1 streams (the encoding doesn't matter - or does it?) I cannot find an option which allows redirection of the lower frequencies (from front, back and center channels) to the sub woofer (LFE channel). I understand that this perfectly normal and this is how 5.1 supposed to work. My problem is that my speakers are not full range, so they cannot reproduce the bass in the streams. What I want to know is if there is a way to do something like this: [URL]
Which is described as: Bass redir - Bass redirection. Route basses from all channels to subwoofer. Works only if it is subwoofer at output speakers. Highly recommended for systems with separate subwoofer. Basses are routed before mixing so basses are shown at LFE input level (although 'real' LFE may be absent).
I'm aware of the enable-lfe-remixing = yes option. It works fine for stereo, but not for 5.1
I use ubuntu 9.10 and my pulseaudio version is 0.9.19. The player I use most is SMPlayer (version 0.6.8 (SVN r3213)) and AC3-liba52 for AC3 decoding. My system is up to date.
View 3 Replies
View Related
Feb 12, 2011
I need to have some tool to do mixer settings/geo analyser of sound to add bass/treble to the sound output from Ubuntu 10.10.
View 5 Replies
View Related
Jul 18, 2011
Have been using the exact same hardware setup for a while now (last 5 or 6 releases) and since 11.04, occasionally my sound will go really strange and fuzzy / distorted. It usually happens when I change music tracks I am listening to, but it will then effect all system noises. It will then go away as suddenly as it happened, again if I pause the track a few times to stop the distortion.
View 4 Replies
View Related
Feb 17, 2010
So I recently installed Ubuntu 9.10 on my second hard drive. I also just got a new pair of speakers. When I plugged in these speakers, they sounded pretty crappy ie: bad bass, distortion, etc. At first I figured it was because I bought cheap speakers and I was going to send them back. But instead, I booted up windows and voila... The sound was much better.
So I'm trying to figure out whats up (mind you I'm pretty new to Ubuntu) I looked up my sound card: nVidia AC97 and Ubuntu recognizes and apparently has drivers for this. I also followed the sound problems guide posted in this forum. Got as far as the "ALSA driver Compilation" step without much luck. It installed some stuff, but didn't follow what that guide said it would do.
View 1 Replies
View Related
Jun 2, 2010
I just installed 10.04 (64 bit, in case that matters) last night. I have onboard sound and video, and they working fine until I installed the proprietary drivers for my video card. When this happened, my sound got all fuzzy/scratchy. I can go back into the Hardware Drivers and remove the proprietary ones and then the sound is fine. My problem is that I want to use better drivers for my video, but not at the sacrifice of sound quality. I went to the nVidia site, and they have drivers from April 24, 2010 on there, but there's a couple problems with that. I don't know if they are any different than the ones I already installed through Ubuntu, and I don't know if they will cause the same issue. Since I'm fairly new to linux, installing the drivers from the .run file seems like more of an undertaking than I want to do right now, and I don't want to mess anything up and not be able to revert my changes. With the Hardware Drivers utility, I can easily remove the drivers and the sound works, but I don't know if that will be the case.
I have an ECS GeForce7050M-M motherboard. I can't really find specifics for chipsets, but the nVidia site detected a GeForce GTX 480 for video. If I recall correctly, my audio is some Realtek HD thing. I had this same problem when I tried 9.04, but I didn't narrow it down to the nVidia drivers at the time.
View 6 Replies
View Related
Mar 17, 2010
When I play any media whether through ...../video.google/totem/rhythmbox it comes out all fuzzy. Are there packages outside of the base alsa ones that come that I should install?
$ dpkg -l | grep alsa
ii alsa-base 1.0.17.dfsg-4 ALSA driver configuration files
ii alsa-utils 1.0.16-2 ALSA utilities
ii gnome-alsamixer 0.9.7~cvs.20060916.ds.1-2 ALSA sound mixer for GNOME
ii gstreamer0.10-alsa 0.10.19-2 GStreamer plugin for ALSA
ii libpt-1.10.10-plugins-alsa 1.10.10-2 Portable Windows Library Audio Plugin for th
ii libsdl1.2debian-alsa 1.2.13-2 Simple DirectMedia Layer (with X11 and ALSA
ii libsox-fmt-alsa 14.0.1-2+b1 SoX alsa format I/O library
View 9 Replies
View Related
Jun 22, 2011
Since I installed Natty recently, I had this "popping" sound from the speakers when the laptop was running on battery. Turns out this popping has to do with a power-saving feature for "hda-intel" sound-chips.
Open terminal and do:
Code:
gksudo gedit /usr/lib/pm-utils/power.d/intel-audio-powersave
Find this line:
INTEL_AUDIO_POWERSAVE=${INTEL_AUDIO_POWERSAVE:-true}
And comment it out by putting a "#" in front of it like this:
# INTEL_AUDIO_POWERSAVE=${INTEL_AUDIO_POWERSAVE:-true}
Just below this line you make a new line, like this:
INTEL_AUDIO_POWERSAVE=false
So now you will have:
# INTEL_AUDIO_POWERSAVE=${INTEL_AUDIO_POWERSAVE:-true}
INTEL_AUDIO_POWERSAVE=false
Save the file (File > Save) and exit.
Reboot the computer.
The popping sound will be gone.
If you for some reason need to undo the setting, just open the file again and remove the "#" from:
INTEL_AUDIO_POWERSAVE=${INTEL_AUDIO_POWERSAVE:-true}
And delete this line:
INTEL_AUDIO_POWERSAVE=false
Save the file.
Reboot.
View 4 Replies
View Related
May 9, 2011
I just did an install on a new partition to upgrade my htpc. I'm unable to get any sound over SPDIF working. I do not have a receiver that accepts HDMI so I need to use spdif That said, i was able to test the hdmi portion of the sound with my tv and that appears to be working fine.[URL]Below is just the list of aplay -l
Code:
**** List of PLAYBACK Hardware Devices ****
card 0: NVidia [HDA NVidia], device 0: ALC1200 Analog [ALC1200 Analog]
[code]....
View 4 Replies
View Related
May 15, 2011
Something went wrong during my upgrade to Natty two weeks ago and I had to do a fresh install. I've been trying to play Wii (using a Dazzle DVC 100) via VLC, which used to work just fine. Please refer to the attached screen print. Now, the video comes out okay, but there is no audio. I've tried playing around with the name of the audio device (hw:1,0 for example), but it still doesn't work.
I've also tried video capture with Lavrec, but it gives me this error: [lavrec] Error initializing Audio: Audio task died. Reason: Error /dev/dsp - No such file or directory
Could this be related to my other problem? I've looked in the /dev folder and, indeed dsp is not there, nor is there a dsp0,1,2, etc. Sound is working fine for everything else, though. I've Googled and tried some suggestions, but nothing has worked for me. BTW, I did an Ubuntu minimal installation, so I might have missed or forgotten to install something. I have installed the gstreamer good, bad and ugly plugins.
View 4 Replies
View Related
May 3, 2011
So I did the update to Natty and it went pretty smoothly, with one exception. My rig has two sound cards in it: the integrated motherboard sound card (Intel HDA audio) that I don't use, and a Sound Blaster Audigy (the original Audigy 1) that I do use.
This setup has worked fine in Ubuntu for as long as I can remember, but after the upgrade to Natty it appears that GNOME no longer knows that the Audigy is the card that's in use. It insists on routing things like volume changes via gnome-volume-control to the motherboard. I can confirm this by watching the volume levels for each card in alsamixer while modifying them in gnome-volume-control; the levels move appropriately on the integrated card, and stay stuck on the Audigy.
What makes this bizarre is that it's not that the Audigy isn't recognized -- it's shown in the "Hardware" tab of Sound Preferences, and the system plays back audio just fine through the speakers connected to the Audigy. It's just that I can't change the volume on the sound through the panel applet anymore. Normally I would fix something like this by using the Hardware tab to switch from the one card to the other, but in this case when I make that change it doesn't stick -- if I close the Sound Preferences and then open it again, it's right back to being set to the integrated audio.
Maybe this is a PulseAudio issue with older Audigy cards? I have no idea.
I can change the volume with my speakers' volume knob and my keyboard's media keys, I suppose, but I'm so used to be able to change it via gnome-volume-control that not being able to feels bizarre. Has anyone else out there with add-on sound cards installed alongside motherboard audio experienced this?
View 2 Replies
View Related
Jul 2, 2011
I've just bought myself a E-MU 1820M audio interface for use in home recording after seeing online that a number of people have managed to get it working. The card replaces a Terratec DMX 6Fire (which i only managed to get outs from, no in's). I have done everything and anything suggested all on the forums and websites i can find and still no in's or out's at all, and no lights on the dock functioning.
Having tried and failed on a number of things i decided to see if Alsamixer had picked it up, only to be shown a blank grey window with nothing showing. I purged ALSA and started again (I have even done a fresh install of natty in case it was anything else getting in the way that i had done previously) but to no avail. I am using ALSA driver 1.0.24, which is the latest version, and according to the ALSA website, the EMU support was addded in post-1.0.15, so all should be well.
View 7 Replies
View Related
May 11, 2011
In Maverick, I had sound working through a USB sound card and through my laptop internal speakers. The built-in headphone jack did not work. After upgrade to Natty, only the internal speakers work, so I have no way of playing through external speakers or headphones. My ALSA debug output is here: [URL]..I have been using pavucontrol for mixing and output selection, and nothing is muted. Sound works through internal speakers, built-in analog output, and USB sound card in Windows, so there is no hardware problem.
Getting either working would be fine. I may be failing to understand fundamental things.
View 5 Replies
View Related
May 4, 2011
My sound worked fine for the first few days.. then I noticed the mic wasn't working in skype so I tried messing with it in sound preferences. Now my speakers explode with this horrible distorted noise(semi-recognizable as whatever I'm trying to play) and sometimes freezes when I try to play any sound. Reinstalling just the drivers to avoid a fresh install, according to the stickied thread at the top, did nothing. Attempting to place the settings back to their defaults also does not appease this bloodthirsty beast.
I've been on a rampage through every lead I've found on trying to fix this problem but nothings worked so far.. it seems the problem is that the onboard speakers (Internal Audio; Analog Surround 4.0 Output) hates it's life in an Ubuntu OS too much to continue living. Not sure if the RS880 Audio Device [Radeon HD 4200] output is with it either.
Also heres my.. file report thingy(alsa-info.sh): [URL]
The laptop in question: [URL]
View 2 Replies
View Related
Apr 29, 2011
Looking at other threads i'm not the only one with this problem. after installing the proprietary driver, graphics are slow & 3D appears not to be working. fglrxinfo gives this:
display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: ATI Radeon HD 2400 PRO
OpenGL version string: 3.3.10666 Compatibility Profile Context
No mention of "glx" or "direct rendering" as in previous versions. sudo aticonfig --initial -f gives this: Uninitialised file found, configuring. Fail to link to fglrx-libglx.so, please check whether driver is installed correctly Using /etc/X11/xorg.conf Saving back-up to /etc/X11/xorg.conf.fglrx Apparently driver not installed correctly. Also there's no fglrx-modialases (or something) in synaptic thats been needed before.
View 9 Replies
View Related
Apr 30, 2011
when I try tu run impressive I get the following output:
Code:
Welcome to Impressive version 0.10.3-WIP Oops! Cannot load necessary modules: ('Unable to load OpenGL library', 'GL: cannot open shared object file: No such file or directory', 'GL', None) To use Impressive, you need to install the following Python modules:
[Code]...
View 1 Replies
View Related
Nov 25, 2010
Ok, I have windows and ubuntu, on ubuntu bass is working but on windows it's not, so on windows I listen to music from iPod instead, but is there anyway to fix it. I use iTunes player on windows and the equalizer there wont put the bass on too like it is on ubuntu and iPod.
View 3 Replies
View Related
Dec 18, 2010
I'm new to Ubuntu, but have some experience with *NIX (specifically Red Hat and AIX.) I'm not getting any bass out of my 4.1 Logitech THX setup. The surround speakers are operating fine. I know that the bass unit itself is working because I was using it with windows on this computer before I made the switch to Ubuntu. If I run a speaker test from either the sound preferences or the terminal, the speakers work but the bass does not. I ran this command from a terminal to help with the diagnostic effort, but I'm not entirely sure what I'm looking at:
Code:
wget [URL] -O alsa-info.sh && bash alsa-info.sh
Here is the output of the above command: [URL]
I have been searching for an answer to this question for some time now and can't see to find the relevant information anywhere.
View 2 Replies
View Related
Apr 17, 2011
This is an Acer Aspire 5720, with a "Mobile GM965/GL960 Integrated Graphics Controller". Although I initially though this was a problem with my installation, so I ran both the Maverick and recent Natty live cds and the s video out only functioned on the Maverick cd. The computer acts as if there is another monitor, but the TV does not display one.
View 9 Replies
View Related
May 18, 2011
I want to try and get apache and php working on Natty. I have got apache displaying an index page but when i try to show a php file firefox just asks me if I want to save the file and doesn't display the file in the browser.I installed using some info from websites to install al LAMP Server which seems to have finished ok.I have tried using php from the command line to see what happens and it seems the html is being generated ok.
View 1 Replies
View Related
May 19, 2011
I've been working on this for weeks, and I can't get my egalax touchscreen to work with gestures in Natty. I believe I have been booting in Unity, but have tried in the traditional Gnome-top as well.
The screen just works like a one button mouse. I get out put from the mtdev-test, but nothing from gesture test. I've tried with and without the egalax-multitouch-driver-common installed.
There is no xorg.conf, but I don't think there should be one.
View 4 Replies
View Related
May 1, 2011
When I try to start Geany, it crashes with a segmentation fault. The current version is 0.20. I've tried to downgrade it to 0.19, but it didn't solve the thing.
View 2 Replies
View Related
Jan 9, 2010
I am running Karmic 64bit on a frankenstein desktop. I am using an old Creative Soundblaster card with the live drive front panel. Ever since I started using Karmic I have lost many functions, there are no bass and treble controls, and no other controls other than volume and balance. Am I missing some vital drivers?
View 4 Replies
View Related
Dec 9, 2010
I installed Ubuntu 10.10 yesterday. I have an audigy2 sound card on my system. But did not see tone control such as bass and treble slide in mixer. When I run alsamixer at terminal window i got these controls but alsamixer does not control my sound card.
View 1 Replies
View Related
Feb 26, 2011
i've recently bought a new set of headphones, since the ones i had were really cheap and only lasted for like 3 months, now i have new ones, not really that good but not as cheap as the old ones xD anyway I've noticed this ones have more bass, therefore the sound is low, is there a way i can adjust this? i know the bass is from the headphones because they sound the same on my window$ machine
View 1 Replies
View Related
Dec 14, 2010
Playing a song works at first; then it quits after 1-5 minutes. If you select a different output device, it will work for another 1-5 minutes, but switching back to an already used up device will not play sound. Running 'sudo killall pulseaudio' resets everything and each output device works for another 1-5 minutes. This is on on 9.10.
Code:
lspci -v
00:00.0 Host bridge: Intel Corporation 82845G/GL[Brookdale-G]/GE/PE DRAM Controller/Host-Hub Interface (rev 02)
Subsystem: EPoX Computer Co., Ltd. Device 4002
[code]....
View 6 Replies
View Related
Apr 29, 2011
atlast i downloaded 64 bit version of natty. (i m currently using 10.10 32 bit). before i go for a clean install, i wished to test natty (the stable release) by running it from my usb stick. i was able to boot into it and natty identified my wi-fi with a breeze. i wanted to test some configurations that i had customized in maverick. i installed conky in natty and copied the conky script that i used in maverick. i also installed the necessary sensors. now the hitch is the sensors are unable to detect the temperature. is it coz i am running natty from a usb stick or some bug is there in this part ?
View 5 Replies
View Related
Apr 30, 2011
I just upgraded to Natty, from Maverick and I can't get 'Workspace-Switcher' to work. As a matter-of-fact, I was completely dumbfounded when Natty launched for the first time, and I was presented with 'no' menus. What I got instead was some black-screen with some very attractive icons on it; but the icons had no organization to them that I could comprehend, and the categories that were presented didn't make any sense, based on the applications that I had installed. Apparently the designers of Unity thought that it would be a good idea for me to go 'fish' for my applications. Also, the most frequently used applications that I had pinned to gnome-panel disappeared, and I couldn't even rebuild them. The 3D menu, on the left, that combined my desktop icons, with the icons that were 'formerly' pinned to gnome-panel was also very attractive; but provided me with no useful functionality, other than complete disorientation and confusion. The scrolling was also slower than poo. All-in-all a very beautiful 'boat-anchor.' This distro should probably be renamed 'Virtual-Vista.' Fortunately, when I reenabled 'Desktop-Cube' and 'Rotate-Cube' and I think some other options related to Gnome, I got my menus and icons back. What a relief!!! I'm a power-user, and I have something on the order of 100 applications loaded. I just 'can't' go looking all-over-creation to find them...
Unfortunately, Workspace-Switcher could not be activated by clicking on it, only by <ctrl-alt-left/right arrow keys>. Also, unfortunately, all the desktops displayed the same applications. Definitetly 'not' a ready for prime-time player. I assume that this is a bug? Is there a work-around for this? If so, can someone please share it with me? For now I'm stuck with a ruptured-duck that can't swim. I usually have all four desktops populated, and switch between them whenever I have to wait on an application that's busy, or I get tired. I really 'need' this functionality.
P.S., It's more than Ok with me that a distro not be released, if it's not ready. I'd certainly prefer that to 'shock-and-awe.'
View 3 Replies
View Related
May 1, 2011
Long story short, my HTPC has a keyboard, but no mouse.I'd gotten pretty good at working the machine with no mouse, but after my upgrade to Natty Narwhal today, the Ctrl+Esc shortcut to open the Applications window no longer works. Alt+F2 only works when another application is already open.I can get to the Applications menu using Ctrl+Alt+NumLock and mouse emulation, but it's pretty painful.Have I messed something up here? My install went a little messy, but I've managed to get everything else working and I doubt a keyboard control would be a bad install/upgrade.
View 2 Replies
View Related