免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 3763 | 回复: 5
打印 上一主题 下一主题

求助, 安装网卡驱动 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2006-08-30 13:39 |只看该作者 |倒序浏览
如题. x86 Solaris 10

Node 0x000027
                assigned-addresses:  81013810.00000000.0000a000.00000000.00000100.82013814.00000000.f4000000.00000000.00000100
                reg:  00013800.00000000.00000000.00000000.00000000.01013810.00000000.00000000.00000000.00000100.02013814.00000000.00000000.00000000.00000100
                compatible: 'pci10ec,8129.10ec.8129.10' + 'pci10ec,8129.10ec.8129' + 'pci10ec,8129' + 'pci10ec,8129.10' + 'pci10ec,8129' + 'pciclass,020000' + 'pciclass,0200'
                model:  'Ethernet controller'
                power-consumption:  00000001.00000001
                fast-back-to-back:  
                devsel-speed:  00000001
                interrupts:  00000001
                max-latency:  00000040
                min-grant:  00000020
                subsystem-vendor-id:  000010ec
                subsystem-id:  00008129
                unit-address:  '7'
                class-code:  00020000
                revision-id:  00000010
                vendor-id:  000010ec
                device-id:  00008129
                name:  'pci10ec,8129'
谢谢

论坛徽章:
0
2 [报告]
发表于 2006-08-30 13:51 |只看该作者
8129?

4. rf driver for Realtek RTL 8129 / 813x / 810x family fast ethernet chips
Realtek also provides their binay driver. Please refer http://www.realtek.com.tw.
Tested OS version: Solaris8 10/00 x86, Solaris9 12/02 x86, Solaris9 sparc
Tested chips (PCI card product):
RTL8139A (Surecom EPX-320X-R) Thank to Deniz
RTL8139C (Corega, FEther PCI-TXS)
RTL8139D (Surecom EP-320X-R) Thank to Deniz
(HAWKING PN102TX) Thank to Basem
(Corega FEther PCI-TXC plus)
RTL8129 (NDC, NE100TX-E)
RTL8100B (Shuttle AB48N motherboard, need to disable APCI)
MPX EN5038 (Accton EN1207D-TX) Thank to Telewa
It will likely work with D-Link DFE-530TX+, DFE-538TX and other RTL8139 based low cost NIC cards. Now it ready for rtl8101, but not tested.

论坛徽章:
0
3 [报告]
发表于 2006-08-30 13:52 |只看该作者
Solaris 9 X86网卡(D-LINK DFE-530TX)安装成功文档
发表于  2005-07-22    作者:不详   出自 网络收集    点击: 2108

Solaris 9 X86网卡(D-LINK DFE-530TX)安装成功文档

前一段时间在solaris9 x86安装过一个8139网卡驱动,当时没有写文档,前几天有个朋友需要帮忙安装8139网卡驱动,而且论坛上也有很多朋友问此类的问题,非常遗憾!!!这次安装D-LINK DFE-530TX网卡驱动成功以后,把主要的步骤写出来,主要是从解决solaris9 x86安装不兼容网卡的思路上对大家有所帮助!!!!
一、 基本信息:
1、 PC基本硬件信息:
微星主板4 1.8MHZ,内存512MB,硬盘40GB,网卡:D-LINK DFE-530TX,显卡: nvidia RIVA TNT2
2、 操作系统信息:windows 2000 +solaris9 x86
3、 现有状况:windows 2000 和solaris9 x86都已安装成功,win2000也能够上网,但是solaris9能够正常启动,但是网卡不能正常工作。
二、 solaris9 x86安装网卡D-LINK DFE-530TX过程:
1、 使用sys-unconfig命令还是不能找到网卡。
用sys-unconfig命令可以改变主机名、时区等,但是不能设置网络信息。
郁闷啊!!!
2、 从http://www.solaris-x86.org/ 网站查看solaris9 x86兼容性列表:
http://www.sun.com/bigadmin/hcl/ ... ews/networking.html
发现solaris9 x86不兼容D-LINKD-LINK DFE-530TX。
哦!!我可以到D-LINK网站下载驱动!!嘿嘿!!
3、 从D-LINK网站查找D-LINK DFE-530TX对于solaris的驱动程序:http://support.dlink.com/products/view.asp?productid=DFE%2D530TX
但是D-LINK DFE-530TX没有对unix系统支持的网卡驱动。
老天啊!!!
4、 从solaris http://solaris-x86.org/software/drivers/网站找一下:
发现里面有很多网卡的驱动程序啊!!!http://homepage2.nifty.com/mrym3/taiyodo/rh-1.0.9.tar.gz
下载D-LINK DFE-530TX驱动程序
5、 安装D-LINK DFE-530TX驱动过程
由于网络不通只能刻盘(问题:不知道usb可不可以使用啊?),100K的文件我刻了一张盘(呜呜呜!!好惨啊!!)
拷贝文件到系统上
#gzip –d rh-1.0.9.tar.gz
#tar xvf rh-1.0.9.tar
cd rh-1.0.9
查看README.txt
安装驱动程序:
1)# /usr/ccs/bin/make install
/usr/sbin/install -f /kernel/drv -m 755 -u root -g sys ./i386/rh
new owner is root
./i386/rh installed as /kernel/drv/rh
cp /etc/system /etc/system.norh
echo "exclude: rh" >> /etc/system.norh

