LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 07-18-2002, 02:39 PM   #1
tlist
LQ Newbie
 
Registered: Jul 2002
Location: USA
Distribution: looking for a good beginners one!
Posts: 2

Rep: Reputation: 0
Unhappy comcast cable & corel linux


I am extremely new to linux. i got the corel linux box from the store. i finally loaded it after fighting with win2k. i have a comcast cable modem, but i cannot get out to the Internet. at first i thought that the nic was bad, but it still new (linksys 10/100 eth). then a peer said i should try pppoe, i am unfamiliar with this, will i need it? when then PC was win2k, the nic worked well. i appreciate all help and comments in helping me get to the Internet to enjoy my new linux freedom. thanks!

-tom

 
Old 07-18-2002, 03:50 PM   #2
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 269Reputation: 269Reputation: 269
Alright here goes !


1. You shouldn't need PPPoe for a cable modem. Did your cable modem ISP give you a username and password to sign on to, to get connected, probably not. So forget about the PPPoe, never seen a Cable ISP use that.

2. If your using a Linksys card, which model is it ? If its the LNE100TX, yeah that works in Linux and it uses the tulip module.
Type lsmod at the command as root, and if you see the Tulip module loaded and listed then its probably being used for your NIC.

3. If its not listed, try loading the tulip module with the insmod command: insmod tulip
At times if you want this to load up upon every bootup just comment it out in the /etc/modules file.

4. If it was loaded, type netconfig at a command prompt to start the network configuration to configure your network. Probably using DHCP which will make it simple.

5. After running that, obtain your ISP DNS servers IP addresses and you want to edit the file /etc/resolv.conf and put it in this format:

nameserver x.x.x.x
nameserver x.x.x.x

Where the x''s are the IP address of course.
Now type ifconfig at the command as root and see if it lists off any eth devices. If it does and you see that it has assigned IP and stuff.. you should be connected. If not, you may have to restart the machine or restart the dhcpd daemon..

Another tip, if your interested in running Linux which might save you all the above steps, you may want to drop Corel and install a different distro, Corel is pretty much extinct and not much support for it no longer.
 
Old 07-18-2002, 04:22 PM   #3
turnip
Member
 
Registered: Jul 2002
Posts: 143

Rep: Reputation: 15
Just to add to tricks great how-to

to grab an address from cable its either

dhcpcd -h <hostnamefromcomcast> -i eth0 or whatever interface goes to the modem

or

pump -h <hostname> -i eth0 same rules as above appily
 
Old 07-19-2002, 01:42 AM   #4
rverlander
Member
 
Registered: May 2002
Distribution: A few
Posts: 488

Rep: Reputation: 30
get a real distro!

corel linux is obsolete and DEAD
 
Old 07-19-2002, 02:04 PM   #5
tlist
LQ Newbie
 
Registered: Jul 2002
Location: USA
Distribution: looking for a good beginners one!
Posts: 2

Original Poster
Rep: Reputation: 0
since I am really new to this and it seems that coral is old and dead, what would be a good distrobution for a beginner? thanks for all the help...
 
Old 07-19-2002, 02:18 PM   #6
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 269Reputation: 269Reputation: 269
Quote:
Originally posted by tlist
since I am really new to this and it seems that coral is old and dead, what would be a good distrobution for a beginner? thanks for all the help...
Mandrake is considered the Newbie distro... and is probably mostly recommended for poeple just trying out Linux for the first time from Windows.
 
Old 07-19-2002, 06:13 PM   #7
rverlander
Member
 
Registered: May 2002
Distribution: A few
Posts: 488

Rep: Reputation: 30
Quote:
Originally posted by tlist
since I am really new to this and it seems that coral is old and dead, what would be a good distrobution for a beginner? thanks for all the help...
Mandrake 8.2, very easy to install and configure, installer even has a wizard to configure internet connections.
 
Old 07-19-2002, 07:24 PM   #8
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 269Reputation: 269Reputation: 269
Quote:
Originally posted by rverlander

Mandrake 8.2, very easy to install and configure, installer even has a wizard to configure internet connections.
Gee, I could have sworn I said the same thing in slightly different words.
 
Old 07-19-2002, 08:25 PM   #9
rverlander
Member
 
Registered: May 2002
Distribution: A few
Posts: 488

Rep: Reputation: 30
Nope, you said:
Quote:
Mandrake is considered the Newbie distro... and is probably mostly recommended for poeple just trying out Linux for the first time from Windows.
 
Old 07-20-2002, 10:32 PM   #10
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58
I have comcast, and recently they went to a different system.

I was using this ...

dhcpcd -h <hostname>

or for boot up set the DHCP_HOSTNAME=<hostname> in the network file.
And it worked from any nic.

Now it uses my mac address and I just setup the interface for dhcp in the network file, or just run this ...

dhcpcd

If you change the nic it will not be able to get out if your ISP is like mine is now.

dhcpcd will take care of your dns servers in the /etc/resolv.conf file.

Last edited by DavidPhillips; 07-20-2002 at 10:34 PM.
 
  


Reply



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



Similar Threads
Thread Thread Starter Forum Replies Last Post
newbie comcast & linux?? preludedude Linux - Networking 2 02-26-2004 02:28 PM
Cable from COMCAST with SUSE 9 xri Linux - Networking 6 01-12-2004 08:34 AM
does comcast cable internet work on linux keeknspin Linux - Newbie 2 12-31-2003 05:22 AM
SuSE 8.2 Pro & Comcast Cable netlink Linux - Networking 1 09-22-2003 11:35 PM
Comcast Cable Support Ultimaterra2005 Slackware 1 02-24-2003 05:41 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 09:56 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration