xusengogogo
火狐狸
火狐狸
  • UID298
  • 注册日期2004-11-28
  • 最后登录2013-08-19
  • 发帖数258
  • 经验10枚
  • 威望0点
  • 贡献值0点
  • 好评度0点
阅读:10955回复:20

我的OS'X

楼主#
更多 发布于:2005-11-02 01:13
Finder


Mail


ical


Camino




Safair




iphoto


Dashboard


More...
舞间道
千年狐狸
千年狐狸
  • UID41
  • 注册日期2004-11-22
  • 最后登录2022-12-14
  • 发帖数1839
  • 经验-150枚
  • 威望0点
  • 贡献值-352点
  • 好评度-180点
  • 社区居民
1楼#
发布于:2005-11-02 01:13
怎么装的OSX???

请教!
Skype  支持  Linux  |  MacOS  |  Windows  |  Pocket  PC
xusengogogo
火狐狸
火狐狸
  • UID298
  • 注册日期2004-11-28
  • 最后登录2013-08-19
  • 发帖数258
  • 经验10枚
  • 威望0点
  • 贡献值0点
  • 好评度0点
2楼#
发布于:2005-11-02 01:13
安装OSX x86全中文界面版本所需要准备的软件:

1、PearPC 0.31/0.4per
2、UltraISO 7.6.1注册版
3、Darwin 8.0.1安装镜像
4、stuff.iso/SSE3patch.exe/Maxxuss-SSE3-to-SSE2_v0.4_1.zip
5、VMWare 5.0
6、Apple OS X x86 Developer Kit
7、Apple OS X 10.4 Tiger PowerPC Edition
8、Apple OS X 10.4.1
9、一个有分区工具(如PQMagic)和Ghost的启动光盘镜像或光盘

安装过程:

1、用UltraISO将DMG格式的OS X x86 Developer Kit转换成ISO,没有支持SSE3 CPU的话需要用SSE3patch给iso打补丁。

2、配置PearPC,挂接转换好的OS X x86 Developer Kit的ISO,启动后选择从cdrom引导,开始安装OSX x86。如果使用的是3G的IMG镜像文件,需要在选择安装组件时把打印驱动、开发工具等取消选择,否则没有足够空间进行安装。安装结束后从disk0引导系统,完成所有设置直至进入桌面,确认硬盘卷标为Tiger x86,不是的话将其修改为Tiger x86,关闭OSX系统。

3、重复前面两个步骤,用PearPC安装Apple OS X 10.4 Tiger PowerPC Edition,确认硬盘卷标为Tiger,不是的话将其修改为Tiger,并将其升级至10.4.1。

4、安装VMWare 5.0,新建一个虚拟机,系统选择Other中的FreeBSD,新建一个硬盘镜像,建议容量选择10G以上。配置虚拟机硬件,Remove掉软驱、声卡和USB,把Darwin 8.0.1的ISO挂接到光驱。启动虚拟机,系统从光驱引导,等待,直至出现选项按照下面的步骤输入:

选则1
选则2
输入auto hfs
输入auto hfs
输入update
输入write
输入quit
输入/dev/disk0s1
输入yes
输入x86
按回车,将重启虚拟机,使用光盘引导,等待,直至出现选项,继续:
选则1
选则3
输入/dev/disk0s1
输入yes
输入x86

安装开始,等待,直至出现提示,输入两次root密码,建议直接回车,输入主机名,选择2,虚拟机将关机。

5、将stuff.iso挂接到虚拟机光驱,启动虚拟机,使用root登录并按照下面步骤输入,注意区分大小写:

cd /
mkdir mnt
mkdir stuff
mount -t cd9660 /dev/disk1s0 /mnt
cd mnt
ls(列出光盘目录,应该有3个文件)
cp -RLv CoreGraphics /stuff(这个步骤只针对没有能够支持SSE3的CPU的用户)
cp -RLv ditoo /stuff
cp -RLv oah750d /sutff
shutdown -h now(关闭虚拟机)

6、将下面的字符串完整的复制到记事本中,保存为x86.vmdk:

代码:
# Disk DescriptorFile
version=1
CID=66190aef
parentCID=ffffffff
createType="monolithicFlat"

