IChat video no longer working after Leopard upgrade

I always used to be able to video chat with everyone and then after my Leopard upgrade, no such luck... I looked through the user tips and here is what I have done.
1) Have you done the Quicktime Streaming setting ?
Yes, I have it set
2) Are you running your Mac with the Firewall On ?
Nope
3) Did you upgrade from Panther ?
Nope
4) How are you connected to the internet ?
Airport Extreme. Do I need to do set anything? We use it in 802.11n and nothing else.
5) Do you have any iChat Add-Ons ?
Nope
7) Does it have anything to do with connecting to a PC ?
See Here and here
8) List your Connection speed
6.7Mbps
Any ideas??
Thanks.

Hi,
2) Set the Firewall in Leopard to Allow Specific applications and service and add iChat to the list.
With an Airport Extreme I expect you have been getting Error 7
If the Modem is a Cable modem then nothing should be done to the Airport
If the modem id SDSL and routes then the Airport should not Share An IP and also the ports in the modem need to be opened with UPnP or pointing at the IP the computer has after you stop it Sharing an IP.
3:28 PM Sunday; December 9, 2007

Similar Messages

  • SugarCRM stops working after Leopard upgrade

    My local copy of SugarCRM CE 4.5.1 was working in Tiger before I upgraded to Leopard last week.
    After the upgrade, SugarCRM complains with the following message:
    =====
    Warning: mysqli_connect() \[function.mysqli-connect\]: (HY000/2005): Unknown MySQL server host 'localhost:/tmp/mysql.sock' (1) in /Users/orest/Sites/ruby/ruby.sugarcrm_from-backup-20080813/include/database/Mys qliManager.php on line 419
    Warning: mysqli_close() expects parameter 1 to be mysqli, boolean given in /Users/orest/Sites/ruby/ruby.sugarcrm_from-backup-20080813/include/database/Mys qliManager.php on line 444
    Could not connect to server localhost:/tmp/mysql.sock as root.Unknown MySQL server host 'localhost:/tmp/mysql.sock' (1)
    =====
    A copy of PHPMyAdmin has not had any problems during the transition from Tiger to Leopard, nor have local copies of WordPress and Drupal.
    Any advice would be appreciated. I'm new to the subtleties of Apache/PHP/MySQL on Leopard, so please be gentle.
    Thanks.

    Thanks for the swift response.
    I'm familiar with the socket location issues with MySQL on Mac OS X. My local copies of WordPress and PHPMyAdmin both work with their configurations pointing to the socket at /tmp/mysql.sock. These installations were working, along with SugarCRM, before the Leopard upgrade. Only SugarCRM has stopped working after the upgrade.
    Is there something I misunderstand about your pointer?
    - O.

  • You Tube videos no longer work after Flash Player upgrade

    I am running Win XP 2002 with SP3 and Firefox 3.6.15.  I just upgraded flash player and now the You Tube videos no longer display.  The You Tube sound works.  IE has not be affected and I can see the You Tube videos.  Firefox does display videos from Netflix and news sites but not You Tube.  Your company wants $39.00 to solve a problem that is the result of your efforts, not mine.  I think that is wrong.  So what do I do so I can resume using Firefox to view You Tube videos?

    To eidnolb/anyone else who can help?
    I am having a great deal of issues trying to sort out the flash player.  Tried uninstalling/reinstalling the flash player, however I still get the same messages on sites such as youtube, bbc that I do not have the correct version installed and to install version 10.
    I notice that you have mentioned to right click the flash symbol and then on to settings on the link page that you provided, unfortunately, all i can see is a plain box with a cross in the top left hand corner, and when i right click, there is no Settings option. i have run malware and other sytem scans and have removed any issues that there might have been, all still to no avail.
    Any further help will be greatly appreciated.
    Thanks

  • Stanza and my videos no longer work after upgrade to iOS5?

    I upgraded to iOS5 on my 3GS.
    Problem 1:Now Stanza just hangs and I get a null error. The books are also gone from iBooks (They both had the same titles - I use Stanza to read at night because of the night view option.) I imagine this has something to do with Newstand. Can anyone offer any advice.
    Problem 2 : I have a large collection of old 1950's TV shows that are in MP4 format. I keep a few on my iPhone for times when I travel and there is nothing on TV. Now when I go to the Videos icon they are listed but are "greyed out" and I can not click on them. The old radio shows work fine in Music (formerly Ipod) but the videos will not work. I am sure this is not a DRM issue because they are in the public domain and free to download at the Library of Congress. I have not yet tried a purchased video, though so this could be it. Can anyone offer any help for me. I am just an old retired guy struggling with new technology!
    Thanks,
    Jim in WV

    There is a new Stanza update in the App store.  Version 3.2 dated 11/10/11
    The App Store update says "iOS5 compatibility updates"

  • VNC no longer working after Leopard install

    I have been running Vine Server on my machine for several months now without a hiccup, and I've really gotten used to being able to access my home machine from work. However, after upgrading to Leopard last weekend, my remote access no longer works. The Vine Server application appears to be running just fine, but when I try to access the VPN from work (using TightVNC - same as I've always done) it just hunts for a few minutes and then tells me it can't find the network.
    I haven't changed any settings on either the router or the Mac. Any idea what's going on here? How can I get my remote access back?

    Screen sharing is broken for me as well, trying to access a mac mini server (was snow leopard - is now Lion) from an iMac using the Lion server admin tools. It says "Connecting to "192.168.1.7"" but never connects.
    SSH connects though so perhaps you can wrestle control of the server using the terminal.
    I can't use the machine locally, the keyboard and mouse are unresponsive and there is no hdmi output to the Sony Bravia that its connected to.
    I'm pretty close to doing a full re-install but I need to track down some urls posted on one of the blogs that the server was running first.

  • Forms HOST command no longer works after database upgrade from 10g to 11g

    Hi,
    After upgrading the database 10g to 11g the forms HOST command no longer works on Unix server. The form used to work fine prior the upgrade. I read all the threads I could find and did not see any solutions. Adding PATH and LD_LIBRARY_PATH does not work because it does not even run a basic shell script. (I saw this solution, adding PATH and LD_LIBRARY_PATH, in many questions / threads).
    1. I wouldn't expect the database upgrade to be an issue, but it is the only change we had.
    2. Note, 11g is Oracle Fusion Middleware which is quite a bit different than 10g.
    I even tried the most basic commands like "echo" which is a build-in Unix command and there is no directory for it (ie. no /usr/bin - so variable PATH is irrelvent). i.e HOST('echo hi'); and HOST('echo "hi" '); and even HOST ('echo hi > /my_file.txt'); all returns FORMS_FAILURE (actually the if is IF FORM_SUCCESS THEN ... else ... and the else part always runs now - whereas it didn't before.).
    Or basic commands like /usr/bin/ls as in HOST(/usr/bin/ls). At that point I was just testing the Unix command would return FORM_SUCCESS even though I could not see the results (because they weren't writing to a log file). Notice that I'm using the direct path /usr/bin so no Unix environment variables were needed.
    The form does use webutil but that part works. For example, we have webutil_file_transfer( ....) The file shows up on the application server and in the expected directory.
    Here's the main goal. Upload a file from clients local PC to the datebase server. The form uploads the file to the Application server, then we have a Unix script to scp (secure copy) the file from the application server to the database server. IF webutil, or any other Oracle functions could put the file on the database server that would be better. But, I don't know of any procedures that do that - or would have done it cleanly (i.e. storing to database and write back to server and then using a blob etc. )
    Anyway, I was hoping someone would help with either of these.
    1) Get the HOST command to work. - If we can get that to work then I wouldn't need any more help. We can just call the already existing Unix script to copy the file from the application server to the database.
    2) OR be able to upload directly to the database server - wanted to do that originally
    Any help would be appreciated

    Solution for those interested and for anyone else searching this forum for a solution
    I found this on My Oracle Support:
    <h3>Host Command from Forms Not Working in 11g in Sun Solaris Sparc OS [ID 1157346.1]</h3>
    Applies To: Oracle Forms - Version 11.1.1.1.0 and later
    Sun SPARC Sun OS
    Symptoms:
    When trying to execute a Shell script or any OS command using the host() Built-in from Forms 11g, the host()command is not getting executed. The same functionality works on other operating systems and in previous versions like 10gR2.
    Steps to be followed:
    1) Take a backup and edit the $DOMAIN_HOME/config/fmwconfig/servers/WLS_FORMS/applications/formsapp_11.1.1/config/default.env or any custom environment file.
    2) Locate the following environment variable:
    LD_PRELOAD=/ora10gas/app/11.1.0/Middleware/as_1/jdk/jre/lib/sparcv9/libjsig.so
    3) Comment out this variable. After the changes, it will look like the following:
    #LD_PRELOAD=/ora10gas/app/11.1.0/Middleware/as_1/jdk/jre/lib/sparcv9/libjsig.so
    3) a) Instead of LD_PRELOAD, kindly use LD_PRELOAD_64 as given below :
    LD_PRELOAD_64=/ora10gas/app/11.1.0/Middleware/as_1/jdk/jre/lib/sparcv9/libjsig.so
    (This makes HOST AND RUN_REPORT_OBJECT work fine).
    4) Save the file and execute your forms. The Host() built-in will work as expected
    The LD_PRELOAD setting in default.env is only required for the working of signal chaining facility in JVM version 1.5 and later. If you are not using theSignal chaining facility, this variable is not required. For more information, refer to the following documentation
    http://download.oracle.com/docs/cd/E14571_01/doc.1111/e14772/forms.htm#CJAJGAFF

  • Screen saver no longer working after Lion upgrade.

    Hi,
    After standard upgrade about 2 weeks ago (mid July 2012) the screen saver no longer works. I mean I can certainly access the application and the desktop can be made to cycle through different photos etc. But when I configure the screen saver it just refuses to go into screen saver mode at all.
    I'm not seeing too much occurance of this through the postings which is a bit worrisome as I'd thought this would be a much wider issue.
    Cheers,
    Herbie

    Please follow these instructions:
    Lion: Connecting to legacy (pre-Lion) AFP services - and Mac OS X (server):
    https://discussions.apple.com/thread/3258472

  • ITunes no longer working after Song Upgrade.

    I got onto iTunes store, was offered to upgrade 32 of my songs, I said "Yes". After the upgrading completed, iTunes main window pane no longer worked for anything but the iTunes store. It will play my music if I manually select it from the disk (via Finder) but does not seem to be able to display any of my playlists or my music library.
    I am running Safari 3.0 (as an FYI).
    Mac OS X 10.4.9 (on an intel mini).

    Unfortunately uninstalling and reinstalling, or repairing the current copy of iTunes alone doesn't fix the problem....
    Go to Control Panel > Add or Remove Programs (Win XP) or Programs and Features (later)
    Remove all of these items in the following order:
    iTunes
    Apple Software Update
    Apple Mobile Device Support (if this won't uninstall move on to the next item)
    Bonjour
    Apple Application Support
    Reboot, download iTunes, then reinstall, either using an account with administrative rights, or right-clicking the downloaded installer and selecting Run as Administrator.
    The uninstall and reinstall process will preserve your iTunes library and settings, but ideally you would back up the library and your other important personal documents and data on a regular basis. See this user tip for a suggested technique.
    Please note:
    Some users may need to follow all the steps in whichever of the following support documents applies to their system. These include some additional manual file and folder deletions not mentioned above.
    HT1925: Removing and Reinstalling iTunes for Windows XP
    HT1923: Removing and reinstalling iTunes for Windows Vista, Windows 7, or Windows 8
    tt2

  • Printing No Longer Working After Recent Upgrade

    My printing suddenly stopped working after the latest upgrade (which upgraded the kernel from 2.6.15.2 to 2.6.15.4). 
    I discovered that arch is no longer auto-loading the parport_pc module.  This is strange.  If I run "hwdetect --show-modules", parport_pc is shown. 
    I do have MOD_AUTOLOAD="yes" in my rc.conf file.
    The quick fix is to add "parport_pc" to the list of MODULES in rc.conf.
    Are others having this problem?
    Rob

    I just read your post.  I am sorry I could not join irc.  I was actually at work.  It is very hard for me to use irc at work.  Firewalls make life difficult!
    In any event, I think I solved the problem. 
    Please see http://bbs.archlinux.org/viewtopic.php?t=18747
    Here is the complete post:
    In my /etc/modprobe.conf file, there was the folloiwng line:
    # Load lp support with parport_pc
    install parport_pc modprobe -i parport_pc ; modprobe lp ; true
    I believe that this line was in the original /etc/modprobe.conf file that came with arch 0.7. I don't remember ever adding it.
    I commented out this line and I removed "parport_pc" from the list of MODULES to be loaded in /etc/rc.conf.
    I rebooted and it worked. The modules lp, parport and parport_pc were all autoloaded at boot-up.
    I should also note that right after the arch upgrade, I was experiencing CUPS daemon failure once and awhile at boot up. Somtimes cupsd loaded and sometimes it failed at boot up. Now it seems that cupsd loads reliably at every bootup. Problem solved!
    The following are the remaining lines in my /etc/modprobe.conf:
    # Load ppp-generic with modem drivers
    install Intel536 modprobe -i Intel536 ; modprobe ppp-generic ; true
    install Intel537 modprobe -i Intel537 ; modprobe ppp-generic ; true
    install ltmodem modprobe -i ltmodem ; modprobe ppp-generic ; true
    install ltserial modprobe -i ltserial ; modprobe ppp-generic ; true
    install slamr modprobe -i slamr ; modprobe ppp-generic ; true
    install slusb modprobe -i slusb ; modprobe ppp-generic ; true
    # OSS Compatibility
    #install snd-pcm modprobe -i snd-pcm ; modprobe snd-pcm-oss ; true
    #install snd-seq modprobe -i snd-seq ; modprobe snd-seq-oss ; true
    # --- BEGIN: Generated by ALSACONF, do not edit. ---
    # --- ALSACONF version 1.0.10 ---
    alias snd-card-0 snd-opl3sa2
    alias sound-slot-0 snd-opl3sa2
    options snd-opl3sa2 fm_port=-1 midi_port=-1 port=0x538 wss_port=0x530
    options isapnp=0 dma1=1 dma2=0 irq=5
    # --- END: Generated by ALSACONF, do not edit. ---
    The modem driver lines came with the original /etc/modprobe.conf file in arch 0.7.
    Should I also comment them all out?
    Perhaps I should only have the lines for my old ISA sound card in the /etc/modprobe.conf file. Please let me know.
    Has there been a change in the kernel or udev which makes it neccesary to make all these changes in the /etc/modprobe.conf file?
    Rob

  • IPad messages no longer works after ios7 upgrade

    After upgrading to ios7 on my iPad messages no longer works.
    After I enter To: I am unable to get to the message field to enter the message.
    Reboot does not solve the issue,

    This issue has been resolved!

  • Flashcards for screen brightness no longer work after BIOS upgrade

    I have a Toshiba Satellite T135D/1320S laptop, and last night I upgraded the BIOS to v1.90 under the recently released recall notice.  AFter installing the BIOS, however, the Flashcard brightness controls no longer work. Whenever I press FN-6 or FN-7, the screen brightness Flashcard pops up and the toggle on the slider bar moves back and forth, but the brightness of the screen does not change.
    I have disabled and re-enabled the Flashcards as suggested in a separate forum, and I've also downloaded the most recent display driver (AMD display driver v8.615).  Neither effort corrected the problem.
    Anyone have any other suggestions?

    Satellite T135D-S1320
    Sometimes it helps to reset the machine. With the battery and AC adapter removed, close the Power switch for half-a-minute. Re-attach those, press the Power button to turn the computer on, and then immediately press the F2 key while the Toshiba logo is displayed. Press F9 to restore the BIOS default settings, press F10, and then select Yes (Exit Saving Changes). The computer will restart.
    Another things to try is reinstalling the TVAP.
       Toshiba Value Added Package for Windows 7 (64)
    -Jerry

  • SD CARD READER NO LONGER WORKS after IOS upgrade. Help!

    Does anyone have a suggestion as to how I can get my sd card reader working again? My generation 1 iPad worked fine with it until I updated to IOS5. Today was the first time trying to upload pics since the upgrade. Nothing. Not even an error message. I rebooted and still nothing. SoTHAT was $30 well spent. So now, in order to get the pics onto my iPad, I am sending the pics to myself from my HP laptop, opening the emails on the iPad, and saving from there. The card reader used to work great for pics and videos. Gotta love it when upgrades make so I can no longer do before the "improvements." I would just return the camera kit/card reader, but I purchased it a year ago, so that bird has flown. Suggestions?
    Thanks in advance and Happy Holidays!
    Scott in Barrington, Rhode Island

    Harry Manko wrote:
    Can we get Apple to fix this...PLEASE?
    This is a user-to-user forum. To make sure Apple gets your feedback, use the appropriate link on this page:
    http://www.apple.com/feedback

  • Canon LBP5000 does not work after Leopard Upgrade

    Hi all,
    We have a Canon LBP5000 that is directly connected to one of our iMac's and worked like a charm when we were using Tiger. After upgrading to Leopard, everything went weird. It is still installed but when we tried printing, we get a 'Load Paper' warning from the printer. After checking to make sure that the default paper was all in A4 format it still wouldn't print. We then tried hooking it up to an Airport Express to share and while trying to add it via Bonjour, an Error 9672. We're seriously looking at getting a new clour laser printer that works with Leopard as at this point in time, there is yet to be found a driver from Canon that works with Leopard. Any suggestions of colour laser printers that work with Leopard or solutions to our problems ?

    Hi Donny/PJB,
    I did look and googled the drivers but the European site has outdated ones. We were actually using Japanese drivers CAPT (Ver. 1.60) for Tiger but it doesn't work now for Leopard. PJB, thanks for pointing out your post and I had a run through the Japanese site but it's all in Japanese
    Anyway, I basically used common sense and updated the CAPT to (Ver. 1.61) but it still doesn't work after installing it. Every time I try to print or so a test print, the progress went Printing to Stopped.
    When we click Resume it doesn't do anything and after 4 clicks, there was a short 'Fatal: Failed to load module' message pops up in the Print Queue dialog box. Has anyone actually have a Canon LBP 5000 printer that has worked with Leopard ? That is my question really...sigh.

  • IChat video is not working after installed the 10.6.4 update

    Hi. I'd like to know, how to solve the problem for my iChat video that has stopped working after I installed the latest update. I dunno what's the problem but it shows that, when I clicked on the preferences for iChat on the Audio/Video, I got "This computer does not support video chats". But that thing is, my iSight camera's working just fine, even the indicator's also lighted up. Is there any solution to this?
    I would really appreciate it.
    Thanks.
    Regards,
    Daniel.

    Hi,
    The camera can only be used by one App at a time (unless you have certain Add-ons).
    However if it works in other applications and not iChat I would check that the Video Menu > Camera Enabled is ticked.
    This, if unticked, is the camera Off.
    IF you have just done the 10.6.4 update I would Repair Permissions as well.
    Try rebooting the computer.
    9:06 PM Wednesday; July 7, 2010
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"

  • IPad 2 hdmi to tv no longer working after ios8 upgrade?

    Hi,
    Would anyone know why my hdmi to TV cable is no longer supported after upgrading to ios8 please?
    When connected, the system states that the device is not supported but was fine with ios7.
    Hopefully this is a bug but if not, feel reluctant to update ever again!
    Thank you in advance..Neil.

    Hi,
    Would anyone know why my hdmi to TV cable is no longer supported after upgrading to ios8 please?
    When connected, the system states that the device is not supported but was fine with ios7.
    Hopefully this is a bug but if not, feel reluctant to update ever again!
    Thank you in advance..Neil.

Maybe you are looking for

  • Install SharePoint 2013 database on SQL server 2012 SP1 cluster

    Good Day all, We are trying to install SharePoint 2013 database on a SQL server 2012 Enterprise with SP1 cluster (configured for mixed mode) but the connection is not working (times out). We can telent the SQL cluster network name on port 1433 and we

  • ERROR MESSAGE "MACROMEDIA PROJECTOR HAS STOPPED WORKING"

    I am using Windows Vista, and can no longer play any of my games. Was able to play before now I get this stupid error message: "Macromedia Projector has stopped working." I have tried redownloading the games again, tried redownloading the Flash and s

  • Can I get a blank screen when playing music

    iPod Touch running iOS 6.1.5: when I am playing a song, I used to see the information about the song at the top, a "progress" indicator, a large blank area, and then the controls at the bottom. Now, the middle section has a note symbol in it. I belie

  • Can I have my iPod changed for free?

    My iPod touch keeps switching off and is out of guarantee.

  • My Zen Mosaic Just Stopped Working

    I was using my Zen Mozaic MP3 and it worked fine. I turned it off, went to use it about an hour and a half later and it wouldn't turn on. The LED is on steady and my computer won't recognize it when I plug it in.