[分享]drcom-1.4.4发布,解决新内核不能上网问题
-
- 帖子: 13
- 注册时间: 2008-12-22 20:04
Re: [分享]drcom-1.4.4发布,解决新内核不能上网问题
我解决问题了,非常感谢。结果用的是学校里面别人提供的版本。具体我也不是很清楚。
-
- 帖子: 13
- 注册时间: 2008-12-22 20:04
Re: [分享]drcom-1.4.4发布,解决新内核不能上网问题
真的非常非常非常非常的感谢syrano老兄!谢谢啊~~~!!!



-
- 帖子: 1
- 注册时间: 2009-01-07 20:41
-
- 帖子: 13
- 注册时间: 2009-02-18 9:01
Re: [分享]drcom-1.4.4发布,解决新内核不能上网问题
晕 ,居然是同一个学校的 也是遇到这样的问题
楼主解决了吗?
楼主解决了吗?
-
- 帖子: 15
- 注册时间: 2009-04-25 11:47
Re: [分享]drcom-1.4.4发布,解决新内核不能上网问题
我昨天在教学楼用windows上网的时候:
Ethernet adapter 本地连接:
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Realtek RTL8169/8110 Family Gigabit Ethernet NIC
Physical Address. . . . . . . . . : 00-90-F5-52-3F-11
Dhcp Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
IP Address. . . . . . . . . . . . : 10.15.6.114
Subnet Mask . . . . . . . . . . . : 255.255.254.0
IP Address. . . . . . . . . . . . : fe80::290:f5ff:fe52:3f11%4
Default Gateway . . . . . . . . . : 10.15.7.254
DHCP Server . . . . . . . . . . . : 172.17.2.41
DNS Servers . . . . . . . . . . . : 202.119.112.34
我在今天在教学楼上网的时候:
IP Address. . . . . . . . . . . . : 10.15.6.55
Subnet Mask . . . . . . . . . . . : 255.255.254.0
IP Address. . . . . . . . . . . . : fe80::290:f5ff:fe52:3f11%4
Default Gateway . . . . . . . . . : 10.15.7.254
DHCP Server . . . . . . . . . . . : 172.17.2.41
DNS Servers . . . . . . . . . . . : 202.119.112.34
请问各位,我的drcom.conf一项应该怎么填写?serip已经知道了是,172.17.1.59.
谢谢
Ethernet adapter 本地连接:
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Realtek RTL8169/8110 Family Gigabit Ethernet NIC
Physical Address. . . . . . . . . : 00-90-F5-52-3F-11
Dhcp Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
IP Address. . . . . . . . . . . . : 10.15.6.114
Subnet Mask . . . . . . . . . . . : 255.255.254.0
IP Address. . . . . . . . . . . . : fe80::290:f5ff:fe52:3f11%4
Default Gateway . . . . . . . . . : 10.15.7.254
DHCP Server . . . . . . . . . . . : 172.17.2.41
DNS Servers . . . . . . . . . . . : 202.119.112.34
我在今天在教学楼上网的时候:
IP Address. . . . . . . . . . . . : 10.15.6.55
Subnet Mask . . . . . . . . . . . : 255.255.254.0
IP Address. . . . . . . . . . . . : fe80::290:f5ff:fe52:3f11%4
Default Gateway . . . . . . . . . : 10.15.7.254
DHCP Server . . . . . . . . . . . : 172.17.2.41
DNS Servers . . . . . . . . . . . : 202.119.112.34
请问各位,我的drcom.conf一项应该怎么填写?serip已经知道了是,172.17.1.59.
谢谢
-
- 帖子: 3
- 注册时间: 2011-05-25 21:00
Re: [分享]drcom-1.4.4发布,解决新内核不能上网问题
.............................
create_md5sums_fn () { cd $1 ; find . -type f ! -regex './DEBIAN/.*' ! -regex './var/.*' -printf '%P\0' | xargs -r0 md5sum > DEBIAN/md5sums ; if [ -z "DEBIAN/md5sums" ] ; then rm -f "DEBIAN/md5sums" ; fi ; } ; create_md5sums_fn /usr/src/linux-2.6.38.6/debian/linux-image-2.6.38.6
chmod -R og=rX /usr/src/linux-2.6.38.6/debian/linux-image-2.6.38.6
chown -R root:root /usr/src/linux-2.6.38.6/debian/linux-image-2.6.38.6
dpkg --build /usr/src/linux-2.6.38.6/debian/linux-image-2.6.38.6 ..
dpkg-deb:正在新建软件包“linux-image-2.6.38.6”,包文件为“../linux-image-2.6.38.6_2.6.38.6-10.00.Custom_i386.deb”。
dpkg-deb: 控制目录的的权限位是 2755 (必须 >=0755 且 <=0755)
make[2]: *** [debian/stamp/binary/linux-image-2.6.38.6] 错误 2
make[2]:正在离开目录 `/usr/src/linux-2.6.38.6'
make[1]: *** [debian/stamp/binary/pre-linux-image-2.6.38.6] 错误 2
make[1]:正在离开目录 `/usr/src/linux-2.6.38.6'
make: *** [kernel_image] 错误 2
我快疯了,请问这个应该怎么办啊
sudo chmod 755 /usr/src/linux-2.6.38.6/
sudo chmod 755 /usr/src/
都不行。。。。。。
求指教
create_md5sums_fn () { cd $1 ; find . -type f ! -regex './DEBIAN/.*' ! -regex './var/.*' -printf '%P\0' | xargs -r0 md5sum > DEBIAN/md5sums ; if [ -z "DEBIAN/md5sums" ] ; then rm -f "DEBIAN/md5sums" ; fi ; } ; create_md5sums_fn /usr/src/linux-2.6.38.6/debian/linux-image-2.6.38.6
chmod -R og=rX /usr/src/linux-2.6.38.6/debian/linux-image-2.6.38.6
chown -R root:root /usr/src/linux-2.6.38.6/debian/linux-image-2.6.38.6
dpkg --build /usr/src/linux-2.6.38.6/debian/linux-image-2.6.38.6 ..
dpkg-deb:正在新建软件包“linux-image-2.6.38.6”,包文件为“../linux-image-2.6.38.6_2.6.38.6-10.00.Custom_i386.deb”。
dpkg-deb: 控制目录的的权限位是 2755 (必须 >=0755 且 <=0755)
make[2]: *** [debian/stamp/binary/linux-image-2.6.38.6] 错误 2
make[2]:正在离开目录 `/usr/src/linux-2.6.38.6'
make[1]: *** [debian/stamp/binary/pre-linux-image-2.6.38.6] 错误 2
make[1]:正在离开目录 `/usr/src/linux-2.6.38.6'
make: *** [kernel_image] 错误 2
我快疯了,请问这个应该怎么办啊
sudo chmod 755 /usr/src/linux-2.6.38.6/
sudo chmod 755 /usr/src/
都不行。。。。。。
求指教