2)# ./adddrv.sh
exit status = 0
System configuration files modified but rh driver not loaded or attached.
Driver (rh) installed.
3)# modload obj/rh
4)# devfsadm -i rh
5)# ifconfig rh0 plumb
6)# ifconfig -a
lo0: flags=1000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4> mtu 8232 index 1
inet 127.0.0.1 netmask ff000000
rh0: flags=1000842<BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
inet 0.0.0.0 netmask 0
ether 0:40:5:15:88:dc
# ifconfig rh0 192.0.0.160 netmask 255.255.255.252 up
# route add default 192.0.0.10
6、 测试正常
# ping 192.0.0.160
192.0.0.160 is alive
# ping 192.0.0.10
192.0.0.10 is alive
三、solaris9存在问题:
1、 不知道usb可不可以使用啊?
如果可以,可以帮助很多朋友把下载的驱动传到solaris9上!!而不用刻盘了!!希望有朋友能够补充usb使用方法?
2、 solaris9 X86启动需要人工干预(按n多的F2),很是不爽,有没有好的方法,让他自己启动?希望有朋友能够补充
四、附件:从http://solaris-x86.org/网站可下载的网卡驱动程序:
solaris X86网卡驱动下载网址:
http://homepage2.nifty.com/mrym3/taiyodo/eng/index.htm
可支持的网卡驱动类型:找到相应的网卡驱动,按照readme文件安装应该就可以!!
Free NIC drivers for Solaris
________________________________________
What's new?
07/04/2004 bcf updated and ni supported PnP ISA NE2000.
05/03/2004 Rh fixed for invalid mac address problem in built-in rhine II.
04/01/2004 VIA rhine driver was updated and released under the BSD license.
01/30/2004 PCMCIA NE2000 driver (pcni) ready for solaris9
01/19/2004 sis900/dp83815 driver updated. The previous revisions may panic the system under heavy ethernet traffic.
________________________________________
CAUTION: They are NO WARRANTY and distributed under LGPL or the BSD license.
0. General Descriptions
As device drivers are loaded in the kernel space, they may cause serious problems i.e. panic or system hang. Please ensure that the driver works fine before you install it into /kernel directory. Some testing methods are described in README in the distributions.
I started some following works with porting Linux nic drivers into Solaris. But I have re-written all of them not to use Linux driver codes, as I was pointed out that it was violation of GPL to link GPL drivers into properiety kernel.
Now licensing of the drivers is under changing. Formerly the drivers were distributed under LGPL, but the new releases will be distributed under the BSD license.
For sparc platforms, it needs solaris8 10/01 or later. You also need C compiler, escpecially gcc3.x to make 64bit binaries, as compiled binaries for sparc are not included in the distributions. You can also use C compilers in Sun products.
For x86 platforms, it needs to disable PnP OS or ACPI in BIOS setting to avoid incorrect IRQ assignment problem in Solaris x86. You also should assign IRQs to all devices on board in BIOS setting even if Solaris doesn't use them.
1. pctc driver for 3COM 3C589 PCMCIA cards
This is an alternative of Solaris pcelx driver which did not work with E version of 589 cards. But now a work around is known for pcelx, that is creating /kernel/drv/pcelx.conf file that includes following line.
force-8bit=1;
If you are interrested in a source code, down load below.

