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

11 Pages V  < 1 2 3 4 5 > »   
Reply to this topic Start new topic
Ladies and lads I would like to introduce to you a functioning ALC262 driver, ALC262 driver
**
  • Group: Members
  • Posts: 92
  • Joined: 12-September 07
  • Member No.: 134,065
This is with the modified driver i made from the ALC262_200.txt file you gave me.
Attached File(s)
Attached File  Picture_1.png ( 51.31K ) Number of downloads: 97
Attached File  Picture_4.png ( 46.19K ) Number of downloads: 70
 
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 43
  • Joined: 24-January 08
  • Member No.: 177,058
QUOTE (bronxboyXXX @ Jan 30 2008, 04:47 AM) *
This is with the modified driver i made from the ALC262_200.txt file you gave me.


I have it same but only Digital OUT is working smile.gif
Everything else works on Sigmatel, i did pm you about smthing can you try to help me with this?
PM Profile Card
Go to the top of the page
+ Quote Post
**
  • Group: Members
  • Posts: 92
  • Joined: 12-September 07
  • Member No.: 134,065
the following beta files are for Kamil666
Attached File(s)
Attached File  AppleHDA.kext_beta_1.zip ( 325.86K ) Number of downloads: 56
Attached File  AppleHDA.kext_beta_2.zip ( 327K ) Number of downloads: 49
 
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 43
  • Joined: 24-January 08
  • Member No.: 177,058
Thx bronxboy

I will give a try in seconds
PM Profile Card
Go to the top of the page
+ Quote Post
**
  • Group: Members
  • Posts: 92
  • Joined: 12-September 07
  • Member No.: 134,065
QUOTE (maverick_pranav @ Jan 28 2008, 03:07 PM) *
here are my kexts for alc262....they work well on my vaio!
sound out works through both speakers and headphoness!
mic not working!

http://forum.insanelymac.com/index.php?sho...&pid=517740


I believe 262_XXX_beta_v0.1.zip could work for you.
PM Profile Card
Go to the top of the page
+ Quote Post
**
  • Group: Members
  • Posts: 92
  • Joined: 12-September 07
  • Member No.: 134,065
BUMP! big update to drivers & instructions. yoji.gif
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 46
  • Joined: 25-March 06
  • From: Russia
  • Member No.: 30,718
I need 262_510 dump...
PM Profile Card
Go to the top of the page
+ Quote Post
**
  • Group: Members
  • Posts: 92
  • Joined: 12-September 07
  • Member No.: 134,065
QUOTE (starimage @ Feb 1 2008, 05:09 AM) *
I need 262_510 dump...
Try one of the other dumps.I'm very content with 262_f00 with my 262_600 sound card.

Got an update on my track pad progress. fixed the stuttering problem. it has something to do with the way the ALPS Glidepad Driver.pkg was put together.
basically. the problem is some of us need to remove the ApplePS2Trackpad.kext from within your ApplePS2Controller.kext because it causes our keyboards to display a memory leak. (delayed response, repeating keys). To the ones experiencing this you will notice an instant speed boost when you load this driver. This is still just a beta but it should give you a good. idea what I'm talking about. for me circular scrolling & tapping are working but i can't seem to find out how to lower the speed yet. I still have a long way to go & I want this baby to be perfect.


1'st back up
ApplePS2Controller.kext and ApplePS2Trackpad.kext located in your System/Library/Extensions folder

2nd extract my files and place them into System/Library/Extensions

3rd open the terminal window and type in

sudo -s "enter"
*your password* "enter"
cd /System/Library/Extensions "enter"
chown -R root:wheel ApplePS2Controller.kext "enter"
chmod  -R 755 ApplePS2Controller.kext "enter"
chown -R root:wheel ApplePS2Mouse.kext "enter"
chmod  -R 755 ApplePS2Mouse.kext "enter"
chown -R root:wheel ApplePS2Trackpad.kext "enter"
chmod  -R 755 ApplePS2Trackpad.kext "enter"

4th go to system/Library and delete Extensions.kextcache & Extensions.mkext
5th (leopard users) go to disk utilities repair permissions.
6th reboot twice just to be sure its working.
Attached File(s)
Attached File  trackpad_beta.zip ( 323.1K ) Number of downloads: 35
 
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 46
  • Joined: 25-March 06
  • From: Russia
  • Member No.: 30,718
can not make dump from knoppix on my Samsung Q 45
262_510
Other 262*** dumps nice - but microphone did not work sad.gif
PM Profile Card
Go to the top of the page
+ Quote Post
**
  • Group: Members
  • Posts: 92
  • Joined: 12-September 07
  • Member No.: 134,065
QUOTE (starimage @ Feb 1 2008, 09:36 AM) *
can not make dump from knoppix on my Samsung Q 45
262_510
Other 262*** dumps nice - but microphone did not work sad.gif


this is the code that makes everything work on my system
the active pins are hi-lighted in red

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<!-- Patched by Taruga's AppleHDA Patcher v1.20 -->
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>AppleHDA</string>
<key>CFBundleGetInfoString</key>
<string>1.4.0a22, Copyright Apple Inc. 2005-2007</string>
<key>CFBundleIdentifier</key>
<string>com.apple.driver.AppleHDA</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>Apple HDA Driver</string>
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>1.4.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.4.0a23</string>
<key>IOKitPersonalities</key>
<dict>
<key>HDA Driver</key>
<dict>
<key>CFBundleIdentifier</key>
<string>com.apple.driver.AppleHDA</string>
<key>CodecInfo</key>
<array>
<dict>
<key>AnalogOut</key>
<dict>
<key>SignalProcessing</key>
<dict>
<key>Volume</key>
<dict>
<key>SoftwareVolume</key>
<dict/>
</dict>
</dict>
</dict>
<key>CodecID</key>
<integer>283902562</integer>
<key>ForceWakeToIdle</key>
<true/>
</dict>
</array>
<key>IOClass</key>
<string>AppleHDADriver</string>
<key>IOProviderClass</key>
<string>AppleHDACodec</string>
<key>InputSampleLatency</key>
<integer>30</integer>
<!-- Realtek -->
<key>Layouts</key>
<array>
<dict>
<key>LayoutID</key>
<integer>12</integer>
<key>PathMapRef</key>
<array>
<dict>
<key>CodecID</key>
<array>
<integer>283902562</integer>
</array>
<key>Headphone</key>
<dict>
<key>AmpPostDelay</key>
<integer>150</integer>
<key>AmpPreDelay</key>
<integer>150</integer>

</dict>
<key>Inputs</key>
<array>
<string>LineIn</string>
<string>Mic</string>
<string>SPDIFIn</string>
</array>
<key>IntSpeaker</key>
<dict>
<key>AmpPostDelay</key>
<integer>150</integer>
<key>AmpPreDelay</key>
<integer>150</integer>
<key>MaximumBootBeepValue</key>
<integer>64</integer>

</dict>
<key>LineIn</key>
<dict/>
<key>LineOut</key>
<dict>
<key>AmpPostDelay</key>
<integer>150</integer>
<key>AmpPreDelay</key>
<integer>150</integer>

