Yoga 2 Pro: Sound, Browser and Wifi Fixes

These are the fixes I have came across the last couple months. Hope these are helpful.
Sound, when plugging in headphones or HDMI connecton the sound will go out sometimes.
FIX: Press  Mute, then mute again(turning the sound back on). Works fine after.
Browser, I don't have this one licked yet but this is my work around. I would love input if anyone has a better alterative. In Chrome touchpad scrolling is impossible for me to use. It will scroll 10% down the page and stop then start zooming the page in and out. But the touchscreen does work fine. I prefer the touchpad in most cases, so this is what i have done. I do miss the extentions in Chrome.
FIX: Use Firefox. Not a perfect fix but I am happy. The loading times when going back to pages is alot faster and touchpad scrolling def works.
Wfif, works fine most the time. As of the last 2 weeks, twice the wifi went to a "limit connection".
FIX: Windows "Troubleshooot Problems" on the Wifi icon. It like restarts the wireless connection and works fine.

1. This is a Windows 8/realtek feature. If I am listening to iTunes first and then play a youtube video, it will assume that since iTunes has been playing longer, it must be more important. As a result, it plays the youtube video at a lower. Even if you pause iTunes, Windows will be hooked to the iTunes player for a few min before it realizes the change in audio states and increases the youtube video. 
Try: Control Panel > Sound > "Communications" tab > "Do nothing".
2. Sounds like a Windows problem too.
3. Have you tried disabling adaptive brightness (it must be disabled in 3 different locations, to properly be disabled).
4. Try disabling/uninstalling DPTF

