LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   i have to configure my dsl connection every time i boot to make it work. (https://www.linuxquestions.org/questions/linux-newbie-8/i-have-to-configure-my-dsl-connection-every-time-i-boot-to-make-it-work-727279/)

aru11f11 05-20-2009 08:41 AM

i have to configure my dsl connection every time i boot to make it work.
 
I have a dual boot of ubuntu 9.04 alongside vista. When i boot into ubuntu, open up a terminal and try to connect to the internet with "pon dsl-provider", i get the error "unable to send packet:network is down ; unable to receive packet:network is down". If i configure it again using "pppoeconf", it starts working fine. Every time i boot, i get the same problem and i have to configure my dsl connection using pppoeconf.....im new linux and have no idea what the problem is. thanks in advance.

not sure if this has any connection with the above problem, but i have to set my system clock too every time i boot into ubuntu, though the clock runs fine in windows.

thanks again for anyone who helps solve this problem :)

Matey 05-20-2009 09:31 AM

is this a USB or ethernet connection?
any way , this is a guess but I have heard it has happened before so it may be that Vista puts the NIC to sleep in a power save mode before you reboot into Ubuntu?
You can check it out next time you have vista up and make sure the power save for the NIC is disabled.

As for wrong time, it may be set at the wrong region or time zone?
as for ubuntu 9.04, I am not so happy with it myself, I think it has some bugs still! I liked 8.04 much better.

ceantuco 05-20-2009 10:06 AM

Matey, what kind of bugs have you found? It seems pretty good for me. at least for what I use it.

aru11f11 05-21-2009 09:17 AM

got it fixed!! :)
 
thanks a lot guys. i got it fixed. found a solution in the ubuntu documentation(yeah ryt, i was dumb enough not to read that first! :P ). it started working fine once i edited the /etc/networks/interface file so that that 'pppoe maintained' lines are before 'auto dsl-provider'.

# added by pppoeconf
auto eth0
iface eth0 inet manual
pre-up /sbin/ifconfig eth0 up # line maintained by pppoeconf

auto dsl-provider
iface dsl-provider inet ppp
provider dsl-provider



ps: anyway matey, mine's an ehternet connection.


All times are GMT -5. The time now is 02:39 PM.