Subscribe to our RSS news feed
AAPL 199.94 (-1.25)

10 Pages V  < 1 2 3 4 5 > »   
Reply to this topic Start new topic
Cmedia 8738
Group Icon
  • Group: Administrator
  • Posts: 2,205
  • Joined: 30-July 05
  • From: Over the hills & far away
  • Member No.: 935
AFAIK no-one ever got round to writing the input portion of this driver, so no microphone.. not your fault.

This post has been edited by Hagar: Jan 11 2006, 12:47 AM
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 7
  • Joined: 22-January 06
  • Member No.: 20,967
Hello,
I get the following error when I try to install the driver. I used the install script didn;t work, then I tried the manual process. But neither worked for me.

#kextload -t /System/Library/Extensions/CMI8738PCIAudioDriver.kext
kextload: extension /System/Library/Extensions/CMI8738PCIAudioDriver.kext appears to be valid
22com_CMI8738AudioEngine is not compatible with its superclass, 13IOAudioEngine superclass changed?
kextload: a link/load error occured for kernel extension /System/Library/Extensions/CMI8738PCIAudioDriver.kext
load failed for extension /System/Library/Extensions/CMI8738PCIAudioDriver.kext
(run kextload with -t for diagnostic output)


Can someone help me to load the audio driver?

Thanks.
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 2
  • Joined: 4-November 05
  • From: Kelowna, BC. Canada
  • Member No.: 14,626
I also get the same error.
PM Profile Card
Go to the top of the page
+ Quote Post
*******
  • Group: Members
  • Posts: 643
  • Joined: 1-October 05
  • Member No.: 12,322
QUOTE (salaku @ Jan 22 2006, 01:22 PM) *
Hello,
I get the following error when I try to install the driver. I used the install script didn;t work, then I tried the manual process. But neither worked for me.

#kextload -t /System/Library/Extensions/CMI8738PCIAudioDriver.kext
kextload: extension /System/Library/Extensions/CMI8738PCIAudioDriver.kext appears to be valid
22com_CMI8738AudioEngine is not compatible with its superclass, 13IOAudioEngine superclass changed?
kextload: a link/load error occured for kernel extension /System/Library/Extensions/CMI8738PCIAudioDriver.kext
load failed for extension /System/Library/Extensions/CMI8738PCIAudioDriver.kext
(run kextload with -t for diagnostic output)
Can someone help me to load the audio driver?

Thanks.


I replaced my soundcard with this one to get sound with OS X. As I recall, I got the same message at first. Dogbert's driver was compiled for 10.4.1. Depending on which 10.4.3 build you have, the kext would be different.

Simplest solution is to download the source code (its posted) then compile it yourself. The XCode tools to recompile it are on the DVD.

Attached find my kext compiled for 10.4.3 1111g. It works on my system.
Attached File(s)
Attached File  CMI8738.ZIP ( 141.89K ) Number of downloads: 2705
 
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 2
  • Joined: 4-November 05
  • From: Kelowna, BC. Canada
  • Member No.: 14,626
Grabbed your compiled kext for 10.4.3, dropped it on my system and presto, it works fantastically now.

I have an onboard AC'97 with one channel working, and it's great to have 2 channels working on the C-Media PCI card that I literally had kicking around.

Thanks a bunch

-TheWaker
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 26
  • Joined: 19-August 05
  • Member No.: 6,923
Is there compiled CMedia driver for 10.4.4 or 10.4.5 available?
PM Profile Card
Go to the top of the page
+ Quote Post
*******
  • Group: Members
  • Posts: 643
  • Joined: 1-October 05
  • Member No.: 12,322
QUOTE (kdraggy @ Mar 6 2006, 07:38 AM) *
Is there compiled CMedia driver for 10.4.4 or 10.4.5 available?


The 10.4.3 kext works in 10.4.4 and 10.4.5. It doesn't need recompile.
The link is in the wiki, on the HCL list.