# Extent description
RW 6290928 FLAT "x86.img" 0

# The Disk Data Base
#DDB

ddb.adapterType = "ide"
ddb.geometry.sectors = "63"
ddb.geometry.heads = "16"
ddb.geometry.cylinders = "8322"
ddb.virtualHWVersion = "4"
ddb.toolsVersion = "0"



将其中的x86.img修改为你装好的OS X x86 Developer Kit的IMG文件名,其中的6290928是针对3G大小的IMG文件,如果IMG文件为6G,请将其修改为12581856,修改后将该文件和IMG文件放在同一目录。

7、重复第六步,保存为ppc.vmdk,将其中x86.img修改为你装好的Apple OS X 10.4 Tiger PowerPC Edition的IMG文件名,数字修改参照上面的说明,改好后和PowerPC的IMG放在同一目录。

8、修改VMWare虚拟机的硬件配置,添加两个硬盘设备,选择添加已经存在的硬盘镜像文件,分别将x86.vmdk和ppc.vmdk加入。把Darwin 8.0.1的ISO挂接到光驱。

9、启动虚拟机,从硬盘引导至安装好的Darwin系统,使用root登录并按照下面步骤输入,注意区分大小写:

cd /
cd stuff
cp -RLv CoreGraphics "/Volumes/Tiger x86/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/"
cp -RLv oah750d "/Volumes/Tiger x86/usr/libexec/oah"
mount -t cd9660 /dev/disk3s0 /mnt
cp -RLv /mnt/System/Library/Extensions/ApplePS2Controller.kext "/Volumes/Tiger x86/System/Library/Extensions"
cp -RLv "/Volumes/Tiger x86/System/Library/PrivateFrameworks/Bom.framework" /System/Library/PrivateFrameworks
sudo ./ditto -rsrc "/Volumes/Tiger x86" /Volumes/Tiger
./ditto -rsrc /Volumes/Tiger /
./ditto -rsrc "/Volumes/Tiger x86" /
cd /
DiskUtil repairPermissions /
mv /var/db/netinfo/local.nidb /var/db/netinfo/local.nidb.bad
rm /var/db/.AppleSetupDone
shutdown -h now

·至此,所有安装步骤结束,只是想要在虚拟机里运行测试的用户可以启动虚拟机进入系统,如果想要让系统在实体PC上运行的话,先不要启动虚拟机,继续下面的步骤。

10、修改虚拟机硬件配置,Remove第八步添加的两个硬盘设备,添加一个新的硬盘设备,选择新建硬盘镜像文件,容量选择4G以上,将有分区工具和Ghost的启动光盘镜像或光盘挂接到光驱。

11、启动虚拟机,从光驱引导,运行分区工具,给新添加的硬盘镜像建立分区,分区使用FAT32格式,建立后重新启动虚拟机。仍然从光驱引导,格式化新建立的硬盘分区(如使用PQMagic等分区工具,格式化工作可以和分区同时完成)。

12、运行Ghost,将已经安装好的OSX x86系统分区制作GHO镜像文件,目标路径选择新建的FAT32分区。制作完成后关闭虚拟机。

13、在VMWare中新建一个虚拟机,安装任意Windows系统,安装完成后在Windows虚拟系统中安装VMWare Tools,系统会自动安装好驱动程序,关闭虚拟机。

14、修改Windows虚拟机的硬件配置,添加第10、11步制作的硬盘镜像文件。启动虚拟机,通过网络共享,将第12步制作的GHO镜像文件拷贝到实体PC的硬盘中。

15、给实体PC分区,制作一个空白分区,分区大小至少不能小于第四步所创建的分区大小,如:第四步创建的硬盘镜像为10G,那么 1024M * 10 = 10240M,实体硬盘的新空白分区至少不能小于10240M,否则Ghost不能将镜像恢复至该分区,注意,分区单位一定要精确到M而不是G!

16、将GHO镜像文件恢复到实体PC新的空白分区。如果硬盘上没有其他系统,那么需要将该分区设置为活动分区。如果硬盘上还有其他 Win2k/XP系统,需要做多系统引导,那么需要将Darwin 8.0.1安装镜像中的\usr\standalone\i386\chain0复制到C盘根目录下,编辑boot.ini,在最后一行添加C:\ chain0="Apple Mac OS X"。