</dict>
<key>Mic</key>
<dict>
<key>SignalProcessing</key>
<dict>
<key>SoftwareDSP</key>
<dict>
<key>Equalization</key>
<dict>
<key>Filter0</key>
<dict>
<key>FilterType</key>
<integer>1752195443</integer>
<key>Frequency</key>
<data>
waTDQg==
</data>
<key>Gain</key>
<data>
AACAQA==
</data>
<key>Q</key>
<data>
8wQ1Pw==
</data>
<key>index</key>
<integer>0</integer>
<key>runInSoftware</key>
<true/>
</dict>
<key>Filter1</key>
<dict>
<key>FilterType</key>
<integer>1752195443</integer>
<key>Frequency</key>
<data>
A5OOQg==
</data>
<key>Gain</key>
<data>
AABkQQ==
</data>
<key>Q</key>
<data>
qzstPw==
</data>
<key>index</key>
<integer>1</integer>
<key>runInSoftware</key>
<true/>
</dict>
<key>Filter2</key>
<dict>
<key>FilterType</key>
<integer>1651664234</integer>
<key>Frequency</key>
<data>
AADwQg==
</data>
<key>Gain</key>
<data>
AAAEwQ==
</data>
<key>Q</key>
<data>
AICXQQ==
</data>
<key>index</key>
<integer>2</integer>
<key>runInSoftware</key>
<true/>
</dict>
<key>Filter3</key>
<dict>
<key>FilterType</key>
<integer>1885434465</integer>
<key>Frequency</key>
<data>
K8M3Qw==
</data>
<key>Gain</key>
<data>
AADQvw==
</data>
<key>Q</key>
<data>
WPsGQQ==
</data>
<key>index</key>
<integer>3</integer>
<key>runInSoftware</key>
<true/>
</dict>
<key>Filter4</key>
<dict>
<key>FilterType</key>
<integer>1885434465</integer>
<key>Frequency</key>
<data>
CkyWQw==
</data>
<key>Gain</key>
<data>
AACQvw==
</data>
<key>Q</key>
<data>
MzPTQA==
</data>
<key>index</key>
<integer>4</integer>
<key>runInSoftware</key>
<true/>
</dict>
<key>Filter5</key>
<dict>
<key>FilterType</key>
<integer>1885434465</integer>
<key>Frequency</key>
<data>
M3z7Qw==
</data>
<key>Gain</key>
<data>
AADQvw==
</data>
<key>Q</key>
<data>
izanQA==
</data>
<key>index</key>
<integer>5</integer>
<key>runInSoftware</key>
<true/>
</dict>
<key>Filter6</key>
<dict>
<key>FilterType</key>
<integer>1885434465</integer>
<key>Frequency</key>
<data>
Gb5IRA==
</data>
<key>Gain</key>
<data>
AAAIwA==
</data>
<key>Q</key>
<data>
6fbYQA==
</data>
<key>index</key>
<integer>6</integer>
<key>runInSoftware</key>
<true/>
</dict>
<key>Filter7</key>
<dict>
<key>FilterType</key>
<integer>1885434465</integer>
<key>Frequency</key>
<data>
Xj96RA==
</data>
<key>Gain</key>
<data>
AADgvw==
</data>
<key>Q</key>
<data>
etMvQQ==
</data>
<key>index</key>
<integer>7</integer>
<key>runInSoftware</key>
<true/>
</dict>
<key>Filter8</key>
<dict>
<key>FilterType</key>
<integer>1885434465</integer>
<key>Frequency</key>
<data>
rx+WRA==
</data>
<key>Gain</key>
<data>
AACQvw==
</data>
<key>Q</key>
<data>
+qRXQQ==
</data>
<key>index</key>
<integer>8</integer>
<key>runInSoftware</key>
<true/>
</dict>
<key>Filter9</key>
<dict>
<key>FilterType</key>
<integer>1819304307</integer>
<key>Frequency</key>
<data>
RlSQRg==
</data>
<key>Gain</key>
<data>
AnaUvw==
</data>
<key>Q</key>
<data>
8wQ1Pw==
</data>
<key>index</key>
<integer>15</integer>
<key>runInSoftware</key>
<true/>
</dict>
</dict>
<key>GainStage</key>
<dict>
<key>LeftGain</key>
<data>
wmJKQA==
</data>
<key>RightGain</key>
<data>
wmJKQA==
</data>
</dict>
<key>NoiseCanceller</key>
<dict>
<key>NoiseProfile</key>
<data>
Lv9xwm3IWsLU
s3bCqn2IwlYK
jMIO847CznGP
wvb1kcLc85fC
/iGcwnobn8LA
mqHC5S2kwoh+
p8IjBKnCpL2q
wkCZrMKQoa7C
JH2xwhMBtMIr
PrbC+EW4wjqc
usIWq7rCuA25
whaEuMKuP7rC
VoO6wiPZucKv
mrfC4Gq1wvqO
tcI+u7bCYli2
wnHRtcIEq7TC
8l6zwuX7s8Ku
y7TCRP6zwsOM
s8K7QbPCoWi1
wouutcJkKrTC
P3W0wvp8t8Ll
xLnCqou6wgYj
usIDOLnCjJm6
wo5+vMKx5rzC
dpm9wvNnvsJ+
mbzCoHO8wsQC
vMI6w7vCSM+7
wh9uvsJ2Ar7C
DqO8wjASvsLO
vL3CpAS9wlLg
vsJkd77ClnG+
wvD/wMIYfL/C
+O7AwjkKw8Jy
osHCdXy9wuYX
wMICPMHCmQ3A
wtrWvcKXZbzC
rxq8wuAavcKi
crzCxPa7wp75
u8LUQLvCJje8
wlPxvcI+7L7C
AEjAwmUDv8Kl
EMLCytnBwm8J
xsJ6CMnCEJbM
wn5JzMKc4MzC
es3OwtQKysJi
7MrC1g/PwoLh
0MJob9LCcuvR
wsTX1MJjv9XC
btfTwmRy18Kq
TNvC9J7bwvkO
3cIW493C0mLe
wpoK38KE4t7C
9DbdwsiK4cJ7
fOTC93HnwsJx
6sJKJOzC8E3t
wpxF7sIpN+7C
QfXuwknF8MI2
Cv7C
</data>
</dict>
<key>SoftClip</key>
<dict>
<key>SoftClipDrive</key>
<data>
AACAPw==
</data>
</dict>
</dict>
</dict>
</dict>
<key>Outputs</key>
<array>
<string>Headphone</string>
<string>IntSpeaker</string>
<string>SPDIFOut</string>
</array>
<key>PathMapID</key>
<integer>1</integer>
<key>SPDIFIn</key>
<dict/>
<key>SPDIFOut</key>
<dict/>
</dict>
</array>
</dict>
</array>
<key>OutputSampleLatency</key>
<integer>30</integer>
<key>PathMaps</key>
<array>
<dict>
<key>PathMap</key>
<array>
<!-- Mic Back -->
<array>
<array>
<array>
<dict>
<key>Amp</key>
<dict>
<key>Channels</key>
<array>
<dict>
<key>Bind</key>
<integer>1</integer>
<key>Channel</key>
<integer>1</integer>
</dict>
<dict>
<key>Bind</key>
<integer>2</integer>
<key>Channel</key>
<integer>2</integer>
</dict>
</array>
<key>MuteInputAmp</key>
<true/>
<key>PublishMute</key>
<true/>
<key>PublishVolume</key>
<true/>
<key>VolumeInputAmp</key>
<true/>
</dict>
<key>NodeID</key>
<integer>9</integer>

