Help - Search - Members - Calendar
Full Version: who got Intel Pro 1000 PL LAN card working?
InsanelyMac Forum > OSx86 Project > Hardware and Drivers > LAN and Wireless
Pages: 1, 2
BugsB
EDIT: working with Chun-Nan's IOPCIFamily.kext !! (many thanks to atanasko for PMing me about this!)
-----------------------
it is a mod of the Intel Pro 1000. The kext which is resonsible for that card (AppleIntel8254XEthernet.kext within the IONetworkingFamily.kext) keeps OS x86 from booting. I tried the AppleIntel8254XEthernet.kext from all available versions of Mac OS (10.4.3 - 10.5) incl. wheeling/ setting permissions correct etc. I also tried the Small Tree Gigabit Ethernet Driver for Intel Chipset, but as they say their driver only works for their own cards.

I have also been messing with vendor/device-IDs. Vendor-ID: 8086, Device-ID: 109A

The kernel panic I get is "PCI Bar (mapping) error", with a dependency to IOPCIFamily.kext (tried dozens of versions of that, no change ..)
BugsB
anybody?
carpao
any news? I'm interested too...
Mariusz
QUOTE(BugsBunny @ Aug 22 2006, 11:01 AM) *
it is a mod of the Intel Pro 1000. The kext which is resonsible for that card (AppleIntel8254XEthernet.kext within the IONetworkingFamily.kext) keeps OS x86 from booting. I tried the AppleIntel8254XEthernet.kext from all available versions of Mac OS (10.4.3 - 10.5) incl. wheeling/ setting permissions correct etc. I also tried the Small Tree Gigabit Ethernet Driver for Intel Chipset, but as they say their driver only works for their own cards.

I have also been messing with vendor/driver IDs. Vendor-ID: 8086, Device-ID: 109A

So has anybody gotten his/ hers Intel Pro 1000 PL LAN card working sorcerer.gif ?


I've the same card and it's working perfectly.