Similar Messages

  • Lenovo Yoga 2 13, Kali Linux 1.0.7, Ubuntu 14.04, Windows 8.1 install, config, and wifi fix.

    Lenovo Yoga 2 13, Kali Linux 1.0.7, Ubuntu 14.04, Windows 8.1 install, config, and wifi fix.
    I wanted to share an experience with everyone I hope will help others avoid what I have gone through the past 3 days. I bought a Yoga 11s that I loved but had some issues with the wireless, Lenovo being awesome replaced it with a Yoga 2 13. I love this laptop but ran into some issues with Linux install/wireless, which I wanted to show how to resolve in one place. Hopefully this will help someone else get through this quicker
    I am going to try and write this for someone with little Linux experience, if I miss the mark please let me know and I will clarify the best I can.
    For work I need Windows 8.1 and Kali Linux, while for home I prefer Ubuntu.
    My Yoga 2 13:
    I5 1.6 ghz
    8 GB ram
    256 GB SSD
    ORANGE!
    My requirements: 
    I need Windows
    I need Kali Linux (livecd, even with persistent mode was not an option as it would not save the wireless fix or system updates) – I would also like this on a USB drive and not the internal SSD
    I would like Ubuntu
    Needed to do this:
    1. 2 USB thumb drives (at least 8gb in size each) I used 2 Leef Supra 32GB drives. They are my favorite right now and are only about $27 at amazon.
    2. Phone that can USB Tether or a USB Ethernet card (External USB wireless will show as "Hardware Locked"). Again you can pick one up for sub $10 if you need the USB Ethernet route. I used my Galaxy S5, you will need to download 200-300 mb of items through this so make sure you have the data if you go that route.
    3. You may be able to get a USB wifi card to work if you do the following after boot. This only worked once for me.
                    a.Type ‘sudo rmmod iwlmvm’
    b.Type ‘sudo rmmod iwlwifi’
    4. ISOs of Ubuntu and Kali Linux (I used Ubuntu 14.04 and Kali Linux 1.0.7)
    5. Software to unzip the ISOs. I recommend 7-ZIP and will be referencing this in this guide.
    6. I will include the EFI boot files and the WiFi fix files if I can attach. Otherwise I will provide a link to them.
       Link: https://www.dropbox.com/s/puxnnoft3gn2b6l/WiFiFix.zip
    Recommended (these are just in case you corrupt something making your system not see any OS
    1.  I would call Lenovo beforehand and get a set of recover disks (this will take 2-3 days)
    2. In the meantime a USB Windows 8.1 or 8 ISO (the repair feature may save you)
    *Note: At many points in this guide I detail steps and commands. Please double check that you understand the step before proceeding. There are multiple points where a mistyped command or clicking the wrong option will cause your entire system to fail and you will need to reformat the entire drive and start over. This also will make One Touch recovery not work. Proceed with caution.*
    I did not need to disable ‘secure boot’ to do this, but keep in mind that you may need to.
    Steps:
    First let’s go through the installs, and then we will go through grub config and wireless fix
    1. In Windows scroll to computer and right click, select manage.
    2. Go to “Disk Management”
    3. Select the main HDD (notice Lenovo puts a stupid number of partitions on here)
    a. I deleted the D: drive on here, if you do this make sure to copy the drives over to your main C: drive. You will want to run each of the installers and repair the drivers after.
    4. I used the space from the D: drive and pulled a little more creating a 50 GB partition for Ubuntu and my swap file
    a. You can also add more space by right clicking your C drive and selecting shrink
    b. Do not format the partitioned data as this will make identifying it later much easier.
    5. Open a command line
                    a. Swipe from the right of the screen and select search
                    b. Type ‘cmd’
                    c. right click and select ‘run as admin’
    6. For Ubuntu: Type ‘diskpart’ into the command line
                    a. type ‘list disk’
    i. You should see 2-3 disks depending on if you have one or both usb drives in the laptop at the time. I would suggest only doing 1 at a time so you don’t lose track.
                    b. type ‘select disk $’ (Replace the $ with the number of the drive)
    c. ***** Before proceeding make sure you have the correct drive selected or you can ruin your Windows install and Lenovo one touch recovery will not fix it since we have changed the partitions *****
    d. type ‘clean’
    e. type ‘create partition primary’
    f. type ‘active’
    g. type ‘format  fs=fat32 quick’
    h. type ‘assign’
    i. type ‘exit’
    6. For Kali Linux: Type ‘diskpart’ into the command line
                    a. type ‘list disk’
    i. You should see 2-3 disks depending on if you have one or both usb drives in the laptop at the time. I would suggest only doing 1 at a time so you don’t lose track.
                    b. type ‘select disk $’ (Replace the $ with the number of the drive)
    c. ***** Before proceeding make sure you have the correct drive selected or you can ruin your Windows install and Lenovo one touch recovery will not fix it since we have changed the partitions *****
    d. type ‘clean’
    e. type ‘create partition primary size= 3272
    f. type ‘active’
    g. type ‘format  fs=fat32 quick’
    h. type ‘assign’
    i. type ‘exit’
    j. By doing this we can maintain a portion of this drive as the install CD and still have linux install/ liveCD if we need to run it on another machine.
    7. At this point the drive is ready to have the contents of the ISO copied over.
    8. Right click the ISO and select 7-zip then ‘zip to /’ This should unzip the ISO to the location of the ISO into a folder named exactly the same as the ISO.
    9. Once this is done for Ubuntu ISO it is done
    10. Kali requires a little bit more to be ready
                    a. Kali will need some files added for EFI boot. --$--
                                   i. Thanks to: https://forums.kali.org/showthread.php?271-How-to-EFI-install-Kali-Linux
                                   ii. EFI files are located within the wifi fix folder https://www.dropbox.com/s/puxnnoft3gn2b6l/WiFiFix.zip
    11. Now let’s start with Ubuntu
    Ubuntu install
    1.     Place USB drive into the laptop and press the “Lenovo boot” button next to the power button
    2.     Select ‘Boot Menu’
    3.     Select ‘EFI USB Device (Name of drive)’ Mine stated Leef Supra
    4.     Select ‘install Ubuntu’
    5.     Go through the Ubuntu install until you get to select the install drive
    6.     Once you get to the install portion it will ask you to select from one of 4 options. Select ‘Manually select partition’
    7.     Select the “Free Space” where we opened up some of the drive
    8.     You will need to create 2 partitions, I usually create the swap partition at the end of the drive
    a.     First I create the swap
                                              i.    Set at the end of the drive
                                             ii.    Set size to 1024 mb
                                            iii.    Set type to ‘swap’
    b.     Second create the ext 4 partition
                                              i.    Set to beginning of drive
                                             ii.    Set to remainder of the space
                                            iii.    Set type to ext4
                                            iv.    Set mount point to /
    9.     Finish the install and boot into Ubuntu
    10.   You will notice that your wireless is ‘disabled by hardware’ This is fine for the time being and we will worry about this after the kali install. If we fix it now for some reason after installing kali we get the error again and would just need to fix it again.
    Kali Linux install
    1.     Place USB drive into the laptop and press the “Lenovo boot” button next to the power button
    2.     Select ‘Boot Menu’
    3.     Select ‘EFI USB Device (Name of drive)’ Mine stated Leef Supra
    4.     From the grub menu select ‘install kali linux’ both graphical and text work. I much prefer text install
    5.     You will get a few errors through the install but that is fine
    6.     The first we see is about network hardware and ‘load missing firmware from removable media?’ – Select ‘no’
    7.     Then select no ethernet card
    8.     It will have you name your machine then it will ask you for the root password
    a.     If you want to just use root *not recommended* place the password here
    b.     If you wish to use a non-root account then leave these blank and it will ask you for a name, username, and password of the new machine *Very Recommended* - this will also add this user to the sudoers file
    9.     It will then ask you to ‘partition disks’
    10.   Select manual
    11.   Now here is where it can get a little confusing so read twice click once
    12.   Select the USB drive from this list
    13.   Mine shows up under (sdb) – Leef Supra
    a.     It could be sdc, sdd, sde, etc… depending on how many drives you have plugged in.
    14.   You should see one primary drive that is 3gb or so that is formatted as FAT32. – DO NOT TOUCH THIS PARTITION!
    15.   You should see the remainder of this drive as ‘FREE SPACE’ select that
    16.   Create a partition at the end at size 1024mb and swap
    17.   Then create another one for the remainder of the drive and set it to ext4 with mountpoint of /
    18.   Continue through the install after you should see an error warning you that ‘you may not be able to boot’ that is fine, select continue
    19.   Then select from the menu of all the options ‘continue without bootloader’
    20.   It should finish up then reboot on its own.

    First setup/boot/fix grub
    1.     You should  be able to boot up into GRUB2 menu now.
    2.     You may not see kali linux in this menu (make sure you have your towel and don’t panic!)
    3.     Boot into Ubuntu
    4.     Once you log in you should see that you still cannot use wireless due to being locked by hardware
    5.     This is expected
    6.     Let’s fix grub then we will come back to fixing wireless
    7.     Plug in your device to connect to the internet (USB Tethering or USB Ethernet)
    8.     Once you verify that you now have an internet connection run the following from terminal
    a.     ‘sudo add-apt-repository ppa:danielrichter2007/grub-customizer’
    b.     ‘sudo apt-get update’
    c.     ‘sudo apt-get install grub-customizer’
    9.     You can also edit the grub.cfg manually if you know what you are doing… I did not
    10.   Open grub  customizer
    11.   It should auto populate and you should see ‘debian (kali linux)’ somewhere in the list
    12.   It should be mounted to /dev/sdb2 or /dev/sdc2 depending on how many devices you have
    13.   At this point go ahead and save
    14.   Reboot and test that you can get into each OS
    15.   This is where my inexperience got me. I spent 2 of my days so I am including this error: If when you boot into Kali you get an error somewhere that says ‘/bin/sh: can’t access tty: job control turned off’ look above it for an error that looks similar to ‘ALERT! /dev/sdc2 does not exist. Dropping to a shell!!’
    a.     That error is due to the mount point being incorrect in grub, reboot and from within grub highlight the kali boot. Press ‘e’ then towards the bottom you should see ‘root=/dev/sdc2’ change this to ‘root=/dev/sdb2’ again the number doesn’t matter just make sure it stays the same.
    b.     Press F10
    c.     If this boots fine then you will need to go back and fix the grub.cfg or load into Ubuntu and open grub customizer again, it should fix this
    16.   Now you have 3 working OS on the machine with one being on a USB! Congrats!
    17.   You can remove the USB with no worry of screwing up your install, but you will not be able to boot into Kali Linux until you replace it. I would suggest only removing it and replacing it while the machine is powered off, but that’s just me.
    Fix Wireless
    Now is the time to do what probably ¾ of you came here for. FIX THE DANG WIRELESS. This is a huge problem from Lenovo’s side that I hope they realize how important Linux is and will fix. I won’t hold my breath though.
    Log into Ubuntu : This is well documented in the following forum post on page 3 by user Haohe:
    http://ubuntuforums.org/showthread.php?t=2215044&page=3
    His has you download quite a large file, mine should be much smaller.
    https://www.dropbox.com/s/puxnnoft3gn2b6l/WiFiFix.zip
    1.     Download the attached package with the fix.
    2.     Connect your USB internet device (tether or ethernet)
    3.     Place the packages somewhere easy to access, in this example I will place them under ~/Desktop/WiFiFix
    4.     Type ‘cd ~/Desktop/WiFiFix/’
    5.     Now we need to prep the tools we need.
    6.     Type ‘sudo apt-get update’ – we did this before, but you know, just in case
    7.     Type ‘sudo apt-get install linux-headers-`uname –r`’   Note around uname-r they are the ` symbol not the ‘ this is located just above the tab on the same key as ~.
    8.     Type ‘make’
    9.     Type ‘sudo cp /lib/modules/3.13.0-24-generic/kernel/drivers/platform/x86/ideapad-laptop.ko ~/ideapad-laptop.ko.backup’
    10.   Type ‘sudo cp ~/Desktop/WiFiFix/ideapad-laptop.ko /lib/modules/3.13.0-24-generic/kernel/drivers/platform/x86/’
    11.   Type ‘sudo modprobe -r ideapad-laptop’
    12.   Type ‘sudo modprobe ideapad-laptop’
    13.   Type ‘sudo rfkill unblock all’
    14.   Type ‘sudo modprobe -r ideapad-laptop’
    15.   Type ‘sudo mv ~/ideapad-laptop.ko.backup /lib/modules/3.13.0-24-generic/kernel/drivers/platform/x86/ideapad-laptop.ko’
    16.   Next we need to blacklist the ideapad module
    17.   Type ‘sudo echo 'blacklist ideapad-laptop' > /etc/modprobe.d/blacklist-ideapad.conf’
    a.     The first time I tried this it wouldn’t work. So I did the following
    b.     ‘sudo touch /etc/modprobe.d/blacklist-ideapad.conf’
    c.     ‘sudo vim /etc/modprobe.d/blacklist-ideapad.conf’
    d.     Enter     blacklist ideapad-laptop
    e.     Exit and save
    18.   Reboot your Yoga 2 13
    19.   Boot into kali and see if you have wireless, if you do then you are done. If not we will need to repeat this process with one small little change.
    Kali Wifi Fix
    1.     Copy the sources.list from the package provided
    2.     Replace /etc/apt/sources.list with the included
    3.     Some of the file path changes but the process remains the same from here.
    Congratulations you now have 3 OSes one portable to other machines and working wifi!
    Thank you
    SirGed

  • Bridge Browser and WiFi Browser Issues???

    Hey everyone,
    I've had my Playbook since day one and I have been having issues that I can't seem to get resolved involving the Brdige Browser and WiFi browser.
    On the Bridge Browser I can't browse to any webpages. I simply get a non-descript "Not Authorized HTTP://whatevertheurlwas.com" error message. Ive tried dozens of pages, reset the bridge, to no avail.
    The other issue is with the WiFi browser. When I try to login to an Exchange 2010 OWA webmail site, I can't click certain check boxes (they arent grayed out, the clcik just wont function). Also - when I try and navigate to a SharePoint 2010 site I get an "Error - A network error has occured" message. It is accessible fine via an iPad, laptop, and desktop computer but not from the Playbook browser.
    Any ideas??

    I spent about 3 hours with Support on this last night.
    Explanation makes sense...could not verify it yet.
    Bridge Browser by default uses "Blackberry Browser" to surf the net. If this option is disabled by BES Admin (assumption here is that you are on BES), you will not be able to surf the net. If you have BIS services also, your Blackberry  handset (assumption here is that you are on OS v6) tries to open a site through "Blackberry Browser" and then defaults through "Internet Browser"...which is why you are probably surf the net through your handset without any issues.
    To verify this, install OS v5 and that gives you the option of picking the browser for your handset. If you get the same message after selecting "BLackberry Browser" on your phone...the above explanation can be confirmed. I am going to try it on my older Blackberry handset with OS v5 over the weekend.
    Solution if the above explanation is verified:
    Running the web browser in work mode
    If the Allow Browser IT policy rule is set to Yes and you configure the BlackBerry® MDS Connection Service to connect a BlackBerry smartphone to the Internet and intranet, a BlackBerry® PlayBook™ tablet that is connected to the smartphone can run the web browser in work mode.
    When the web browser runs in work mode, it does not use the Wi-Fi® connection that it uses when it runs in personal mode. Instead, the web browser can connect to the Internet or your organization's intranet using the smartphone's connection to the BlackBerry MDS Connection Service. The tablet encrypts any cached data that is stored on the tablet using the BlackBerry® Bridge™ work key.
    A BlackBerry PlayBook tablet user can access the web browser in work mode by clicking the browser icon in the BlackBerry Bridge panel on the tablet, or by clicking on a link in a work application. When a user clicks a link in any work application, such as a link in work email messages, work calendar entries, the contact list, tasks, memos, or BlackBerry® Messenger messages, the web browser runs in work mode if any of the following conditions exist:•
    No Wi-Fi connection is available•
    Web address does not contain periods•
    MDS Browser Domains IT policy rule includes the domain of the web address•
    Web address consists of a private IP address as specified in RFC 1918•
    Value of the Wi-Fi Internet Access Path IT policy rule is set to "Access through BlackBerry MDS Connection Service"
    If these conditions do not exist, the web browser runs in personal mode and connects to the Internet using a Wi-Fi connection.
    The web browser cannot run in work mode if it cannot access the BlackBerry MDS Connection Service.

  • Sound Card and Wifi device Not working - Compaq Presario CQ60 -109EM AMD Sempron

    I need a driver for my new note book Compaq Presario CQ60 109EM for Windows XP sp2 operating system.
    It was on Vista Home Basic. I hated it because it made the computer ran very slow, i downgraded to XP Sp2
    by myself, but now i am getting issues with all drivers. Everything is not working, the worse one is the sound
    card and wifi device are not working event not detected by xp. Please help me.

    grr i have the same problem, my laptop is the same model as urs. Go to Nvidia.com for the graphics card driver, the graphics card for our laptops is the nvidia geforce 8200 m card, just search it into the download section (it will ask you to). I cant get the internet working but im usin a usb modem. The webcam can be activated by going to the start menu and right clicking my computer and going to the manage option from here go to the device manager.
    Go to the yellow section and it will say other devices it will say hp webcam now download a youcam driver or whatever and right click on the hp webcam
    and select update driver click on this time only and select download from a spesific location and select the webcam driver it will hopefully work and be removed from the yellow section. now using a webcam veiwer you can use it. Thats all i know so far but i really would like to get my sound working mainly because on xp on this laptop it is pretty powerful for games as i can run crysis at medium settings at an exeptional level but obviously, NO SOUND GRR.....

  • How to get background image to fill the browser and remain fixed in both IE and Firefox?

    Basically what it says in the title. I've come very close in achieving this but something just doesn't tie up in the html and css code...
    First of all, I'm using IE8 and the latest version of Firefox to test this.
    I used 2 sources of information for getting this done: 1) http://css-tricks.com/perfect-full-page-background-image/ and 2) http://stackoverflow.com/questions/8958697/css3-background-size-cover-doesnt-make-image-co ver-vertically
    In Case 1 the example on the page called CSS-Only Technique #1 gives code that works almost perfectly for me, except that obviously I need a background image, however the CSS provided there is clearly just for an image dropped in the body of a page with no regard for other content that may already be there. The html code that I put on the page is simply <img class="bg" src="../images/background_image.jpg">
    Obviously I used the CSS code provided in the example, minus the last bit which is "@media screen" etc etc, which seems irrelevant to me. Obviously substituting values to suit the image on my page.
    So what happened is that it almost worked as intended in both the browsers (which means the image filled both browsers width-wise as intended and also remained fixed when I zoomed in or out in each case) except that the image went over the top of the current content that I had there already precisely because it's not a background in this "technique". (A curious side-note is that the image didn't push down the content, as I'd have expected in normal circumstances, but went right over the top of it so it hid it (like z-index).
    One thing that does bother me about this "technique" is that if you click on View Demo just below the code provided you will see on the working example page (forest background) the image clearly works as a background and the content sits happily on top! So I don't know whether the person providing the example was trying to mislead people or what! Or he got lazy and showed a different page that didn't use the exact code he provided. No matter.
    In any case this leaves me with the job only half finished, as I still need a background image that works like the 'normal image' code provided.
    On to Case 2 and on this page the first example provided gives the CSS for the background image - namely the code within html {...} part and also shows the same 'normal image' code as given in Case 1. In this case however, although the person provided a suggestion, the css and html doesn't really tie up properly plus some of the css and html seems a bit redundant. So this time when I used the 'html portion' of the CSS code (i.e. just the bit that was most relevant) I got two different behaviours in each browser and neither of which was quite what I'm looking for. In IE8 initially the page looks fine (background fills the page and content is on top) however when I zoom in or out the background also zooms in or out accordingly so is NOT fixed. In Firefox the background image DOES stay fixed, however because the image originally is not the whole height of the browser I'm guessing the code stretches it downwards (while keeping proportions - so the image essentially enlarges) to fill all of it. The quick way to get around it is to probably add some white space to the bottom of the image just to give it enough height that it doesn't stretch/resize automatically. But it would be nice to find out anyway how to get around this in the code. Overall I would say that the result in Firefox comes closest to the desired solution but of course it doesn't help matters with IE8.
    Apologies for the lengthy description but that should at least provide plenty info for anybody that might have a possible solution for me. Essentially what would be great is if somebody could advise me how to take the code from Case 1 and apply it to a 'background' piece of coding like the type that's contained within html {...} in Case 2. Like I said, it's so nearly there but I just can't make it work atm after trying to combine the various bits of code this way and that... Alternatively, if somebody has another html-css version that works nicely for achieving this then please by all means let me know! Thanks v much in advance!

    This works in modern CSS3 supporting browsers.  But not pre-IE9.
    http://alt-web.com/TEST/Resizable-BG.shtml
    Nancy O.

  • Disabling web browsing and Wifi Itunes music store

    We're thinking of getting a iPod touch for the kids for xmas and I'm wondering if there is a way to disable web browsing and iTunes wifi access, since I understand there are no parental controls available on the touch. Thanks

    yes there is no way to disable this icons, and the only way to do this is to put a password on your wireless router settings, this way they don't know the password and that they can not access the safari, youtube, and the wi-fi itunes music store.

  • Yoga Pro 2 Fan noise tweak fix?

    Anyone we can tweak the EC for yoga pro 2 like was done for the yoga 13
    http://forums.lenovo.com/t5/Idea-Windows-based-Tablets-and/Yoga-13-Fan-Noise/td-p/902693/page/84

    The MBA (at least my old 2010 model (which was a total lemon)) definitely has a substantial fan which kicks in under load (gaming etc.). You don't see vents because they just use the crack along the hinge line to get the air in and out. Yes, this means there's less exposed vent area but you still have to worry about blocking it say you were using it on top of a blanket or something.
    Also if your MBA ingests, say, enough cat hair to block the fan intake, then good luck getting at it to clean it out. I had an old Dell gaming laptop that became unusable until I opened it up and pulled the 1/8" mat of cat fur off the face of the heat sinks.
    Over time the inside of your laptop can start to look like that furnace filter you haven't goten around to changing in a year or two, depending on how the airflow goes. Usually the air gets pulled through a heat sink and the outer face of the fins can collect stuff.
    Someday the power dissipation may be such that we can have completely sealed dust-proof machines, but until then environmental concerns over time are still a big pain.
    Z.

  • Flash player crashes my browser and WiFi connection!

    Earlier this month, I had to perform a factory reset of my Dell laptop--erase the hard drive, reinstall the original Windows 8 OS, then re-update to Windows 8.1 and reinstall ALL my apps--because of a malware infection.  The computer would go to the BSOD ("blue screen of death") shortly after booting up.  The last thing I remember doing before this started?  Installing an update to Adobe Flash Player!  Even before this virus hit me, I was experiencing problems with my WiFi connection.  Webpages would suddenly stop loading, and it would only work again after I reset my connection, even though the router was in the next room.  I noticed (curiously enough) that I didn't seem to have this problem after I did the factory reset and reinstalled every app except for Adobe Flash.  The WiFi connection worked perfectly.  Then, on April 17, I visited a website (ESPN, I think), that needed Adobe Flash to play video.  So, with a good deal of trepidation, I went ahead and reinstalled Flash.  From that point on, I started having the same WiFi problem as before, only WORSE.  As soon as I started to stream video (and even sometimes audio), not only would the video stream suddenly stop playing or buffering, but I couldn't even refresh the page because my WiFi connection had to be reset!  So tonight, I uninstalled Flash Player, and voila, everything seems to be working perfectly again. From my experience, Flash Player is buggy, untrustworthy, and incompatible with the other software on my machine.  I'll be shopping soon for a competitor!  

    Some more info: My computer is a 64-bit Dell Inspiron 15 with a dual-core i3 processor; my favorite browser is Firefox, and I think I was running Flash 11.1 (it was a 32-bit Flash Player, so it might be I just need a 64-bit player, if that's available).  Let me know what you think...

  • Please, suggestion about final cut x, dvd studio pro, sound track and color

    what to do now, final cut studio cannot exist in same partition of fc x, but at same time fcx does not have anymore dvd studio pro, color and soundtrack, is it replacing the 3 programs? are you really satisfied of it?

    Try building the project to your desktop and then open the Video_TS in the Mac DVD player application.
    How does it play/sound?  This application is the best way to see and hear how your burned DVD should play vs. just using simulator and burning.
    Just to clarify- are you taking your FC QT file into Compressor and creating a MPG-2 and AC3 file or are you bringing your FC QT directly into DSP?
    What codec are you exporting from FC? ProRes422, DV, H264?
    Open the FC QT in QT and apple+I to see this.
    What does it say for audio?

  • Just bought a macbook pro 13 inch and wifi doesn't work at all

    , can't connect to my home network and in the advanced settings it says "wifi has self-assigned ip address... and will not be able to connect to the internet"

    if you have other computers in the house, your modem might be blocking it. I've have seen users with the same issue and have experienced it myself. if powering down all computers and devices that connect to the modem do not work, i will have to suggest you call your internet service provider to assist you with your modem.

  • Late 2008 MacBook Pro Forgetting date and wifi settings

    I have a 15" refurb MBP 5,1. It just started forgetting the time, date and my 802.11 settings including the WPA encryption key.
    Previously I made a post in the Power Forum saying that when I plugged in the power adapter I got a message in the upper right saying "not charging" yet it really was. Now this.
    I ran a repair permissions and that didn't seem to have an effect.

    Happened to me the other day. First time date and wi-fi were lost. Second time only wi-fi. It has worked OK since then.
    It could be the back-up battery or an intermittent problem with the Non-volatile RAM. Might be a case of back to Apple for a replacement!

  • Any fix for USB 3 port disconnects with Plugable GigE adapter on Yoga Pro 2

    Hi,
    Does anyone know if there is a fix intended from lenovo on this?
    Very pleased overall with my Yoga Pro 2, however one issue is that I sometimes need to use a GigE adapter and the Plugable USB3-E1000 I bought will disconnect periodically - mainly an issue when using the link heavily.
    It is acknowledged by plugable to be an issue:
    http://plugable.com/products/usb3-e1000 "There is known conflict with the Lenovo Yoga 2 Pro’s USB 3.0 port and the USB3-E1000. Symptoms include sudden loss of connectivity and failing of transferring files across a network. The current workaround is to use the USB 2.0 port. We are working with ASIX and Lenovo to resolve this known bug."
    It transmits at about 1.5MB/sec on USB2 and 15MB/sec on USB3 so a clear preference to use USB3!
    Thanks
    Stuart
    PS RUnning windows 8. fully patched, have updated BIOS from 1.15 to 1.16

    If used an external USB Wifi adapter that worked fine (Asus).
    This Linksys should also work in the Yoga.
    Freedom of Speech has just left the building

  • Yoga Pro 3 - Wifi dropped connections; refuses to reconnect

    First day of owning my Yoga Pro 3. Has anyone experienced intermittent wifi failures?
    I've had trouble on both access points that I have at home. One is an older 802.11b router (set to channel 1), and other a D-Link815 dual-band bgn router (with the 2.4Ghz radio set to channel 11). 
    I've experienced problems using both routers on either channel and when using the 5Ghz spectrum as well.
    Connectivity with either access point lasts from 5 mins to 30+ mins (in limited time I had available to use it so far).
    Far more frustrating is that when dropped, the YP3 refuses to reconnect. Manually selecting the access point in the network connections charm and clicking "Connect" results in failed attempts at connecting and system will refuse to connect to any Access Point for a random amount of time. At one point I had attempted to reconnect about 20+ times before it did reconnect.
    Obviously, tried rebooting without any change in behavior.
    I uninstalled the Broadcom wireless driver (the system the auto-installed a Microsoft driver which, from the version number, appeared to be an older version of the same Broadcom driver as they used a very similar numbering scheme and were very close). No change. I reverted that change.
    Are there known issues with these wifi cards/drivers accessing open wifi connections? I live in the middle of no-where, so have had no compelling reason to secure the access points.
    What else should I try?
    Thanks

    My WiFi connects fine @ 2.4 GHz only Access Point (netgear wnr2000 v2) 4 rooms away (~ 35 feet and my Linksys router is on the same room as me so I get 866.5 Mbps all the time), giving me fluctuating connection speed from 243 to 300 Mbps. I generally don't use the 2.4 GHz band but I occasionally try it to check for stability. It's working fine but there's too much 2.4 GHz clients in our area so I use 5 GHz for Netflix, Hulu steaming where low latency stability is needed.
    Definitely try reseating the antenna so you can rule that out. If you still can't connect @ 2.4 GHz, try other 2.4 Ghz access points or it's just that you get a defectve Broadcom 4352 card or it might be even Windows 8.1 drivers itself.
    Lenovo Y470: i7-2670QM | 8 GB DDR3 1333 MHz RAM | Nvidia GeForce GT 550M | 500 GB 7200 RPM Seagate HDD | ASUS PCE-AC56 802.11ac Network Adapter | Windows 7 Professional 64-bit

  • Why does Firefox 31 change all PDF icons and opening in browser, require a fix using REGEDIT to fix for ALL USERS on a computer?

    The solution to use REGEDIT in the question linked below almost fixed my trouble with PDF files on over 30 computers, with several users on each computer:
    https://support.mozilla.org/en-US/questions/1013642
    But I needed to fix it for ALL users on a computer, without logging onto each account, on each computer. My fix was to logon as administrator and change the following system-global key instead:
    HKEY_LOCAL_MACHINE\Software\Classes\.pdf
    Name: Default
    Type: Reg_SZ
    Data: FirefoxHtm
    Changed the data from FirefoxHtm to AcroExch.Document.11
    I use Adobe Reader XI on Win7 Pro, 64-bit machines.
    The problem started when I ran a downloaded file to install the new version of Firefox on the computers.
    Why would Firefox require me to use REGEDIT in this manner to fix the problem?

    This only happens when you set Firefox as the default browser and Firefox thinks that there is currently no application the handles PDF files.

  • You need to fix the "hangup" issue that firefox has. I close the browser, and 24 hrs later, it's STILL eating up all my processor time.. this IS an issue you need to have fixed.

    I dual boot between Win XP Pro x64 and Win 7 Ultimate x64. I also have a 2nd pc running strictly XP Pro 32 bit, and it's the same problem. Close the browser, and everything else takes a long time to load, even the security screen for Win7. then it takes a few minutes for task manager to show up. Seriously, I love the browser any day of the week over Chrome or IE. Fix it. kinda hard to do much when the browser is eating 90%+ of the processor

    I greatly appreciate the suggestions and the links.. I honestly looked earlier, but didn't find the ones you posted. My fault there. I have looked at them, and for all intents and purposes, I've already taken the steps they've suggested: disabled all plugins and extensions. Removed/uninstalled all plugins/extensions. Uninstalled and re-installed Firefox, no plugins or extensions.
    The problem still occurs. This isn't a problem that just started occurring, but has been relatively consistent in appearing since, v3.1 ( i think? Been going on for quite awhile)
    I'll continue to try and find just what is happening, but honestly.. I really do not believe the problem is my system.

Maybe you are looking for