![]() |
#1
|
|||
|
|||
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.
|
#2
|
||||
|
||||
Post your system specs please. Maybe you have an ethernet controller which isn't supported so good.
2 Opteron systems: OSx86 10.5.8, Andy's 9.8.0 kernel, Asus A8N-SLI Premium, Opteron 185 o'clocked @ 2 x 2,95 GHz (2nd system 2.6 GHz), ATI Radeon HD2600XT 256MB Dual-Monitor 2x HP L2035, 4 GB RAM, Griffin FireWave as main audio device, Marvell + nForce LAN, Asus U3S6 USB3/SATA6 card, 5,5 TB harddisk, Firewire 800 card, Apple Remote + eHome IR receiver, 2x Wacom serial graphics tablet, Canon Pixma iP4700, Logitech Internet Navigator wireless keyboard/mouse combination. My Audio stuff: M-Audio Transit USB (default audio), M-Audio ProFire 610, M-Audio ProFire Lightbridge (34 channels) using Creamware A16 ADAT converter • MIDI: M-Audio Midiman 4x MIDI interface • Behringer Audio Mixers: Xenyx 1002, Xenyx 1002FX, Xenyx 1202FX, Eurorack UB1002FX, Eurorack MX1804FX, Eurorack MX262A • FX devices: Lexicon MPX100 DSP, Behringer DSP-1000 Virtualizer, Behringer MiniFEX 800 DSP, Behringer Multicom Pro MDX4400 compressor • RETRO: MSSIAH midi/sequencer/synthesizer cardridge for the C64 (Dual-SID), Steinberg M.S.I. MIDI Interface for C64 |
#3
|
|||
|
|||
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 |
#4
|
|||
|
|||
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?
|
#5
|
||||
|
||||
Try this one. It's from the XxX 10.5.6 installation DVD.
2 Opteron systems: OSx86 10.5.8, Andy's 9.8.0 kernel, Asus A8N-SLI Premium, Opteron 185 o'clocked @ 2 x 2,95 GHz (2nd system 2.6 GHz), ATI Radeon HD2600XT 256MB Dual-Monitor 2x HP L2035, 4 GB RAM, Griffin FireWave as main audio device, Marvell + nForce LAN, Asus U3S6 USB3/SATA6 card, 5,5 TB harddisk, Firewire 800 card, Apple Remote + eHome IR receiver, 2x Wacom serial graphics tablet, Canon Pixma iP4700, Logitech Internet Navigator wireless keyboard/mouse combination. My Audio stuff: M-Audio Transit USB (default audio), M-Audio ProFire 610, M-Audio ProFire Lightbridge (34 channels) using Creamware A16 ADAT converter • MIDI: M-Audio Midiman 4x MIDI interface • Behringer Audio Mixers: Xenyx 1002, Xenyx 1002FX, Xenyx 1202FX, Eurorack UB1002FX, Eurorack MX1804FX, Eurorack MX262A • FX devices: Lexicon MPX100 DSP, Behringer DSP-1000 Virtualizer, Behringer MiniFEX 800 DSP, Behringer Multicom Pro MDX4400 compressor • RETRO: MSSIAH midi/sequencer/synthesizer cardridge for the C64 (Dual-SID), Steinberg M.S.I. MIDI Interface for C64 |
#6
|
|||
|
|||
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'.
|
#7
|
||||
|
||||
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.
2 Opteron systems: OSx86 10.5.8, Andy's 9.8.0 kernel, Asus A8N-SLI Premium, Opteron 185 o'clocked @ 2 x 2,95 GHz (2nd system 2.6 GHz), ATI Radeon HD2600XT 256MB Dual-Monitor 2x HP L2035, 4 GB RAM, Griffin FireWave as main audio device, Marvell + nForce LAN, Asus U3S6 USB3/SATA6 card, 5,5 TB harddisk, Firewire 800 card, Apple Remote + eHome IR receiver, 2x Wacom serial graphics tablet, Canon Pixma iP4700, Logitech Internet Navigator wireless keyboard/mouse combination. My Audio stuff: M-Audio Transit USB (default audio), M-Audio ProFire 610, M-Audio ProFire Lightbridge (34 channels) using Creamware A16 ADAT converter • MIDI: M-Audio Midiman 4x MIDI interface • Behringer Audio Mixers: Xenyx 1002, Xenyx 1002FX, Xenyx 1202FX, Eurorack UB1002FX, Eurorack MX1804FX, Eurorack MX262A • FX devices: Lexicon MPX100 DSP, Behringer DSP-1000 Virtualizer, Behringer MiniFEX 800 DSP, Behringer Multicom Pro MDX4400 compressor • RETRO: MSSIAH midi/sequencer/synthesizer cardridge for the C64 (Dual-SID), Steinberg M.S.I. MIDI Interface for C64 |
#8
|
|||
|
|||
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... |
#9
|
||||
|
||||
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 mkdir /backup cd /System/Library cp -R Extensions/ /backup/ rm -Rf Extensions/forcedeth.kext touch Extensions/ rm -Rf Extensions.mkext 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. 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. MOBO: Z77MX-QUO-AOS CPU: Core i7 3770K GPU: MSI N760 TF 2GD5/OC Case: Modded MacPro2,1 Memory: 32GB Corsair Vengeance (CMY32GX3M4A1600C9) Wifi: Airport Extreme bcm94321MCA BIOS: HermitCrab Labs H3A.816M Monitor: AOC Q2963Pm 29" WFHD 2560x1080 21:9 Interests: KDE on Apple Darwin, Keeping it real with the command line, Helping those that help themselves |
#10
|
|||
|
|||
Help!. I tried your instruction and now it would not boot. Now, how do I retore from the backup?
thx. 💡 Deploy cloud instances seamlessly on DigitalOcean. Free credits ($100) for InfMac readers. |