17、重启实体PC,恭喜,你可以进入OSX x86的世界了:)

18、启动OSX x86进入系统,用初始的管理员帐号登录(如果没有设置其他用户,那么直接登入的就是这个帐号),解压Maxxuss-SSE3-to-SSE2_v0.4_1.zip,双击加载解压后的iso文件。运行Terminal,找下面输入:

cd /Volumes/MAXXUSS0.4
sudo ./install.sh
按照屏幕提示输入当前登录的管理员密码
i
y
y
exit

关闭Terminal,重启系统,一切OK!
舞间道
千年狐狸
千年狐狸
  • UID41
  • 注册日期2004-11-22
  • 最后登录2022-12-14
  • 发帖数1839
  • 经验-150枚
  • 威望0点
  • 贡献值-352点
  • 好评度-180点
  • 社区居民
3楼#
发布于:2005-11-02 01:13
晕倒!!!这么多???

你装了MAC,怎么不用Safari来签个名呢???
Skype  支持  Linux  |  MacOS  |  Windows  |  Pocket  PC
xusengogogo
火狐狸
火狐狸
  • UID298
  • 注册日期2004-11-28
  • 最后登录2013-08-19
  • 发帖数258
  • 经验10枚
  • 威望0点
  • 贡献值0点
  • 好评度0点
4楼#
发布于:2005-11-02 01:13
硬件支持列表

HCLPart
From OSx86

ONLY add hardware which you have TESTED and do not add hardware just because you think it might work.

This is a component level hardware compatibility list. We want to keep it as accurate as possible but please do not entirely rely on this list when buying hardware. Add which parts you have working in the categories listed below, or create a new category. Please keep alphabetical order inside the categories. The categories itself are ordered by popularity.
Please list any caveats or problems as well.
Table of contents [showhide]
1 Compatible Hardware

1.1 Video

1.1.1 ATI
1.1.2 NVIDIA
1.1.3 Other

1.2 Sound
1.3 Ethernet
1.4 IDE
1.5 USB Chipsets
1.6 FireWire Chipsets
1.7 Core Logic Chipsets
1.8 CPU
1.9 Bluetooth
1.10 Input Devices
1.11 Full Working Motherboards
2 Incompatible hardware

2.1 Unsupported Graphics
2.2 Unsupported Network
2.3 Unsupported Sound
[edit]
Compatible Hardware

Also check the System Extensions available in x86 Tiger.
[edit]
Video
[edit]
ATI

* ATI Radeon Xpress 200 - No QE, No CoreImage, VESA 2.0, 1024x768 at 60Hz
* ATI Radeon X300 (Inspiron 6000) - No QE but 2d acceleration works.
* ATI Radeon X800-series PCIe - No 2D Acceleration, VESA 3.0 1280
* ATI Rage (4MB) up to 1024x768x16 VESA 2.0
* ATI Radeon VE 32MB PCI - No Acceleration, VESA 2.0, works at 1024x768 at 60Hz
* ATI Radeon 7500 , Full Acceleration , no Quartz, Vesa 2.0 60Hz only
* ATI Radeon 9000/9200 Mobile - No 2D Acceleration, Vesa 3.0 1280
* ATI Radeon 9200 SE - Graphics look garbled when menus move (no 2d acc?)
* ATI Radeon 8500 AIW - No 2D Acceleration, Vesa 2.0 1280 @ 60 Hz
* ATI Radeon 9600XT - No 2D Acceleration, Vesa 2.0, 1280, 60Hz
* ATI Radeon 9500 - The 9700 with the 4 pipelines disabled works fine for me
* ATI Radeon 9600XT Asus AGP (PCI ID 5964) - No CoreGraphics, no QuartzExtreme, Kernel extension not loaded or available (no kext with pci id 0x59641002 in plist), Vesa 2.0@1024x768x32
* ATI Radeon X850XT PE PCI-Express - No Acceleration, VESA 3.0, 1280x1024x32
* Sapphire Radeon 9550 (Recognized as 9600PRO) - No 2D Acceleration, VESA 2.0, 1024x768
* Sapphire X600 Pro (You have to delete all card drivers) - No 2D acceleration, VESA 2.0 1024x768

[edit]
NVIDIA

* GeForce2 Go - No acceleration, Vesa 3.0, 1280 x 1024
* GeForce3 - No Acceleration, Vesa 3.0 1024 (weird stuff when redrawing the menu)
* Geforce4 MX400 - No 2D acceleration, VESA 2.0(?) 1024(?)
* Geforce4 MX440 - No 2D accleration, VESA 3.0, 1280, 85hz Refresh Does it really work at 1028x1024x32@85 ? Mine restarts as soon as I type.
* Geforce4 Ti4200/Ti4400/Ti4600 - No Acceleration, Vesa 3.0 1024
* Geforce FX 5200 - Works perfect (quartz?) NOT CONFIRMED
* Geforce FX 5700 - No QE, No CoreImage, VESA 3.0 1280x1024x32 max
* Geforce FX Go5200 - Seems like no acceleration
* Geforce 5900XT - No 2D acceleration, VESA 3.0 1024
* Geforce 6200 TurboCache™ - No 2D Acceleration, No Quartz, VESA 2.0 @ 1024x768/60Hz & 1280x1024/60Hz
* GeForce 6600GT PCIex - No Acceleration, Vesa 3.0
* Geforce 6800,6600 - No 2D acceleration, VESA 3.0 1280
* GeForce Quadro2 MXR/EX - No 2D Acceleration, No Quartz, VESA 2.0 @ 1024x768/60Hz ONLY

[edit]
Other

* Integrated i915G Intel GMA900 - all resolutions - works with QE and CG and CoreImage(2D and 3D accel)
* Integrated i945G Intel GMA950 - does this one work with QuartzExtreme, CoreImage and CoreVideo?
* Matrox G550 AGP - no Accel, no output on second head, VESA 3.0, 1280x1024x32@75
* SiS 650 Onboard - No acceleration, VESA 3.0 1024
* SiS 760 Onboard

[edit]
Sound

* ADI AD1985
* Audiotrak Maya 5.1 USB Audio
* C-media AC'97 - works, no volume control (volume set to highest) (volume works for me)
* C-Media USB Audio (no additional drivers required).
* Intel ICH4
* Intel ICH5
* Intel ICH5R
* Intel ICH6 AC'97
* M-Audio Revolution 7.1 (Uses OSX drivers)
* Realtek AC'97 Audio for VIA a.k.a VT8235 (Seemed to play MP3's fast/pitched-up in Quicktime. Fix anyone?)
* Realtek ALC655
* Realtek ALC850 (nForce Audio)(requires kext plist file edit)
* Realtek ALC855
* Realtek ALC860 (??? REALLY??? please contact stullek on irc)
* Creative SB Live! 24-Bit External USB
* Sigmatel C-Major Audio (Dell 700m, copy over AppleAC97 kext from Darwin)
* Sonica Theater (USB)
* SoundMax Integrated Digital Audio (AC97)
* VIA VT8233, VT8237 only the left channel works

[edit]
Ethernet