Its also attached to my old post a couple of entries above.
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 26
  • Joined: 19-August 05
  • Member No.: 6,923
Many thanks! biggrin.gif
Guess time to move to 10.4.5
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 2
  • Joined: 19-April 06
  • Member No.: 35,129
Anyone can help me?
It would be nice if I got sound in Mac OSX 10.4.4. I found your forums with google. smile.gif
I downloaded dogbert's driver (0.6.1, 0.6.3, 0.6.4, typed in sudo -s then ./install.sh and it doesn't work!
CODE
Installing CMI8738 kernel extension...
22com_CMI8738AudioEngine is not compatible with its superclass, 13IOAudioEngine superclass changed?
kextload: a link/load error occured for kernel extension /System/Library/Extensions/CMI8738PCIAudioDriver.kext
load failed for extension /System/Library/Extensions/CMI8738PCIAudioDriver.kext
(run kextload with -t for diagnostic output)

Should I edit the Info.plist? My Vendor ID is 1039 in hex, and my Device ID is 7012 in hex.
I have an Abit-SA7 motherboard with SiS 645DX chipset and my manual says that it has C-Media 9738 Audio Codec. I don't really know it the 8738 and the 9738 are compatible with each other...
Anyway, shall I reboot, and try again, or safe mode?
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 4
  • Joined: 15-April 06
  • Member No.: 34,373
QUOTE (Svigi @ Apr 19 2006, 03:10 AM) *
Anyone can help me?
It would be nice if I got sound in Mac OSX 10.4.4. I found your forums with google. smile.gif
I downloaded dogbert's driver (0.6.1, 0.6.3, 0.6.4, typed in sudo -s then ./install.sh and it doesn't work!
CODE
Installing CMI8738 kernel extension...
22com_CMI8738AudioEngine is not compatible with its superclass, 13IOAudioEngine superclass changed?
kextload: a link/load error occured for kernel extension /System/Library/Extensions/CMI8738PCIAudioDriver.kext
load failed for extension /System/Library/Extensions/CMI8738PCIAudioDriver.kext
(run kextload with -t for diagnostic output)

Should I edit the Info.plist? My Vendor ID is 1039 in hex, and my Device ID is 7012 in hex.
I have an Abit-SA7 motherboard with SiS 645DX chipset and my manual says that it has C-Media 9738 Audio Codec. I don't really know it the 8738 and the 9738 are compatible with each other...
Anyway, shall I reboot, and try again, or safe mode?


The driver wouldn't load on my 10.4.6. I recompiled it under .6 Try this...Attached File  CMI8738.zip ( 179.11K ) Number of downloads: 1055
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 2
  • Joined: 19-April 06
  • Member No.: 35,129
QUOTE (GreyWolf @ Apr 21 2006, 07:24 AM) *
The driver wouldn't load on my 10.4.6. I recompiled it under .6 Try this...Attached File  CMI8738.zip ( 179.11K ) Number of downloads: 1055

Greywolf thanks, it loads without any error, but I cannot find my sound device under System Preferences - Audio. Shall I change something in the plist file or try to upgrade a newer OSX?
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 2
  • Joined: 26-April 06
  • Member No.: 36,410
QUOTE (GreyWolf @ Apr 20 2006, 09:24 PM) *
The driver wouldn't load on my 10.4.6. I recompiled it under .6 Try this...Attached File  CMI8738.zip ( 179.11K ) Number of downloads: 1055



Thanks GreyWolf. It works like a charm. happymac.GIF

I had no sound with my mobo chipset so I just went to Fry's and bought a cheap $12 soundcard -- a good solution for my particular situation.

Earlier in this thread it mentioned that this driver was output-only (i.e., no mic input). Is that still true?

Either way, my ears thank you for your efforts.
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 11
  • Joined: 19-March 06
  • From: Dubai
  • Member No.: 29,615
ID 70121039
i did install the latest kext .6 every thing is enable in the sound preferences , volume control is showing ,but now sound . i tune also working without sound , i have green,red and blue on the sound card , speakers connected to green .

