Results 1 to 3 of 3
Hi everybody.
I'm new in linux. I installed the debian distribution, but I don't know how to activate the internet connection, what do I need request from internet provider and ...
- 02-05-2007 #1Just Joined!
- Join Date
- Feb 2007
- Posts
- 3
debian internet connection
Hi everybody.
I'm new in linux. I installed the debian distribution, but I don't know how to activate the internet connection, what do I need request from internet provider and so on. The connection is ADSL.
Please, could somebody help me or tell me where to find material about this?
Thanks.
Shmuel
- 02-05-2007 #2Linux User
- Join Date
- Jan 2007
- Location
- cleveland
- Posts
- 452
dmesg |grep eth* (suppose you get eth0)
ifconfig eth0 up
dhclient eth0
if the first command comes up empty, you have a driver problem.
That's an whole 'nother story
the sun is new every day (heraclitus)
- 02-05-2007 #3


Reply With Quote