AFAIR I used 10.4.3 as first installation (after upgrades it's 10.4.7).
BugsB
Hi Mariusz. Well that would be great news. I also see you have your Intel HDA working (with the Realtek kext). Don't know, though, if your Laptop also uses the Conexant HDA, or rather the Realtek HDA. Anyway, could you please zip & attach the two kexts that give you networking and sound to your next posting in here? That would be really nice smile.gif !!

Your Toshiba Laptop is a bit different from ours (ATI Video card instead NVidia). Can you maybe also post your config with all important device/ vendor IDs, either from System Profiler (Mac) or DXDiag (Windows, in case you have it installed)?

Thanks a lot,
Bugs.
Mariusz
QUOTE(BugsBunny @ Sep 25 2006, 04:22 PM) *
Hi Mariusz. Well that would be great news. I also see you have your Intel HDA working (with the Realtek kext). Don't know, though, if your Laptop also uses the Conexant HDA, or rather the Realtek HDA. Anyway, could you please zip & attach the two kexts that give you networking and sound to your next posting in here? That would be really nice smile.gif !!

Your Toshiba Laptop is a bit different from ours (ATI Video card instead NVidia). Can you maybe also post your config with all important device/ vendor IDs, either from System Profiler (Mac) or DXDiag (Windows, in case you have it installed)?

Thanks a lot,
Bugs.

Hi there,

attached you can kexts and Profiler dump (remove .rtf from names).
Hope this'll help.

I can see some downloads, does it help you?
BugsB
Wow thanks a lot Mariusz, that's perfect smile.gif !!

I will work with all the kexts and profiler infos from you in the next couple of days because I am "on the road" right now. From the profiler extracts you sent me I can tell that ethernet loads fine as a PCI card via IOPCIFamily.kext in your system. I even have a different PCI kext than you. For the dependencies of the IOPCIFamily.kext profiler says "satisfied" and for integrity "kext is modified". So I guess you also modified your IOPCIFamily.kext ??

In the AppleIntel8254XEthernet.kext only the Vendor ID (0x8086) is contained, your install sets subsystem Vendor ID (0x1179) and Subsystem ID (0xff10) correctly all the way by itself, that's really amazing !!

About Audio, did you see that apart from the AppleAzaliaAudio.kext you have two more Audio kexts loaded, AppleFWAudio.kext and AppleMLANAudio (both kexts are modified). Do you have a Firewire Audio Card ???

Anyway, I am really burning to test your kexts out .. biggrin.gif: If you have time I would be happy if you could also attach the IOPCIFamily.kext from your 10.4.3 so I have everything together once I sit in front of my homebrewn Mac .. sorcerer.gif

Thanks for your input,
Bugs.
Mariusz
QUOTE(BugsBunny @ Sep 26 2006, 09:44 PM) *
Wow thanks a lot Mariusz, that's perfect smile.gif !!

I will work with all the kexts and profiler infos from you in the next couple of days because I am "on the road" right now. From the profiler extracts you sent me I can tell that ethernet loads fine as a PCI card via IOPCIFamily.kext in your system. I even have a different PCI kext than you. For the dependencies of the IOPCIFamily.kext profiler says "satisfied" and for integrity "kext is modified". So I guess you also modified your IOPCIFamily.kext ??

In the AppleIntel8254XEthernet.kext only the Vendor ID (0x8086) is contained, your install sets subsystem Vendor ID (0x1179) and Subsystem ID (0xff10) correctly all the way by itself, that's really amazing !!

About Audio, did you see that apart from the AppleAzaliaAudio.kext you have two more Audio kexts loaded, AppleFWAudio.kext and AppleMLANAudio (both kexts are modified). Do you have a Firewire Audio Card ???

Anyway, I am really burning to test your kexts out .. biggrin.gif: If you have time I would be happy if you could also attach the IOPCIFamily.kext from your 10.4.3 so I have everything together once I sit in front of my homebrewn Mac .. sorcerer.gif

Thanks for your input,
Bugs.



No prblem at all smile.gif

In few words: My installation is not fresh one. 'Somewhere' in time I've installed 10.4.3 on my previous notebook (some domestic s**t) , and after I got (lovely) A7 i've copied hole partition (Acronis Disk Director rocks) to new one.
So, in meantime of using/testing/playing with OSX, I've dowloaded a lot of kext from the forums to test my hardware, and now i'm really unable to tell where do they come from smile.gif (greetings to all forum users!!)

Answers time:
NET: AFAIR I didn't have to modify IOPCIFamily.kext (maybe it was modified by someone else).
SND: I deleted AppleHDA.kext. AppleAzalia has beed downloaded from forum. I don't have FireWire Sound card.

I'll attach IOPCIFamily.kext in a few hours. Stay tuned smile.gif
BugsB
Hi Mariusz. Just tried the two kexts of yours, but: no LAN, no Audio. System Profiler does not recognize any PCI card, so all my hope lies within your anonymously modified IOPCIFamily.kext .now . smile.gif

Cheers,
Bugs.
Mariusz
QUOTE(BugsBunny @ Sep 28 2006, 12:52 AM) *
Hi Mariusz. Just tried the two kexts of yours, but: no LAN, no Audio. System Profiler does not recognize any PCI card, so all my hope lies within your anonymously modified IOPCIFamily.kext .now . smile.gif

Cheers,
Bugs.

Hi Bugs,

sory it took so long but I haven't had time yesterday.

Here it comes.

p.s.
if you need any other kexts, just tell. I'll attach as soon as possible.
BugsB
Hi Mariusz. I just checked this IOPCIFamily.kext out, but got an ACPI kernel panic right away. I had that before with some OS x86 install so I replaced the ACPI kexts which do not go along with this IOPCIFamily.kext with working ones from 10.4.5 (IOACPIFamily.kext and AppleACPIPlatform.kext). Then I got another kernel panic which I know very well, too, caused by the AppleIntel8254XEthernet.kext (0x23bc3000) which does not load all the way because of a missing dependency to the IOPCIFamily.kext (0x23ad1000). Same error before with "my" IOPCIFamily.kext.

Moving the AppleIntel8254XEthernet.kext out of the IONetworkingFamily.kext solves the kernel panic, Mac OS x86 boots up again all the way. Sound still does not work .. sad.gif

Maybe the only way to get this going would be a gzipped tarball of your entire Extensions folder as an upload somewhere, but I wouldn't want to ask you because you might have a rather slow internet connection.

On the other hand I am still not sure if your Laptop is really of the same setup as ours, because I could not find any sufficiently specific info on the net. Same device & vendor IDs are not the entire ball game. If you had Windows installed you could doublecheck if your LAN-adapter is really displayed as the Intel Pro 1000 PL, and if your Audio is the one from Conexant HD Audio and not rather the one from Realtek.

compress.gif
Mariusz
QUOTE(BugsBunny @ Sep 28 2006, 10:57 AM) *
Hi Mariusz. I just checked this IOPCIFamily.kext out, but got an ACPI kernel panic right away. I had that before with some OS x86 install so I replaced the ACPI kexts which do not go along with this IOPCIFamily.kext with working ones from 10.4.5 (IOACPIFamily.kext and AppleACPIPlatform.kext). Then I got another kernel panic which I know very well, too, caused by the AppleIntel8254XEthernet.kext (0x23bc3000) which does not load all the way because of a missing dependency to the IOPCIFamily.kext (0x23ad1000). Same error before with "my" IOPCIFamily.kext.

Moving the AppleIntel8254XEthernet.kext out of the IONetworkingFamily.kext solves the kernel panic, Mac OS x86 boots up again all the way. Sound still does not work .. sad.gif

Maybe the only way to get this going would be a gzipped tarball of your entire Extensions folder as an upload somewhere, but I wouldn't want to ask you because you might have a rather slow internet connection.

On the other hand I am still not sure if your Laptop is really of the same setup as ours, because I could not find any sufficiently specific info on the net. Same device & vendor IDs are not the entire ball game. If you had Windows installed you could doublecheck if your LAN-adapter is really displayed as the Intel Pro 1000 PL, and if your Audio is the one from Conexant HD Audio and not rather the one from Realtek.

compress.gif


I'll try to put extensions in some place in space.

Attached picture shows PRO/1000 PL network card and Realtek HD audio. So trust me smile.gif
BugsB
Great, thanks. So with your help I at least have some chance to get the LAN working .. wub.gif . About the Audio I do not know because our Toshiba Laptops here use the Conexant High Definition Audio .. sad.gif But LAN is what I would be VERY happy about smile.gif !!
Mariusz
It's about 25 Mb and its here:



If there will be some problems, I'll put it somwhere else.

p.s.
At work I can't complain about network speed, its 10Mbit link smile.gif
BugsB
superb, that's what I call service smile.gif ! Anyway, the first attempt "on the run" failed, I got kernel panic again with the AppleIntel8254XEthernet.kext with dependency to the IOPCIFamily.kext, but this time with different IDs, so there is some change .. :-|. Diabling the LAN in BIOS respectively disabling the AppleIntel8254XEthernet.kext has Mac OS x86 boot up all the way again as before. Permissions are all set correctly.

I am out of the door right now and will look deeper into this later on ..

Cheers for now,
Bugs.
starfish
I have the same problem.
bugs , are you ok ?
BugsB
no .. sad.gif . I have made a 10.4.3 install on my USB drive and will do some testing with that later on.
BugsB
It seems to me more and more that this is a general PCI Bridge initialization related error because:

- more than one kext is not loading
- both of these kexts are dependant on the PCI Bridge having been initialized correctly.

Determine your computer's PCI Bridge IDs:

In Windows' Device Manager, open the System devices, find your computer's PCI Bridge (on this Toshiba Satellite it is Intel® 82801 PCI Bridge - 2448 - what is it on yours? please post !!).

Doubleclick it and go to the details tab. Below (first entry) you will now see the Devicde Instance ID, on my machine it is

PCI\VEN_8086&DEV_2448 . . . .

The ID combination of 8086 (Vendor) and 2448 (Device) will either have to be matched in the Info.plist of the IOPCIFamily.kext

<key>IOPCIMatch</key>
<string>0x00261011</string>
<key>IOProviderClass</key>
<string>IOPCIDevice</string>
</dict>
<key>IOPCI2PCIBridge-i386</key>
- <dict>
<key>CFBundleIdentifier</key>
<string>com.apple.iokit.IOPCIFamily</string>
<key>IOClass</key>
<string>IOPCI2PCIBridge</string>
<key>IOPCIClassMatch</key>
<string>0x06040000&0xffff0000</string>

or in the Info.plist from the AppleACPIPlatform.kext/Contents/PlugIns/AppleACPILPC.kext

- <array>
<string>pci8086,27b9</string>
<string>pci8086,27bd</string>
</array>

but most likey in the AppleACPILPC.kext because it already contains the 8086 Vendor ID, and we all have ACPI Systems (I think the AppleACPIPlatform.kext is the 'paramount' kext of the two). So maybe just add <string>pci8086,2448</string> (respectively your system's according Device ID) to the array would make our kexts load correctly.

Whoever wants to experiment, also check out xtraa's little guide on this matter.
curlyboy
hi

My built network is an intel pro/1000 pl network and it works just fine
no modifications to kext or anything it just works
BugsB
QUOTE(curlyboy @ Sep 30 2006, 01:10 PM) *
hi

My built network is an intel pro/1000 pl network and it works just fine
no modifications to kext or anything it just works
hm but in your sig it says "Network = Realtek 8139". Are that the specs of a different System (Workstation), and your are talking about your Laptop here?

If so: which Laptop do you have? Can you then please go into Windows' Device Manager, open the System devices, find your computer's PCI Bridge (on this Toshiba Satellite it is Intel® 82801 PCI Bridge - 2448) and tell us what it is on yours?

Then doubleclick it and go to the details tab. Below (first entry) you will now see the Devicde Instance ID, on my machine it is

PCI\VEN_8086&DEV_2448 . . . .

again - what is that on yours?

Anyway, the light at the end of this tunnel does not seem to be a train anymore .. :-\

Thanks,
Bugs
curlyboy
Yes i know im sorry i havent changed the sig yet as i just got this new motherboard asus p5ld2-vm dh and it has the intel pro/1000 network connection and according to info when booting it also detected on (pci-e x1 )
I should have said tho im not on a laptop im on desktop
BugsB
all right I see. Could you still tell me your computer's PCI Bridge IDs from Windows? Remember that awkward System from Bill Gates .. wink.gif ?

Thanks,
Bugs.
curlyboy
Hope this helps you fellas
BugsB
hm, that's the same as ours, but what we actually need is a screenie from your Asus P5LD2-VM DH PCI Bridge - IDs (something like Intel® 82801 PCI Bridge - 2448)
curlyboy
oki doki

Is this what you need hope it will help
BugsB
biggrin.gif now, as long as you're here, the last crucial step would be to click on "Intel® 82801 PCI Bridge - 244E", doubleclick it and go to the details tab and post that screen (as you have done before with your network adapter). It's those IDs which we most likely need .. gathering.gif
curlyboy
oki doki m8 2 secs

Here you go m8
BugsB
allright curlyboy, that was great help - now I have something to mess with on the weekend.

Both of our system have the Intel&reg; 82801 PCI Bridge, but yours has the ID 244E and ours the ID 2448 (because we are on the mobile Intel® 945PM Express chipset and you are on the desktop Intel® 945G chipset, so there is a difference .. sad.gif
curlyboy
Hope you get it going alright glad to help out somebody need anymore just letme know m8
BugsB
okeedoke, thanks curlyboy !
BugsB
What we need is a BIOS update. That's what solved it for people with IBM Laptops. For people with certain Acer Laptops a firmware update of the Intel Pro 1000 Px EEPROM did it. The culprit is this "feature" of our LAN cards:
QUOTE
(New) Support for the Deep Smart Power Down feature. (BIOS/EC). The Deep Smart Power Down turns off a network interface card when a link being down or a network cable being disconnected. This function is available in Windows XP and functions when a system is in battery mode.
As long as this feature, which only Windows XP can address correctly, is enabled in the BIOS, any other OS will stumble across it. FreeBSD or Linux do not react with a kernel panic, in contrast to Mac OS x86, but do not load the driver for the LAN adapter correctly. In our Toshiba Laptops' BIOS there is no manual way to switch this "feature" of, so we need to wait for a BIOS update.

I successfully flashed the EEPROM of my Intel Pro 1000 PL with the EEPROM hex dump from Mariusz (Fingerr), and after that did't help anything with the Acer-Firmware, but none of that helped.

Anybody please contact Toshiba about this - we need a BIOS where this stupid "Deep Smart Power Down feature" is disabled.

Cheers,
Bugs.
mentorek
Hey there!
There's a BIOS update available for Toshiba P100. Just wanted to know. smile.gif
Don't know if it'll resolve any problems with Lan adapter but I think it's worth checking.

Cheers,
Mik
igor_medeiros
QUOTE(mentorek @ Oct 25 2006, 05:48 PM) *
Hey there!
There's a BIOS update available for Toshiba P100. Just wanted to know. smile.gif
Don't know if it'll resolve any problems with Lan adapter but I think it's worth checking.

Cheers,
Mik



i didnt install osx86 yet, but i update my BIOS for v.2.40 and on linux i still have to boot with acpi=off.
i think theres some info about conexant linux drivers on alsa-dev, they are giving me troubles also on linux...
anyway i didnt notice anything to justify this update... nor even a changelog from toshiba.

igor


................................
toshiba p100-209
BugsB
I have applied the 2.4 ans in the meantime also the 3.30 BIOS update, they have not changed any behaviour on my Laptop, neither in Win nor in OS x86.

Mentorek, are you on vacation :-) ?
incription
Well I am having the same problem.

LAN :
Device instance ID : PCI\VEN_8086&DEV_1092&SUBSYS_30B2103C&REV_02\4&6B16D5B&0&40F0


Hardware ID's
PCI\VEN_8086&DEV_1092&SUBSYS_30B2103C&REV_02
PCI\VEN_8086&DEV_1092&SUBSYS_30B2103C
PCI\VEN_8086&DEV_1092&CC_020000
PCI\VEN_8086&DEV_1092&CC_0200

Audio :
Device Instant ID :
HDAUDIO\FUNC_01&VEN_14F1&DEV_5047&SUBSYS_103C30B2&REV_1000\4&7D11E07&0&0001

Hardware ID's
HDAUDIO\FUNC_01&VEN_14F1&DEV_5047&SUBSYS_103C30B2&REV_1000
HDAUDIO\FUNC_01&VEN_14F1&DEV_5047&SUBSYS_103C30B2
.Tyler
I'm having the same problem too! help!
dannydevito
I have the exact device set as you bugs (in regards to lan, sound, and wireless). I've had ZERO luck on lan & wireless. I tried the experimental SVN release for Intel Pro/Wireless 3945abg with no luck on that end either.

btw if anyone is interested in giving that a try, they can find it here, http://code.google.com/p/iwidarwin/

Unrelated, though, I'm capable of getting my Conexant Sound card to show up in my audio devices in OSX, but still no sound.

Vendor: 14F1
Dev: 5047
Subsystem: 1179FF31
BugsB
hey dannydevito smile.gif

can you please set up a signature so we see what laptop etc. you have?
snam11
'lo bugsbunny
my situation is similar to yours
i own an intel pro 1000pm and kernel panic shows up also for me.
BUT this lan worked out of the box on osx 10.4.1 -3
have you tryed to install it to check it?
i've tryed to use 10.4.1 appleintel8254xethernet with .10 and .11 and leopard 5.1 but i get superclass error.
i'm not a coder expert but maybe some1 can find the difference between old and new version of it.
i've checked the plist and seems the same....
i was thinking about the new gfx string as a solution.
maybe using the dump of 10.4.1 can give to the newest releses the right info about the lan.

have you tryed/played with it yet?
scalar
I've got an Intel 82575 Gigabit port onboard (2 actually) and haven't had any luck either. Just posting up here for future searchers. My original thread is here
bcas9472
I have the same exact card(dual port version) and the AppleIntel8254XEthernet.kext driver works perfectly, right out of the box (ToH DVD)
BugsB
can you guys please add your Laptop model to your signatures .. wink.gif ?
BugsB
working now with Chun-Nan's IOPCIFamily.kext !! (many thanks to atanasko for PMing me about this!)

Also working: swapped Atheros miniPCIe card, now 100% working as Airport !! (just browsing via WLAN!)
JeroenJ
QUOTE(BugsBunny @ Apr 3 2008, 11:33 PM) *
working now with Chun-Nan's IOPCIFamily.kext !! (many thanks to atanasko for PMing me about this!)

Also working: swapped Atheros miniPCIe card, now 100% working as Airport !! (just browsing via WLAN!)


Hi bugs,

I've got the same lan card as yours (and same bridge) (dev/ven id's are the same tongue.gif)

annyways, until now I was able to go online with this card, didn't got any kernel panics, but I always had to "fix" the connection when I booted up

So it said it didn't get an IP from the DHCP, than I had to set it to disabled, apply that, set it to something else and it just jumped back to disabled and than again I needed to set it to DHCP, and than it was working, though it said there wasn't a cable connected, but I got an IP and was able to go online!

With this kext, will your calbe show up as connected or not ? I don't have too much time right now to test it out, nor the time to fix any problems, so I was just wondering if it worked alright for you wink.gif

Thanks smile.gif

PS: don't mind my sig, I have a docking station, and the 1000 pro pl is on the dock, not on my lapto itself
BugsB
yes, 100% working in 10.5.2. Since there are different revisions of Chun-Nan's kexts I attached the working IOPCIFamily.kext + the working IONetworkingFamily.kext.
kk249
Hi all, I have the Leo4all successfully installed on my P5K-E/wifi system, sound, video, wireless lan (realtek8187), onboard lan (marvell yukon 8056) all working fine but I could not get my PCI Intel Pro1000MT work, the network shows "cable unplugged" but it shows the ip address and the router address, any help? Thanks in advance!
costarico
QUOTE(BugsBunny @ Apr 17 2008, 02:15 AM) *
yes, 100% working in 10.5.2. Since there are different revisions of Chun-Nan's kexts I attached the working IOPCIFamily.kext + the working IONetworkingFamily.kext.



Dear bugsbanny
i am a newbie in mac OS X86 world

Forgive me my english are not so good....

I wonder if you could help me!
I have installed iATKOS 10.5.1 r3---> update with kallyway combo update 10.5.2
I have installed your working_Extensions:IONetworkingFamily.kext and IOPCIFamily.kext . I don't have panic any more, i am surfing internet all ok but my network diagnostics say that this computer does not seem to be connected to a dsl(ethernet failed).
Also my fire wire put it self in full security! I don't know why?

what about Texas Instruments PCIxx12 Cardbus Controller can you help me please!
What about your system, which kernel are you using , kext etc.

my hardware

I have a TOSHIBA Satellite P100-138

Disk , 93 GB
Physical Memory 2047 MB Total
--------------------------------------------------------------------------
Chipset Vendor Intel Corporation
Chipset Model 955XM/945GM/PM/GMS/940GML Express Processor to DRAM Controller
South Bridge 82801GBM (ICH7-M) LPC Interface Controller
SMBus Intel Corporation 82801G (ICH7 Family) SMBus Controller @1100h

CPU Intel Core Duo
Cpu Socket Socket 479 [U2E1]
Processor Upgrade ZIF Socket
BIOS Version TOSQCI - 6040000
PhoenixBIOS 4.20 Release 6.1
Ver 1.00PARTTBL
BIOS Date 11/02/07
-----------------------------------------------------------------------
Intel® 82801GBM/GHM (ICH7-M Family) Serial ATA Storage Controller - 27C4
-----
Device ID PCI\VEN_8086DEV_27C4SUBSYS_FF311179REV_02\3B1BFB680FA
Class hdc
Manufacturer Intel
Hardware IDs PCI\VEN_8086DEV_27C4SUBSYS_FF311179REV_02
PCI\VEN_8086DEV_27C4SUBSYS_FF311179
PCI\VEN_8086DEV_27C4CC_010180
PCI\VEN_8086DEV_27C4CC_0101
Compatible IDs PCI\VEN_8086DEV_27C4REV_02
PCI\VEN_8086DEV_27C4
PCI\VEN_8086CC_010180
PCI\VEN_8086CC_0101
PCI\VEN_8086
PCI\CC_010180
PCI\CC_0101
Description Intel® 82801GBM/GHM (ICH7-M Family) Serial ATA Storage Controller - 27C4
Physical Object Name \Device\NTPNP_PCI0013
Bustype GUID {44203042-2046-4245-2043-382031302042}
Legacy bus type 0x00000005
Install State 0x00000000
Device Address 0x001f0002
MatchingDeviceId pci\ven_8086dev_27c4
DriverDesc Intel® 82801GBM/GHM (ICH7-M Family) Serial ATA Storage Controller - 27C4
------------------------------------------------------------------------
Conexant High Definition Audio
-----
Device ID HDAUDIO\FUNC_01VEN_14F1DEV_5047SUBSYS_1179FF31REV_1000\4484DAEA00001
Status 0x0180200a Started
Problem 0x00000000 (0)
Service HdAudAddService
Capabilities 0x00000000
Config Flags 0x00000000
Class MEDIA
Manufacturer Conexant
Hardware IDs HDAUDIO\FUNC_01VEN_14F1DEV_5047SUBSYS_1179FF31REV_1000
HDAUDIO\FUNC_01VEN_14F1DEV_5047SUBSYS_1179FF31
Compatible IDs HDAUDIO\FUNC_01VEN_14F1DEV_5047REV_1000
HDAUDIO\FUNC_01VEN_14F1DEV_5047
HDAUDIO\FUNC_01VEN_14F1
HDAUDIO\FUNC_01
Class GUID {4D36E96C-E325-11CE-BFC1-08002BE10318}
Location Internal High Definition Audio Bus
Bus number 0x00000000
Enumerator name HDAUDIO
Description Conexant High Definition Audio
Driver {4D36E96C-E325-11CE-BFC1-08002BE10318}005
Physical Object Name \Device0000078
UI number 0x0000ffff
Bustype GUID {41203534-2037-3144-2042-422044362041}
Legacy bus type 0x00000005
Device Type 0x0000001d
Install State 0x00000000
Security 01 00 04 90 00 00 00 00 00 00 00 00 00 00 00 00 14 00 00 00 02 00 5C 00 04 00 00 00 00 00 14 00 00 00 00 10 01 01 00 00 00 00 00 05 12 00 00 00 00 00 18 00 00 00 00 E0 01 02 00 00 00 00 00 05 20 00 00 00 20 02 00 00 00 00 14 00 00 00 00 E0 01 01 00 00 00 00 00 01 00 00 00 00 00 00 14 00 00 00 00 E0 01 01 00 00 00 00 00 05 0C 00 00 00
Security (SDS form) D:P(A;;GA;;;SY)(A;;GXGWGR;;;BA)(A;;GXGWGR;;;WD)(A;;GXGWGR;;;RC)
Device Address 0x00000001

ProviderName Conexant
DriverDateData 00 00 AC CF 0A 0C C6 01
DriverDate 12-29-2005
DriverVersion 3.11.0.0
MatchingDeviceId hdaudio\func_01ven_14f1dev_5047subsys_1179ff31
DriverDesc Conexant High Definition Audio
-------------------------------------------------------------------------
Description Device ID:Intel® 82801G (ICH7 Family) USB Universal Host Controller - 27C8
----------
Property Value
Device ID PCI\VEN_8086DEV_27C8SUBSYS_FF311179REV_02\3B1BFB680E8
Status 0x0180200a Started
Problem 0x00000000 (0)
Service usbuhci
Capabilities 0x00000000
Config Flags 0x00000000
Class USB
Manufacturer Intel
Hardware IDs PCI\VEN_8086DEV_27C8SUBSYS_FF311179REV_02
PCI\VEN_8086DEV_27C8SUBSYS_FF311179
PCI\VEN_8086DEV_27C8CC_0C0300
PCI\VEN_8086DEV_27C8CC_0C03
Compatible IDs PCI\VEN_8086DEV_27C8REV_02
PCI\VEN_8086DEV_27C8
PCI\VEN_8086CC_0C0300
PCI\VEN_8086CC_0C03
PCI\VEN_8086
PCI\CC_0C0300
PCI\CC_0C03
Class GUID {36FC9E60-C465-11CF-8056-444553540000}
Enumerator name PCI
Description Intel® 82801G (ICH7 Family) USB Universal Host Controller - 27C8
Driver {36FC9E60-C465-11CF-8056-444553540000}003
Physical Object Name \Device\NTPNP_PCI0006
Bustype GUID {44203042-2046-4245-2043-382031302042}
Legacy bus type 0x00000005
Install State 0x00000000
Device Address 0x001d0000
Controller 01
InfPath ich7usb.inf
InfSection INTEL_USB
InfSectionExt .NT
ProviderName Intel
DriverDateData 00 80 ED 42 51 AF C5 01
DriverDate 9-2-2005
DriverVersion 7.2.2.1001
MatchingDeviceId pci\ven_8086dev_27c8
DriverDesc Intel® 82801G (ICH7 Family) USB Universal Host Controller - 27C8


USB 1: Supported
USB 2: Supported


Intel® 82801G (ICH7 Family) USB Universal Host Controller - 27C8 PCI\VEN_8086DEV_27C8SUBSYS_FF311179REV_02\3B1BFB680E8
Intel® 82801G (ICH7 Family) USB Universal Host Controller - 27C9 PCI\VEN_8086DEV_27C9SUBSYS_FF311179REV_02\3B1BFB680E9
Intel® 82801G (ICH7 Family) USB Universal Host Controller - 27CA PCI\VEN_8086DEV_27CASUBSYS_FF311179REV_02\3B1BFB680EA
Intel® 82801G (ICH7 Family) USB Universal Host Controller - 27CB PCI\VEN_8086DEV_27CBSUBSYS_FF311179REV_02\3B1BFB680EB
Intel® 82801G (ICH7 Family) USB2 Enhanced Host Controller - 27CC PCI\VEN_8086DEV_27CCSUBSYS_FF311179REV_02\3B1BFB680EF

----------------------------------------------------------------------------------
SD SDA Standard Compliant
-------
Property Value
Device ID PCI\VEN_104CDEV_803CSUBSYS_FF311179REV_00\46B16D5B023F0
Status 0x0180200a Started
Problem 0x00000000 (0)
Service sdbus
Capabilities 0x00000000
Config Flags 0x00000000
Class SDHost
Manufacturer Κατασκευαστή κεντρικού ελεγκτή SD SDA Standard Compliant
Hardware IDs PCI\VEN_104CDEV_803CSUBSYS_FF311179REV_00
PCI\VEN_104CDEV_803CSUBSYS_FF311179
PCI\VEN_104CDEV_803CCC_080501
PCI\VEN_104CDEV_803CCC_0805
Compatible IDs PCI\VEN_104CDEV_803CREV_00
PCI\VEN_104CDEV_803C
PCI\VEN_104CCC_080501
PCI\VEN_104CCC_0805
PCI\VEN_104C
PCI\CC_080501
PCI\CC_0805
------------------------------------------------------------------------------------
Texas Instruments OHCI Compliant IEEE 1394 Host Controller
-----------
Property Value
Device ID PCI\VEN_104CDEV_803ASUBSYS_FF311179REV_00\46B16D5B021F0
Status 0x0180200a Started
Problem 0x00000000 (0)
Service ohci1394
Capabilities 0x00000000
Config Flags 0x00000000
Class 1394
Manufacturer Texas Instruments
Hardware IDs PCI\VEN_104CDEV_803ASUBSYS_FF311179REV_00
PCI\VEN_104CDEV_803ASUBSYS_FF311179
PCI\VEN_104CDEV_803ACC_0C0010
PCI\VEN_104CDEV_803ACC_0C00
Compatible IDs PCI\VEN_104CDEV_803AREV_00
PCI\VEN_104CDEV_803A
PCI\VEN_104CCC_0C0010
PCI\VEN_104CCC_0C00
PCI\VEN_104C
PCI\CC_0C0010
PCI\CC_0C00
Class GUID {6BDD1FC1-810F-11D0-BEC7-08002BE2092F}
Bus number 0x0000000a
Enumerator name PCI
Description Texas Instruments OHCI Compliant IEEE 1394 Host Controller
-------------------------------------------------------------------------------------
Texas Instruments PCIxx12 Cardbus Controller
------
Property Value
Device ID PCI\VEN_104CDEV_8039SUBSYS_FF311179REV_00\46B16D5B020F0
Status 0x0180200a Started
Problem 0x00000000 (0)
Service pcmcia
Capabilities 0x00000000
Config Flags 0x00000000
Class PCMCIA
Manufacturer Microsoft
Hardware IDs PCI\VEN_104CDEV_8039SUBSYS_FF311179REV_00
PCI\VEN_104CDEV_8039SUBSYS_FF311179
PCI\VEN_104CDEV_8039CC_060700
PCI\VEN_104CDEV_8039CC_0607
Compatible IDs PCI\VEN_104CDEV_8039REV_00
PCI\VEN_104CDEV_8039
PCI\VEN_104CCC_060700
PCI\VEN_104CCC_0607
PCI\VEN_104C
PCI\CC_060700
PCI\CC_0607
Class GUID {4D36E977-E325-11CE-BFC1-08002BE10318}
Bus number 0x0000000a
Enumerator name PCI
Friendly name Texas Instruments PCIxx12 Cardbus Controller
--------------------------------------------------------------------------------------
NETWORK
Number of Network Cards 4
Card 1 (Connected) Intel® PRO/Wireless 3945ABG Network Connection
Description Intel® PRO/Wireless 3945ABG Network Connection - Πακέτο χρονοδιαγράμματος Miniport
Type WIRELESS LAN
Speed 54 Mbps
MAC Address 00-13-02-3B-AC-EB
IP Address 192.168.2.2

Card 2 (Connected) Προσαρμογέας δικτύου 1394
Description [12] Προσαρμογέας δικτύου 1394
Type WIRED 1395
MAC Address 72-57-02-3D-FD-36

Card 3 (Not Connected) Intel® PRO/1000 PL Network Connection
Description Intel® PRO/1000 PL Network Connection - Πακέτο χρονοδιαγράμματος Miniport
Type WIRED
Speed 1000 Mbps
MAC Address 00-16-36-40-8D-60
IP Address 0.0.0.0
--------------------------------------------------------------------------------------
Intel® PRO/1000 PL Network Connection
-------
Device ID PCI\VEN_8086DEV_109ASUBSYS_FF311179REV_00\4192AC53F000E0
Status 0x0180200a Started
Problem 0x00000000 (0)
Service e1express
Class Net
Manufacturer Intel
Hardware IDs PCI\VEN_8086DEV_109ASUBSYS_FF311179REV_00
PCI\VEN_8086DEV_109ASUBSYS_FF311179
PCI\VEN_8086DEV_109ACC_020000
PCI\VEN_8086DEV_109ACC_0200
Compatible IDs PCI\VEN_8086DEV_109AREV_00
PCI\VEN_8086DEV_109A
PCI\VEN_8086CC_020000
PCI\VEN_8086CC_0200
PCI\VEN_8086
PCI\CC_020000
PCI\CC_0200
Class GUID {4D36E972-E325-11CE-BFC1-08002BE10318}
Location Δίαυλος PCI "2", συσκευή "0", λειτουργία "0"
Bus number 0x00000002
Enumerator name PCI
Description Intel® PRO/1000 PL Network Connection
Driver {4D36E972-E325-11CE-BFC1-08002BE10318}012
Physical Object Name \Device\NTPNP_PCI0020
---------------------------------------------------------------------------------------
Intel® PRO/Wireless 3945ABG Network Connection
-------------
Device ID PCI\VEN_8086DEV_4222SUBSYS_10418086REV_02\420975680000E1
Status 0x0180200a Started
Problem 0x00000000 (0)
Service w39n51
Class Net
Manufacturer Intel Corporation
Hardware IDs PCI\VEN_8086DEV_4222SUBSYS_10418086REV_02
PCI\VEN_8086DEV_4222SUBSYS_10418086
PCI\VEN_8086DEV_4222CC_028000
PCI\VEN_8086DEV_4222CC_0280
Compatible IDs PCI\VEN_8086DEV_4222REV_02
PCI\VEN_8086DEV_4222
PCI\VEN_8086CC_028000
PCI\VEN_8086CC_0280
PCI\VEN_8086
PCI\CC_028000
PCI\CC_0280
Class GUID {4D36E972-E325-11CE-BFC1-08002BE10318}
Location Δίαυλος PCI "3", συσκευή "0", λειτουργία "0"
Bus number 0x00000003
Enumerator name PCI
Description Intel® PRO/Wireless 3945ABG Network Connection
---------------------------------------------------------------------------------------
Property Value
Device ID V1394\NIC1394\956DDCC09F00
Status 0x0180600a Started
Problem 0x00000000 (0)
Service NIC1394
Capabilities 0x000000b4
Config Flags 0x00000000
Class Net
Manufacturer Microsoft
Hardware IDs V1394\NIC1394
Compatible IDs V1394\NIC1394
Class GUID {4D36E972-E325-11CE-BFC1-08002BE10318}
Enumerator name V1394
Description Προσαρμογέας δικτύου 1394
Friendly name Προσαρμογέας δικτύου 1394 #2
---------------------------------------------------------------------------------------
Description NVIDIA GeForce Go 7600
------------
Device ID PCI\VEN_10DEDEV_0398SUBSYS_FF311179REV_A1\431B7BFB900008
Status 0x0180200a Started
Problem 0x00000000 (0)
Service nv
Capabilities 0x00000000
Config Flags 0x00000000
Class Display
Manufacturer NVIDIA
Hardware IDs PCI\VEN_10DEDEV_0398SUBSYS_FF311179REV_A1
PCI\VEN_10DEDEV_0398SUBSYS_FF311179
PCI\VEN_10DEDEV_0398CC_030000
PCI\VEN_10DEDEV_0398CC_0300
Compatible IDs PCI\VEN_10DEDEV_0398REV_A1
PCI\VEN_10DEDEV_0398
PCI\VEN_10DECC_030000
PCI\VEN_10DECC_0300
PCI\VEN_10DE
PCI\CC_030000
PCI\CC_0300
Class GUID {4D36E968-E325-11CE-BFC1-08002BE10318}
Bus number 0x00000001
Enumerator name PCI
-----------------------------------------------------------------------------------------
Description SMSC HID CIR - Consumer IR
-----------
Device ID ACPI\SMCB000\51907E21B0
Status 0x0180000a Started
Problem 0x00000000 (0)
Service SMCB000
Capabilities 0x00000020
Config Flags 0x00000000
Class HIDClass
Manufacturer SMSC
Hardware IDs ACPI\SMCB000
*SMCB000
Class GUID {745A17A0-74D3-11D0-B6FE-00A0C90F57DA}
Enumerator name ACPI
------------------------------------------------------------------------------------------
Description Bluetooth ACPI from TOSHIBA
-----------
Device ID ACPI\TOS6205\2DABA3FF0
Status 0x0180000a Started
Problem 0x00000000 (0)
Service tosrfec
Capabilities 0x00000020
Config Flags 0x00000000
Class System
Manufacturer Toshiba
Hardware IDs ACPI\TOS6205
*TOS6205
Class GUID {4D36E97D-E325-11CE-BFC1-08002BE10318}
Enumerator name ACPI
Description Bluetooth ACPI from TOSHIBA
-----------------------------------------------------------------------------------------
Description Texas Instruments PCIxx12 Integrated FlashMedia Controller
Device ID PCI\VEN_104CDEV_803BSUBSYS_FF311179REV_00\46B16D5B022F0
Status 0x0180200a Started
Problem 0x00000000 (0)
Service tifm21
Capabilities 0x00000000
Config Flags 0x00000000
Class MTD
Manufacturer Texas Instruments Inc
Hardware IDs PCI\VEN_104CDEV_803BSUBSYS_FF311179REV_00
PCI\VEN_104CDEV_803BSUBSYS_FF311179
PCI\VEN_104CDEV_803BCC_018000
PCI\VEN_104CDEV_803BCC_0180
Compatible IDs PCI\VEN_104CDEV_803BREV_00
PCI\VEN_104CDEV_803B
PCI\VEN_104CCC_018000
PCI\VEN_104CCC_0180
PCI\VEN_104C
PCI\CC_018000
PCI\CC_0180
Class GUID {4D36E970-E325-11CE-BFC1-08002BE10318}
Location Δίαυλος PCI "10", συσκευή "4", λειτουργία "2"
Bus number 0x0000000a
Enumerator name PCI
Property Value
MatchingDeviceId pci\ven_104cdev_803bsubsys_ff311179
DriverDesc Texas Instruments PCIxx12 Integrated FlashMedia Controller
------------------------------------------------------------------------------------------

Thanks for your time!
costarico

BugsB
hi costarico,

would you please empty or enable your PM box .. wink.gif ?

Anyway, I just got home from late shift and am tired - I will upload all my kexts + best kernel + boot plist as working perfectly now in 10.5.2 (fast, no crashes, extremely quiet, no restart/shutdown hangs or delays) tomorrow and send you and some other people the link.

Greetz,
Bugs
costarico
QUOTE(BugsBunny @ Apr 29 2008, 12:43 AM) *
hi costarico,

would you please empty or enable your PM box .. wink.gif ?

Anyway, I just got home from late shift and am tired - I will upload all my kexts + best kernel + boot plist as working perfectly now in 10.5.2 (fast, no crashes, extremely quiet, no restart/shutdown hangs or delays) tomorrow and send you and some other people the link.

Greetz,
Bugs


Thanks Bugs,
for your time, i will wait for your upload!!!
JaS
Just got a rig today, everything working but the nic

00:19.0 Ethernet controller [0200]: Intel Corporation 82562V 10/100 Network Connection [8086:104c] (rev 02)

00:1e.0 PCI bridge [0604]: Intel Corporation 82801 PCI Bridge [8086:244e] (rev f2)

Anyone get past the checksum 0 error ?
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.