Teamviewer causes Panic - Page 3
The number one Hackintosh community

Page 3 of 5 FirstFirst 12345 LastLast
Results 21 to 30 of 46
  1. #21
    OSx86.net Crew kyndder's Avatar
    Join Date
    Dec 2010
    Location
    Sampa/Brazil
    Posts
    8,740
    Thanks
    105
    Thanked 259 Times in 209 Posts
    Hackintosh Files / Kexts Downloads
    470
    Uploads
    14

    Default

    Quote Originally Posted by Starter View Post
    kyndder,

    The kext doesn't exist in that directory or is hidden.
    .....

    I was looking for AppleRTL8139Ethernet and I don't see it in System/Library/Extentions

    Starter
    Run the commands below on a terminal window, reboot, boot using -f -v flags and before install the kexts, check if you Lan is not working (copy from here and paste on the terminal window)...

    Code:
    sudo cp -R /System/Library/Extensions/IONetworkingFamily.kext/Contents/PlugIns/AppleRTL8139Ethernet.kext /Users/YOURUSER/Desktop
    
    sudo rm -rf /System/Library/Extensions/IONetworkingFamily.kext/Contents/PlugIns/AppleRTL8139Ethernet.kext
    Tell the results...
    GA-P67A-D3-B3 Firmware Ua5 / Core i5-2300 Sandy Bridge / Geekbench

  2. #22
    Junior Member
    Join Date
    Mar 2012
    Posts
    28
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Hackintosh Files / Kexts Downloads
    14
    Uploads
    0

    Default

    kyndder,

    Worked perfect both commands and I have a copy of the kext on my desktop. I take it now I whould copy the other kext (driver into place and reboot correct? I wish I could just be root all of the time and circumvent the permissions and hidden files. I am used to working from the # prompt )

    Starter

  3. #23
    OSx86.net Crew kyndder's Avatar
    Join Date
    Dec 2010
    Location
    Sampa/Brazil
    Posts
    8,740
    Thanks
    105
    Thanked 259 Times in 209 Posts
    Hackintosh Files / Kexts Downloads
    470
    Uploads
    14

    Default

    Quote Originally Posted by Starter View Post
    I wish I could just be root all of the time and circumvent the permissions and hidden files. I am used to working from the # prompt )
    Yes you can...

    To have a "Super User" power using terminal, you can login using one of the option below...

    Code:
    sudo bash
    
    or
    
    sudo -s
    Now that you removed the kext, install the one that I sent to you using KextHelper B7 > Kext Helper B7 - Downloads - OSx86.net

    Tell the results...
    GA-P67A-D3-B3 Firmware Ua5 / Core i5-2300 Sandy Bridge / Geekbench

  4. #24
    Junior Member
    Join Date
    Mar 2012
    Posts
    28
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Hackintosh Files / Kexts Downloads
    14
    Uploads
    0

    Default

    OK,

    Didn't work so well. The file that is downloaded winds up as might be expected in the download directory
    and KXThelper or OSX86 Tool doesn't like it. wants to copy source address. I have a copy of REALtekR1000SL.kext
    on my desktop. Should I just go to a terminal window and mod the previous statements you gave me to be

    sudo cp -R /System/Library/Extensions/IONetworkingFamily.kext/Contents/PlugIns/REALtekR1000.kext /System/Library/Extentions

    sudo rm -rf /System/Library/Extensions/IONetworkingFamily.kext/Contents/PlugIns/AppleRTL813

    I don't know if REALtek driver is under IONetworkingFamily because I don't know how to look in the kext and
    obviously it's not a directory.

    I will wait to proceed, it did not like me trying to copy from finder from the download directory into the window
    of kext Helper or OSXtools

    Thanks,

    Starter

  5. #25
    OSx86.net Crew kyndder's Avatar
    Join Date
    Dec 2010
    Location
    Sampa/Brazil
    Posts
    8,740
    Thanks
    105
    Thanked 259 Times in 209 Posts
    Hackintosh Files / Kexts Downloads
    470
    Uploads
    14

    Default

    Install manually the kext by using the commands below...

    Code:
    sudo cp -R /Users/YOURUSER/Desktop/RealtekR1000SL.kext /System/Library/Extensions/
    
    sudo chown -R root:wheel /System/Library/Extensions/*
    
    sudo chmod -R 755 /System/Library/Extensions/*
    
    sudo touch /System/Library/Extensions
    Reboot and see if works...
    GA-P67A-D3-B3 Firmware Ua5 / Core i5-2300 Sandy Bridge / Geekbench

  6. #26
    Junior Member
    Join Date
    Mar 2012
    Posts
    28
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Hackintosh Files / Kexts Downloads
    14
    Uploads
    0

    Default

    Kyndder,

    It will not talk with the R1000 kext, at all. In sysinfo the controller is listed as an 8139 and that kext does in fact work, with the exception of Teamviewer. I wonder if anyone at this dist has Teamviewer working inbound? Any ideas ? Another kext?

    Starter

  7. #27
    OSx86.net Crew kyndder's Avatar
    Join Date
    Dec 2010
    Location
    Sampa/Brazil
    Posts
    8,740
    Thanks
    105
    Thanked 259 Times in 209 Posts
    Hackintosh Files / Kexts Downloads
    470
    Uploads
    14

    Default

    Quote Originally Posted by Starter View Post
    Kyndder,

    It will not talk with the R1000 kext, at all. In sysinfo the controller is listed as an 8139 and that kext does in fact work, with the exception of Teamviewer. I wonder if anyone at this dist has Teamviewer working inbound? Any ideas ? Another kext?

    Starter
    Try with this older version, maybe works better with Leopard > RealtekR1000.kext (32-bit) - Downloads - OSx86.net
    GA-P67A-D3-B3 Firmware Ua5 / Core i5-2300 Sandy Bridge / Geekbench

  8. #28
    Junior Member
    Join Date
    Mar 2012
    Posts
    28
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Hackintosh Files / Kexts Downloads
    14
    Uploads
    0

    Default

    This kext didn't work either. I am starting to wonder if it is the video driver? Here is why, teamviewer runs fine
    outbound and can manipulate another host fine. The OSX machine panics when an inbound machine is made to it.

  9. #29
    OSx86.net Crew kyndder's Avatar
    Join Date
    Dec 2010
    Location
    Sampa/Brazil
    Posts
    8,740
    Thanks
    105
    Thanked 259 Times in 209 Posts
    Hackintosh Files / Kexts Downloads
    470
    Uploads
    14

    Default

    Quote Originally Posted by Starter View Post
    This kext didn't work either. I am starting to wonder if it is the video driver? Here is why, teamviewer runs fine
    outbound and can manipulate another host fine. The OSX machine panics when an inbound machine is made to it.
    Hmmm...

    Maybe yes...

    What`s your video controller???
    GA-P67A-D3-B3 Firmware Ua5 / Core i5-2300 Sandy Bridge / Geekbench

  10. #30
    Junior Member
    Join Date
    Mar 2012
    Posts
    28
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Hackintosh Files / Kexts Downloads
    14
    Uploads
    0

    Default

    Intel Graphics Media Accelerator 950

    Kext info from Sysinfo
    AppleIntelGMA950.kext;5.3.6;82945G/GZ Integrated Graphics Controller;0300
    AppleUpstreamUserClient.kext;2.7.2;82945G/GZ Integrated Graphics Controller;0300
    IONDRVSupport.kext;1.7.1;82945G/GZ Integrated Graphics Controller;0300

    Device info from Sysinfo
    8086;Intel Corporation;2772;82945G/GZ Integrated Graphics Controller;Display controller;VGA compatible controller


  • Advertising

    OSx86.net
    has no influence
    on advertisings
    that are displayed by
    Google Adsense

      
     

Page 3 of 5 FirstFirst 12345 LastLast

Similar Threads

  1. Panic on Install
    By L1am in forum 10.6 Snow Leopard
    Replies: 16
    Last Post: 4th October 2012, 07:10
  2. Connection to Teamviewer causes Panic
    By Starter in forum 10.6 Snow Leopard
    Replies: 2
    Last Post: 10th March 2012, 18:23
  3. HELP! Panic iAtkos 10.6.3.
    By Sergey2011 in forum 10.6 Snow Leopard
    Replies: 1
    Last Post: 3rd September 2011, 14:46
  4. teamviewer
    By viperfx in forum General Discussion
    Replies: 1
    Last Post: 12th August 2011, 14:45
  5. Kernel panic
    By Glamdrain in forum Audio & Sound
    Replies: 7
    Last Post: 8th August 2011, 15:47

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •