![]() |
Internet and sound problems?
Ok I got a working install on my machine (finally) using the iPC distro..but now I need to get my internet working and hopefully my sound. Also I would like my PS/2 mouse and keyboard to work. I have a USB mouse and keyboard for now. I tried installing the PS/2 drivers during the install but it didnt work. My computer's specs. are in my sig. thanks!
|
Have you tried any kexts for your Audio or LAN?
You can try nForceLAN.kext linked to in my signature. Manually Installing Kexts (replace yourkextgoeshere.kext with the file to install) 1. Remove any related kexts in /System/Library/Extensions/ This is important especially with video related kexts. 2. Copy yourkextgoeshere.kext to /System/Library/Extensions 3. Enter your admin password when prompted 4. In Terminal write: Code:
sudo chown -R root:wheel /System/Library/Extensions/yourkextgoeshere.kext Code:
-v -f -F What we are trying to do is make 100% for sure that the cache is recreated to include the new kext. So basically we are deleting the cache file, booting with -f to force OSX to pull from the Extensions Folder and not the Cache, booting with -F (note the capital letter F) this ignores your startuppreferences stored in com.apple.boot.plist and booting with -v to startup in verbose mode so that we can see any errors that may arrise. Though in your case most of these files are additions. You may in the future run into situations where you will need to replace a kext. I would highly recommend that you back the file up to say your desktop so that you can restore it if you have problems. If your still having problems you can repair disk permissions in Disk Utility or by using Terminal with the following: Code:
sudo diskutil repairPermissions / |
I havent tried any kexts yet..So do I just drop the entire unzipped file in to the extensions folder? or how do I do it?
|
unzip the file (to wherever) then copy it to your /System/Library/Extensions/ folder and follow all the directions given above... this installs your kexts and upon reboot (and sometimes sooner depending on the kextloads you do) they will be added in with the boot sequence.
|
ok so I got my internet working. but can you guys help me get my sound working too? also my display isn't very nice its kind of slow when scrolling through things on the internet and moving windows around. Is there any way to fix this??
|
Go to About this Mac and select More Info then Graphics and Displays. Is QE enabled?
|
Quote:
Quote:
if it is, look for the ALC888 package within the install DVD's /System/Installation/Packages/ folder for it. |
@Nfoav8or - Where is my mind at. We have talked about the 6150 several times. ;)
@ulysses_609 Is this your motherboard? ECS MCP61PM-HM as Nettle 2 I think is HP's re branding of the ECS board. |
Quote:
|
Place the disk in your computer and then set the finder to view hidden files. You can do that using the following command in Terminal:
Code:
defaults write com.apple.finder AppleShowAllFiles TRUE Code:
defaults write com.apple.finder AppleShowAllFiles FALSE |