分页: 5 / 6

Re: drcom 上网终极解决办法(可以上网)

发表于 : 2009-05-09 14:19
woaitanliao
希望楼主能快点弄出后续版本 我们等的着急啊

Re: drcom 上网终极解决办法(可以上网)

发表于 : 2009-05-09 14:20
beyond5z
:em01 据知新版本正在测试中,研究人员们加油!

Re: drcom 上网终极解决办法(可以上网)

发表于 : 2009-05-09 23:00
hongyeing
OH!YEAH!!!偶的成功了。昨天总断,今天一直很好。哈哈 :em05
现在就在ubuntu下。哈哈~

Re: drcom 上网终极解决办法(可以上网)

发表于 : 2009-05-11 19:27
xsoul
Jakezone 写了:获取ip失败,图形界面没有东西,就只有框
同样的问题....

Re: drcom 上网终极解决办法(可以上网)

发表于 : 2009-05-26 17:46
loveyfk
我电脑cpu奔四 2.4主频 红旗2.6.226-1 校园网城市热点v3.72 现安装drcom-1.4.8.1.tar.gz
安装过程如下:(提示有错误)[root@localhost hda6]# tar xzvf drcom-1.4.8.1.tar.gz
drcom-1.4.8.1/
drcom-1.4.8.1/COPYING
drcom-1.4.8.1/Makefile
drcom-1.4.8.1/README
drcom-1.4.8.1/README-old
drcom-1.4.8.1/THANKS-old
drcom-1.4.8.1/TODO
drcom-1.4.8.1/doc/
drcom-1.4.8.1/doc/acknowledgement
drcom-1.4.8.1/doc/authentication
drcom-1.4.8.1/doc/challenge
drcom-1.4.8.1/doc/host
drcom-1.4.8.1/doc/host_header
drcom-1.4.8.1/doc/keepalive
drcom-1.4.8.1/doc/login
drcom-1.4.8.1/doc/logout
drcom-1.4.8.1/doc/passwd
drcom-1.4.8.1/doc/request
drcom-1.4.8.1/doc/response
drcom-1.4.8.1/doc/serv_header
drcom-1.4.8.1/drcom.conf
drcom-1.4.8.1/drcomc/
drcom-1.4.8.1/drcomc/Makefile
drcom-1.4.8.1/drcomc/drcomc.c
drcom-1.4.8.1/drcomd/
drcom-1.4.8.1/drcomd/Makefile
drcom-1.4.8.1/drcomd/dialog.c
drcom-1.4.8.1/drcomd/drcomd.c
drcom-1.4.8.1/drcomd/drcomd.h
drcom-1.4.8.1/drcomd/keepalive.c
drcom-1.4.8.1/drcomd/kmodule.c
drcom-1.4.8.1/drcomd/log.c
drcom-1.4.8.1/drcomd/log.h
drcom-1.4.8.1/drcomd/login.c
drcom-1.4.8.1/drcomd/logout.c
drcom-1.4.8.1/drcomd/md5.c
drcom-1.4.8.1/drcomd/md5.h
drcom-1.4.8.1/drcomd/misc.c
drcom-1.4.8.1/drcomd/passwd.c
drcom-1.4.8.1/drcomd/readconf.c
drcom-1.4.8.1/drcomd/signal.c
drcom-1.4.8.1/drcomd/watchport.c
drcom-1.4.8.1/include/
drcom-1.4.8.1/include/client_daemon.h
drcom-1.4.8.1/include/daemon_kernel.h
drcom-1.4.8.1/include/daemon_server.h
drcom-1.4.8.1/include/utils.h
drcom-1.4.8.1/initscript
drcom-1.4.8.1/kmod/
drcom-1.4.8.1/kmod/Makefile
drcom-1.4.8.1/kmod/drcom.c
drcom-1.4.8.1/utils/
drcom-1.4.8.1/utils/utils.c
[root@localhost hda6]# cd drcom-1.4.8.1
[root@localhost drcom-1.4.8.1]# make
make[1]: Entering directory `/mnt/hda6/drcom-1.4.8.1/drcomc'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/mnt/hda6/drcom-1.4.8.1/drcomc'
make[1]: Entering directory `/mnt/hda6/drcom-1.4.8.1/drcomd'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/mnt/hda6/drcom-1.4.8.1/drcomd'
make[1]: Entering directory `/mnt/hda6/drcom-1.4.8.1/kmod'
make -C /lib/modules/2.6.22.6-1/build M=/mnt/hda6/drcom-1.4.8.1/kmod modules
make[2]: Entering directory `/usr/src/kernels/2.6.22.6-1-i686'
CC [M] /mnt/hda6/drcom-1.4.8.1/kmod/drcom.o
/mnt/hda6/drcom-1.4.8.1/kmod/drcom.c: In function ‘tcp_sack_adjust’:
/mnt/hda6/drcom-1.4.8.1/kmod/drcom.c:461: warning: passing argument 1 of ‘skb_ma
ke_writable’ from incompatible pointer type
/mnt/hda6/drcom-1.4.8.1/kmod/drcom.c: In function ‘tcp_adjust_seq’:
/mnt/hda6/drcom-1.4.8.1/kmod/drcom.c:501: warning: passing argument 1 of ‘skb_ma
ke_writable’ from incompatible pointer type
/mnt/hda6/drcom-1.4.8.1/kmod/drcom.c: At top level:
/mnt/hda6/drcom-1.4.8.1/kmod/drcom.c:956: warning: initialization from incompati
ble pointer type
/mnt/hda6/drcom-1.4.8.1/kmod/drcom.c:964: warning: initialization from incompati
ble pointer type
/mnt/hda6/drcom-1.4.8.1/kmod/drcom.c: In function ‘conn_set_params’:
/mnt/hda6/drcom-1.4.8.1/kmod/drcom.c:1074: error: ‘init_net’ undeclared (first u
se in this function)
/mnt/hda6/drcom-1.4.8.1/kmod/drcom.c:1074: error: (Each undeclared identifier is
reported only once
/mnt/hda6/drcom-1.4.8.1/kmod/drcom.c:1074: error: for each function it appears i
n.)
/mnt/hda6/drcom-1.4.8.1/kmod/drcom.c:1074: error: too many arguments to function
‘dev_get_by_name’
/mnt/hda6/drcom-1.4.8.1/kmod/drcom.c: At top level:
/mnt/hda6/drcom-1.4.8.1/kmod/drcom.c:1175: error: unknown field ‘owner’ specifie
d in initializer
/mnt/hda6/drcom-1.4.8.1/kmod/drcom.c:1175: warning: initialization from incompat
ible pointer type
make[3]: *** [/mnt/hda6/drcom-1.4.8.1/kmod/drcom.o] 错误 1
make[2]: *** [_module_/mnt/hda6/drcom-1.4.8.1/kmod] 错误 2
make[2]: Leaving directory `/usr/src/kernels/2.6.22.6-1-i686'
make[1]: *** [default] 错误 2
make[1]: Leaving directory `/mnt/hda6/drcom-1.4.8.1/kmod'
make: *** [all] 错误 1
[root@localhost drcom-1.4.8.1]# sudo make install
make[1]: Entering directory `/mnt/hda6/drcom-1.4.8.1/drcomc'
INSTALL drcomc
make[1]: Leaving directory `/mnt/hda6/drcom-1.4.8.1/drcomc'
make[1]: Entering directory `/mnt/hda6/drcom-1.4.8.1/drcomd'
INSTALL drcomd
make[1]: Leaving directory `/mnt/hda6/drcom-1.4.8.1/drcomd'
make[1]: Entering directory `/mnt/hda6/drcom-1.4.8.1/kmod'
make -C /lib/modules/2.6.22.6-1/build M=/mnt/hda6/drcom-1.4.8.1/kmod modules_ins tall
make[2]: Entering directory `/usr/src/kernels/2.6.22.6-1-i686'
DEPMOD 2.6.22.6-1
make[2]: Leaving directory `/usr/src/kernels/2.6.22.6-1-i686'
/sbin/depmod -a 2.6.22.6-1
make[1]: Leaving directory `/mnt/hda6/drcom-1.4.8.1/kmod'



