Forum     

Go Back   Digit Technology Discussion Forum > Software > Open Source
Register FAQ Calendar Mark Forums Read

Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems.


Closed Thread
 
LinkBack Thread Tools Display Modes
Old 03-04-2006, 08:00 PM   #1 (permalink)
Core i7 (nehalem) Owner
 
ashu888ashu888's Avatar
 
Join Date: Jan 2005
Location: Mumbai
Posts: 3,404
Default Internet setup querry+ADSL Router (w/o Ethernet card)


Hey guys,

I hope the subject of the thread makes a bit of sense. Now to the querry.....

I hv a D-Link ADSL Router (DSL-502T) given by MTNL for its broadband services known as Triband. Now i hv a Dual boot system having WIN XP+SP2 and LINUX's FC4 as my Oses. I want to setup my Router so that i can surf the net from the Linux OS. I do not hv an Ethernet card.
I went thru this site: http://forums.fedoraforum.org/archiv...p/t-19352.html Given in the sticky but i was unable to get a proper idea.

If any of u guys are using this ADSL Router and also using MTNL Triband services in ur LINUX OS then please help me out in setting up my Router by giving me details abt the Primary and Secondary DNS address and all the info that is required.

I also went thru the D-Link site wich is http://192.168.1.1 (username: admin, password: admin) its a common username and password.So then I looked up the DNS server values wich i got under HOME>DNS: Preferred DNS Server: 203.94.227.70 and Alternate DNS Server: 203.94.243.70
I entered these values while setting up the Net connection (as per the details given in the above link) but was not successful, So help needed guys...


Cheers n e-peace.....
ashu888ashu888 is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 03-04-2006, 08:58 PM   #2 (permalink)
Wise Old Owl
 
desertwind's Avatar
 
Join Date: Nov 2004
Location: Hyderabad
Posts: 1,096
Default

You're getting the modem detected, That's great. now you can use the following command for setting up your adsl connection

Code:
sudo adsl-setup
Give the values there, and follow instructions.

After your connection has been setup, use the following commands toconnect and disconnect

Code:
adsl-start
adsl-stop
__________________
Sometime you'll think you understand everything

...Then you'll regain consciousness
desertwind is offline  
Old 04-04-2006, 10:08 AM   #3 (permalink)
Core i7 (nehalem) Owner
 
ashu888ashu888's Avatar
 
Join Date: Jan 2005
Location: Mumbai
Posts: 3,404
Default

@ desertwind

1.) Yes bro, my ADSL Router's USB LED is ON indicating that is it been connected to net but i cant surf the net.

2.) Also the Router model is not mentioned in the N/Working menu of xDSL so is this a thing to worry about ?

3.) I guess these commands that u hv given me, i shud be using this code directly (without any modification) in the Konsole (terminal) Rite !!!

I will follow up this and post my results...
__________________
Core i7-920
MSi X58 Pro-E
Corsair 3x1GB
Tagan BZ1100
GTX280 SSC+MSi N580GTX TWIN FROZR II/OC
WD 1TB
22" Samsung 2233SW
APC SUA1500i UPS

Core i7:thinkdigit.com/forum/showthread.php?t=110397
ashu888ashu888 is offline  
Old 05-04-2006, 04:22 PM   #4 (permalink)
Core i7 (nehalem) Owner
 
ashu888ashu888's Avatar
 
Join Date: Jan 2005
Location: Mumbai
Posts: 3,404
Default

My Result:

Well i did not make any changes and left the N/W configurations as it is, Now today wen i booted into Linux, i was faced with this info:
Bringing up Interface MTNL Triband.
modprobe: FATAL: Error insert 3c501 ( /lib /modules/2.6.11-1.1369-FC4/ kernel /driver /net/3c501.ko): No such drive


And then after these msgs were repeated 3-4 times (on the boot screen) i got this info:
Could not lookup internal address for localhost.localdomain.
This will prevent GNOME from operating correctly.
It may be possible to correct the problem by adding localhost.localdomain to the file /etc/hosts

Login anyway or another option was given as:Try again
===============================================

