Noise using earbuds with Pixi

I'm trying to figure out if there is a problem with my Pixi or if this is normal behaviour:
     I have had my Pixi for about a month and recently I've started using it as a video and music device.  The problem is, when I use earbuds with my Pixi, there is a lot of noise coming through them.   I can hear the headphone jack turn on because it goes from completely silent to very noisey.  If I turn the volume all the way down while I'm listening to music, I can still here the noise and when I put the volume at 'one' there is even more background noise accompanying my music. 
     The noise does not keep getting louder as I turn the volume higher and higher.  Eventually it is drowned out by the music.  But I like to listen to my music very quietly since I work in a quiet environment, and I would like to be able to keep it on 'one' or 'two.'
     I've tried three different headsets and they all have this background noise coming through, but I don't know if every pixi has this problem with music at low volumes or if mine needs to be repaired.  I would love to hear comments, experience, and advice about what to do to solve this problem.
Thanks.
Post relates to: Pixi p120eww (Sprint)

Nope, not just you.  I've now heard it on two Pixis--second was a replacement from Amazon that apparently didn't solve my problem with echoing on the phone.

Similar Messages

  • I am having problems with an older ipod running 1.1.2 firmware trying to use earbuds with volume controls made for ipod. any suggestions?

    I am problems with an older Ipod classic running 1.1.2pc using earbuds with Ipod inline remote. The earbuds work fine with my new Ipod but not the older one. Any suggestions?

    1) This is because of software version 1.1. See this
    thread for some options as to how to go back to 1.0,
    which will correct the problem...
    http://discussions.apple.com/thread.jspa?threadID=3754
    59&tstart=0
    2) This tends to happen after videos. Give the iPod a
    minute or two to readjust. It should now be more
    accurate.
    3) This?
    iPod shows a folder icon with exclamation
    point
    4) Restore the iPod
    5) Try these...
    iPod Only Shows An Apple Logo and Will Not Start
    Up
    iPod Only Shows An Apple Logo
    I think 3,4, and 5 are related. Try the options I
    posted for each one.
    btabz
    I just noticed that one of the restore methods you posted was to put it into Disk Mode First rather than just use the resstore straight off, I Have tried that and seems to have solved the problem, If it has thank you. previously I have only tried just restoring it skipping this extra step. Hope my iPod stays healthy, if it doesnt its a warrenty job me thinks any way thanks again

  • Can i use earbuds with mic to make recordings on ipad

    HI am trying to use my Klispch s4i earbuds with mic to make audio recordings on my ipad. i know i will have to buy a sound recorder program from the app store. Thanks

    I have a zagg smartbuds that have a microphone and it records. Try testing. The Dragon app is free, it's a 'voice to text' app. Download it and try with your earbuds and see if ti works. If that app works then they other should too I would think.

  • Using ACS with PIX/ASA

    Hi there,
    We have an implementation of Cisco Secure ACS 4.1.4 using RSA SecurID as its authentication source to provide role-based access control and command level authorisation.
    We have succesfully deployed this our routers/switches, and are now looking at configuring Cisco PIX/ASA devices to use ACS and have stubbled across issues.
    Config on PIX/ASA (note we actually have 4 ACS servers defined for resilience etc):
    aaa-server XXXXX protocol tacacs+
    accounting-mode simultaneous
    reactivation-mode depletion deadtime 1
    max-failed-attempts 1
    aaa-server XXXXX inside host <SERVER>
    key <SECRET>
    timeout 5
    aaa authentication telnet console XXXXX LOCAL
    aaa authentication enable console XXXXX LOCAL
    aaa authentication ssh console XXXXX LOCAL
    aaa authentication http console XXXXX LOCAL
    aaa authentication serial console XXXXX LOCAL
    aaa accounting command XXXXX
    aaa accounting telnet console XXXXX
    aaa accounting ssh console XXXXX
    aaa accounting enable console XXXXX
    aaa accounting serial console XXXXX
    aaa authorization command XXXXX LOCAL
    Problems:
    Enter PASSCODE is NOT displayed on first attempt to logon to the PIX/ASA because it does not attempt to communicate with ACS until username/pass is sent.
    Username with null password (e.g. CR) will correctly then display Enter PASSCODE prompt received from ACS.
    PIX/ASA does not attempt to authenticate against all configured TACACS+ servers in one go, instead it tries each sequentially per authentication attempt….e.g.
    1st Attempt = Server 1
    2nd Attempt = Server 2
    3rd Attempt = Server 3
    4th Attempt = Server 4
    This means that in total failure of ACS users will have to attempt authentication N+1 times before failing to LOCAL credentials depending on number of servers configured, this seems to be from setting "depletion deadtime 1" however the alternative is worse:
    With “depletion timed” configured, by the time the user has attempted authentication to servers 2,3 and 4 the hard coded 30 second timeout has likely elapsed and the first server has been re-enabled by the PIX for authentication attempts, as such it will never fail to local authentication locking the user out of the device, the PIX itself does warn of this with the following error:
    “WARNING: Fallback authentication is configured, but reactivation mode is set to
    timed. Multiple aaa servers may prevent the appliance from ever invoking the fallback auth
    mechanism.”
    The next issue is that of accounting.....AAA Accounting does not record “SHOW” commands or session accounting records (start/stop) or “ENABLE".
    The final issue is ASDM. We can login to ASDM successfully using ACS/RSA SecurID, however when a change is made to the configuration ASDM repeatedly sends the users logon credentials multiple times.
    As RSA SecurID token can only be used once this fails and locks the account.
    Any ideas on how to make two of Ciscos leading security products work together better?

    Just re-reading the PIX/ASA 7.2 command reference guide below:
    http://www.cisco.com/en/US/docs/security/asa/asa72/command/reference/crt_72.pdf
    It appears some of the above are known issues.
    PASSCODE issue, page 2-17 states:
    We recommend that you use the same username and password in the local database as the
    AAA server because the security appliance prompt does not give any indication which method is being used.
    Failure to LOCAL, page 2-42 states:
    You can have up to 15 server groups in single mode or 4 server groups per context in multiple mode. Each group can have up to 16 servers in single mode or 4 servers in multiple mode. When a user logs in, the servers are accessed one at a time starting with the first server you specify in the configuration, until a server responds.
    AAA Accounting, page 2-2 states:
    To send accounting messages to the TACACS+ accounting server when you enter any command other than show commands at the CLI, use the aaa accounting command command in global configuration mode.
    ASDM issue, page 2-17 states:
    HTTP management authentication does not support the SDI protocol for AAA server group
    So looks like all my issues are known "features" of PIX/ASA integration with ACS, any ideas of how to achieve a "slicker" integration?
    Is there a roadmap to improve this with later versions of the OS?
    Will the PIX/ASA code ever properly support the same features as IOS?
    Would it be better to look at using something like CSM instead of ASDM?

  • Terrible feedback/noise using jamlab with macbook

    I don't know where else to post this. I'm sure it's a macbook issue, as I used the same jamlab with my mini.
    Whenever I use distortion (i've been playing guitar for over 15 years, so I know how much distortion is too much etc... in this case, anything in the 'saturated' range) screams feedback, even when using headphones. I only use headphones.
    I also bought a preamp to see if it was an input/gain issue. No Help.
    Here are some things I've tried:
    - Using aggregate device to use headphones out of macbook, input of jamlab. No help.
    - Muting all unused devices (built-in mic, line-in etc..) No Help
    - Unplugging from power source. No Help
    - Using different USB port, turning off bluetooth, wifi etc. No help!
    Something interesting to note; when looking at the meters and the noise is present, they sit flat, not necessarily redlining, but they're not pumping, they're hitting a wall. The screeching feedback only occurs in the absence of notes. When I select 'no output' on the channel the levels are empty and respond as they should when playing guitar. They bounce when I play, remain silent when I'm not playing. However, this is pointless because I want to hear what I'm playing. The meters also behave this way (normal) when I unplug the headphones (not routed to speakers or any other to-air output)
    I'm been getting into amp sims lately, and this is just annoying the **** out of me. A noise gate would be of no use because I'm incorporating volume swells, rests, and sustained notes...for me a gate just ruins all those things.
    Anyone else experience this? I have the latest driver as well.

    You should have a line-in jack right next to the headphone-out jack on your Macbook, no? Then in GB's Prefs choose built-in for you input.
    I strongly doubt that the line-in would pick up anything from an iPhone headset. You would have to untangle the in/out wiring of that headset, and then the level would still be much too low for a line-in. Think of all the stereo headsets that work with Windows machines but not with a Mac because it has a line-level input and not a mic-level.

  • Using earbuds with the iPad (4th generation)

    Does anyone have any problems with the picture (movie, video, etc) locking up when you plug in the earbuds (came with my phone) in your iPad?  I have also found that when you plug it in it doesn't plug in all the way (like on my iPhone), some of the plug is still exposed and also it isn't a tight fight, it is rather loose.  You can plug it in and very easily remove it.  I don't hear a clicking type noise when I plug it in like I do on my iPhone. 

    You are not inserting it in all the way. Push a little harder (on some iPads the plug is a tight fit the first few times you insert it)

  • Problem using earbuds with iPad 4G

    So I can't figure out how to connect my earbuds to my new iPad 4G. The bit the manual says is the headphones jack has what looks like a tiny lightbulb in it, and won't accept the jack. What am I doing wrong? Do iPads only take bluetooth headphones, or something?

    I wonder if that is some sort of cover they have put in there to protect the jack during assembly and shipping.  In any event, it needs to not be there... Duh.. So you can plug in your buds.   Does it pop out?  If you cannot get it out, buzz into the apple store and get them to look at it.
    There are some reports here of people breaking their earplugs off in the jack, but that would not be the case if this was a new pad.  Post back when you get it resolved.

  • Can i use wireless earbuds with my ipod nano 6th. if yes how do i do it ?

    can i use wireless earbuds with my iPod nano 6th generation ?  If yes, tell me how to do it. Thank you

    You will need this: http://www.amazon.com/KOKKIA-MULTI-STREAM-multi-stream-authentication-Capabiliti es/dp/B004I408OW/ref=sr_1_1?ie=UTF8&qid=1405309396&sr=8-1&keywords=bluetooth+ipo d+adaptor

  • Is there an adapter that lets you use iPhone earbuds with an iMac?

    I have big heavy uncomfortable headphones with a mic that I use for gaming on my iMac.
    I'd rather use the earbuds from my iPhone.
    Is there an adapter that lets you use iPhone earbuds with an iMac?

    I got the splitter, (see link below), but the mic does not seem to work. Apparently, there's a difference between a mic port and a line-in port. Mic ports are powered by the computer, line-in ports are not. They expect a powered signal to come from the input device. The iMac has a line-in port.
    I downloaded an app called Line-in that is supposed to give back the ability to use unpowered mics with Macs that lost the abiliy after a system update. It did not work for me. I guess my iMac never had the ability to use unpowered mics.
    So I ordered the USB Stereo Audio Adapter below. It's basically a sound card that plugs into a USB port and will work with an unpowered mic. It has not arrived yet. I'll let you know how it goes.
    GTMax Headset Adapter: Smartphone Headset to PC Adapter - Use a 3.5mm iPhone/Smartphone Headset With Your PC, Converts 3.5mm Plug to Dual Mic/Audio 3.5mm, for Skype/VOIP
    http://www.amazon.com/gp/product/B0046FMRGA/ref=oh_details_o01_s00_i00
    Syba SD-CM-UAUD USB Stereo Audio Adapter, C-Media Chipset, RoHS
    http://www.amazon.com/gp/product/B001MSS6CS/ref=oh_details_o00_s00_i00

  • Using the earbuds with clicker I'm not able to advance my music

    using the earbuds with clicker I'm not able to advance my music

    The Compatibility section here shows it's only compatible with the 6th generation iPod classic (2009): http://store.apple.com/us/product/MD827LL/A/apple-earpods-with-remote-and-mic

  • Noise when using headphones with new Lumia 630

    I've got a new Lumia 630 today and when I tried to use headphones with it at first phone did not recognize them ( I still have to reconnect them sometimes) but the main problem is a hiss noise when phone produces sounds. It could be music, video or keyboard clicks, whatever. I can hear it even when loudness of music player is set to 0. Is it known issue? Or is it problem with my phone? I tried another headphones and have the same problem, maybe a less noise.
    Sorry for my English. Need your help!

    Hi wtfwithmyphone,
    Welcome to the forum! 
    Does it only happen when using the phone with headsets? Do you also hear this noise when the audio is played via loudspeaker? What are the models of the headsets that you tried with your Nokia Lumia 630?
    Note that the Nokia Lumia 630 supports headsets that have American Headset Jack (AHJ) ports. Using other types of headsets may cause performance issues, like background noise and audio quality distortion. This link will show you some of the headset models supported by the Lumia 630: Accessories for Lumia 630 - Headsets.
    Let us know if this information has helped you. 

  • Can I use iphone earbuds with a mac pro tower? And with an extension cord?

    I also need to use an extension cable because of my standing desk (tower is on the floor). I get confused with the 2-band jack, the 3-band jack, etc. I haven't been successful using a regular, radio shack type of headphone extension cord. Salesmen give me a blank stare when I try to explain that I have iphone earbuds with a 3-band jack and that it doesn't work with a regular extension cord. It's like I'm speaking Swahili.

    You can't using 4-band iPhone earphone with Mac Pro.
    You need to get 3-band earphone and extension cable.
    I've been using iPod shuffle's earphone with extension cable osn it works well.
    http://www.amazon.com/iMBAPrice-iMBA-PS-12MF-12-Feet-Plated-Extension/dp/B009UEB UZQ/ref=sr_1_5?s=electronics&ie=UTF8&qid=1382758521&sr=1-5

  • Mic is too sensitive, calls constantly cut out. People tell me y loud, and it sounds like I'm in a tunnel. Any background noise, and call is completely cutting out. This occurs all the time, but more so using earphones with in cord mic.

    I have iphone5 ios6 and the Mic is too sensitive, and calls constantly cut in and  out. People tell me there is loud background noise and it sounds like I'm in a wind tunnel. Any background noise, and call completely cuts in and out and sounds as if call is dropping. This occurs all the time, but more noticeable while using earphones with in cord mic. I never had this problem with my old iphone4. Has anyone experienced this, and is there a setting that can correct this problem?

    Same problem for me.  So bad in fact that I can't really use my headphones for calls.  I have tried it with several sets of headphones.  My primary are the Bang and Olufsen headphones which were great with the previous iphone 4 and 3. 
    Apple please address this issue.

  • Loud background noise when using headphones with mic. iPhone 5

    I usually use headphones with a microphone to make phone calls, and they used to work perfectly.  As soon as I got the iPhone5, I have had trouble.  The person I'm talking to can hear every tiny background noise louder than my voice.  In fact, they complain that it sounds like glass breaking or the ocean or loud rain.  Today, someone about 20 feet away pulled up the window blinds and my caller said it hurt her ears. 
    I've tried a couple different sets of headphones and have the same problem.  Has anyone else experienced this?

    Yes I have the same problem. I have tried 3 different sets of headphones and have had my iPhone replaced. The problem persisits. I am a Version customer in central Wisconsin.
    The headphones are unuseable while making a phone call in a atmosphere where there is any background noise.
    I have been on the phone for hours with Apple. Problem persists.

  • How do I use earphones with iphone

    I am a grandmother who doesn't use all the apps that are on the iphone. I am planning a nice vacation where I will be flying quite a lot. Please tell me how to use noise cancelling earphones with my iphone. If I download an audio book, will I be able to listen to that on the plane. I also have an ipad, can I use the earphones with that as well. I had such a bad experience on my last trip with screaming babies on international flights. Thanks

    Please tell me how to use noise cancelling earphones with my iphone."
    Plug the earphones into the iphone.  Put the headphones over your ears.
    " If I download an audio book, will I be able to listen to that on the plane. "
    Yes.
    " I also have an ipad, can I use the earphones with that as well."
    Yes.

Maybe you are looking for

  • Touchsmart and Windows 8

    Im looking at a new Touchsmart (420-1100) and plan to upgrade to windows 8 but i keep reading stuff about how the screens wont work well for windows8 because of something to do with the "bezel" around it.....is this true? and should i wait for a true

  • How do i place image next to sprymenubar? CS4

    Hey everyone I am extremely new to this all I have no background in coding or dreamweaver. I was able to place an image (my website logo) and create a functioning spry menu bar. however the menu bar is placed below my image and I want it to run side

  • Can I start over in iPhoto?

    I transferred all photos from a pc and there was a lot of duplication.  These photos went into iphoto before I cleaned up the images file.  Windows will not allow for duplicate file names, but Mac seems to have not problem with files having the same

  • File Sharing with iMac G5 w/PC

    I have gone through the instructions for connecting my iMac and PC, and from the PC I am able to access the primary Mac account. But I can't see the other 2 accounts even though they are enabled from the Mac. What am I missing??

  • Hyperion Enterprise 6.3 Installation errror

    We have installed Hyperion 6.3 on a new server. The software runs on the server. Users accessing it through a shared network drive get the error "The specified module could not be found", and data entry is locked in all categories. We have duplicated