![]() |
Transmission/utorrent dmg won't install
I cannot seems to install any of the torrent client. 1/4 of my upper screen get shaded and the whole deskstop just freeze. I am new to mac os and hope someone would help. My Mac Os is installed with iakos 5i. I install office for mac on a dmg file with no problem but installing any of the torrent client would not work for me.
|
Post your system specs please. Maybe you have an ethernet controller which isn't supported so good.
|
My pc has: Realtek RTL8168B/811B Family PCI-E Gigabit Ethernet NIC on GiGAbyte motherboard (EP45-DS4P) with Q660 cpu
The download completed. It looks like it read the dmg file but did not execute |
You are probably right. it could be my nic card. I downloaded the file to my PC using Vista and dual boot to my Mac OSx and the dmg file install correctly. Now, where and how do I get the right driver for my card?
|
Try this one. It's from the XxX 10.5.6 installation DVD.
|
Thanks, Naq. I did install your file and try to install utorrent but it is still a no go. it stop after the download windows finishes 'mounting the disk image'.
|
Have you deleted forcedeth.kext? Do you only have problems with opening disk images? If you download images with Safari it opens them automatically and this could create problems. What kernel and what seltbelt.kext do you have? If you haven't too much data on your system try a new installation with the XxX 10.5.6 image. This works perfect and contains a version of the actual 9.6.0 kernel.
|
Maybe I should consider installing 10.5.6. how do I delete forcedeth.kext? I am new to mac so i am not sure how to do it. I think i have kernel 9.5.0. how do I check know what seltbelt.kext and kernal do I have and how do I download outside of safari?
Thanks again... |
Before you do anything you may want to make a backup copy of your extensions folder just in case something goes wrong and you have problems booting. You can backup your extensions folder and remove your kext by doing the following:
In Short Code:
sudo -s -v Verbose Mode displays useful information during the boot process. -f Forces OSX to load kexts from the extensions folder instead of the cache file. We did delete the cache file so this is just a precaution. With Explanations 1. Give yourself root privileges so that you can modify files. Code:
sudo -s Code:
mkdir /backup Code:
cd /System/Library Code:
cp -R Extensions/ /backup/ Code:
rm -Rf Extensions/forcedeth.kext Code:
touch Extensions/ Code:
rm -Rf Extensions.mkext Code:
diskutil repairpermissions / -v Verbose Mode displays useful information during the boot process. -f Forces OSX to load kexts from the extensions folder instead of the cache file. We did delete the cache file so this is just a precaution. If you do not have any issues after reboot then you can erase your Backup folder and follow the steps above to rebuild it. |
Help!. I tried your instruction and now it would not boot. Now, how do I retore from the backup?
thx. |
Reinstall Kext from Backup folder in Single User Mode -s
Boot into Single User Mode by using the -s boot-flag 1. Allow for the modification of files by typing: Code:
/sbin/mount -uw / Code:
cd /System/Library Code:
cp -R /Backup/forcedeth.kext Extensions/forcedeth.kext Code:
chmod -R 755 Extensions/ Code:
chown -R root:wheel Extensions/ Code:
touch Extensions/ Code:
rm -Rf Extensions.mkext -v Verbose Mode displays useful information durring the boot process. -f Forces OSX to load kexts from the extensions folder instead of the cache file. We did delete the cache file so this is just a precaution. |
Silly me. I did'nt know there was a 2nd page. Thanks for the effort, Lance. I figure that restoring back to where it was brings me back to the original problem. And not knowing that there was a 2nd page that is waiting for me to read and respond, I decided to install version 10.5.6. Well, I just did to night and the new version seems to work fine. Thanks a lot for your help. Your description of the script commands was a great help to me.
|
No problem :)
|