* 3Com 3c900 (10mbit only)
* 3Com 3c905/3c905B/3c905C NIC
* Broadcom BCM4400 10/100 integrated controller
* Broadcom NetXtreme BCM5705M Gigabit Ethernet
* Intel 82559-based NIC (EtherExpress Pro/100+)
* Intel PRO/1000
* Intel 82540EM Gigabit Ethernet
* Intel 82547EI/82562EZ
* Realtek RTL8139/810x Family Fast Ethernet NIC
* Realtek 8100C
* Realtek 8139 - D-Link DFE-530TX+, also many generics/onboard (all?) I had to disable PnP in BIOS for OSX to find this card
* Realtek 8169/8169S - Gigabit NIC's (Netgear GA311)
* SMC-1211TX (Recognized as RTL8139 [Realtek]
* Surecom EP-320X-R 100/10/M

[edit]
IDE

* Intel 82801DB (ICH4) IDE Controller (rev 01)
* Intel 82801FB (915, 925 chipsets) SATA controller: Must be in ATA (not AHCI) mode
* Intel ICH5R Serial ATA from 865PE chipset (must be in ATA not RAID mode)
* NVIDIA Nforce 4 2200 IDE Controller, no sata
* VIA VT8237 PATA and SATA works
* SIS 645

[edit]
USB Chipsets

* Intel 82801DB/DLB/DBM (UHCI)
* Intel 82801FB (UHCI)

[edit]
FireWire Chipsets

* Creative Labs SB Audigy FireWire Port
* Texas Instruments OHCI-Lynx on EX-6450

[edit]
Core Logic Chipsets

* ATI RS480
* Intel 845/845G/855GM/865/865GBFL/865PE/875/915P/915G/925X/925XE
* Intel 945P : stable but ICH7R/SATA is not support even if set Standard IDE in BIOS. so you must use USB external HDD or P-ATA HDD.
* nVidia nForce 4 SLI
* nVidia nForce 4 Ultra
* VIA K8T800/K8M800/P4M266A

[edit]
CPU

SSE3

* AMD 64 X2 (Toledo) - Sees only one core
* AMD 64 (Venice)
* Intel Celeron D
* Intel Prescott P4
* Intel Pentium D - System Profiler said number of cpu : 1, but activity monitor cpu graph is 2. seems support SMP on Pentium D.


SSE2

* AMD 64 (Winchester)
* AMD Athlon 64 (Clawhammer<?>)
* AMD Athlon 64 (NewCastle)
* Intel P4 (Northwood)
* Intel Pentium M
* AMD Sempron 3100+
* Intel Celeron (Williamette)
* Qemu Virtual CPU 0.7.1 (slow, emulates SSE2/EM64T)

[edit]
Bluetooth

* Belkin USB Bluetooth adapter F8T003v2
* MSI Pc-2-Pc Dongle
* Sitecom CN-500 USB Dongle

[edit]
Input Devices

* Apple Pro Keyboard (works like it was designed for)
* Apple Pro Mouse (Optical - works like it was designed for)
* Apple Mighty Mouse
* Dell PS/2 keyboard (model RT7D20)
* Dell USB mouse (optical, model M-UVDEL1)
* Happy hacking lite USB
* IBM Trackpoint
* Logitech MX500/MX510/MX518
* Logitech MX700
* Logitech MX1000
* Logitech Wireless Ergonomic Keyboard
* Logitech Elite Keyboard (advertised MacOS compatible on box)
* Logitech Cordless Freedom
* Microsoft Basic Optical Mouse - Wired
* Microsoft Internet Keyboard
* Microsoft Standard Wireless Optical Mouse
* Microsoft Wheelmouse optical
* Microsoft Wireless MultiMedia Keyboard 1.1
* Microsoft Wireless Optical Desktop Receiver 2.1 (Surprising thing on this, it works better than in XP, at least for me)

[edit]
Full Working Motherboards

Please list the features which are working, not everyone knows these boards:

* Asus K8V SE Deluxe, LAN ok<--can anyone comfirm - LAN does not work for me, Audio ok, PATA&SATA ok
* Mach Speed Viper K8M8M
* Mach Speed Viper K8M8MS

Although this doesn't belong here but some people insist in it:

The Apple Developer Platform mainboard is a custom made version of Intels D915GUX mainboard with Firewire (optional to the original D915GUX) and Intel 82562EZ NIC chipset (the variant D915GUXLK with Marvells 88E8050 NIC chipset does not have network support in osx). The onboard ALC860 Azalia (HD Audio) chipset is the same as in the devkit but doesn't work for me with osx. Jack sensing doesn't work on the devkit, jack reassign doesn't work too, microphone in doesn't work, headphone out doesn't work, only line in and line out work on the devkit. Power saving will not turn off the cpu fan.

[edit]
Incompatible hardware
[edit]
Unsupported Graphics

* GeForce2 MX 100/200 (maybe 400) - Loads the NVDA*.kext files with errors and then freezes at the next step (tested with -x -v -s) <-- if anyone knows a fix please edit.
* Radeon 9200 PCI MAC EDITION - Cannot detect hardware - system will not load display drivers, black screen

The following cards crashing are likely caused by osx loading a driver for this card. Remove ATI related drivers from the /System/Library/Extensions folder to try using it in VESA mode:

* Sapphire Radeon 9600xt - Crash on startup (Kernel Panic)
* Radeon 9600pro - Crash on startup
* Radeon 9600 AIW - Kernel panic
* Radeon RV100 QY - Crash on startup
* Sapphire Radeon 9600xt - Crash on startup (Kernel Panic) - Works on safe boot.
* Sapphire Radeon 9800 Pro - Crash on startup
* Sapphire Radeon X600 Pro - Crash on startup (Kernel Panic)

[edit]
Unsupported Network

* 3Com 3c2000-T
* AMD PCnet-PCI II (ie: VMWare virtual ethernet device)
* Asus 802.11b/g Wireless LAN CARD
* Broadcom Corporation NetXtreme BCM5751 Gigabit Ethernet PCI Express (rev 01)
* Intel 2100/3B 802.11b Wireless Card
* Linksys NC100
* Linksys LNE100TX version 2.0
* Linksys WUSB12 Wireless Compact USB Adapter
* Marvell Yukon 88E8050 and 88E8053 PCI-E GigE
* Netgear FA120 USB 2.0 Fast Ethernet Adapter
* NVIDIA nForce
* Realtek 8139A
* SiS 900-Based PCI Fast Ethernet
* Via Velocity 10/100/1000
* VIA Rhine II Fast Ethernet (LAN on Motherboard)

[edit]
Unsupported Sound

* Creative SB Audigy/Audigy2/Audigy2 ZS/Audigy4
* Creative SB Audigy 2 NX and Extigy rumored to work (http://www.avsforum.com/avs-vb/arch...p/t-502684.html) - can anyone test?
* Creative SB Live! Value
* Creative SB Live! 24-bit (PCI and onboard)
* Realtek ALC860 (supports only line in/out according to syspref-sound and I couldn't hear anything yet)
* Realtek ALC882M (onboard in ASUS P5LD2 Deluxe)
* SiS7012 on-board ac97 codec
* SiS7018 on-board ac97 codec
* Turtle Beach Santa Cruz

Retrieved from "http://wiki.osx86project.org/wiki/index.php/HCLPart"
Views

* Article
* Discussion
* Edit
* History

Personal tools

* Create an account or log in

Navigation

* Main Page
* FAQ
* Knowledge Base
* Recent Changes
* Random Page

* OSx86 Home (http://www.osx86project.org)
* OSx86 Forum (http://forum.osx86project.org)

Search

Advertisment
Toolbox

* What links here
* Related changes
* Special pages

MediaWiki

* This page was last modified 07:32, 16 Aug 2005.
* This page has been accessed 5916 times.
* About OSx86
* Disclaimers
舞间道
千年狐狸
千年狐狸
  • UID41
  • 注册日期2004-11-22
  • 最后登录2022-12-14
  • 发帖数1839
  • 经验-150枚
  • 威望0点
  • 贡献值-352点
  • 好评度-180点
  • 社区居民
5楼#
发布于:2005-11-02 01:13
对了,听哪个人说,在PC上装MAC不能输入中文,

而且不能安装第三方软件,是这样吗???
Skype  支持  Linux  |  MacOS  |  Windows  |  Pocket  PC
xusengogogo
火狐狸
火狐狸
  • UID298
  • 注册日期2004-11-28
  • 最后登录2013-08-19
  • 发帖数258
  • 经验10枚
  • 威望0点
  • 贡献值0点
  • 好评度0点
6楼#
发布于:2005-11-02 01:13
舞间道:晕倒!!!这么多???

你装了MAC,怎么不用Safari来签个名呢???
回到原帖


我本本的网卡不支持 x86版本的mac 正在寻找解决办法
舞间道
千年狐狸
千年狐狸
  • UID41
  • 注册日期2004-11-22
  • 最后登录2022-12-14
  • 发帖数1839
  • 经验-150枚
  • 威望0点
  • 贡献值-352点
  • 好评度-180点
  • 社区居民
7楼#
发布于:2005-11-02 01:13
原来如此~~~~~
Skype  支持  Linux  |  MacOS  |  Windows  |  Pocket  PC
xusengogogo
火狐狸
火狐狸
  • UID298
  • 注册日期2004-11-28
  • 最后登录2013-08-19
  • 发帖数258
  • 经验10枚
  • 威望0点
  • 贡献值0点
  • 好评度0点
8楼#
发布于:2005-11-02 01:13
支持的网卡



* 3Com 3c900 (10mbit only)
* 3Com 3c905/3c905B/3c905C NIC
* Broadcom BCM4400 10/100 integrated controller
* Broadcom NetXtreme BCM5705M Gigabit Ethernet
* Intel 82559-based NIC (EtherExpress Pro/100+)
* Intel PRO/1000
* Intel 82540EM Gigabit Ethernet
* Intel 82547EI/82562EZ
* Realtek RTL8139/810x Family Fast Ethernet NIC
* Realtek 8100C
* Realtek 8139 - D-Link DFE-530TX+, also many generics/onboard (all?) I had to disable PnP in BIOS for OSX to find this card
* Realtek 8169/8169S - Gigabit NIC's (Netgear GA311)
* SMC-1211TX (Recognized as RTL8139 [Realtek]
* Surecom EP-320X-R 100/10/M
舞间道
千年狐狸
千年狐狸
  • UID41
  • 注册日期2004-11-22
  • 最后登录2022-12-14
  • 发帖数1839
  • 经验-150枚
  • 威望0点
  • 贡献值-352点
  • 好评度-180点
  • 社区居民
9楼#
发布于:2005-11-02 01:13
呵呵 Realtek的东西 声卡也好,网卡也好,

对什么方面支持都很好!

Xusen你什么网卡???

我还想买一块3com的网卡来玩玩呢~
Skype  支持  Linux  |  MacOS  |  Windows  |  Pocket  PC
xusengogogo
火狐狸
火狐狸
  • UID298
  • 注册日期2004-11-28
  • 最后登录2013-08-19
  • 发帖数258
  • 经验10枚
  • 威望0点
  • 贡献值0点
  • 好评度0点
10楼#
发布于:2005-11-02 01:13
一块Broadcom 440x 10/100的无线网卡(据说可以还没试过)
还有一块是Inter(R) PRO /Wireless 2200BG(mac未能识别)
xusengogogo
火狐狸
火狐狸
  • UID298
  • 注册日期2004-11-28
  • 最后登录2013-08-19
  • 发帖数258
  • 经验10枚
  • 威望0点
  • 贡献值0点
  • 好评度0点
11楼#
发布于:2005-11-02 01:13
你的机器什么配置?
舞间道
千年狐狸
千年狐狸
  • UID41
  • 注册日期2004-11-22
  • 最后登录2022-12-14
  • 发帖数1839
  • 经验-150枚
  • 威望0点
  • 贡献值-352点
  • 好评度-180点
  • 社区居民
12楼#
发布于:2005-11-02 01:13
不说了,拉圾配置~~~~~~~
Skype  支持  Linux  |  MacOS  |  Windows  |  Pocket  PC
baggio
小狐狸
小狐狸
  • UID5246
  • 注册日期2005-04-19
  • 最后登录2006-10-28
  • 发帖数15
  • 经验10枚
  • 威望0点
  • 贡献值0点
  • 好评度0点
13楼#
发布于:2005-11-02 01:13
用 pearPC 装上的呀。。。
mac 上可以输中文啊
我现在不就正输中文么。。。
舞间道
千年狐狸
千年狐狸
  • UID41
  • 注册日期2004-11-22
  • 最后登录2022-12-14
  • 发帖数1839
  • 经验-150枚
  • 威望0点
  • 贡献值-352点
  • 好评度-180点
  • 社区居民
14楼#
发布于:2005-11-02 01:13
楼上的你真牛,羡慕你啊!

你是怎么装的???

浏览器识别中的125.5.5 是什么意思啊???

后面还有共和125.12,难道是版本???

PPC=Pockt pc ???
Skype  支持  Linux  |  MacOS  |  Windows  |  Pocket  PC
上一页
游客

返回顶部