dio
Jan 18 2007, 08:20 PM
Ok I'm back in a pause between my work.
I've tested o change the </false> in Networkinterfaces.plist to </true>
But after reboot it automatically rechange to false....
It seems that semthex har right it may be the patf to the answer...
semthex
Jan 18 2007, 08:47 PM
The builitin flag only was a tr for somthing else moreitnresting is migth someone find a way to set en0 back to primary?
kfc
Jan 19 2007, 02:09 AM
hi
i hope i can be able to help.
i've just installed Jas 10.4.8 from scratch on my hackintosh p4 3.0. Just happens to know it has got the same OPA device problem like everybody else. It's quite frustrating because in the device list both my network card (built in to motherboard and a PCI card) has been detected as en0 and en1.
In this case en1 is the PCI card which has got a cable connected.
Maybe I should try to disable one of the device and give it a try again. but reading from what u guys has wrote made me doubt this method would work.
I've got a genuine MBP (intel) and ibook (ppc) which are running maya. is there anything I can do to help solving this problem?
dio
Jan 19 2007, 10:21 AM
Ok, a new day a new hope

Here we are again ...
Ready for some new test
dio
Jan 19 2007, 10:49 AM
I've tested with the IONetworkingFamilly.kext from 10.4.6 ( verion in wich the flexlm licence tool see the card) but it changes anything
Someone with 10.4.6 (and flexlm licence working if you have it) can post his pref ioreg and other files to see??
dio
Jan 19 2007, 04:15 PM
Ok in a easyeest way I'm installing now 10.4.6 on a other HD.
I'll have all the information soon.
dio
Jan 19 2007, 08:23 PM
Ok it's done
You have the NetworkInterfaces.plist of 10.4.6 and 10.4. 8 in attachement.
And yes the différence between the two is :
In 10.4.8:
<key>BSD Name</key>
<string>en0</string>
<key>IOBuiltin</key>
<false/>
and in 10.4.6 :
<key>BSD Name</key>
<string>en0</string>
<key>IOBuiltin</key>
<true/>
--> It seems that the problem is right here but how to set it to true ???
If anyone have an idea he's welcome.
Scotty geek
Jan 19 2007, 09:18 PM
But were you able to get maya installed and working? Because there were some other entries in the ioreg that semthex pointed out.
dio
Jan 19 2007, 09:32 PM
In this new installation I've only tested the flexlm licensing tool.
But before I passed to 10.4.8 I used maya under 10.4.6 with this config (except the graphic card : change my ati to nvidia). And with same install DVD.
fiscus
Jan 20 2007, 12:29 AM
When you change the </false> tag in NetworkingInterfaces.plist to </true> and reboot it just reverts back to </false>
So it makes no diff to the licensing app or getting Maya installed.
Although this definitely seems like it's the cause.
dongio
Jan 20 2007, 12:46 AM
dio, can you upload content of preferences.plis from 10.8.6??
thank you.
semthex
Jan 20 2007, 01:44 AM
If you are looking for a solution for your problem, read my blog, I just posted it there.
dongio
Jan 20 2007, 02:12 AM
witch blog can you tell me????
thank you
dongio
Jan 20 2007, 02:14 AM
ok i got it thank you
fshy2008
Jan 20 2007, 04:39 AM
sorry my bad english ! how to do ? where to modify ?
Prasys
Jan 20 2007, 05:58 AM
Hey.
I am wondering if its legal to do so on a real mac. I mean would it break anything else and what are the 'side effects' [or consequences ]
fiscus
Jan 20 2007, 06:01 AM
QUOTE(Prasys @ Jan 20 2007, 04:58 PM)

Hey.
I am wondering if its legal to do so on a real mac. I mean would it break anything else and what are the 'side effects' [or consequences ]
You should be able to install flexlm on a real mac as is. The problem of flexlm licensing only seems to have an issue on osx86.
dio
Jan 20 2007, 10:58 AM
Whouhouu thank ver much you Semthex .
Once again you'va done a great Job.
( ... now I've to understand how to compile my own IONetworking source. Any help would be great, I suppose that I'm not the only one in the case.)
Thank you Semthex
dongio
Jan 20 2007, 03:01 PM
yuu are not

I'm truing to do so to

