分页: 5 / 5
Re: [分享]drcom-1.4.4发布,解决新内核不能上网问题
发表于 : 2008-12-30 14:01
由 smallrain3
我解决问题了,非常感谢。结果用的是学校里面别人提供的版本。具体我也不是很清楚。
Re: [分享]drcom-1.4.4发布,解决新内核不能上网问题
发表于 : 2008-12-30 14:03
由 smallrain3
真的非常非常非常非常的感谢syrano老兄!谢谢啊~~~!!!

Re: [分享]drcom-1.4.4发布,解决新内核不能上网问题
发表于 : 2009-01-08 17:25
由 karoyqiu
我和smallrain3是一样的问题,但是我怎么也解决不了……
你能把你同学给你的那个版本的发到我邮箱里一份吗?谢谢!
我的邮箱是
[email protected]。
Re: [分享]drcom-1.4.4发布,解决新内核不能上网问题
发表于 : 2009-02-21 21:24
由 luctwfx
晕 ,居然是同一个学校的 也是遇到这样的问题
楼主解决了吗?
Re: [分享]drcom-1.4.4发布,解决新内核不能上网问题
发表于 : 2009-04-28 21:58
由 vicizizi
我昨天在教学楼用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.
谢谢
Re: [分享]drcom-1.4.4发布,解决新内核不能上网问题
发表于 : 2011-05-25 21:02
由 whatyang
.............................
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/
都不行。。。。。。
求指教