any solution ...
PM Profile Card
Go to the top of the page
+ Quote Post
***
  • Group: Members
  • Posts: 127
  • Joined: 2-August 05
  • Member No.: 2,447
I've created a page for the driver which contains the source, the binaries for 10.4.1, 10.4.3 (works on 10.4.4 and 10.4.5, too) and some information for the driver - if you have some suggestions for the page, feel free t o mail me or post it here.

http://scifi.pages.at/ffm-2
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 5
  • Joined: 16-April 06
  • Member No.: 34,582
Sorry to bother everybody but I've tried all the things you said to install the dogbert's driver for my sound card (Hercules Muse 5.1 with the C-Media 8738 chipset) : I've copy the *.kext in the /Library/Extensions folder and I've used this command to load it : "kextload -t /System/Library/Extensions/CMI8738PCIAudioDriver.kext"

And OSX said that to me : kernel extension /System/Library/Extensions/CMI8738PCIAudioDriver.kext has problems:
Authentication failures
{
"File owner/permissions are incorrect" = (
"/System/Library/Extensions/CMI8738PCIAudioDriver.kext"
"/System/Library/Extensions/CMI8738PCIAudioDriver.kext/Contents/Info.plist"
"/System/Library/Extensions/CMI8738PCIAudioDriver.kext/Contents"
"/System/Library/Extensions/CMI8738PCIAudioDriver.kext/Contents/MacOS/CMI8738PCIAudioDriver"
"/System/Library/Extensions/CMI8738PCIAudioDriver.kext/Contents/MacOS"
)
}

What can I do???????????????????
PM Profile Card
Go to the top of the page
+ Quote Post
***
  • Group: Members
  • Posts: 127
  • Joined: 2-August 05
  • Member No.: 2,447
QUOTE (Dark_Madness @ May 13 2006, 06:23 PM) *
What can I do???????????????????

rtfm.
PM Profile Card
Go to the top of the page
+ Quote Post
Group Icon
  • Group: Administrator
  • Posts: 2,205
  • Joined: 30-July 05
  • From: Over the hills & far away
  • Member No.: 935
QUOTE (Dark_Madness @ May 13 2006, 04:23 PM) *
What can I do???????????????????


If you havent already:
sudo -s
chown -R root:wheel /System/Library/Extensions/CMI8738PCIAudioDriver.kext
chmod -R 755 /System/Library/Extensions/CMI8738PCIAudioDriver.kext

& btw I deleted a couple of posts for readability
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 5
  • Joined: 16-April 06
  • Member No.: 34,582
biggrin.gif biggrin.gif biggrin.gif biggrin.gif biggrin.gif biggrin.gif biggrin.gif

It works!!!!!!!!! Thanx
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 10
  • Joined: 19-February 06
  • From: Lima - Peru
  • Member No.: 23,797
Hi, I don't know if this goes off topic but i've found a cheap sound card that works great in OSX 10.4.5 This card is the old Creative CT4810 PCI, whit this card, finally, I can plug my analog microphone. I have Line Out, Line In, Mic, CD IN, Stereo Mix, Mono Mix, and works great. I hope this help you out guys. biggrin.gif
PM Profile Card
Go to the top of the page
+ Quote Post
Group Icon
  • Group: Administrator
  • Posts: 2,205
  • Joined: 30-July 05
  • From: Over the hills & far away
  • Member No.: 935
The ct4810 uses maxuuss's 1371 soundblaster driver, so it is a bit off-topic. some people experience soem stuttering with this card. The advantage is that it is often available free or cheap. I have 4 of them myself that I have picked up for nothing.
PM Profile Card
Go to the top of the page
+ Quote Post
10 Pages V  < 1 2 3 4 5 > » 
Reply to this topic Start new topic

1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 

RSS Lo-Fi Version Time is now: 21st November 2009 - 04:49 PM