Tested OS Version: Solaris8 10/00 x86
Tested Hardware: EtherLink III 3C589C, EtherLink III 3C589D, Megahertz 3C589ET
Source file with x86 binary pctc-0.8.4b.tar.gz (beta test version)
Hot plug is not supported.
2. sfe driver for DP83815 and SiS900 fast ethernet chips
Tested OS version: Solaris8 10/00 x86, Solaris9 12/02 x86, Solaris9 sparc
Tested chips (PCI card product):
DP83815CVNG (Netgear FA311)
DP83815 (HP Pavilion ZE4100, thank to Ben)
DP83815DVNG (NetGear FA311 on sparc, thank to Peter & www.itserv.de)
DP83815 (NetGear FA312 in a Dell PowerEdge 1300, dual 500 MHz cpu's, thank to fred)
SiS900 (Melco BUFFALO LYG-PCI-TXC)
SiS900-core in SiS630ET chip set (thank to Rahul)
SiS900-core in SiS730 chip set (thank to Sytse)
SiS900-core in SiS963 south bridge of SiS648 chip set (thank to Matthias)
It likely work with DP83815 based Netgear FA312 and I-O DATA ET100-PCI-L, but WOL is not supported.
It will work with DP83816 but isn't tested yet.
sfe-1.0.0 or before may panic the system under heavy ethernet traffic. Please use the latest revison.
Source file with x86 binary: sfe-1.0.4.tar.gz
3. rh driver for VIA Rhine family fast ethernet chips
Tested OS version: Solaris8 10/00 x86, Solaris9 12/02 x86, Solaris8 sparc, Solaris9 sparc
Tested chips (PCI card product):
DL10030/VT86C100A (Rhine I), Corega FastEtherII PCI TX
(Thank to Sentil and Koshida)
DL10030, D-Link DFE-530TX (Thank to Chris)
DL10030A, D-Link DFE-530TX (Thank to Vanguard)
VT6102 (Rhine II), Planex communications FNW9702-T3
RhineII in VT8231 South-bridge (VIA EPIA MINI-ITX, model epia-800 motherboard, Thank to Sytse)
RhineII in VT8235 South-bridge (VIA P4MA Pro Mainboard and Biostar's Mainboard, Thank to Jim)
VT6105 (Rhine III), Corega PCI-TXA
Source file with x86 binary: rh-1.0.9.tar.gz
Rh driver is ready for VT6105M chips, but not tested.

4. rf driver for Realtek RTL 8129 / 813x / 810x family fast ethernet chips
Realtek also provides their binay driver. Please refer http://www.realtek.com.tw.
Tested OS version: Solaris8 10/00 x86, Solaris9 12/02 x86, Solaris9 sparc
Tested chips (PCI card product):
RTL8139A (Surecom EPX-320X-R) Thank to Deniz
RTL8139C (Corega, FEther PCI-TXS)
RTL8139D (Surecom EP-320X-R) Thank to Deniz
(HAWKING PN102TX) Thank to Basem
(Corega FEther PCI-TXC plus)
RTL8129 (NDC, NE100TX-E)
RTL8100B (Shuttle AB48N motherboard, need to disable APCI)
MPX EN5038 (Accton EN1207D-TX) Thank to Telewa
It will likely work with D-Link DFE-530TX+, DFE-538TX and other RTL8139 based low cost NIC cards. Now it ready for rtl8101, but not tested.
Source file with x86 binary: rf-1.0.1.tar.gz
5. ni/pcni driver for NE2000 compatible PCI/PCMCIA/PnP ISA ethernet cards
The ni driver was tested under solaris8 10/00 x86 and solaris9 12/02 x86
The pcni driver was tested under solaris8 10/00 x86 but it isn't tested under solaris9.
The ni and pcni drivers are not ready for solaris sparc.
Tested chips (PCI/PCMCIA card product):
PCI Realtek RTL 8029 (Planex communications, ENW-8300-T)
PCI VIA VT 86C926 Amazon (BUFFALO LGY-PCI-TR, Thank to Masato)
PCMCIA Unknown chip (IBM, Credit Card Adapter Ethernet II)
PCMCIA D-Link DL10022 (Planex communications, FNW3600-T)
PCMCIA Winbond W89C926 (Planex communications, ENW3503-T)
PnP ISA Realtek RTL 8019AS (unknown vendor)
Source file with x86 binary: ni-0.8.7.tar.gz (beta test version)
Hot plug is not supported.
6. alta driver for Sundance Technology ST201 fast ethernet chips
Tested OS version: Solaris8 10/00 x86, Solaris9 12/02 x86
Tested chips (PCI card product):
DL10050A (D-Link DFE-550TX)
DL10050C (D-Link DFE-550TX, thank to Chen)
It will likely work with DL10050 and DL10050B. It may not work for DFE-580TX four port NIC card.
Source file with x86 binary: alta-1.0.3.tar.gz

7. tu driver for 2114x fast ethernet chips
Tested OS version: Solaris8 10/00 x86, Solaris9 12/02 x86, Solaris9 sparc
Tested chips (PCI card product):
ADMtek AN983B (Corega Ether PCI-TM, Linksys LNE100TX-V4.1)
Davicom DM9102A (Kuroto-shiko 9102A-PCI/HITPOINT HT-9102)
Macronix MX98713 (unknown vendor).
Macronix MX98715AEC (Melco BUFFALO LCI2-TXI)
Conexant LANfinity RS7112 Mini PCI(Compaq Presario 17XL369 : thank to Antonio, Asantefast 10/100 NIC 690 : thank to Mike)
LITE-ON LC82C115 (Linksys LNE100TX-V2).
LITE-ON LC82C168 (unknown vendor).
LITE-ON LC82C169 (NetGear FA310, Thank to Klaus).
DC21140 with NS DP83840 MII PHY chip (under sparc solaris9, thank to Klaus)
DC21140AF with DAVICOM DM9101F MII PHY (under x86 solaris9)
DC21143PC with KENDIN KS8761 PCS PHY(under x86 solaris9)
DC21143PC with AB10100 PCS PHY (under x86 solaris9)
Intel 21143-PD with Level One ST10040 (LXT970) PHY (Olicom RapidFire 2327 PCI 10/100 Adapter under sparc solaris9, thank to Ricardo)
Source file with x86 binary: tu-0.9.35.tar.gz (beta test version)
Tu driver is based on Intel's 2114x Serial ROM Format version 4.09 but doesn' support 21145.
Tu will work with DC2114x chips, but is not configured in default because it conflicts with Solaris x86 dnet driver.
8. bcf driver for bcm4401 fast ethernet chip
Tested OS version:Solaris9 12/02 x86
Tested chips (PCI card product):
Broadcom BCM4401 (Green House GH-EL100BB)
onboard BCM4401 in Dell Inspiron 8500
onboard BCM4401 in Dell Inspiron 1100 (Thank to Miyake)
onboard BCM4401 in Dell Inspiron 2400 (Thank to Charles)
onboard BCM4401 in Dell Inspiron 8600 (Thank to John)
Source file with x86 binary: bcf-0.8.6.tar.gz (alpha test version)

9. tne driver for TI ThunderLAN fast ethernet chip
This is an open source alternative for solaris cnft driver, gone in solaris 9.
Tested OS version:Solaris9 12/02 x86, Solaris9 sparc
Tested chips (PCI card product):
TNETE100A (Compaq Netelligent 10/100 TX UTP)
Source file with x86 binary: tne-0.8.6.tar.gz (alpha test version)
Thank to Ricardo for testing tne under sparc.

10. ife driver for intel 8255x fast ethernet chip
This is an open source alternative for solaris iprb driver.
Tested OS version:Solaris9 12/02 x86, Solaris9 sparc
Tested chips (PCI card product):
i82557 with DP83840 (IBM EtherJet)
i82557 with i82555 (Fujitsu FMV-18
i82559 (Intel PRO/100+ Management Adapter)
Source file with x86 binary: ife-0.8.3a.tar.gz (alpha test version)
Don't use the previous revisions before ife-0.8.2, as they may cause to panic system.
Thank to Ricardo for testing ife under sparc.

11. gani driver for Realtek rtl8169 rtl8110 GbE chip
The gani driver isn't tested in giga bit mode yet.
Tested OS version:Solaris9 12/02 x86.
Tested chips (PCI card product):
RTL8169S (Planex Communications GN-1200TC)
Source file with x86 binary: gani-0.8.0.tar.gz (alpha test version)

论坛徽章:
0
4 [报告]
发表于 2006-08-30 13:55 |只看该作者
谢谢.. 试下

论坛徽章:
0
5 [报告]
发表于 2006-08-30 13:59 |只看该作者
# ./adddrv.sh
("pci10ec,8139") already in use as a driver or alias.
# modload obj/rf
can't load module: No such device or address
System Configuration:  Sun Microsystems  i86pc

出现这个..

论坛徽章:
0
6 [报告]
发表于 2006-08-30 14:00 |只看该作者
下载的是这个驱动, 我的是 AMD64

rf driver for Realtek RTL 8129 / 8139 / 810x family fast ethernet chipset

    Realtek also provides their binay driver. Please refer http://www.realtek.com.tw.

    Tested OS version: Solaris8 10/00 x86, Solaris9 12/02 x86, Solaris9 sparc, Solaris10 build72 x86/amd64

    Tested chips (PCI and Cardbus card product):

        RTL8139A (Surecom EPX-320X-R) Thank to Deniz

        RTL8139C (Corega, FEther PCI-TXS)
                          (Corega, CB-TXD Cardbus pccard)

        RTL8139D (Surecom EP-320X-R) Thank to Deniz

                (HAWKING PN102TX) Thank to Basem

                (Corega FEther PCI-TXC plus)

        RTL8129 (NDC, NE100TX-E)

        RTL8100B (Shuttle AB48N motherboard, need to disable APCI)

        MPX EN5038 (Accton EN1207D-TX) Thank to Telewa

    It will likely work with D-Link DFE-530TX+, DFE-538TX and other RTL8139 based low cost NIC cards. Now it ready for rtl8101, but not tested.

    Source file with x86 and amd64 binaries: rf-1.0.9.tar.gz

    Rf 1.0.1 or earlier may cause to panic system under Solaris10 build 71 x86 or later.
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP