InfiniteMac OSx86  


Reply
 
Thread tools Display modes
  #51  
Old 03-27-2008, 07:29 PM
bhast2 bhast2 is offline
Tiger
 
Join Date: Jan 2008
Location: USA
Posts: 396
that did it for me now i can connect to my other computers
thanks eddie11c

Quote:
[cite] eddie11c:[/cite]Try this http://osx86leo4all.wikidot.com/known-issues#toc9
Reply With Quote
  #52  
Old 03-27-2008, 11:28 PM
Mikeintosh Mikeintosh is offline
Puma
 
Join Date: Mar 2008
Posts: 16
Quote:
[cite] Maksimum:[/cite]
3. look at /System/Library/Filesystems for the symbol link afpfs.fs. It has to point to '/System/Library/Filesystems/AppleShare/afpfs.kext', mine was showing to 'System/Library/Filesystems/AppleShare/afpfs.kext' (notice the missing slash at the beginning)
4. if it's wrong (without the slash): 'rm afpfs.fs' and then a 'ln -s /System/Library/Filesystems/AppleShare/afpfs.kext afpfs.fs'
Guys - this did the trick for me! I can now access my Windows shares like with rev. 1. Who would have thought it's all down to a missing slash in a symlink.... many thanks Maksimum!

Mike :-)
Reply With Quote
  #53  
Old 03-28-2008, 01:48 AM
pαuℓzurrr.'s Avatar
pαuℓzurrr. pαuℓzurrr. is offline
 
Join Date: Jan 2008
Location: The Netherlands
Posts: 280
How come that msn still ins't working??

~p-J

Mac Inspiron 531 » 10.6.8 • 10.8.0 Legacy Kernel • AMD Athlon 64 X2 5000+ (2.60GHz)
Dell M2N61-AX/nForce 430/MCP61 • 4GB Dual Channel DDR2 667MHz
ALC888 • nVidia GeForce 8600 GT 256 MB
2 x WDC WD5000AAKS 500 GB SATA HDD
Reply With Quote
  #54  
Old 04-19-2008, 10:08 PM
dagger's Avatar
dagger dagger is offline
Puma
 
Join Date: Feb 2008
Posts: 27
I got it working by following the instructions above. Thanks for that.


Mac OS X Leopard 10.6.2
Intel Core i5 650 3.20 GHz (Threads: 4 Cache: 4MB Socket 1156)
ASUS P7P55D-LE
Seagate 80 GB SATA 7200rpm HDD (OS Drive)
Seagate 320 GB SATA 7200rpm HDD (Data Drive)
Built-in Via VT1828S HD Audio 8 channel
Built-in Ethernet
Palit Nvidia GeForce GT 240 512MB 128bit HDMI PCIE
2GB Kingston DDR3 RAM 1333
Monitor: Viewsonic VG1930wm 19" Widescreen
Lite-On DVD-R/RW IDE Drive
Reply With Quote
  #55  
Old 05-17-2008, 03:38 PM
mochiware mochiware is offline
Cheetah
 
Join Date: May 2008
Posts: 4
Quote:
[cite] Maksimum:[/cite]Got some other fix for the different problems (the one with the File Sharing not working on the Hackintoth and the one with not connecting to another file share):

The Rev.2-install has some problems with file paths of some symbol links.

1. open the Terminal
2. 'sudo -s' for becoming root
3. look at /System/Library/Filesystems for the symbol link afpfs.fs. It has to point to '/System/Library/Filesystems/AppleShare/afpfs.kext', mine was showing to 'System/Library/Filesystems/AppleShare/afpfs.kext' (notice the missing slash at the beginning)
4. if it's wrong (without the slash): 'rm afpfs.fs' and then a 'ln -s /System/Library/Filesystems/AppleShare/afpfs.kext afpfs.fs'
5. for fixing the problem of not being able to share something: look in /usr/sbin for AppleFileServer, also a symlink, which on my computer was also missing the slash at the beginning
This has me quite excited as I followed steps 1-4 without problems. I am now able to connect my OSx86 to my iMac to access my files.

However I don't under where I am suppose to symlink AppleFileServer to in step 5? I am still unable to use my iMac to network access my OSx86. Looks like I have half of the problem solved.

Can anyone point me in the right direction?
Reply With Quote
  #56  
Old 05-17-2008, 04:25 PM
WinLinMac01 WinLinMac01 is offline
Lion
 
Join Date: Feb 2008
Posts: 1,140
Interestingly though, I am able to connect to my friend's Mac without any problems. This can likely depend on your Network card or other hardware specifications then.
Reply With Quote
  #57  
Old 05-18-2008, 02:50 AM
bhast2 bhast2 is offline
Tiger
 
Join Date: Jan 2008
Location: USA
Posts: 396
they are not trying to connect to macs they are trying to connect to window pc shares
Reply With Quote
  #58  
Old 05-18-2008, 04:21 AM
mochiware mochiware is offline
Cheetah
 
Join Date: May 2008
Posts: 4
Quote:
[cite] mochiware:[/cite]
Quote:
[cite] Maksimum:[/cite]Got some other fix for the different problems (the one with the File Sharing not working on the Hackintoth and the one with not connecting to another file share):

The Rev.2-install has some problems with file paths of some symbol links.

1. open the Terminal
2. 'sudo -s' for becoming root
3. look at /System/Library/Filesystems for the symbol link afpfs.fs. It has to point to '/System/Library/Filesystems/AppleShare/afpfs.kext', mine was showing to 'System/Library/Filesystems/AppleShare/afpfs.kext' (notice the missing slash at the beginning)
4. if it's wrong (without the slash): 'rm afpfs.fs' and then a 'ln -s /System/Library/Filesystems/AppleShare/afpfs.kext afpfs.fs'
5. for fixing the problem of not being able to share something: look in /usr/sbin for AppleFileServer, also a symlink, which on my computer was also missing the slash at the beginning
This has me quite excited as I followed steps 1-4 without problems. I am now able to connect my OSx86 to my iMac to access my files.

However I don't under where I am suppose to symlink AppleFileServer to in step 5? I am still unable to use my iMac to network access my OSx86. Looks like I have half of the problem solved.

Can anyone point me in the right direction?
When I applied steps 1-4 on my OSx86, it fixed my problem right away as I could connect to my Leopard iMac where as before I could not.

However I still cannot connect in the reverse, from my Leopard iMac to my OSx86.

So I was thinking it may be step 5 is where the problem lies.

However I am a newbie so I am not sure how to apply "for fixing the problem of not being able to share something: look in /usr/sbin for AppleFileServer, also a symlink, which on my computer was also missing the slash at the beginning"

before in steps 1-4, he wanted to symlink afpfs.kext to afpfs.ps
where does AppleFileServer symlink to?
or what command do I need to type to fix the / missing before usr/sbin?

I hope this makes it clearer
Reply With Quote
  #59  
Old 05-18-2008, 04:27 AM
WinLinMac01 WinLinMac01 is offline
Lion
 
Join Date: Feb 2008
Posts: 1,140
I am able to connect to my Windows PC-shares without problems as well.
Reply With Quote
  #60  
Old 05-18-2008, 04:28 AM
mochiware mochiware is offline
Cheetah
 
Join Date: May 2008
Posts: 4
WinLinMac01,

before in steps 1-4, he wanted to symlink afpfs.kext to afpfs.ps
in step 5,
where does AppleFileServer symlink to?
or what command do I need to type to fix the / missing before usr/sbin?



💡 Deploy cloud instances seamlessly on DigitalOcean. Free credits ($100) for InfMac readers.

Reply With Quote
Reply