|
发表于 2005-9-24 16:56:16
|
显示全部楼层
已经有人报告了这个bug了,https://bugzilla.ubuntu.com/show_bug.cgi?id=10334
原因:
The reason why adsl-connections don't work after a reboot is that ubuntu's
pppoeconf doesn't write the following line into /etc/networks/interfaces:
pre-up /sbin/ifconfig eth0 up
目前的解决方案:
在/etc/networks/interface中
“provider dsl-provider”下面一行加入
“pre-up /sbin/ifconfig eth0 up” |
|