IPB

Welcome Guest!

Returning User? Login here.

Want membership privileges? Register here.

26 Pages V  « < 4 5 6 7 8 > »   
Start a new topic Add Reply
> Voodoohda Driver, Fully working!
Ezhoon
post Oct 6 2009, 07:05 AM
Post #101
QUOTE (acetone802000 @ Oct 5 2009, 08:24 PM) *
I changed the Imix from 0 to 90,recompile and now output works. (i can't change with the prefpane cause it don't detect my sound card)

With snow 64 all works great, but in 32 i have an KP:


Can I try that recompiled kext? smile.gif
youminbuluo
post Oct 6 2009, 10:07 AM
Post #102
QUOTE (aliasa_anderson @ Oct 5 2009, 06:42 PM) *
Hi Slice,



@youminbuluo
Do you also get the same warning regarding microphone ?


I didn't get error message like yours:
CODE
Oct  6 12:33:42 macs-MacBook-Pro kernel[0]: VoodooHDADevice[0x2c659000]::init
Oct  6 12:33:42 macs-MacBook-Pro kernel[0]: nid 23 is input monitor
Oct  6 12:33:42 macs-MacBook-Pro kernel[0]: Enabling mic/monitor audio routing switching at node 18:
Oct  6 12:33:42 macs-MacBook-Pro kernel[0]: Pin sense: cad 0 nid=18 res=0x00000000
Oct  6 12:33:42 macs-MacBook-Pro kernel[0]: switch nid 26 conn 1 on
Oct  6 12:33:42 macs-MacBook-Pro kernel[0]: switch nid 26 conn 2 off


This post has been edited by youminbuluo: Oct 6 2009, 10:08 AM
Slice
post Oct 6 2009, 11:46 AM
Post #103
QUOTE (youminbuluo @ Oct 3 2009, 09:12 AM) *
And now I have a question:
what do Imix and Recording level mean? In my situation, i can't find any differences between them.
if I turn one of them off, I get no input. Adjust any of them to the right side a little will active input again.
The input gain seems to be determined by the sum of Imix and Recording level.(may be it act like c^2=a^2+b^2,etc)

These are different amplifiers. The output volume is production of both V=V1*V2. For example V1=80% and V2=50% then V=40%. OK?


QUOTE (phoenix789 @ Oct 5 2009, 01:18 AM) *
Hi Slice, i came back to bother you again. I have another request. I can't make my Headphones work (and keep the choice of speakers and internal mic working). I've seen in the dump code that it's disable so i think i need to pin it right, as i did with my internal mic. However i don't know what to give as pin numbers. Can you help me out. Please

Here is an extract of my dump:

Here is your dump
CODE
nid 18 0x411111f0 as 15 seq 0 Speaker None jack -549755813887 loc 85317704268906497 color Black misc -549755813887
nid 19 0x411111f0 as 15 seq 0 Speaker None jack -549755813887 loc 89821303896276993 color Black misc -549755813887
nid 20 0x02211020 as 2 seq 0 Headphones Jack jack -549755813887 loc 94324903523647490 color Black misc -549755813888
nid 21 0x99130110 as 1 seq 0 Speaker Fixed jack -549755813885 loc 98828503151018009 color Unknown misc -549755813887
nid 22 0x411111f0 as 15 seq 0 Speaker None jack -549755813887 loc 103332102778388481 color Black misc -549755813887
nid 24 0x02a19840 as 4 seq 0 Microphone Jack jack -549755813887 loc 112339302033129474 color Pink misc -549755813880

VHDevice NID=24 Config=02a19820 Type=00000004 Cap=00003734 Ctrl=00000021 -- Conns: 0=0
Parsing Ctls...
Disabling nonaudio...
Disabling useless...
Disabling nid 24 connection 0 due to disabled child widget.

