Chinaunix
标题:
如何在BSD下装载RTL8029的网卡驱动?
[打印本页]
作者:
mywife
时间:
2005-03-09 18:58
标题:
如何在BSD下装载RTL8029的网卡驱动?
我在组装的机器上安装的BSD系统,但RTL8029A的网卡驱动没有找到,我从网上找了半天也没找到,也不知如何安装驱动?请高手们指教!谢谢!
作者:
lemony
时间:
2005-03-09 19:44
标题:
如何在BSD下装载RTL8029的网卡驱动?
FreeBSD的驱动的确不好找,建议还是用8139这样的网卡吧~~~
不需要安装驱动~~~
如果使用其它网卡,驱动内都会有安装说明,要使网卡生效还得编译内核~~
作者:
mywife
时间:
2005-03-10 11:12
标题:
如何在BSD下装载RTL8029的网卡驱动?
能写出具体步骤吗?或写出一个具体的例子!谢谢了!
作者:
wangchao66
时间:
2005-03-10 13:11
标题:
如何在BSD下装载RTL8029的网卡驱动?
我用过.8029好象被识别成了其他的了,DE2000?
作者:
lemony
时间:
2005-03-10 16:07
标题:
如何在BSD下装载RTL8029的网卡驱动?
我也有个DM9102F的网卡,系统可以识别,但是网络不稳定,ping的时候老出现断流~~~
之后找到了FreeBSD的相关程序,安装之后,结果一下~~~
一下是安装步骤~
- Download http://www.freebsd.org/~wpaul/Davicom/3.0/dm.tar.gz and
unpack it in a temporary directory.
- Make sure you have the kernel source unpacked under /usr/src.
- Copy if_dm.c and if_dmreg.h to /sys/pci.
- Copy dm.4 to /usr/share/man/man4.
- Edit /sys/conf/files and add a line that says:
pci/if_dm.c optional dm device-driver
- Edit your kernel config file (e.g. /sys/i386/conf/GENERIC) and add
a line that says:
device dm0
Note: this one line is enough to detect multiple adapters. If you
have several DM9102 boards in your machine, you do not need to add
additional lines to the kernel config file.
- Make *sure* you also have a line that says:
controller pci0
The Davicom controller is a PCI device, thus you must compile your
kernel with PCI support in order to use it.
- config and compile a new kernel
- copy the kernel to the root directory, then reboot.
Interfaces should be detected as dm0, dm1, etc... You should edit
/etc/rc.conf to have the interface brought up automatically when the
system boots.
复制代码
作者:
mywife
时间:
2005-03-12 08:49
标题:
如何在BSD下装载RTL8029的网卡驱动?
老兄:我说的是RTL8029A的网卡啊?不是DM的呀!
作者:
freepower
时间:
2005-03-12 12:05
提示:
作者被禁止或删除 内容自动屏蔽
作者:
linyin
时间:
2005-03-12 13:51
标题:
如何在BSD下装载RTL8029的网卡驱动?
把他们编译进内核呢?
作者:
lemony
时间:
2005-03-12 20:47
标题:
如何在BSD下装载RTL8029的网卡驱动?
[quote]
原帖由 "mywife"]老兄:我说的是RTL8029A的网卡啊?不是DM的呀![/quote 发表:
安装方法大至一样,只是驱动文件的差别而已~
欢迎光临 Chinaunix (http://bbs.chinaunix.net/)
Powered by Discuz! X3.2