I can't find sorce site on apple.com for developers i lost it and dont remember where it whas.
PS: is it original sorce IONetworkingInterface.kext or something else AND i have rine2 network kard patched with via rine patch witch goes srate in extension directory independently from ionetworking. will it work in my case?????
Mactastic
Jan 20 2007, 03:46 PM
Here's the link to the source:
http://www.opensource.apple.com/darwinsour...ily-43.3.tar.gzI've been able to locate the lines of code Semthex spoke about and change them (they're located in the file named IONetworkInterface.cpp), but when I try to "build" it I run into all sorts of errors. Honestly I don't have any experience compiling kexts, but maybe if someone can find a good tutorial, and we're all working on it, we can figure this out.
kfc
Jan 20 2007, 04:05 PM
thx for solution semthex.
any chance for a step by step guide?
i'm not much of a technical person in compiling stuff.
dio
Jan 20 2007, 04:35 PM
I'm a noob too but I'm working on it...
Wa can use the IRC to work together on #kernel
dongio
Jan 20 2007, 04:47 PM
Thank you I'll trie to compie it
semthex
Jan 20 2007, 06:50 PM
To compile it you need to have the correct header setup as well as you have to choose gcc_select 3.3 to work proberly.
Also uprgadign the project si a help on newer XCode revisions.
fiscus
Jan 21 2007, 11:38 AM
Might have to find another solution on this one.
A couple of people have tried to compile IONewtworkingFamily from the source and there appears to be some errors.
If anyone has had some experience with this pls help out.
T-Sugar
Jan 21 2007, 12:33 PM
Anyone, please post compiled .kext if possible

It's almost ulreal for noobs to build it from sources.
Scotty geek
Jan 21 2007, 04:34 PM
Semthex, thanks for all the work you are doing for everyone. With out you none of this would be possible. however, for us kernel noobs, could you point us to some kind of guide about recompiling the files and what we would need to do.. we all feel like this is soooo close to fixing this problem, just one more step..
Thanks again
fiscus
Jan 22 2007, 02:32 AM
I'm been working (or should i call that bugging) with Semthex to try and get this to work.
At this stage Semthex hasn't been able to compile the IONetworkingFamily kext from the source either.
There seems to be some errors in the source - or some issues maybe in the compiling process (i have read gcc 3.3 cannot build x86 binaries and this gives errors when you try to compile with gcc 4.0)
I'm no coder so I'm only really researching on the net and trying things.
So at this stage there isn't a guide or anything like that.
Buildsmart has apparently fixed this on a not publically released kernel so it would appear that the issue can be resolved witht he kernel rather than trying to recompile IONewtworkingFamily.kext.
T-Sugar
Jan 22 2007, 09:49 AM
I will make CG statue of person who will post compiled kext ! I need this damn maya working right now !

)
{offtopic} I was in the very situation with autodesk toxik, when toxik was working but oracle DB connection utility wasn't 'cause of AMD platform.
avenger
Jan 22 2007, 09:59 AM
me too trying to get it working on my x86..........the only thing which make me logging into windows are games and this
dio
Jan 22 2007, 09:44 PM
I've a lot of work for the moment ...
I'm just posting in a pause to know if there is any progress??
I'll be back soon for any testing
T-Sugar
Jan 23 2007, 06:57 PM
QUOTE(dio @ Jan 22 2007, 11:44 PM)

I've a lot of work for the moment ...
I'm just posting in a pause to know if there is any progress??
I'll be back soon for any testing
No pregress yet.
I spent whole the night in attempts to build kext, but there is some kind of problem with gcc SDK's/i386 platform/pbxbuild/cc1plus, so I'm completely confused and damn tired