====================================

/etc/drcom.conf exists.

You May Need to Edit /etc/drcom.conf

====================================


[root@localhost drcom-1.4.8.1]# sudo drcomd

[root@localhost drcom-1.4.8.1]# drcomc login



_recv_dialog_packet(PKT_CHALLENGE) failed
received server ACK(pkt_size=93)
Login Succeeded
You have used 8928 Minutes, and 7009303K bytes



[root@localhost drcom-1.4.8.1]# drcomc logout

_recv_dialog_package(PKT_ACK_SUCCESS) failed
_recv_dialog_package(PKT_ACK_SUCCESS) failed
_recv_dialog_package(PKT_ACK_SUCCESS) failed
Logout failed
[root@localhost drcom-1.4.8.1]#
大家看到了 虽然在安装时有错误 但是可以登陆成功(You have used 8928 Minutes, and 7009303K bytes) 但是还是logout不出 很是郁闷 最郁闷的是登陆成功了还是打不开网页

提示如下
连接被重置
载入页面时到服务器的连接被重置。

* 此站点暂时不可用或者太忙。请稍后重试。

* 如果您无法载入任何页面,请检查您计算机的网络连接。

* 如果您的计算机受到防火墙或代理服务器的保护,请确认 Firefox 被授权访问网页。
请大家看看是怎么问题 我该怎么办 小弟不甚感激