nid 20 0x02211020 as 2 seq 0 Headphones Jack jack -549755813887 loc -554050781182 color Black misc -554050781184
nid 21 0x99130110 as 1 seq 0 Speaker Fixed jack -549755813885 loc -554050781159 color Unknown misc -554050781183
nid 22 0x411111f0 as 15 seq 0 Speaker None jack -549755813887 loc -554050781183 color Black misc -554050781183 [DISABLED]
nid 24 0x02a19820 as 2 seq 0 Microphone Jack jack -549755813887 loc -554050781182 color Pink misc -554050781176

Parsing pin associations...
Duplicate pin 0 (24) in association 2! Disabling association.
Pin 24 has wrong direction for association 2! Disabling association.

Something strange for me. You seems to use non my version of VoodooHDA because I see non my output. And nid 24 changed occasionally.

QUOTE (aliasa_anderson @ Oct 5 2009, 09:42 PM) *
The microphone works too but it does say : "warning: couldn't set recording source to input" while booting.

This message means nothing. It appears if the number of recording sources less then number of playback devices. Nonsense, I need to delete this message from the driver.

As I see some users have KP. Up for now I don't know why. I will find a solution.
Пожалуйста, прочитайте ЧаВо!
My page
acetone802000
post Oct 6 2009, 12:53 PM
Post #104
QUOTE (Slice @ Oct 6 2009, 12:46 PM) *
As I see some users have KP. Up for now I don't know why. I will find a solution.

thank's

I don't know why but i don't have anymore KP Oo

I just change my info.plist to :
QUOTE
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>VoodooHDA</string>
<key>CFBundleIdentifier</key>
<string>org.voodoo.driver.VoodooHDA</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>VoodooHDA</string>
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>0.2.1</string>
<key>IOKitPersonalities</key>
<dict>
<key>VoodooHDA</key>
<dict>
<key>CFBundleIdentifier</key>
<string>org.voodoo.driver.VoodooHDA</string>
<key>IOClass</key>
<string>VoodooHDADevice</string>
<key>IOMatchCategory</key>
<string>VoodooHDADevice</string>
<key>IOPCIClassMatch</key>
<string>0x04030000&amp;0xffff0000</string>
<key>IOProviderClass</key>
<string>IOPCIDevice</string>
<key>IOUserClientClass</key>
<string>VoodooHDAUserClient</string>
<key>VoodooHDAVerboseLevel</key>
<integer>1</integer>
</dict>
</dict>
<key>OSBundleLibraries</key>
<dict>
<key>com.apple.iokit.IOAudioFamily</key>
<string>1.1fc9</string>
<key>com.apple.iokit.IOPCIFamily</key>
<string>1.1</string>
<key>com.apple.kpi.bsd</key>
<string>8.0.0</string>
<key>com.apple.kpi.iokit</key>
<string>8.0.0</string>
<key>com.apple.kpi.libkern</key>
<string>8.0.0</string>
<key>com.apple.kpi.mach</key>
<string>8.0.0</string>
<key>com.apple.kpi.unsupported</key>
<string>8.0.0</string>
</dict>
</dict>
</plist>
aliasa_anderson
post Oct 6 2009, 02:12 PM
Post #105
QUOTE (youminbuluo @ Oct 6 2009, 03:37 PM) *
I didn't get error message like yours:
CODE
Oct  6 12:33:42 macs-MacBook-Pro kernel[0]: VoodooHDADevice[0x2c659000]::init
Oct  6 12:33:42 macs-MacBook-Pro kernel[0]: nid 23 is input monitor
Oct  6 12:33:42 macs-MacBook-Pro kernel[0]: Enabling mic/monitor audio routing switching at node 18:
Oct  6 12:33:42 macs-MacBook-Pro kernel[0]: Pin sense: cad 0 nid=18 res=0x00000000
Oct  6 12:33:42 macs-MacBook-Pro kernel[0]: switch nid 26 conn 1 on
Oct  6 12:33:42 macs-MacBook-Pro kernel[0]: switch nid 26 conn 2 off


Hi youminbuluo,