My skills isn't enough to resolve this problem. Waiting for help from gurus
fiscus
Jan 24 2007, 02:29 AM
yeah i get cc1plus error as well.
I've tried gcc 3.3 and gcc 4.0 as well.
I think semthex might still be able to do this at a kernel level, the current kernel I've been testing is panicing on boot, but he is looking into it.
Mr H. Potter
Jan 24 2007, 04:31 PM
I was using Maya 7 on JaS's 10.4.7, and it was working fine. Now I've downloaded JaS's new 10.4.8 SSE2 dvd and installed that, and it's not finding my ethernet card. I want to try to uninstall Maya, but (as stupid as this seems) I can't figure out how to do it. The only file relating to uninstall is called "Uninstall Maya 7.0.uninst". How do I uninstall Maya 7 on OSX?
System Profiler recognizes my onboard card as en0. The little application on the first page of this post says my card should work.
EDIT:
So I found out the the Maya.app is actually a directory... very confusing. Now when I run /Applications/Alias/maya7.0/Maya.app/Contents/bin/uninstaller.command, I get this:
Getting package list...
2007-01-24 12:32:41.876 defaults[1048]
Domain com.alias.uninstall.maya70 does not exist
No Items are registered with this installer. Aborting...
What's the deal?
dio
Jan 24 2007, 06:15 PM
Ok...
I'll answer your two question :
1) On 10.4.8 there's a bug with the flexlm licensing tool it comes from kernel and IONetworkingFamily, at this time all the best coder of osx86 are working on .
If you can help them to test patch or new kernel or other things just post here.
2) for uninstalling I had the same problem with old install of Maya. You can use uninstaller app like appzapper or other or just put the alias directory in trash and delete it.
That 's all folk
A.Woland
Jan 24 2007, 11:04 PM
Problem with FlexLM "primary" interface
solved =) This Script Fix for IONetworkingFamily.kext for 10.4.8.
Scotty geek
Jan 24 2007, 11:46 PM
How do you patch it? how did you manage to figure it out?
inquiring minds want to know. I want to know.
avenger
Jan 25 2007, 04:10 AM
QUOTE(A.Woland @ Jan 24 2007, 11:04 PM)

Problem with FlexLM "primary" interface
solved =) This Script Fix for IONetworkingFamily.kext for 10.4.8.
is it true??????......has anyone tested it????
fshy2008
Jan 25 2007, 07:36 AM
thanks! A.Woland
I am OK! It's perfect!!!
fshy2008
Jan 25 2007, 10:22 AM
QUOTE(A.Woland @ Jan 24 2007, 11:04 PM)

Problem with FlexLM "primary" interface
solved =) This Script Fix for IONetworkingFamily.kext for 10.4.8.
thank you A.Woland ! I love you !
太佩服你那,你是我的偶像!
fiscus
Jan 25 2007, 10:39 AM
Worked here as well.
I had to manually copy the binary over and down the chown/chmod but it's working a treat now!!
Thanks heaps W.woland and to Semthex for spending some time on it!
dio
Jan 25 2007, 10:44 AM
Whouhouuuu
A very big thank you...
You're the best .
avenger
Jan 25 2007, 12:30 PM
gonna try it this evening

.............i cant wait to see maya on my mac
Scotty geek
Jan 25 2007, 01:34 PM
Ok for the much ignorant, What files need to be copied and where. It tired to run the script and nothing happened.
Thanks to all.. I must try the out tonight
dio
Jan 25 2007, 02:16 PM
Ok installed but manually, I've a problem with the installer.
Maya now is working fine.
Thank you very much all of you.
kfc
Jan 25 2007, 03:55 PM
oh!!
it's perfect!!
thanks guys!
hrivis
Jan 25 2007, 04:02 PM
wooooooooooooooooooooooooooooooooooooooow thats great news !!! i was waiting for this so so so long....
but i have a question hou to use that ionetwork family patch?
yhX
Jan 25 2007, 04:53 PM
For those who don't know how to patch...I've got mine wokring as follow..should be the easiest way..(Correct me if I'm wrong)
1, Download the file above
2, Extract it if you'ven't..
3, Open a Terminal and sudo -s, then cd to the the file(IONetwrkFmlyDRMFix)'s directory..
(i.e /Users/You/Desktop/IONetwrkFmlyDRMFix.app/Contents/MacOS/)
4, Do the thing "./IONetwrkFmlyDRMFix.sh" No quote..
5, Restart and should be done....
Don't blame me if it doesn't work~*
hrivis
Jan 25 2007, 06:57 PM
could anybody post one screenshot with maya and system profiler on screen together? my friend think that it is imposible run maya on hackmac, i am looking like liar... so i would be happy to show him one screenshot...
i cant wait to show it to him hehehe
Mr H. Potter
Jan 25 2007, 08:08 PM
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here.