另外我/etc/drcom.conf是这样配置的
username=*** #我的学号
password=*** #我的密码
device=eth0
except= #此处网上说填了servip 此处就不用填了
dnsp=61.128.128.68#dns,应该没错
dnss=10.0.1.12#dns,应该没错
servip=10.0.0.120#学校不连网打开浏览器后自己出来的,有登陆的地方,但是我们学校不允许web登陆
hostip=10.0.20.42#我的静态ip

Re: drcom 上网终极解决办法(可以上网)

发表于 : 2009-05-29 0:11
loveyfk
我Ubuntu09.4,装上drcom后 启动软件有如下提示:drcomclient py:33:
deprecation warming:the md5 module is deprecated;use hashlib instead.
import socket,md5,struct
然后软件登陆界面会弹出来 输入用户名和密码 提示请求错误
这该怎么办呢 ?

Re: drcom 上网终极解决办法(可以上网)

发表于 : 2009-05-30 21:00
longshow
loveyfk 写了:我Ubuntu09.4,装上drcom后 启动软件有如下提示:drcomclient py:33:
deprecation warming:the md5 module is deprecated;use hashlib instead.
import socket,md5,struct
然后软件登陆界面会弹出来 输入用户名和密码 提示请求错误
这该怎么办呢 ?
上面那个警告不用管,是9.04兼容问题,你们学校客户端什么版本的?

Re: drcom 上网终极解决办法(可以上网)

