Discuss onboard networkcard and audiocard not work (10.4.9) at the Tiger - Hackint0sh.org; This hardware does not go with mac 10.4.9 unfortunately
networkcard = ULi PCI Fast Ethernet ...
-
onboard networkcard and audiocard not work (10.4.9)
This hardware does not go with mac 10.4.9 unfortunately
networkcard = ULi PCI Fast Ethernet Controller
audiocard = SoundMAX Intergrated Digital HD Audio
Sorry No English !German
-
-
Depends what chip model numbers. I don't think there is ULi drivers but soundmax has drivers depending on what the model of the chip is.
Or you can but cheap ethernet card like a realtek 8136/8169 and a cheap usb sound card. Thats what I did.
-
-
Windows:
networkcard = ULi PCI Fast Ethernet Controller
audiocard = SoundMAX Intergrated Digital HD Audio
User Guide:
networkcard = Realtek RTL8201CL PHY 10/100Mbit/s LAN
audiocard = ADI1986A
-

Originally Posted by
DarkUser89
Windows:
networkcard = ULi PCI Fast Ethernet Controller
audiocard = SoundMAX Intergrated Digital HD Audio
User Guide:
networkcard = Realtek RTL8201CL PHY 10/100Mbit/s LAN
audiocard = ADI1986A
Sound card (2channel Sound)
Resolution:
Via VT81XX HDA AD1986a
1) Backup AppleHDA.kext and AppleAC97Family.kext:
In Terminal, type:
CODE
cd /System/Library/Extensions
sudo mkdir audio_backup
sudo mv AppleHDA.kext audio_backup/
sudo mv AppleAC97Family.kext audio_backup/
2) Edit AppleAzaliaAudio.kext:
In Terminal, type:
sudo vi AppleAzaliaAudio.kext/Contents/Info.plist
find:
<key>IOHDAudioCodecVendorID</key>
<string>0x10ec0880</string>
Change press i for edit
<string>0x10ec0880</string> -- to -- <string>0x11d41986</string>
Exit: press ESC to save and exit :wq!
In Terminal, type:
CODE
sudo vi AppleAzaliaAudio.kext/Contents/PlugIns/AppleAzaliaController.kext/Contents/Info.plist
find:
<key>IOPCIPrimaryMatch</key>
<string>0xNNNN8086</string> (where NNNN are any 4 characters)
Change press i for edit
<string>0xNNNN8086</string> -- to -- <string>0x32881106</string>
(note: for Via ADI1986a, the string is probably correct without any edit)
Exit: press ESC to save and exit :wq!
3) Clean up the system:
In Terminal, type:
CODE
sudo diskutil repairpermissions /
sudo chown -R root:wheel AppleAzaliaAudio.kext
sudo chmod -R 755 AppleAzaliaAudio.kext
cd /System/Library
sudo rm -rf Extensions.mkext Extensions.kextcache
4) Then, reboot and enjoy sound out of two channels.
credits for rammjet
As far as the network card goes you can try the RLTK1000 drivers (I got a 8169) or
http://installers.dl.am/ Try the drivers there. Its a possibility it will work. Or buy a el'cheapo rltk8139/8169 card for 10 dollars.
-
Similar Threads
-
By hackint0sh in forum Latest Headlines
Replies: 0
Last Post: 06-04-2011, 08:00 PM
-
By deesto in forum Kernel / Kext (Driver) Support
Replies: 1
Last Post: 10-24-2009, 05:08 PM
-
By bhuthogg in forum Hardware
Replies: 0
Last Post: 08-17-2008, 10:45 PM
-
By aquamac in forum Archiv (Leopard)
Replies: 3
Last Post: 06-16-2007, 01:43 PM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks