Help - Search - Members - Calendar
Full Version: Homebrew CMI 8738 drivers
Hydrogenaudio Forums > CD-R and Audio Hardware > Audio Hardware
Pages: 1, 2, 3, 4, 5, 6, 7
Dogbert
QUOTE(wdekler @ Dec 21 2006, 15:51) *

Has anyone been able to get 24bit output before I rush out and buy a cheap generic 8768 card (sweex 7.1)?


I haven't been able to get 24 bit output through SPDIF, not even with the official drivers. The specifications are not available/incomplete with regard to this mode.

The 'official' datasheets for the 8738 chip state that it doesn't support 96kHz sample rate on the SPDIF out interface, but it actually does - the DAC of the chip can't handle it though. So I guess that either the datasheets are incorrect (which is pretty likely considering that the official drivers don't support 24bit output, but other completely useless stuff like 'karaoke'), or they never got around the implementation.

Up for now I am unaware of anybody ever being able to successfully play 24bit stuff with a 8768 soundcard.
qristus
QUOTE(d0gbert @ Dec 7 2006, 19:33) *

The driver might have failed to install - the x64 version of vista doesn't allow unsigned drivers, and since I'm not able to sign the drivers by myself or cash out ~500 usd to msft, you will need to disable this policy by pressing F8 each time you boot and selecting the relevant item in the menu.

Just curious - can't you sign drivers without paying money to Microsoft? As far as I can see the authenticode tools should be available with the freely downloadable .NET SDKs, all you need is a code signing certificate which is available from various vendors - the cheapest I've seen so far is Comodo's $99 one, which is a good bit less than $500. There might also be better deals out there if you shop around a bit. If several people need 64-bit drivers you might find enough people willing to sponsor something like that.

Some relevant links:
Windows Kernel-mode Driver Signing Requirements
Signing and Checking Code with Authenticode
.NET Framework SDK v1.1
Comodo code-signing certificates
Dogbert
qristus, thanks for the info. The authenticode thing is way cheaper than I thought.

I see two problems though:
1. I wanna remain anonymous for the time being, and the signing authorities require a background check. So this is an obvious conflict.
2. The drivers don't exactly do what the microsoft specifies, e.g.
- the SPDIF interface remains turned on even if DRM stuff is being played
- the driver hasn't been thoroughly checked with Driver Verifier et al. which ensure that the driver meets all the specifications. I'm quite certain that it'll pass these checks with minor or no modification though.
As a result, the certificate might be blacklisted by msft in future patches of Vista, which renders the whole thing useless, of course.

Mayble people will find a way to add a self-made certificate authority to the trusted verification roots of the kernel mode in Vista so it'll chow down all the homebrew drivers which are signed with a certificate which roots to the self-created CA.

Imho, the entire thing with the mandatory driver signing just proves to be a scheme to lock out the user from his system in order to enforce that digital rights managed 'premium content' doesn't get ripped. It doesn't add a thing to the overall security of windows, and it doesn't improve the quality of a driver.
wdekler
It seems to work fine with the Terratec 5.1 FUN (8738):

Debugview:

00000000 0.00000000 Driver Version: 0.9.6
00000001 0.00000643 Configuration:
00000002 0.00001062 IO Base: 0xCC00
00000003 0.00001425 MPU Base: 0x0
00000004 0.00001900 Chip Version: 55
00000005 0.00002235 Max Channels: 6
00000006 0.00002570 CanAC3HW: 1


I've forced the Winamp FLAC decoder to output 24bits and always starts playing. The logfiles indicate that sometime 16, 24 or 32 bit output is tried huh.gif:


Format.nChannels = 2
Format.nSamplesPerSec = 44100
Format.wBitsPerSample = 16
Format.nBlockAlign = 4
Format.nAvgBytesPerSec = 176400
Format.cbSize = 22
Samples.wValidBitsPerSample = 16
dwChannelMask = 00000003

Different Flac file:

Attempting to CreateRenderPin with the following WaveFormatExtensible (first attempt):
Format.nChannels = 2
Format.nSamplesPerSec = 44100
Format.wBitsPerSample = 32
Format.nBlockAlign = 8
Format.nAvgBytesPerSec = 264600
Format.cbSize = 22
Samples.wValidBitsPerSample = 24
dwChannelMask = 00000003

Failed to create pin on first attempt!

Attempting to CreateRenderPin with the following WaveFormat (2nd attempt):
Format.nChannels = 2
Format.nSamplesPerSec = 44100
Format.wBitsPerSample = 24
Format.nBlockAlign = 6
Format.nAvgBytesPerSec = 264600
Format.cbSize = 0
Samples.wValidBitsPerSample = 0
dwChannelMask = 00000000

Sadly the DAC remains silent when the bit depth goes over 16bit... It is capable of playing 24bit files with an Envy 24 Chaintech AV-710 card so it's probably the 8738 chip.

Switching between other sample rates works fine until now, that's a big change from those problematic VIA ENVY drivers. smile.gif

I'm still tempted to try a 8768 card for 24bit output later next week...

Dogbert
QUOTE(wdekler @ Dec 23 2006, 16:43) *
I'm still tempted to try a 8768 card for 24bit output later next week...


I fiddled around a bit with the 8768 and I haven't got any real results: All the other open source drivers (*BSD, Linux) lack support for 24 bit modes, and I suspect that the official windows drivers resample to 16 bit internally because the register dump while playing 24 bit streams through kernel streaming looks almost identical to the register dump when playing 16 bit.

Another thing is that I don't have the means to tell a 16 bit stream from a 24 bit stream because my receiver is only capable of displaying the sample rate (samples per second), not the bit rate (bits per sample). So I'd be glad if someone would be kind enough to provide me with sufficient information whether the 8768 chip can actually do 24 bit with the official drivers or not.
wdekler
Maybe we can also test it without a DAC? If we use a card with proven 24bit capabilities and feed the 8768 SPDIF output to the 24bit card's SPDIF input?


Dogbert
QUOTE(wdekler @ Dec 25 2006, 23:15) *

Maybe we can also test it without a DAC? If we use a card with proven 24bit capabilities and feed the 8768 SPDIF output to the 24bit card's SPDIF input?

Yeah, that would be a nice way to test it.
I don't use the DAC and my driver aims at perfect digital connectivity in the first place anyway, so I'd implement it even if the DAC decides to choke on 24 bit streams.
kron
Hi again,

I tried the Winamp Kernel-streaming plugin with your drivers,
but I couldn't pick any output in the ks-settings, there was nothing to choose from.
Any idea, what this could be about?
Dogbert
QUOTE(kron @ Dec 29 2006, 19:29) *

Hi again,

I tried the Winamp Kernel-streaming plugin with your drivers,
but I couldn't pick any output in the ks-settings, there was nothing to choose from.
Any idea, what this could be about?


You're probably running Vista and installed the WaveRT drivers. The Kernel Streaming stuff doesn't work with them, so you just have to install the normal non-WaveRT drivers.
With WaveRT drivers, bitperfect output will be possible when there is a WASAPI (Windows Audio Session Application Programmable Interface) plugin which supports the exclusive mode.
DualIP
[/quote]
I haven't been able to get 24 bit output through SPDIF, not even with the official drivers. The specifications are not available/incomplete with regard to this mode.
[/quote]
AFAIK the CMI8738 had a demo program on the CD that was able to play 24 bit wav files.
If I'm correct, you might use it to reverse-engineer 24 bit spdif mode....
Dogbert
QUOTE(DualIP @ Dec 31 2006, 15:56) *

AFAIK the CMI8738 had a demo program on the CD that was able to play 24 bit wav files.
If I'm correct, you might use it to reverse-engineer 24 bit spdif mode....


Well, I just tested the official drivers again, and I used the 'Media Rack' demo progam this time. I disabled the analog stuff in the 'CMI Audio Config' applet and set the SPDIF-out to 48kHz. The results are still the same: the contents of the main registers are virtually identical, no matter if a 16 bit or 24 bit file is played. Additionally, I tested the official drivers against the kernel streaming with identical results.
This strongly suggests that the hardware doesn't have the capabilites for playing 24 bit streams, and that the entire functionality for that resides in the official drivers. I haven't got the means to tell a 16 bit stream from a 24 bit stream, and this feature might not have been implemented in the official drivers for some reason, so there's still some (albeit very limited) uncertaintly left.
By the way, the 'Dolby Digital Live technology' marketing mumbo-jumbo for the more expensive cards (Auzentech) is just another 'marketing gag' - the hardware should be almost identical except for a few register flags or eeproms or some other marks. The actual encoding happens entirely in the drivers.
wdekler
I've seem to run into some trouble with the drivers. After replacing an 8738 with an 8768 card using kernel stream output started failing (error opening device). I replaced the card with the previous 8738 but that didn't help.

At the end I had to revert to the original Terratec Aureon 5.1 drivers which still worked. Is there a way for to troubleshoot what's happening? The debug log of the Winamp kernel streaming plugin only says that it can't create a render pin which doesn't help much either. Also Foobar and Reclock don't work with kernel output anymore so it doesn't seem to be application specific.


Thanks!

edit: and a happy 2007!
Dogbert
QUOTE(wdekler @ Jan 1 2007, 15:56) *

I've seem to run into some trouble with the drivers. After replacing an 8738 with an 8768 card using kernel stream output started failing (error opening device). I replaced the card with the previous 8738 but that didn't help.

At the end I had to revert to the original Terratec Aureon 5.1 drivers which still worked. Is there a way for to troubleshoot what's happening? The debug log of the Winamp kernel streaming plugin only says that it can't create a render pin which doesn't help much either. Also Foobar and Reclock don't work with kernel output anymore so it doesn't seem to be application specific.


Thanks!

edit: and a happy 2007!


Uhm.. Windows prefers signed over unsigned drivers and installs them silently if they are in the inf cache. So what you should try is to delete all the oem*.inf files from the \windows\inf folder and disable all the stuff which got put on your system during previous installations. I think that some cmedia application is blocking the kernel mixer in some way, so you should disable all the 'mixer.exe', 'rundll32 CMICNFG3.cpl' etc stuff in the 'Startup' tab of msconfig.exe, reboot and install my drivers fresh.
wdekler
Thanks for the advice! It's finally working again. smile.gif

That c-media mixer had slipped in (probably signed driver preference of XP as you wrote) and then a lot of cleaning up with sysinternals autostarts.

Next, the Terratec card could not be recognized anymore as an 8738 device, but putting it in another PCI slot "fixed" this.... unsure.gif

Winamp started playing then, still no sound, so disabling a lot of programs at startup and it was working (I'll find out later which was one of them was responsible).

Now I'm using an 8768 card which seems to work at 24bit, but the dac reports no sample rate... The winamp kernal log reports that a 24bits pin is created at the second attempt:

Attempting to CreateRenderPin with the following WaveFormat (2nd attempt):
Format.nChannels = 2
Format.nSamplesPerSec = 44100
Format.wBitsPerSample = 24
Format.nBlockAlign = 6
Format.nAvgBytesPerSec = 264600
Format.cbSize = 0
Samples.wValidBitsPerSample = 0
dwChannelMask = 00000000


OpenOutput: Successfully Created Pin, Format - BPS: 24 FREQ: 44100 NCHANNELS: 2 VALIDBPS: 0
Output Opened

Foobar also plays at 24bits and again the dac remains silent.



Sin Jeong-hun
IPB Image
Minimum level
IPB Image
Maximum level
IPB Image
Certified driver!?

I have a CMI 8738 sound card. Windows Vista (32bit) automatically installed a driver for this device. I'm a simple man, all I need is just the simple 2 channel speaker output and microphone input. I don't need SPDIF or other advanced features. But as you see in the screen capture, the maximum microphone input level is 0DB! I can't record my voice. What is wrong? Do you have the same problem or my sound card is out of order? This sound sound card works fine under Windows XP.
wdekler
I noticed that the driver sometimes generates output at 96khz while the source is clearly of a lower sample rate (for example, online radio).

At this moment I'm listening to http://portal.omroep.nl/radio4 (use "luister live"). When I select the 96kbit stream a sample rate of 44.1khz is displayed, but when I select the 32kbit stream the samplerate jumps to 96khz.

The WMP stream properties state that the samplerate of the 32kbit stream is 32khz, which is below the 8768 (and my DAC's) capabilities. Is it the chip automatically choosing the samplerate in this case?


@Sin Jeong-hun

QUOTE(Sin Jeong-hun @ Jan 2 2007, 07:48) *


IPB Image
Certified driver!?

I have a CMI 8738 sound card. Windows Vista (32bit) automatically installed a driver for this device. I'm a simple man, all I need is just the simple 2 channel speaker output and microphone input. I don't need SPDIF or other advanced features. But as you see in the screen capture, the maximum microphone input level is 0DB! I can't record my voice. What is wrong? Do you have the same problem or my sound card is out of order? This sound sound card works fine under Windows XP.


You're not using the driver written by Dogbert, try installing the correct driver mentioned on the first page.

Also, you seem to have Realtek audio with your hardware, are you sure you're using the correct microphone jack? Maybe the Realtek hard and software works fine with the mic...? It is perfectly capable of meeting your requirements.
Dogbert
QUOTE(wdekler @ Jan 2 2007, 14:03) *

The WMP stream properties state that the samplerate of the 32kbit stream is 32khz, which is below the 8768 (and my DAC's) capabilities. Is it the chip automatically choosing the samplerate in this case?


The kernel mixer actually sets the sample rate. If the soundcard/driver doesn't support a specific sample rate, presumably a sample rate is chosen to which a conversion is easy with regard to calculating expense. For instance, 32 kHz can easily be upsampled to 96 kHz because the 'missing' two samples are simply filled by copying the original sample. So it's easy to upsample a given sample rate to a higher sample rate if they're divisible without remainder, e.g. (96kHz modulo 32 kHz)=0.
DualIP
Dogbert,

I hooked up my oscilloscope to a CMI8738 SPDIF output, and studying the resulting waveforms I draw these conclusions:

1) original driver V 5.12.1.644 (identical results on 6.39)
SPDIF OUTPUT IS LIMITED TO ONLY 14 BIT RESOLUTION!!
sorry for the caps smile.gif
I tested this using both foobar2000 and windows media player on a clean XP install
Moreover I also tested the C-Media audio rack on 24 bits content, also ending up with only 14 audio bits.

(I created the 24 bit content in cooledit. first I converted a file to 32 bits sample depth. Then I reduced amplitude by 90 dB, to create LSB content. Then I tried all 6 modes cooledit could store this file to wav)
The 24 bit is claimed by cmedia is bogus!

2) Linux (Ubuntu edgy Alsa)
After counting bits in the waveform over and over, I still was confused about the missing 2 bits, so I tested in Linux.
Right away I saw the 2 extra bits, not only confirming my aritmetic skills cool.gif but also proving the device 16 bit capability.


3) your driver CMIDriver-0.9.8-bin-x86. Date 2-1-2007
Also your driver gives correct 16 bits spdif resolution



btw: Is there a way with your driver to set spdif mode without the cmedia mixer?
I'd like to have these controls in control panel/ sound and audio devices / tab audio / playback device -advanced


CiNcH
I am wondering why I have to switch to 2 channel or earphone mode in driver configuration in order to activate the S/P-DIF with the original driver!? Are rear and center/subwoofer outputs and S/P-DIF using the same port within the microcontroller?

I will have a look at this driver too.

Hardware is a Terratec Aureon 5.1 and an external AC3/DTS decoder connected via TOS-Link.
Dogbert
DualIP, thanks a lot for your effort! The first result is suprising, to say at least. I would not have expected them to skip on the 16 bit spdif mode... You got one thing though: officially, the 24 bit modes are only supported by the 8768 chip.
Under XP, the spdif stuff can be turned on/off with sndvol32.exe - but I'm currently working on a small application (control panel applet) which allows you to set most of the stuff on the card and allow/disallow formats, e.g. for limiting the spdif out to a specific sample rate.

QUOTE(CiNcH @ Jan 4 2007, 02:01) *

I am wondering why I have to switch to 2 channel or earphone mode in driver configuration in order to activate the S/P-DIF with the original driver!? Are rear and center/subwoofer outputs and S/P-DIF using the same port within the microcontroller?


From the driver's perspective, there's actually no way of telling whether the stream which enters the kernel mixer has 6 channels or 2 channels. Let's say, the 5.1 channel mode is enabled and you open a stereo mp3, 48kHz, 16bit. The kmixer receives the stream and queries the driver if it can currently play a 6 chan stream, 48kHz, 16bit.
If the driver denies that request here, the kmixer sends down another query whether a stream with different sample rate, channel count etc works, till it finds a working configuration.
If the driver acknowledges the 6ch/48kHz/16bit request, the kmixer opens a 6 channel stream and upsamples the 2 channel stream to 6 channel by simply zero-padding the other channels. S/PDIF is practically limited to 2 channels, so the S/PDIF port must be disabled.
If you try to play a 6 channel stream, the behaviour of the kmixer is exactly the same - the first thing it does is to ask for 6ch support.
This is actually one of the more annoying design limitations of Windows, because it's entirely braindamaged and should have been fixed eons ago.
DualIP
QUOTE(Dogbert @ Jan 4 2007, 03:55) *

officially, the 24 bit modes are only supported by the 8768 chip.

Two datasheets I have (CMI8738_4ch_spec.pdf v1.3 and cmi8738_6ch_datasheet.pdf V1.5) both claim 24 bit SPDIF in/out.


QUOTE(Dogbert @ Jan 4 2007, 03:55) *

For instance, 32 kHz can easily be upsampled to 96 kHz because the 'missing' two samples are simply filled by copying the original sample.

Proper sample rate conversion isn't that easy!
The method you suggest would result in massive energy content for frequencys above 16kHz due to aliasing, which at higher volumes might even damage tweeters.
Lineair interpolation would already be better, but going from 11.025 to 44.1, I would still hear ill effects of it. Proper resampling requires lots of calculations using FIR filters.
Dogbert
QUOTE
Two datasheets I have (CMI8738_4ch_spec.pdf v1.3 and cmi8738_6ch_datasheet.pdf V1.5) both claim 24 bit SPDIF in/out.

That's not the only thing the specs are wrong about. For the 8738, C-Media doesn't claim 24 bit connectivity in their advertising though: http://www.cmedia.com.tw/?q=en/pci_audio
What bothers me is that most resellers of the 8768 card boldly advertise with "96kHz/24bit digital output", even though this claim is factually wrong.

QUOTE
Proper sample rate conversion isn't that easy!
The method you suggest would result in massive energy content for frequencys above 16kHz due to aliasing, which at higher volumes might even damage tweeters.
Lineair interpolation would already be better, but going from 11.025 to 44.1, I would still hear ill effects of it. Proper resampling requires lots of calculations using FIR filters.

OK, I made a gross oversimplification, but the point I was trying to make still holds true.
CiNcH
Thanx for the explanation.

I have now tried your driver v0.9.8 under WinXP SP2 and won't return to the original one.

The things I liked:
  • Passthrough worked with DirectSound (with the original driver it only worked with WaveOut for me and as I prefer DirectSound for non-passthrough formats I do not have to switch any longer).
  • I did not have to switch to 2-channel mode manually to be able to use the S/P-DIF.
  • When S/P-DIF passthrough is not used, 6-channel mode works perfectly too.
(I am using both, 6-channel direct analog connection and optical S/P-DIF connection for AC3/DTS passthrough)

Those 3 points are much of an improvement over the original driver for me! Of course, 6-channel mode also works perfectly with the original driver, but it is not that easy to switch to the S/P-DIF.
Hope you will keep this automated switching even when introducing your control panel...
Also bitperfectness sounds quite nice, however I can't spot any difference to the crippled 14-bit output wink.gif .

I am using AC3Filter and tested AC3 passthrough, DTS passthrough and 6-channel-direct, not recognized any flaws yet...

BIG THANX FOR YOUR EFFORT! GREAT PROJECT!
CiNcH
Ok, found a problem within 6-channel-mode (3/2+SW in AC3Filter).

With the original driver 3.5 mm stereo jacks from left to right are as follows:

Center/Subwoofer - Rear - Front

With your driver:

Rear - Center/Subwoofer - Front

Seems as if Rear and Center/Subwoofer are beeing swapped.

I have recognized it while watching a movie with Dolby 5.1. But it can more easily be tested with the following 6-channel audio file: click
Egor
QUOTE(CiNcH @ Jan 5 2007, 22:37) *
Ok, found a problem within 6-channel-mode (3/2+SW in AC3Filter).

I've already reported the same problem to Dogbert. The issue will be resolved with a forthcoming control panel for the drivers.
DualIP
1) In my previous post in this topic, I reported the original 8738 driver outputs only 14 bit SPDIF data, based on viewing osciloscope waveforms.
Today, I hooked up my yamaha amplifier and tested with dts wav files.
Using the original CMI8738 driver, there was no player/setting to make the amplifier decode the DTS data, and all I heard was an ugly noise
However, using Dogberts driver, hardware DTS decoding worked fine right away, both in wmp and foobar.
This is exactly what I expected from viewing the oscilloscope waveforms: Since the original driver only transfers 14 out of 16 bits, data is lost, and the stream is no longer detected as a valid DTS signal