But after these msgs, wen i clicked on Login anyway, i was able to use FC4. Niow how can i delete this connection that i hv made (accidently by looking up the link http://forums.fedoraforum.org/archiv...p/t-19352.html ) so that i an able to Delete this connection that i hv made.....

Awating replies.....


Cheers n e-peace....
__________________
Core i7-920
MSi X58 Pro-E
Corsair 3x1GB
Tagan BZ1100
GTX280 SSC+MSi N580GTX TWIN FROZR II/OC
WD 1TB
22" Samsung 2233SW
APC SUA1500i UPS

Core i7:thinkdigit.com/forum/showthread.php?t=110397
ashu888ashu888 is offline  
Old 05-04-2006, 04:53 PM   #5 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Default

add to /etc/hosts:
Code:
#
127.0.0.1           localhost.localdomain   localhost
this will solve ur gnome login problem.
above problem has nothing to do with broadband and modem
there is below command in RH/Fedora for setting internet and other networking connections:
Code:
root@fedora#system-config-network-druid
this is a gui CP.you can manage network connections add/delete using:
Code:
root@fedora#system-config-network
since ur modem is detected u can try setting bb using
system-config-network-druid
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
praka123 is offline  
Old 06-04-2006, 12:28 PM   #6 (permalink)
Core i7 (nehalem) Owner
 
ashu888ashu888's Avatar
 
Join Date: Jan 2005
Location: Mumbai
Posts: 3,404
Default

@ prakash

I tried these codes in my terminal:
Quote:
root@fedora#system-config-network-druid
and
Quote:
root@fedora#system-config-network
But the terminal gave and error saing, "Command not found", now please tell me (step-by-step) wat to do... As i really want to setup my Router to access the net and use this Forum.



Cheers n e-peace.....
__________________
Core i7-920
MSi X58 Pro-E
Corsair 3x1GB
Tagan BZ1100
GTX280 SSC+MSi N580GTX TWIN FROZR II/OC
WD 1TB
22" Samsung 2233SW
APC SUA1500i UPS

Core i7:thinkdigit.com/forum/showthread.php?t=110397
ashu888ashu888 is offline  
Old 06-04-2006, 12:43 PM   #7 (permalink)
Wise Old Owl
 
desertwind's Avatar
 
Join Date: Nov 2004
Location: Hyderabad
Posts: 1,096
Default

OMG! type the part after #

Code:
system-config-network-druid
system-config-network
__________________
Sometime you'll think you understand everything

...Then you'll regain consciousness
desertwind is offline  
Old 06-04-2006, 12:51 PM   #8 (permalink)
Core i7 (nehalem) Owner
 
ashu888ashu888's Avatar
 
Join Date: Jan 2005
Location: Mumbai
Posts: 3,404
Default

@ desertwind

Yup i typed the part after the # sign only bro (im learning slowly..so not that silly either..lol.. ) But still the same problem..


Cheers n e-peace.....
__________________
Core i7-920
MSi X58 Pro-E
Corsair 3x1GB
Tagan BZ1100
GTX280 SSC+MSi N580GTX TWIN FROZR II/OC
WD 1TB
22" Samsung 2233SW
APC SUA1500i UPS

Core i7:thinkdigit.com/forum/showthread.php?t=110397
ashu888ashu888 is offline  
Old 06-04-2006, 02:07 PM   #9 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Default

@ashu888ashu888:
do one thing login as root and try..it must work..these commands may not work without giving proper paths due to PATH env variable not set for local user.in rarity these commands will not be installed..then install it using:
Code:
system-config-packages
as root.btw did u have ur gnome login problem solved or..
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
praka123 is offline  
Old 06-04-2006, 09:39 PM   #10 (permalink)
Core i7 (nehalem) Owner
 
ashu888ashu888's Avatar
 
Join Date: Jan 2005
Location: Mumbai
Posts: 3,404
Default

@ Prakash
by typing this code:
Quote:
system-config-packages
as root user in Konsole, i got this reply:
http://server1.pictiger.com/img/1003...igpackages.jpg



Please help, hv i missed out on sumthing while installing FC4 ???


Cheers n e-peace....
ashu888ashu888 is offline  
Old 06-04-2006, 10:57 PM   #11 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Default

I am asking U to login as root user by typing "root" and its passwd at gdm prompt and inside gnome/KDe open a terminal and run the command.now u can login as root in Fedora afaik..or u can ask bash as localuser also:
Code:
whereis    system-config-packages
or if u r that frustrated try adding xhost+ ---no no leave it///try what i told above
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
praka123 is offline  
Old 07-04-2006, 12:14 AM   #12 (permalink)
Core i7 (nehalem) Owner
 
ashu888ashu888's Avatar
 
Join Date: Jan 2005
Location: Mumbai
Posts: 3,404
Default

@ Prakash

Thanx for ur logical help, actually i was logging in with my own username as "Anand" and password as set by me, but this time i typed the username:root and same password and was able to login as root user.
I thought that by logging in as my own username, i was the sole root user (as i hv not specified any other user). I didnt knw that by typing "root" as username, i wil be logged in as root.. neways thanx for this small but important advice...

Now i was able to use the code:
Quote:
system-config-network-druid
and a N/W connection interface was brought up, so now tell me how to setup my ADSL Router for net access via USB (and not Ethernet card). Shud i be using xDSL ? Im ready to post the screenshots of each step so that u guys can help me....
Please tell me wat to do next...


Cheers n e-peace....
__________________
Core i7-920
MSi X58 Pro-E
Corsair 3x1GB
Tagan BZ1100
GTX280 SSC+MSi N580GTX TWIN FROZR II/OC
WD 1TB
22" Samsung 2233SW
APC SUA1500i UPS

Core i7:thinkdigit.com/forum/showthread.php?t=110397
ashu888ashu888 is offline  
Old 07-04-2006, 02:19 AM   #13 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Default

you can use the following link picture by picture how to :
http://www.reallylinux.com/docs/dslandlinux.shtml
another:
http://www.fedoraforum.org/forum/arc...p/t-19352.html
before setting up any connection run "ifconfig" or as root
Code:
system-config-network
to check for any earlier connxns u dont want..then in Internet druid ie;system-config-network-druid,select xdsl connection and proceed,i assume ur usb modem been detected by Fedora.so best of LUX

http://www.linux-usb.org/
http://www.usbman.com/linuxusb.htm
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
praka123 is offline  
Old 07-04-2006, 09:04 AM   #14 (permalink)
Core i7 (nehalem) Owner
 
ashu888ashu888's Avatar
 
Join Date: Jan 2005
Location: Mumbai
Posts: 3,404
Default

@ Prakash

Thanx for the links bro they are really useful, i will read them and if at all any problem then i will get back to this thread. As of now i think there shud not be any problem with setting up my Net connexn via USB..

Cheers n e-peace....
__________________
Core i7-920
MSi X58 Pro-E
Corsair 3x1GB
Tagan BZ1100
GTX280 SSC+MSi N580GTX TWIN FROZR II/OC
WD 1TB
22" Samsung 2233SW
APC SUA1500i UPS

Core i7:thinkdigit.com/forum/showthread.php?t=110397
ashu888ashu888 is offline  
Old 07-04-2006, 11:32 PM   #15 (permalink)
Core i7 (nehalem) Owner
 
ashu888ashu888's Avatar
 
Join Date: Jan 2005
Location: Mumbai
Posts: 3,404
Default

@ Prakash

I tried to configure my ADSL Router using this tut. http://www.reallylinux.com/docs/dslandlinux.shtml under the heading:
Add a new broadband modem device to the list by following these steps:
And these are the various screenshots that i hv got wen configuring my Router using the Network Configuration Wizard:

I choosed the Ethernet type of connection for my Router.


If im not wrong, then i guess my ADSL Router is recognised as 3Com 3c501 (eth0), so i selected it and proceeded further.


I selected the option to Automatically obtain IP Address and DNS info.







After setting all thigs, i tried to ACTIVATE my connection but got an error (as shown above.) Now please tell me wat shud i do now? Im not able to configure my ADSL Router (Via USB) for net use in Linux. If i hv missed out on anything then please tell me. Shud i be entering the values manually (like DNS and IP addresses)?

If possible, please provide me with step-by-step solution and in a simple manner....

Techies, gurus awating replies....

Cheers n e-peace......
ashu888ashu888 is offline  
Old 08-04-2006, 12:33 AM   #16 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Default

try the option xDSL connection delete the earler connections which can be listed using
Code:
system-config-network
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
praka123 is offline  
Old 10-04-2006, 08:10 PM   #17 (permalink)
Core i7 (nehalem) Owner
 
ashu888ashu888's Avatar
 
Join Date: Jan 2005
Location: Mumbai
Posts: 3,404
Default

@ Prakash

Same problems as the previous one bro..

Please help needed Linux Experts.....

Cheers n e-peace.....
__________________
Core i7-920
MSi X58 Pro-E
Corsair 3x1GB
Tagan BZ1100
GTX280 SSC+MSi N580GTX TWIN FROZR II/OC
WD 1TB
22" Samsung 2233SW
APC SUA1500i UPS

Core i7:thinkdigit.com/forum/showthread.php?t=110397
ashu888ashu888 is offline  
Old 14-04-2006, 09:50 PM   #18 (permalink)
Core i7 (nehalem) Owner
 
ashu888ashu888's Avatar
 
Join Date: Jan 2005
Location: Mumbai
Posts: 3,404
Default

@ Linux experts

I hv entered the correct values of IP Address, Subnet mask, Primary and Secondary DNS and also the Default gateway in the Network Configurations Wizard but still i get this error msg while activating my connection via USB (xDSL):
Quote:
/sbin/adsl-start: line 215: 3012 Terminated
$CONNECT "$@" >/dev/null 2>&1
And this msg wen Linux starts after entering the Usearname and password:
Quote:
could not look up internet address for MTNL.
This will prevent GNOME from operating correctly.
It maybe possible to correct the problem by adding MTNL to the file
/etc/hosts
Please help needed guys.....


Cheers n e-peace.....
__________________
Core i7-920
MSi X58 Pro-E
Corsair 3x1GB
Tagan BZ1100
GTX280 SSC+MSi N580GTX TWIN FROZR II/OC
WD 1TB
22" Samsung 2233SW
APC SUA1500i UPS

Core i7:thinkdigit.com/forum/showthread.php?t=110397
ashu888ashu888 is offline  
Old 14-04-2006, 10:05 PM   #19 (permalink)
In The Zone
 
Join Date: May 2004
Location: ** Hosur ** Operating System:GNU
Posts: 451
Default

hmm....

post the outputs of

cat /etc/sysconfig/network
cat /etc/sysconfig/network-scripts/ifcfg-eth0
cat /etc/resolv.conf
__________________
Million's Of Open Minds Can't Be Wrong!
http://nc.xmgfree.com/weblog
Everybody Wants to go to Heaven...But nobody wants to Die! :wink:
naveenchandran is offline  
Old 28-07-2006, 09:25 AM   #20 (permalink)
Core i7 (nehalem) Owner
 
ashu888ashu888's Avatar
 
Join Date: Jan 2005
Location: Mumbai
Posts: 3,404
Exclamation Re: Internet setup querry+ADSL Router (w/o Ethernet card)

@ Naveen

EDIT: First of all sorry for the late late reply bro (and to other ppl too readiong this thread as i was busy with my engg. exams and projects)

Well now to the topic.. Can u tell me how to go abt for these cmds (Commands) ??? I mean i shud be logged on as administrator (root) and then shud i just go about typing the commands??

(I am a newbie as i hv lost touch with FC4 as i was away from it for such a long time..) So simple answers will make my day..
__________________
Core i7-920
MSi X58 Pro-E
Corsair 3x1GB
Tagan BZ1100
GTX280 SSC+MSi N580GTX TWIN FROZR II/OC
WD 1TB
22" Samsung 2233SW
APC SUA1500i UPS

Core i7:thinkdigit.com/forum/showthread.php?t=110397
ashu888ashu888 is offline  
Old 19-06-2009, 11:05 AM   #21 (permalink)
Right Off the Assembly Line
 
Join Date: Jun 2009
Posts: 2
Default Re: Internet setup querry+ADSL Router (w/o Ethernet card)

I have gone through all your posts. You have tried a lot to set up internet connection but remained unsuccessful. I had to face the same problem few days back while trying to set up internet connection in my pc. As I am not a very computer literate I found it quite difficult to set up router and configure IP. I sought help from many of my friends and sent a lot of posts but nobody could help me. At last my cousin advised me to visit http://www.supportonclick.com who helped him a lot in setting up internet connection in his laptop. As I followed his advice I was stunned to see that the staffs over there solved my problem almost within a minute. They completed the whole process quite smoothly and now I am accessing internet without any hazard. I think the staffs are skilled enough to solve your problem too if you get in touch with them.
richard09 is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


 
Latest Threads
- by topgear

Advertisement




All times are GMT +5.5. The time now is 08:38 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2