- 전체
- ServerSpecific
- Tips
- Apps (Freeware)
- Apps
- BulitIn
- News
- MyStories
- Apps (iPhone/iPod Touch)
- Report
- Hardware
< http://sneosx86.freeflux.net/blog/archive/2007/11/10/_cfgethostuuidstring-error-workaround-fix.html >
CFGetHostUUIDString Error WORKAROUND/FIX
[ General ] by sneosx86 @ 10.11.2007 15:50 CET
This workaround will help you to remove the "_CFGetHostUUIDString: unable to determine UUID for host. Error: 35" error.
1.) BACKUP your /Library/Preferences/SystemConfiguration/NetworkInterfaces.plist
2.) Open /Library/Preferences/SystemConfiguration/NetworkInterfaces.plist
3.) ADD AFTER <string>Ethernet</string></dict> the following:
<dict>
<key>BSD Name</key>
<string>en3</string>
<key>IOBuiltin</key>
<false/>
<key>IOInterfaceType</key>
<integer>6</integer>
<key>IOInterfaceUnit</key>
<integer>3</integer>
<key>IOLocation</key>
<string></string>
<key>IOMACAddress</key>
<data>
ABbPoF5V
</data>
<key>IOPathMatch</key>
<string>IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/P0P3@1C,2/
IOPCI2PCIBridge/pci14e4,4311@0/AirPort_Brcm43xx/IO80211Interface</string>
<key>SCNetworkInterfaceType</key>
<string>IEEE80211</string>
</dict>
4.) IF you have more than 3 interfaces or there is an "en3" interface change it to "en4" or a higher number, don't forget to change this "<integer>3</integer>" to "<integer>4</integer>".
5.) You need to REBOOT
6.) If this work for you please tell me.
7.) If this workaround did not work please provide your system.log and your NetworkInterfaces.plist.
Why does this error happen?
Well at looking at the source code of the configd there is a plugin "InterfaceNamer" it seams the plugin will always skip interfaces
that are IOBuiltin = false. The "<key>IOBuiltin</key>" cannot be changed because the plugin will check and restore it on next boot.
But it does not check if wireless interfaces <key>SCNetworkInterfaceType</key><string>IEEE80211</string> are IOBuiltin.
Like I say this is only a workaround and there will be more need of testing.
You will find me on irc
SnE
Tags:osx86 source network fix
Related Entries:
_CFGetHostUUIDString Final Extension FIX
< http://sneosx86.freeflux.net/blog/archive/2007/11/10/_cfgethostuuidstring-error-workaround-fix.html >
댓글 0
번호 | 제목 | 글쓴이 | 날짜 | 조회 수 |
---|---|---|---|---|
12 | Playing Diablo IV on macOS | Shadow | 2023.06.25 | 2383 |
11 | 디스크에 문제가 발생했을 때 [10406] | Shadow | 2010.12.30 | 204087 |
10 | OSX에 설치형 웹하드를 설치해 보자! [5] [1062] | Shadow | 2009.06.07 | 129428 |
9 | [펌] PureFtpd - Mysql-auth per user connection limit feature [6633] | Shadow | 2009.02.25 | 136912 |
8 | 맥이 아닌 machine에서 맥에 SSH 접속시 한글 표시법 [9665] | Shadow | 2009.02.10 | 231162 |
7 | remote X11forwarding from OSX to Windows [6277] | Shadow | 2009.01.03 | 151171 |
6 | MacOSX에 ufraw를 설치하자~ [1] [886] | Shadow | 2009.01.03 | 635954 |
5 | XQuartz [5570] | Shadow | 2009.01.03 | 127873 |
» | [펌] CFGetHostUUIDString: unable to determine UUID for host. Error: 35 [5772] | Shadow | 2009.01.03 | 121272 |
3 | com.apple.boot.plist & bootloader [6505] | Shadow | 2009.01.03 | 121433 |
2 | samba over ssh [9704] | Shadow | 2008.12.30 | 0 |
1 | lukemftpd 질문에 대한 내 답변 [1] | Shadow | 2008.12.24 | 30267 |