<key>ProcessingState</key>
<true/>
</dict>
<dict>
<key>NodeID</key>
<integer>34</integer>

<key>Boost</key>
<integer>1</integer>
</dict>
<dict>
<key>NodeID</key>
<integer>24</integer>

<key>VREF</key>
<integer>80</integer>
</dict>
</array>
</array>
</array>

<!-- Line In
<array>
<array>
<array>
<dict>
<key>Amp</key>
<dict>
<key>Channels</key>
<array>
<dict>
<key>Bind</key>
<integer>1</integer>
<key>Channel</key>
<integer>1</integer>
</dict>
<dict>
<key>Bind</key>
<integer>2</integer>
<key>Channel</key>
<integer>2</integer>
</dict>
</array>
<key>MuteInputAmp</key>
<true/>
<key>PublishMute</key>
<true/>
<key>PublishVolume</key>
<true/>
<key>VolumeInputAmp</key>
<true/>
</dict>
<key>NodeID</key>
<integer>8</integer>

</dict>
<dict>
<key>NodeID</key>
<integer>35</integer>

</dict>
<dict>
<key>NodeID</key>
<integer>26</integer>

</dict>
</array>
</array>
</array>

<!-- SPEAKER -->
<array>
<array>
<array>
<dict>
<key>NodeID</key>
<integer>20</integer>

