|
|
我用的fedora 7,使用河南网通的dhcp+的方式上网。确保windows能上网。用的Realtek RTL8168/8111的网卡也已经能在linux下使用的。
在dhcp+租约没有过期的情况下,登入linux还能上网。租约过期就自动退网了。
从网上搜索了N多的方式关于linux网通上网的介绍,还是没有成功。
都说linux客户端缺少库文件lipbcap.0.8.3,所以先用ldd /usr/racer/race
但是提示:[root@upc racer]# ldd race
not a dynamic executable
说race不是一个动态的可执行文件。
[root@upc racer]# dir
ecou.sh race racer.ini readme.txt
这个文件是客户端解压后的所有的文件。
理论上race就是一个可执行文件啊,怎么会报错呢?
对于Realtek RTL8168/8111的网卡,linux启动时是活跃的,但是好像不能激活,每次手动激活就会出现如下错误:
SIOCSIFMTU: Invalid argument
正在决定IP信息... eth0 失败 ...dhclient(8110) is already running - exiting.
This version of ISC DHCP is based on the release available
on ftp.isc.org. Features have been added and other changes
have been made to the base software release in order to make
it work better with this distribution.
Please report for this software via the Red Hat Bugzilla site:
http://bugzilla.redhat.com
exiting.
这个是什么意思?为什么有这个提示呢?是不是不能这样激活啊?我选择的是dhcp+的方式启动网卡的。
后来直接输入:
[root@upc racer]# ./ecou.sh start
./ecou.sh: line 166: cd: /racer: 没有那个文件或目录
All names of your net interface installed
-----------------------------------------
eth0 0
Input one name to hace access with Internet (eth0): The name of interface is: eth0
./racer: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
Failed to run the process
“./ecou.sh: line 166: cd: /racer: 没有那个文件或目录。”出现的这个错误很费解,这个文件存在啊
从网上搜索来看是libpstdc++.so的版本太高了,fedora 7的版本是libpstdc++.so.6。这个没有替换,有人说这个版本高点可是继续使用的。替换libpcap.0.8.3后,出现如下问题:
[root@upc ~]# /usr/racer/ecou.sh start
/usr/racer/ecou.sh: line 166: cd: /racer: 没有那个文件或目录
All names of your net interface installed
-----------------------------------------
eth0 0
Input one name to hace access with Internet (eth0):
The name of interface is: eth0
Unable to find process to run, try re-install your process again!
要求我重新安装?
这个真的不理解了,希望大大能帮我解决一下,可惜不能换网,只能发扬钉子精神了。 |
|