发表于 : 2009-05-30 21:04
longshow
loveyfk 写了:我电脑cpu奔四 2.4主频 红旗2.6.226-1 校园网城市热点v3.72 现安装drcom-1.4.8.1.tar.gz
安装过程如下:(提示有错误)[root@localhost hda6]# tar xzvf drcom-1.4.8.1.tar.gz
drcom-1.4.8.1/
drcom-1.4.8.1/COPYING
drcom-1.4.8.1/Makefile
drcom-1.4.8.1/README
drcom-1.4.8.1/README-old
drcom-1.4.8.1/THANKS-old
drcom-1.4.8.1/TODO
drcom-1.4.8.1/doc/
drcom-1.4.8.1/doc/acknowledgement
drcom-1.4.8.1/doc/authentication
drcom-1.4.8.1/doc/challenge
drcom-1.4.8.1/doc/host
drcom-1.4.8.1/doc/host_header
drcom-1.4.8.1/doc/keepalive
drcom-1.4.8.1/doc/login
drcom-1.4.8.1/doc/logout
drcom-1.4.8.1/doc/passwd
drcom-1.4.8.1/doc/request
drcom-1.4.8.1/doc/response
drcom-1.4.8.1/doc/serv_header
drcom-1.4.8.1/drcom.conf
drcom-1.4.8.1/drcomc/
drcom-1.4.8.1/drcomc/Makefile
drcom-1.4.8.1/drcomc/drcomc.c
drcom-1.4.8.1/drcomd/
drcom-1.4.8.1/drcomd/Makefile
drcom-1.4.8.1/drcomd/dialog.c
drcom-1.4.8.1/drcomd/drcomd.c
drcom-1.4.8.1/drcomd/drcomd.h
drcom-1.4.8.1/drcomd/keepalive.c
drcom-1.4.8.1/drcomd/kmodule.c
drcom-1.4.8.1/drcomd/log.c
drcom-1.4.8.1/drcomd/log.h
drcom-1.4.8.1/drcomd/login.c
drcom-1.4.8.1/drcomd/logout.c
drcom-1.4.8.1/drcomd/md5.c
drcom-1.4.8.1/drcomd/md5.h
drcom-1.4.8.1/drcomd/misc.c
drcom-1.4.8.1/drcomd/passwd.c
drcom-1.4.8.1/drcomd/readconf.c
drcom-1.4.8.1/drcomd/signal.c
drcom-1.4.8.1/drcomd/watchport.c
drcom-1.4.8.1/include/
drcom-1.4.8.1/include/client_daemon.h
drcom-1.4.8.1/include/daemon_kernel.h
drcom-1.4.8.1/include/daemon_server.h
drcom-1.4.8.1/include/utils.h
drcom-1.4.8.1/initscript
drcom-1.4.8.1/kmod/
drcom-1.4.8.1/kmod/Makefile
drcom-1.4.8.1/kmod/drcom.c
drcom-1.4.8.1/utils/
drcom-1.4.8.1/utils/utils.c
[root@localhost hda6]# cd drcom-1.4.8.1
[root@localhost drcom-1.4.8.1]# make
make[1]: Entering directory `/mnt/hda6/drcom-1.4.8.1/drcomc'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/mnt/hda6/drcom-1.4.8.1/drcomc'
make[1]: Entering directory `/mnt/hda6/drcom-1.4.8.1/drcomd'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/mnt/hda6/drcom-1.4.8.1/drcomd'
make[1]: Entering directory `/mnt/hda6/drcom-1.4.8.1/kmod'
make -C /lib/modules/2.6.22.6-1/build M=/mnt/hda6/drcom-1.4.8.1/kmod modules
make[2]: Entering directory `/usr/src/kernels/2.6.22.6-1-i686'
CC [M] /mnt/hda6/drcom-1.4.8.1/kmod/drcom.o
/mnt/hda6/drcom-1.4.8.1/kmod/drcom.c: In function ‘tcp_sack_adjust’:
/mnt/hda6/drcom-1.4.8.1/kmod/drcom.c:461: warning: passing argument 1 of ‘skb_ma
ke_writable’ from incompatible pointer type
/mnt/hda6/drcom-1.4.8.1/kmod/drcom.c: In function ‘tcp_adjust_seq’:
/mnt/hda6/drcom-1.4.8.1/kmod/drcom.c:501: warning: passing argument 1 of ‘skb_ma
ke_writable’ from incompatible pointer type
/mnt/hda6/drcom-1.4.8.1/kmod/drcom.c: At top level:
/mnt/hda6/drcom-1.4.8.1/kmod/drcom.c:956: warning: initialization from incompati
ble pointer type
/mnt/hda6/drcom-1.4.8.1/kmod/drcom.c:964: warning: initialization from incompati
ble pointer type
/mnt/hda6/drcom-1.4.8.1/kmod/drcom.c: In function ‘conn_set_params’:
/mnt/hda6/drcom-1.4.8.1/kmod/drcom.c:1074: error: ‘init_net’ undeclared (first u
se in this function)
/mnt/hda6/drcom-1.4.8.1/kmod/drcom.c:1074: error: (Each undeclared identifier is
reported only once
/mnt/hda6/drcom-1.4.8.1/kmod/drcom.c:1074: error: for each function it appears i
n.)
/mnt/hda6/drcom-1.4.8.1/kmod/drcom.c:1074: error: too many arguments to function
‘dev_get_by_name’
/mnt/hda6/drcom-1.4.8.1/kmod/drcom.c: At top level:
/mnt/hda6/drcom-1.4.8.1/kmod/drcom.c:1175: error: unknown field ‘owner’ specifie
d in initializer
/mnt/hda6/drcom-1.4.8.1/kmod/drcom.c:1175: warning: initialization from incompat
ible pointer type
make[3]: *** [/mnt/hda6/drcom-1.4.8.1/kmod/drcom.o] 错误 1
make[2]: *** [_module_/mnt/hda6/drcom-1.4.8.1/kmod] 错误 2
make[2]: Leaving directory `/usr/src/kernels/2.6.22.6-1-i686'
make[1]: *** [default] 错误 2
make[1]: Leaving directory `/mnt/hda6/drcom-1.4.8.1/kmod'
make: *** [all] 错误 1
[root@localhost drcom-1.4.8.1]# sudo make install
make[1]: Entering directory `/mnt/hda6/drcom-1.4.8.1/drcomc'
INSTALL drcomc
make[1]: Leaving directory `/mnt/hda6/drcom-1.4.8.1/drcomc'
make[1]: Entering directory `/mnt/hda6/drcom-1.4.8.1/drcomd'
INSTALL drcomd
make[1]: Leaving directory `/mnt/hda6/drcom-1.4.8.1/drcomd'
make[1]: Entering directory `/mnt/hda6/drcom-1.4.8.1/kmod'
make -C /lib/modules/2.6.22.6-1/build M=/mnt/hda6/drcom-1.4.8.1/kmod modules_ins tall
make[2]: Entering directory `/usr/src/kernels/2.6.22.6-1-i686'
DEPMOD 2.6.22.6-1
make[2]: Leaving directory `/usr/src/kernels/2.6.22.6-1-i686'
/sbin/depmod -a 2.6.22.6-1
make[1]: Leaving directory `/mnt/hda6/drcom-1.4.8.1/kmod'