do you use the default kext or did you patch any nodes using Info.plist ?
youminbuluo
post Oct 6 2009, 02:28 PM
Post #106
QUOTE (aliasa_anderson @ Oct 6 2009, 03:12 PM) *
Hi youminbuluo,

do you use the default kext or did you patch any nodes using Info.plist ?



i used the default kext but with a modified info.plist
The modification is on http://www.projectosx.com/forum/index.php?...post&p=3033
80#

The default kext in my case won't load!
phoenix789
post Oct 6 2009, 11:50 PM
Post #107
QUOTE (Slice @ Oct 6 2009, 12:46 PM) *
Here is your dump
CODE
nid 18 0x411111f0 as 15 seq 0 Speaker None jack -549755813887 loc 85317704268906497 color Black misc -549755813887
nid 19 0x411111f0 as 15 seq 0 Speaker None jack -549755813887 loc 89821303896276993 color Black misc -549755813887
nid 20 0x02211020 as 2 seq 0 Headphones Jack jack -549755813887 loc 94324903523647490 color Black misc -549755813888
nid 21 0x99130110 as 1 seq 0 Speaker Fixed jack -549755813885 loc 98828503151018009 color Unknown misc -549755813887
nid 22 0x411111f0 as 15 seq 0 Speaker None jack -549755813887 loc 103332102778388481 color Black misc -549755813887
nid 24 0x02a19840 as 4 seq 0 Microphone Jack jack -549755813887 loc 112339302033129474 color Pink misc -549755813880

VHDevice NID=24 Config=02a19820 Type=00000004 Cap=00003734 Ctrl=00000021 -- Conns: 0=0
Parsing Ctls...
Disabling nonaudio...
Disabling useless...
Disabling nid 24 connection 0 due to disabled child widget.

nid 20 0x02211020 as 2 seq 0 Headphones Jack jack -549755813887 loc -554050781182 color Black misc -554050781184
nid 21 0x99130110 as 1 seq 0 Speaker Fixed jack -549755813885 loc -554050781159 color Unknown misc -554050781183
nid 22 0x411111f0 as 15 seq 0 Speaker None jack -549755813887 loc -554050781183 color Black misc -554050781183 [DISABLED]
nid 24 0x02a19820 as 2 seq 0 Microphone Jack jack -549755813887 loc -554050781182 color Pink misc -554050781176

Parsing pin associations...
Duplicate pin 0 (24) in association 2! Disabling association.
Pin 24 has wrong direction for association 2! Disabling association.

Something strange for me. You seems to use non my version of VoodooHDA because I see non my output. And nid 24 changed occasionally.