</dict>
<dict>
<key>Amp</key>
<dict>
<key>Channels</key>
<array>
<dict>
<key>Bind</key>
<integer>1</integer>
<key>Channel</key>
<integer>1</integer>
</dict>
<dict>
<key>Bind</key>
<integer>2</integer>
<key>Channel</key>
<integer>2</integer>
</dict>
</array>
<key>MuteInputAmp</key>
<true/>
<key>PublishMute</key>
<true/>
<key>PublishVolume</key>
<true/>
<key>VolumeInputAmp</key>
<false/>
</dict>
<key>NodeID</key>
<integer>12</integer>

</dict>
<dict>
<key>NodeID</key>
<integer>2</integer>

</dict>
</array>
</array>
</array>

<!-- HP -->
<array>
<array>
<array>
<dict>
<key>NodeID</key>
<integer>21</integer>

</dict>
<dict>
<key>Amp</key>
<dict>
<key>Channels</key>
<array>
<dict>
<key>Bind</key>
<integer>1</integer>
<key>Channel</key>
<integer>1</integer>
</dict>
<dict>
<key>Bind</key>
<integer>2</integer>
<key>Channel</key>
<integer>2</integer>
</dict>
</array>
<key>MuteInputAmp</key>
<true/>
<key>PublishMute</key>
<true/>
<key>PublishVolume</key>
<true/>
<key>VolumeInputAmp</key>
<false/>
</dict>
<key>NodeID</key>
<integer>12</integer>

</dict>
<dict>
<key>NodeID</key>
<integer>3</integer>

</dict>
</array>
</array>
</array>

</array>
<key>PathMapID</key>
<integer>1</integer>
</dict>
</array>
<key>SampleOffsetPad</key>
<integer>260</integer>
</dict>
<key>HDA Generic Codec Driver</key>
<dict>
<key>CFBundleIdentifier</key>
<string>com.apple.driver.AppleHDA</string>
<key>IOClass</key>
<string>AppleHDACodecGeneric</string>
<key>IOHDACodecFunctionGroupType</key>
<integer>1</integer>
<key>IOProviderClass</key>
<string>IOHDACodecFunction</string>
</dict>
</dict>
<key>OSBundleLibraries</key>
<dict>
<!-- <key>com.apple.driver.DspFuncLib</key>
<string>1.0.0a1</string> -->
<key>com.apple.iokit.IOAudioFamily</key>
<string>1.1fc9</string>
<key>com.apple.iokit.IOHDAFamily</key>
<string>1.0.0d1</string>
<key>com.apple.kpi.bsd</key>
<string>8.0.0b3</string>
<key>com.apple.kpi.iokit</key>
<string>8.0.0b3</string>
<key>com.apple.kpi.libkern</key>
<string>8.0.0b3</string>
<key>com.apple.kpi.mach</key>
<string>8.0.0b3</string>
</dict>
</dict>
</plist>

its hard for me to say how your pin should be but I'm throwing this up in the hopes that somebody else can figure it out.
Attached File(s)
Attached File  Picture_1.png ( 113.6K ) Number of downloads: 130
Attached File  ALC262_DataSheet_1.7.pdf ( 1.32MB ) Number of downloads: 52
Attached File  ALC260_Reference_Design.zip ( 1.03MB ) Number of downloads: 37
 
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 46
  • Joined: 25-March 06
  • From: Russia
  • Member No.: 30,718
Thanks for help, but microphone (internal) so did not revive sad.gif
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 46
  • Joined: 25-March 06
  • From: Russia
  • Member No.: 30,718
My dump for Samsung Q45 (HDA 262_510)
After Taruga patch microphone not working....
Attached File(s)
Attached File  alc262.txt ( 7.73K ) Number of downloads: 53
 
PM Profile Card
Go to the top of the page
+ Quote Post
**
  • Group: Members
  • Posts: 92
  • Joined: 12-September 07
  • Member No.: 134,065
QUOTE (starimage @ Feb 2 2008, 03:20 PM) *
My dump for Samsung Q45 (HDA 262_510)
After Taruga patch microphone not working....


cool ill take a look at it later on today.
PM Profile Card
Go to the top of the page
+ Quote Post
**
  • Group: Members
  • Posts: 92
  • Joined: 12-September 07
  • Member No.: 134,065
starimage I don't think this will fix your problem but give it a shot. ill look deeper into it when i can but at the moment I'm working on another project.

I just know its just the pin assignment to our mic and I think the numbers i need are hidden someplace in your original codec dump.

just know Im not going to give up. Ill have some beta drivers for you soon. but If you manage to find a solution please let me know because it contains for me some key information in unlocking the code for the chip.
Attached File(s)
Attached File  ALC262_510.zip ( 1.32MB ) Number of downloads: 57
 
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 46
  • Joined: 25-March 06
  • From: Russia
  • Member No.: 30,718
Enormous thanks for help. Problem is not thus far solved
PM Profile Card
Go to the top of the page
+ Quote Post
**
  • Group: Members
  • Posts: 92
  • Joined: 12-September 07
  • Member No.: 134,065
QUOTE (starimage @ Feb 3 2008, 06:49 PM) *
Enormous thanks for help. Problem is not thus far solved
I'm looking at the code now. you say you have an internal mic. do you also have an external mic input? and if so is that working? you can plug in a set of headphones to it and try to talk into them to test it if you don't have a mic.
QUOTE (bronxboyXXX @ Feb 3 2008, 06:59 PM) *
I'm looking at the code now. you say you have an internal mic. do you also have an external mic input? and if so is that working? you can plug in a set of headphones to it and try to talk into them to test it if you don't have a mic.
give this a shot
Attached File(s)
Attached File  ALC262_510_beta_0.1_.zip ( 1.35MB ) Number of downloads: 26
 
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 46
  • Joined: 25-March 06
  • From: Russia
  • Member No.: 30,718
In this beta-version of drivers not working "out" and not working "in" .
BUT !!!
External microphone WORK (!!!) with kexkts in the previous communication
Headphones work only with interlnal speakers
PM Profile Card
Go to the top of the page
+ Quote Post
**
  • Group: Members
  • Posts: 92
  • Joined: 12-September 07
  • Member No.: 134,065
QUOTE (starimage @ Feb 3 2008, 08:45 PM) *
In this beta-version of drivers not working "out" and not working "in" .
BUT !!!
External microphone WORK (!!!) with kexkts in the previous communication
Headphones work only with interlnal speakers



do it like this.
= yes or no

ALC262_510
internal speakers=
headphones=
digital out=
Mic=

ALC262_510 Beta 0.1
internal speakers=
headphones=
digital out=
Mic=


This goes for everybody.
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 46
  • Joined: 25-March 06
  • From: Russia
  • Member No.: 30,718
ALC262_510
internal speakers= yes
headphones=yes
digital out= not tested
Mic= only external

ALC262_510 Beta 0.1
internal speakers= no
headphones=no
digital out=no
Mic=no
PM Profile Card
Go to the top of the page
+ Quote Post
****
  • Group: Members
  • Posts: 239
  • Joined: 18-March 07
  • Member No.: 93,863
I cant wait to try this on my vaio laptop!
PM Profile Card
Go to the top of the page
+ Quote Post
11 Pages V  < 1 2 3 4 5 > » 
Reply to this topic Start new topic

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

 

RSS Lo-Fi Version Time is now: 21st November 2009 - 07:26 PM