====================================

/etc/drcom.conf exists.

You May Need to Edit /etc/drcom.conf

====================================


[root@localhost drcom-1.4.8.1]# sudo drcomd

[root@localhost drcom-1.4.8.1]# drcomc login



_recv_dialog_packet(PKT_CHALLENGE) failed
received server ACK(pkt_size=93)
Login Succeeded
You have used 8928 Minutes, and 7009303K bytes



[root@localhost drcom-1.4.8.1]# drcomc logout

_recv_dialog_package(PKT_ACK_SUCCESS) failed
_recv_dialog_package(PKT_ACK_SUCCESS) failed
_recv_dialog_package(PKT_ACK_SUCCESS) failed
Logout failed
[root@localhost drcom-1.4.8.1]#
大家看到了 虽然在安装时有错误 但是可以登陆成功(You have used 8928 Minutes, and 7009303K bytes) 但是还是logout不出 很是郁闷 最郁闷的是登陆成功了还是打不开网页

提示如下
连接被重置
载入页面时到服务器的连接被重置。

* 此站点暂时不可用或者太忙。请稍后重试。

* 如果您无法载入任何页面,请检查您计算机的网络连接。

* 如果您的计算机受到防火墙或代理服务器的保护,请确认 Firefox 被授权访问网页。
请大家看看是怎么问题 我该怎么办 小弟不甚感激


另外我/etc/drcom.conf是这样配置的
username=*** #我的学号
password=*** #我的密码
device=eth0
except= #此处网上说填了servip 此处就不用填了
dnsp=61.128.128.68#dns,应该没错
dnss=10.0.1.12#dns,应该没错
servip=10.0.0.120#学校不连网打开浏览器后自己出来的,有登陆的地方,但是我们学校不允许web登陆
hostip=10.0.20.42#我的静态ip
你好你的系统内核有点低,你可以试试1.3.7.你下的版本要求内核版本 >=2.6.24

Re: drcom 上网终极解决办法(可以上网)

发表于 : 2009-06-12 10:35
henryhuang
各位
drcom-client 已经出新版了
请见帖子
viewtopic.php?f=116&t=209825

Re: drcom 上网终极解决办法(可以上网)

发表于 : 2009-09-27 15:52
yangyelong
可以成功登陆,但是打不开网页!!!
怎么回事啊?怎么解决啊

Re: drcom 上网终极解决办法(可以上网)

发表于 : 2009-10-23 22:17
milovsky
用这个版本的DRCOM的时候有问题,具体忘记什么错误了,反正要按错误提示fix个什么东西才能用,是个BUG....建议用 drcom-1。4。8,比较稳定

Re: drcom 上网终极解决办法(可以上网)

发表于 : 2009-10-24 15:59
tughchi
你好楼主,我用drcom-pum_1.0_all.deb,在9.04下完美工作,可是9.10上能安装,用不了。我在用RC办的9.04,是不是正式版能用?这个软件最新版本从那下载?谢谢你

Re: drcom 上网终极解决办法(可以上网)

发表于 : 2009-11-15 10:09
purewind
9.10版本的下载不了,好像没人管了

Re: drcom 上网终极解决办法(可以上网)

发表于 : 2010-03-15 17:15
btzhu
怎么装啊???!!!!!!

Re: drcom 上网终极解决办法(可以上网)

发表于 : 2010-10-05 9:59
wenin819
purewind 写了:9.10版本的下载不了,好像没人管了
悲剧啊,到现在还下不了。在其他地方搜,下的也不对。