Thanks a lot for helping me out Slice, however I don't understand. It seems you're telling me that the problem was still with pin 24. Indeed, i had to put it:
Nod 24 0x02a19820 type=4 and Conns=0 and
Nod 25 0x99a70941 type=4 and Conns=1 (Nod 25 gives me "unknown" in system preferences" as mic, but it works)

This way i get my mic working.

But this doesn't solve my headphones problem.
Should i pin Nod 20? I'm asking because i think (not sure) that this is the Nod for my headphones.If so, with what new pins? I've tried some combination but i can't get it working. I've also tried nid 20 0x0221101f (as Front) type=4 conns=1 with no succes (it kills speakers also this way) as i've seen early in this topic.
Or should i pin Nod 24 differently? Even if i chose another groupe (3 for exemple) it doesn't allow me getting headphones working.
I'm sorry to keep bothering with this

And also, it's in deed your voodooHDA. It's number 0.2.35 for snow. I re downloaded from first page to be sure. I've just add OSbundle ROOT at the end to be able to load it from E/E. I'm sorry again. I just don't get it as i am really newbie in audio pin conf.

I've extract a fresh codecdump just in case.

Attached File  codecdump.txt ( 24.62K ) Number of downloads: 10


Edit: Solved! Using cVad mod in post 77 and nod 20 patch

CODE
<dict>
<key>Node</key>
<integer>20</integer>
<key>Config</key>
<string>0x0221101f</string>
</dict>


Thank's à lot Slice and cVad.

Edit: i get occassionally KP with 0.2.43 and cVad mod, so i went back to Slice 0.2.35 and patching nod 20 as i've done with 0.2.43 give me headphones without KP for the moment. Everything seems fine!

This post has been edited by phoenix789: Oct 11 2009, 06:59 PM
alster
post Oct 7 2009, 11:06 AM
Post #108
QUOTE (acetone802000 @ Oct 3 2009, 02:56 PM) *
My motherboard is ASUS P5KR with Sound chipset ALC883.
With your latest driver mic works great (for the first time)

But wink.gif output is very very low (and of course i don't find where i must modify sources).
Another bug i can't select ALC883 with VoodooHDA Pref panel. I have only Digital-Out (HDMI) from my graphic card.

Please where does i must make changes for the output lvl ?

thank's



Same problem here... (also with the ALC883 and a ASUS V3-P5K33) Mic is wrking great and the speaker output too but
has a very low volume....

In the pref panel I can only choose HDMI-out, too...

Someone know how to fix this ?

thank you!


acetone802000
post Oct 7 2009, 03:48 PM
Post #109
QUOTE (alster @ Oct 7 2009, 12:06 PM) *
Same problem here... (also with the ALC883 and a ASUS V3-P5K33) Mic is wrking great and the speaker output too but
has a very low volume....

In the pref panel I can only choose HDMI-out, too...

Someone know how to fix this ?

thank you!


I have mod somes values and recompile the VoodooHDA:

99, // SOUND_MIXER_VOLUME
50, // SOUND_MIXER_BASS
50, // SOUND_MIXER_TREBLE
90, // (was 75) SOUND_MIXER_SYNTH
90, // (was 75) SOUND_MIXER_PCM
90, // (was 75) SOUND_MIXER_SPEAKER
90, // (was 75) SOUND_MIXER_LINE
50, // SOUND_MIXER_MIC
90, // SOUND_MIXER_CD
90, // [?] SOUND_MIXER_IMIX
0, // [?] SOUND_MIXER_ALTPCM
75, // SOUND_MIXER_RECLEV
0, // SOUND_MIXER_IGAIN
50, // SOUND_MIXER_OGAIN
75, // (was 75) SOUND_MIXER_LINE1
0, // [?] SOUND_MIXER_LINE2
0, // [?] SOUND_MIXER_LINE3
0, // [?] SOUND_MIXER_DIGITAL1
0, // [?] SOUND_MIXER_DIGITAL2
0, // [?] SOUND_MIXER_DIGITAL3
0, // [?] SOUND_MIXER_PHONEIN
0, // [?] SOUND_MIXER_PHONEOUT
75, // SOUND_MIXER_VIDEO
0, // [?] SOUND_MIXER_RADIO
75 // (was 75) SOUND_MIXER_MONITOR


VoodooHDA Modded
alster
post Oct 7 2009, 05:35 PM
Post #110
QUOTE (acetone802000 @ Oct 7 2009, 04:48 PM) *
I have mod somes values and recompile the VoodooHDA:

99, // SOUND_MIXER_VOLUME
50, // SOUND_MIXER_BASS
50, // SOUND_MIXER_TREBLE
90, // (was 75) SOUND_MIXER_SYNTH
90, // (was 75) SOUND_MIXER_PCM
90, // (was 75) SOUND_MIXER_SPEAKER
90, // (was 75) SOUND_MIXER_LINE
50, // SOUND_MIXER_MIC
90, // SOUND_MIXER_CD
90, // [?] SOUND_MIXER_IMIX
0, // [?] SOUND_MIXER_ALTPCM
75, // SOUND_MIXER_RECLEV
0, // SOUND_MIXER_IGAIN
50, // SOUND_MIXER_OGAIN
75, // (was 75) SOUND_MIXER_LINE1
0, // [?] SOUND_MIXER_LINE2
0, // [?] SOUND_MIXER_LINE3
0, // [?] SOUND_MIXER_DIGITAL1
0, // [?] SOUND_MIXER_DIGITAL2
0, // [?] SOUND_MIXER_DIGITAL3
0, // [?] SOUND_MIXER_PHONEIN
0, // [?] SOUND_MIXER_PHONEOUT
75, // SOUND_MIXER_VIDEO
0, // [?] SOUND_MIXER_RADIO
75 // (was 75) SOUND_MIXER_MONITOR


VoodooHDA Modded


Cool!

Thank You! That worked for me. biggrin.gif

greetings
FMulder
post Oct 7 2009, 10:55 PM
Post #111
Hi
I have a problem with my Dell XPS 1330, with Sigmatel stac 9228... I have sound only from headphones jack, but I have no sound from internal speakers! Here is my dump.. I tried adding config 0x90170110 and node 2 to my info.plist but it didn't solve. Any help? Thanks!

Attached File  card0_codec_0.txt ( 8.5K ) Number of downloads: 42


This post has been edited by FMulder: Oct 7 2009, 10:58 PM
alster
post Oct 8 2009, 09:42 AM
Post #112
QUOTE (acetone802000 @ Oct 7 2009, 04:48 PM) *
I have mod somes values and recompile the VoodooHDA:

99, // SOUND_MIXER_VOLUME
50, // SOUND_MIXER_BASS
50, // SOUND_MIXER_TREBLE
90, // (was 75) SOUND_MIXER_SYNTH
90, // (was 75) SOUND_MIXER_PCM
90, // (was 75) SOUND_MIXER_SPEAKER
90, // (was 75) SOUND_MIXER_LINE
50, // SOUND_MIXER_MIC
90, // SOUND_MIXER_CD
90, // [?] SOUND_MIXER_IMIX
0, // [?] SOUND_MIXER_ALTPCM
75, // SOUND_MIXER_RECLEV
0, // SOUND_MIXER_IGAIN
50, // SOUND_MIXER_OGAIN
75, // (was 75) SOUND_MIXER_LINE1
0, // [?] SOUND_MIXER_LINE2
0, // [?] SOUND_MIXER_LINE3
0, // [?] SOUND_MIXER_DIGITAL1
0, // [?] SOUND_MIXER_DIGITAL2
0, // [?] SOUND_MIXER_DIGITAL3
0, // [?] SOUND_MIXER_PHONEIN
0, // [?] SOUND_MIXER_PHONEOUT
75, // SOUND_MIXER_VIDEO
0, // [?] SOUND_MIXER_RADIO
75 // (was 75) SOUND_MIXER_MONITOR


VoodooHDA Modded



Hey,

how do you compile it?
I tried all options in xcode (i386, x64 ..etc) but the kext is not working..
All what I got is a: "VoodooHDA.kext - failed to resolve dependencies" angry.gif

thank you
acetone802000
post Oct 8 2009, 01:57 PM
Post #113
QUOTE (alster @ Oct 8 2009, 10:42 AM) *
Hey,

how do you compile it?
I tried all options in xcode (i386, x64 ..etc) but the kext is not working..
All what I got is a: "VoodooHDA.kext - failed to resolve dependencies" angry.gif

thank you

I used the 3.21 version of xcode, and the info.plist file is a custom file.

I don't have any problem wtih the compilation

Edit: options used in xcode: Mac OS X 10.6, Release, VoodooHDA, x86_64

This post has been edited by acetone802000: Oct 8 2009, 02:03 PM
alster
post Oct 8 2009, 02:11 PM
Post #114
QUOTE (acetone802000 @ Oct 8 2009, 02:57 PM) *
I used the 3.21 version of xcode, and the info.plist file is a custom file.

I don't have any problem wtih the compilation

Edit: options used in xcode: Mac OS X 10.6, Release, VoodooHDA, x86_64


Hmm, that's strange, I used the same options..

What du you change in your info.plist?

Thanks
alster
post Oct 8 2009, 02:58 PM
Post #115
QUOTE (alster @ Oct 8 2009, 03:11 PM) *
Hmm, that's strange, I used the same options..

What du you change in your info.plist?

Thanks


OK, with your info.plist in the new kext works..


thanks
Slice
post Oct 12 2009, 06:33 AM
Post #116
QUOTE (FMulder @ Oct 8 2009, 02:55 AM) *
Hi
I have a problem with my Dell XPS 1330, with Sigmatel stac 9228... I have sound only from headphones jack, but I have no sound from internal speakers! Here is my dump.. I tried adding config 0x90170110 and node 2 to my info.plist but it didn't solve. Any help? Thanks!

Attached File  card0_codec_0.txt ( 8.5K ) Number of downloads: 42

As I see you have the same STAC9228 as I have but your address=0 while my=2.
So try this patch to info.plist
CODE
            <key>NodesToPatch</key>
            <array>
                <dict>
                    <key>Codec</key>
                    <integer>0</integer>
                    <key>Config</key>
                    <string>0x90a70120</string>
                    <key>Node</key>
                    <integer>12</integer>
                </dict>
                <dict>
                    <key>Codec</key>
                    <integer>0</integer>
                    <key>Config</key>
                    <string>0x02a1102f</string>
                    <key>Node</key>
                    <integer>14</integer>
                </dict>
                <dict>
                    <key>Codec</key>
                    <integer>0</integer>
                    <key>Config</key>
                    <string>0x90a6e140</string>
                    <key>Node</key>
                    <integer>19</integer>
                </dict>
                <dict>
                    <key>Codec</key>
                    <integer>0</integer>
                    <key>Config</key>
                    <string>0x02011014</string>
                    <key>Node</key>
                    <integer>15</integer>
                </dict>
            </array>

With these codes you will have three output (Speaker, headphones and line-out) as "Complex output" with autodetect what is connected and two microphone: external and internal.
Пожалуйста, прочитайте ЧаВо!
My page
FMulder
post Oct 13 2009, 09:09 AM
Post #117
QUOTE (Slice @ Oct 12 2009, 08:33 AM) *
As I see you have the same STAC9228 as I have but your address=0 while my=2.
So try this patch to info.plist
CODE
-- cut --

With these codes you will have three output (Speaker, headphones and line-out) as "Complex output" with autodetect what is connected and two microphone: external and internal.



thank you so much but still nothing... I still don't have any sound from speakers..
which version of voodoohda are you using? i'm using 0.2.43

anyway, now i'm getting a lot of lines like this in console:

CODE
13/10/09 11.04.58    kernel    Pin sense: cad 0 nid=10 res=0x00000001
13/10/09 11.04.58    kernel    Pin sense: cad 0 nid=14 res=0x00000000
13/10/09 11.04.58    kernel    switch nid 21 conn 0 off
13/10/09 11.04.58    kernel    switch nid 21 conn 4 on
13/10/09 11.04.58    kernel    Pin sense: cad 0 nid=15 res=0x00000000
13/10/09 11.05.12    kernel    Pin sense: cad 0 nid=10 res=0x00000000
13/10/09 11.05.12    kernel    Pin sense: cad 0 nid=14 res=0x00000000


I attach my voodoodump, I hope someone could help me... Attached File  voodoodump.txt ( 31.26K ) Number of downloads: 11


My problem is that I can't hear from Internal Speakers, everything else is working without touching anything

This post has been edited by FMulder: Oct 14 2009, 01:31 AM
yeehaa
post Oct 13 2009, 05:21 PM
Post #118
@slice: can you add this patch too?
http://www.insanelymac.com/forum/index.php...=183321&hl=

its for the volume and mute control. is it possible?
hp dv4t 1200: Intel Core 2 Duo T6400, 2 GHz - NVIDIA GeForce 9200M GS (512 MB) (Chameleon Graphics) - Intel IDT 92HD71B7 (VoodooHDA) - Optiarc DVD RW AD-7560S ATA - Broadcom 802.11b/g WLAN 4315 (DSDT device id patch)- Realtek RTL8168C Ethernet - HP bluetooth - HP Webcam - 10.6.4 - GPT Hybrid partition scheme - Windows Vista dual boot - Chameleon 2 RC5(mozo patched boot with speedstep and mem detection)
Freaky Chokra
post Oct 15 2009, 03:49 AM
Post #119
Finally I can post!

Thanks to a senior member.... about it...

Ok...
@ FMulder

try increasing your volume level of your external speakers to max... if they do that means.. the driver is loaded...

but the amplification strings are not yet accurately configured...

Coz I too have the same problem... I have Creative T6060 5.1 SPeaker set and @10 % voume I can barely sit in the middle of all 6 of them..

but with this VoodooHDA 0.2.43 Kext @ Max volume I can barely hear the glass ting... from System Preferences...


So that means we still need some work done in the info.plist files from these KEXTs....


I am working on it... just not these 3 days.. .from today .... busy loaded till this weekend.


the only thing is to get a Linux DUMP... understand PinConfigs.... routing of all of these and the amplification parameters

as the older 2.2.1 version did on the fly....


My Idea: If only there was some way to get that 2.2.1 KEXT to save what it reads during boot up into a text file... we would have a ready made info.plist code ready to be inserted into tghe newer KEXT and Voila!

A working multi-channel out HacOSX!!!!


Till next time.


My respects to Slice, King, Master Chief and Fassl..

These guys have been on the call.. round the clock.... Pardon me if I missed out on some one...

-Regards,

Freaky Chokra
Mobo:ASUS P5K-VM (BIOS 1001) & 4GB Transcend 800Mhz DDR2 RAM = 2GB X 2 sticks in Dual Channel Mode
CPU:
Intel Core2Duo E7500 2.93 GHz (1066FSB) @3.68GHz[@38 degrees using ASUS Artic Square Cooler+Arctic Silver paste]
1] Western Digital 1TB SATA HDD ->
Windows 7 x64 7600.16385
2] Seagate 750GB SATA HDD ->BlackCH XxX Leopard 10.5.6 > upd to 10.5.8 Combo upd Vanilla 9.8.0 Kernel + Win XP (x64)
3] WD 500GB SATA (GUID)
Vanilla Snow Leopard 10.6.3 x86_64 {10.6.0>upd>10.6.1>10.6.2>10.6.3 Vanilla Kernel 10.3.0}
Vanilla Sleep + SpeedStep!| Bootloader - AnVAL's ACPI Chameleon RC5| Full DSDT Patching for: XFX 9800GT 512MB [CI/QE/CL works in 10.6.3 & 10.5.8]
RealTek ALC 883 ad0 Patched AppleHDA.kext (from 10.6.3)Onboard Marvell Yukon 88E8056 + RealTek 8139 PCI Ethernet (LAN) card & LG 22x SATA DVD-RW| Mac Wired FullSize Aluminum Keyboard+Logitech MX518 Mouse+Logitech Cordless RumblePad 2+Logitech Wingman Attack 3+Unknown USB Bluetooth Dongle
FMulder
post Oct 15 2009, 11:04 AM
Post #120
QUOTE (Freaky Chokra @ Oct 15 2009, 05:49 AM) *
.
@ FMulder

try increasing your volume level of your external speakers to max... if they do that means.. the driver is loaded...

but the amplification strings are not yet accurately configured...

Coz I too have the same problem... I have Creative T6060 5.1 SPeaker set and @10 % voume I can barely sit in the middle of all 6 of them..

but with this VoodooHDA 0.2.43 Kext @ Max volume I can barely hear the glass ting... from System Preferences...


nothing.. anyway my speakers are INTERNAL, the one provided by my notebook... using external jack is not a problem, headphones works pretty well...

26 Pages V  « < 4 5 6 7 8 > » 
Add Reply Start a new topic
3 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
2 Members: djpopol, ribbels