2) Dogberts driver not only auto switches between 44.1 and 48 kHz sample rate, (original CMI8738 driver needs manual adjusting) but dogberts driver also can output 96kHz sample rate! (according to 8738 specs 96kHz isn't supported)

All odd sample rates (11.025 22.050 24.000 and 32.000) I throw at wmp are automatically resampled to 96kHz. However the pitch is way off at 11.025, but that must be a windows problem
Dogbert
QUOTE(CiNcH @ Jan 5 2007, 17:37) *

Seems as if Rear and Center/Subwoofer are beeing swapped.


That's a general issue: there's a major difference in the order in which the audio samples are interleaved. The hardware expects FL - FR - BL - BR - Center - LFE, Windows can only provide FL - FR - Center - LFE - BL - BR. However, a custom Audio GFX filter (Windows XP) or a sAPO (System Audio Processing Object, Windows Vista) could be put in place before the driver which would then swap the samples. Currently, I don't have any plans for implementing these though.
CiNcH
Don't think it is worth the time implementing such a filter. Exchanging the plugs does the trick and is less prone to bugs wink.gif .

BTW, there is a new release, let me take the opportunity to announce it wink.gif , version 0.9.9 with a control panel...
DualIP
I just tried the 0.9.9 driver and like the control panel applet.
One bug I found so far:
Using control panel you can generate test tones to check wiring&speaker setup.
However, both Center and Subwoofer are sent to the same channel of a mini-jack, whereas the other channel of this mini-jack remains silent.
I tested this using two different cards (trust 511 and sweex5.1)
Dogbert
QUOTE(DualIP @ Jan 10 2007, 11:19) *

I just tried the 0.9.9 driver and like the control panel applet.
One bug I found so far:
Using control panel you can generate test tones to check wiring&speaker setup.
However, both Center and Subwoofer are sent to the same channel of a mini-jack, whereas the other channel of this mini-jack remains silent.
I tested this using two different cards (trust 511 and sweex5.1)


Confirmed and fixed with the freshly released version 1.0.0, thanks.
DualIP
found some issues in 1.0.0 :

-in playback mixer, A/V input mute switch seems to be toggled
-in playback mixer, setting microphone slider at it's lowest position doesn't kill mic input fully (as it does with original driver)


moreover, can your driver be used for analog in?
I tried netmeeting audio tuning wizard (XP: start, run, conf...) but didn't manage to get input from mic, CD A/V and line inputs. For some inputs, netmeetings level meter seems to be stuck at max volume.

Dogbert
first of all, thanks for doing the cumbersome testing.

QUOTE(DualIP @ Jan 17 2007, 10:13) *

-in playback mixer, A/V input mute switch seems to be toggled

By A/V, do you mean the line or the analog/AUX or the CD playback mute switch?

QUOTE

-in playback mixer, setting microphone slider at it's lowest position doesn't kill mic input fully (as it does with original driver)

OK, I have to test this. I suspect that the original drivers toggle the mute switch internally if the volume slider is at its lowest position.

QUOTE
moreover, can your driver be used for analog in?

Yeah, I tried the silly speech recognition thing in Vista the other day, and it worked.

QUOTE
I tried netmeeting audio tuning wizard (XP: start, run, conf...) but didn't manage to get input from mic, CD A/V and line inputs. For some inputs, netmeetings level meter seems to be stuck at max volume.

This might be a netmeeting issue (it's software from msft after all), but I'll take a look at it.
DualIP
[quote name='Dogbert' date='Jan 18 2007, 14:17' post='465294']
By A/V, do you mean the line or the analog/AUX or the CD playback mute switch?[/quote]

I discovered this when I hooked up CDROM audio cable to the wrong input and didn't get audio when I maxed & unmuted all.
Indeed I fed the audio to analog/aux/AV input.

[quote]I suspect that the original drivers toggle the mute switch internally if the volume slider is at its lowest position.[/quote]
Or your lowest position doesn't correspond to vol=0 setting.


[quote]
....This might be a netmeeting issue (it's software from msft after all), but I'll take a look at it.
[/quote]
Netmeeting works normally on standard cmedia driver.

I tried the silly speech recognition thing in Vista the other day, and it worked.[/quote]
I'm testing on a pretty clean XP install. You won't find netmeeting in vista...


another question:
Some audio cards come with software ac3 and/or dts encoding. Why isn't this software useable on any card that can passthrough AC3 & DTS (like 8738)?
Dogbert
QUOTE
I discovered this when I hooked up CDROM audio cable to the wrong input and didn't get audio when I maxed & unmuted all.
Indeed I fed the audio to analog/aux/AV input.


Windows XP plays audio CDs digitally by default with the effect that the analog output of the CDROM stays silent.
The external analog inputs (Mic, LineIn) work here on a freshly installed XP, and the internal inputs aren't much differently handled.

QUOTE
Or your lowest position doesn't correspond to vol=0 setting.

Mhh.. I just tested that and the lowest position does kill the mic fully (to the extend that you can't hear loud input fed to the mic jack).

QUOTE
Netmeeting works normally on standard cmedia driver.

I tested this, too, with the result that netmeeting functions as to be expected.

My XP version is xpsp_sp2_gdr.050301-1519, and I installed it today. All the latest patches and security updates have been applied.

This seems to be a very nasty bug because I can't reproduce it.

QUOTE
I'm testing on a pretty clean XP install. You won't find netmeeting in vista...

sndrec32, the Speech Recognition and all the other Windows applications presumably all use the Win32/WaveMM API, so it shouldn't matter.


QUOTE
another question:
Some audio cards come with software ac3 and/or dts encoding. Why isn't this software useable on any card that can passthrough AC3 & DTS (like 8738)?


You're correct - the encoding ('Dolby Digital Live', 'DTS Live', 'DTS Connect' etc) happens entirely in software, or in the drivers, to be more specific. I suspect that the hardware of these 'premium' cards is identical with the exception of the subsystem identifier and the subsystem vendor identifier and possibly some flags in the internal registers which gets checked by the official drivers. The encoding features get presumably enabled/disabled according to these flags.
NVidia has done similiar things with the GeForce / Quadro series.
So, if you buy one of these cards, you're effectively paying an extra 30$ for a few toggled bits.
Dogbert
A new version (1.0.2) has been released.
Dac
QUOTE(Dogbert @ Jan 31 2007, 21:36) *

A new version (1.0.2) has been released.



hello

I'm trying tu use your masterpiece with my Terratec Aureon Fun (XP SP2). It doesn't seem to work for me, first I get "the system cannot find the file specified" when openDevice appears, then control panel always crashes when applying changes. Any hints on that? Did I do something wrong?

thanx smile.gif
Dogbert
QUOTE(Dac @ Feb 3 2007, 15:16) *

I'm trying tu use your masterpiece with my Terratec Aureon Fun (XP SP2). It doesn't seem to work for me, first I get "the system cannot find the file specified" when openDevice appears, then control panel always crashes when applying changes. Any hints on that? Did I do something wrong?

thanx smile.gif


It looks as if my driver hasn't been installed properly. I suggest that you try to install it manually - there's a how-to on my page.
Any2
Hello

every time I have been installing CMI8738 64-bit driver (recently it was 1.01, 1.02 and 1.03 version) I've got following error (copy->paste from SystemEventLog):

Error code 000000000000000a, parameter1 fffff6fb7ea04008, parameter2 0000000000000002, parameter3 0000000000000000, parameter4 fffff8000101f605.
For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.

Could you take this event into consideration when you will be developying this very interesting driver.
BTW it happens each time the computer is booted-up and shutted-down but not always it restarts (sometimes only above event is logged in).

Best regards
Any
Dac
QUOTE(Dogbert @ Feb 3 2007, 15:39) *


It looks as if my driver hasn't been installed properly. I suggest that you try to install it manually - there's a how-to on my page.


very fast response. will try, thank you wink.gif
Any2
QUOTE(Dac @ Feb 3 2007, 12:49) *

It looks as if my driver hasn't been installed properly. I suggest that you try to install it manually - there's a how-to on my page.

Thank you however I had done so because setup only started but could not install driver. Then I did it using Device Manager and update driver operation. It works only when I didn't shutdown or boot-up my PC. I ahve XPx64 Windows.
Has anyone a case unsure.gif like me?
Dogbert
QUOTE(Any2 @ Feb 3 2007, 18:37) *

every time I have been installing CMI8738 64-bit driver (recently it was 1.01, 1.02 and 1.03 version) I've got following error (copy->paste from SystemEventLog):

Error code 000000000000000a, parameter1 fffff6fb7ea04008, parameter2 0000000000000002, parameter3 0000000000000000, parameter4 fffff8000101f605.
For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.


Thanks for the bug report. Can you provide me with a minidump of the crashes for further analysis?
Any2
QUOTE(Dogbert @ Feb 3 2007, 14:15) *

Thanks for the bug report. Can you provide me with a minidump of the crashes for further analysis?

Yes,
how I can provide you with minidumps? Send via email or is it possible to add into the forum post?
Please answer and I will deliver minidumps.
Dogbert
QUOTE(Any2 @ Feb 3 2007, 21:51) *

Yes,
how I can provide you with minidumps? Send via email or is it possible to add into the forum post?
Please answer and I will deliver minidumps.


Windows puts them into the folder "C:\Windows\Minidump" everytime the system crashes. They are roughly ~100kB in size. Please forward the dump(s) to my mail address which you find on my homepage.
Any2
QUOTE(Dogbert @ Feb 3 2007, 14:54) *

Windows puts them into the folder "C:\Windows\Minidump" everytime the system crashes. They are roughly ~100kB in size. Please forward the dump(s) to my mail address which you find on my homepage.

already sent.
Hear from you tomorrow (my time zone is GMT+1 so we have night now) smile.gif
mugen
Can you make drivers for the ALC882M so I can get bit-perfect in XP? Pleeeeeease? tongue.gif
Dogbert
QUOTE(mugen @ Feb 4 2007, 09:12) *

Can you make drivers for the ALC882M so I can get bit-perfect in XP? Pleeeeeease? tongue.gif

That'll be 20000$ plus testing expenses then blink.gif.
wdekler
QUOTE(mugen @ Feb 4 2007, 09:12) *

Can you make drivers for the ALC882M so I can get bit-perfect in XP? Pleeeeeease? tongue.gif


Bit-perfect drivers already seem to be available for this chip: http://www.avsforum.com/avs-vb/archive/ind...567562-p-2.html wink.gif

By the way, will the 8738 driver also support the 8787/8788 chips in a future version? Or does this require a totally different driver?

CMI claims 24bit capability:
QUOTE
Integrated 192k/24-bit S/PDIF transmitter


but I've read those claims before somewhere... rolleyes.gif
Dogbert
QUOTE(wdekler @ Feb 4 2007, 11:30) *

By the way, will the 8738 driver also support the 8787/8788 chips in a future version? Or does this require a totally different driver?

Dunno - if it's just a revision of the old 8738 like the 8768, then it's no problem, but if it's a new design from the scratch, then probably not.

Any2, I received your dumps, thanks. Can you provide me with any additional information about the crashes? Do they happen exactly after you installed the drivers or when you are trying to play something? Also, is your memory OK?
mugen
QUOTE(wdekler @ Feb 4 2007, 04:30) *

QUOTE(mugen @ Feb 4 2007, 09:12) *

Can you make drivers for the ALC882M so I can get bit-perfect in XP? Pleeeeeease? tongue.gif


Bit-perfect drivers already seem to be available for this chip: http://www.avsforum.com/avs-vb/archive/ind...567562-p-2.html wink.gif


Not for the M variant, unfortunately. Whether or not DD Live is enabled, the XP drivers lock the optical to 48kHz and resample everything so that, in the rare event that it is enabled, no problems arise. Realtek don't intend to 'fix' it under XP, and, while that 'feature' is not in the Vista drivers, Vista is both a pain in the ass and a big hit to laptop battery life crying.gif
Any2
QUOTE(Dogbert @ Feb 4 2007, 04:55) *

Dunno - if it's just a revision of the old 8738 like the 8768, then it's no problem, but if it's a new design from the scratch, then probably not.

Any2, I received your dumps, thanks. Can you provide me with any additional information about the crashes? Do they happen exactly after you installed the drivers or when you are trying to play something? Also, is your memory OK?

With regards to what and when happen it seems to be generally OK after installing and also using it e.g. "Sound Recorder" works (record and playback). The problem is mainly during start-up the XP 64-bit Edition what often causes the next restart etc. On the other hand during shutdown it happens that EventSystemLog is updated with the error message and after starting-up again a Windows message about the crash is dispayed with sending a raport to Microsft etc. The memory I have is rather good. Theay are KingStone 3200 DDR in amount of 1024MB (2x512 dual channel) running at 400MHz. They work perfectly with the older W2K system to where I have checked all with SiSoftSandra 2007L. So I am afraid the only case is when CMI8738 driver is installed. sad.gif
BTW some rows in minidumps may be as a result of other my testing i.e. nvidia a new graphic driver, gtr2demo game etc. So please only look at CMI related information
Regards
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2008 Invision Power Services, Inc.