This user hasn't filled out their profile yet.
Questions
I have left a couple of conventional oven untouched for at least a year. When I try to use them again, they trip my home's...
Read moreI've got a APC UPS BE500-AS that's has been left alone for a few months. When I wanted to use it, I realized the internal...
Read moreI've a slightly more than 1 year old MacBook C2D. While cleaning it with the Apple supplied polishing cloth one fine day,...
Read moreI've got a iPhone 1st Gen that I'm trying to get the battery changed. After desoldering the old battery out and soldering...
Read moreThe Apple Wireless Keyboard (Aluminum) uses three AA batteries. One of the AA batteries in my keyboard is stuck inside due...
Read moreIs there a way to repair the MDD power supply? I mean, it might be some specific component that burnt out? I haven't open...
Read moreI followed the instructions on ifixit to replaced a crashed hard drive on a powerbook G4 17" and playing music. No sound. ...
Read moreHow do I open up a Mighty Mouse? I got one that can only scroll in one direction. Update: Thanks guys. I've just took one...
Read moreAnswers
Have you tried running a memory hardware test, like Memtest OS X from http://www.memtestosx.org Try running it for a while to see if there's a hardware failure. As for the bluetooth mouse, use activity monitor to see which process is hogging the CPU when your mouse is being turned on. You may want to remove the mouse from bluetooth preference pane, and add the mouse again to see if that helps.
Read moreDoes the battery have any charge left? If not, there's a small possibility that the left I/O board is fried. I've fixed a MBP that cannot boot at all, and all is well after I changed the left I/O board. It's the one that contains the magsafe connection, USB and audio I/O interface.
Read moreThanks for the advise.
Will check the connector on the audio board under a magnifying glass later. That was the part that I used some force to remove the cable. Yup, turned the volume all the way up.
Anyway, I knew the internal speakers connection was screwed when I zapped PRAM and there wasn't any chime.
Read moreI personally have migrated many Mac hard drives before.
Carbon Copy Cloner is great, but personally I prefer booting from the OS DVD and use asr on Terminal.app
This is done with the new drive in a cheap SATA-USB HDD case plugged into the Mac. Basic example of the asr command on Leopard. asr restore -source /dev/disk0s2 -target /dev/disk1s2 -erase This will clone disk0s2 which is the existing internal drive to disk1s2 which is the external drive.
Use the command "mount" to determine the drive name of the external drive. And at times where the hard drive content is huge, and I do not have the 3 or 4 hrs to wait, I'll use the -noverify option like in this example. asr restore -source /dev/disk0s2 -target /dev/disk1s2 -erase -noverify This will skip the verification after the restore process is done, cutting the time to about half.
Read more