Ubuntu This forum is for the discussion of Ubuntu Linux. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
|
07-06-2007, 10:41 PM
|
#1
|
LQ Newbie
Registered: Sep 2006
Location: brisbane
Distribution: ubuntu 7.04 have tryed red hat 9 suse 9.1, 10.1 and 10.2
Posts: 4
Rep:
|
cable connection
just changed over to cable from dsl and now can't get my ubuntu 7.04 to run. I have a motorola sb5101i modem. Tryed 10.1.1.1 and found that doesn't work with this modem and have tryed doing searches on the modem but just get the motorola pages if anyone out there uses this modem could you please give me so help
|
|
|
07-07-2007, 01:00 AM
|
#2
|
LQ Newbie
Registered: Sep 2006
Location: Oklahoma
Distribution: openSUSE Tumbleweed
Posts: 14
Rep:
|
Are you trying to use an assigned Ip address? Do you have a router between you and the modem? If you have no router then set the machine to use DHCP and let the modem assign the address it wants to use.
|
|
|
07-07-2007, 04:36 AM
|
#3
|
LQ 5k Club
Registered: May 2003
Location: London, UK
Distribution: Fedora40
Posts: 6,153
|
I just looked this modem up (thanks google).
The sb5101i modem seems to be a cable modem. It will not work with DSL. You need a DSL modem (with an ethernet connection please, not USB).
|
|
|
07-07-2007, 05:11 AM
|
#4
|
LQ Guru
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733
|
The OP does have cable now.
Part of the problem is that the modem may need to be registered before you can connect to the Internet. Usually you need to point your web browser to the modem, or your ISP's website, read the agreement and click "I Agree" on the bottom of the page.
Before you do this, after connecting the modem, be sure to power down everything for around 10 seconds.
Last edited by jschiwal; 07-07-2007 at 05:13 AM.
|
|
|
07-07-2007, 05:19 AM
|
#5
|
LQ 5k Club
Registered: May 2003
Location: London, UK
Distribution: Fedora40
Posts: 6,153
|
Quote:
The OP does have cable now.
|
Oops! Message to self: Don't post until after second cup of coffee!
|
|
|
07-07-2007, 06:50 PM
|
#6
|
Senior Member
Registered: May 2004
Location: Fresno CA USA
Distribution: Ubuntu 10.10
Posts: 1,466
Rep:
|
Your cable provider will have a registration process which can frequently be done over the web. Some registration processes won't work with Linux so you may have to call support. Make note of the MAC address of the modem, they'll ask for that. Another potential point is that DSL may use pppoe which the cable probably won't use. You may need to disable pppoe.
|
|
|
07-08-2007, 05:01 AM
|
#7
|
LQ Newbie
Registered: Sep 2006
Location: brisbane
Distribution: ubuntu 7.04 have tryed red hat 9 suse 9.1, 10.1 and 10.2
Posts: 4
Original Poster
Rep:
|
yes it is a cable modem, I have just changed from dsl to cable and changed modem as well no I'm not running a router or an assigned address I have the modem running on another machine with windows fine just not ubuntu
|
|
|
07-08-2007, 06:17 PM
|
#8
|
Moderator
Registered: Aug 2002
Posts: 26,475
|
Typically in the US DSL providers allow 3 dynamic IP address for the standard home service but most cable providers only allow one. The MAC of the PC or router is stored in volatile memory in the modem. Thus only one PC will be able to obtain an IP address and to connect to the internet. Since you have more then one PC you will need to obtain or configure one of your PCs as a router. If you recycle power to the modem it will forget the MAC and so you will be able to test the Ubuntu PC as long as the windows PC is disconnected.
BTW if the modem is not connected to the cable it does have a default local IP address for troubleshooting and status. Not sure what it is with this particular model. But this is the only way to talk to the unit directly that I know of.
Of course this assumes that the network adapter is setup and configured
on the Ubuntu computer.
|
|
|
07-10-2007, 06:08 AM
|
#9
|
LQ Newbie
Registered: Sep 2006
Location: brisbane
Distribution: ubuntu 7.04 have tryed red hat 9 suse 9.1, 10.1 and 10.2
Posts: 4
Original Poster
Rep:
|
ok but I'm in Australia and the modem instructions tell me you can run up to 32 computers off it for the internet My question is how do I setup ubuntu for cable and configure it??????????????
|
|
|
07-10-2007, 08:14 AM
|
#10
|
Senior Member
Registered: Aug 2003
Location: Indpls
Distribution: Laptops: Debian Jessie XFCE, NAS: OpenMediaVault 3.0
Posts: 1,355
Rep:
|
Quote:
Originally Posted by alucard74
ok but I'm in Australia and the modem instructions tell me you can run up to 32 computers off it for the internet My question is how do I setup ubuntu for cable and configure it??????????????
|
It sounds like your IP needs reset(I think someone mentioned that). Im not 100% sure how to do that, but I *think* sudo dhclient will redetect and reassign your IP address.
IGF
|
|
|
07-10-2007, 08:15 AM
|
#11
|
LQ 5k Club
Registered: May 2003
Location: London, UK
Distribution: Fedora40
Posts: 6,153
|
OK, I've had my coffee now.
I finally found a pdf describing your modem. It appears to be running a dhcp server, so, connect it up with the ethernet cable and try the following command in a terminal:
sudo ifdown eth0
sudo dhclient eth0
You should be connected.
Your modem's setup page should be accessible at http://192.168.100.1
|
|
|
07-10-2007, 03:55 PM
|
#12
|
Senior Member
Registered: May 2004
Location: Fresno CA USA
Distribution: Ubuntu 10.10
Posts: 1,466
Rep:
|
You can also set things up with the GUI. System-> Administration-> Network. the line for wired connection should be checked with address dchp. You can select this line and click Properties to set Configuration to "Automatic configuration (DCHP)". With the DNS tab you can see what servers are set but you need not change them. The General and Hosts tab don't need to be changed by most users. There is also a line for Modem connection in the Connections tab but that is for dial up modems and not used for broadband. As stated in my prior post you will still need to have your ISP register the MAC address of your cable modem.
|
|
|
07-11-2007, 06:27 AM
|
#13
|
LQ Newbie
Registered: Sep 2006
Location: brisbane
Distribution: ubuntu 7.04 have tryed red hat 9 suse 9.1, 10.1 and 10.2
Posts: 4
Original Poster
Rep:
|
ok just tryed -sudo ifdown eth0 and got interface not configured
then tryed - sudo dhclient eth0 and got no working leases in persistent database
please explain what is going on???? I'm still learning!!!!
and I have set Automatic configuration (DCHP)
|
|
|
07-11-2007, 10:55 AM
|
#14
|
Senior Member
Registered: Aug 2003
Location: Indpls
Distribution: Laptops: Debian Jessie XFCE, NAS: OpenMediaVault 3.0
Posts: 1,355
Rep:
|
Quote:
Originally Posted by alucard74
ok just tryed -sudo ifdown eth0 and got interface not configured
then tryed - sudo dhclient eth0 and got no working leases in persistent database
please explain what is going on???? I'm still learning!!!!
and I have set Automatic configuration (DCHP)
|
Did you try running just "sudo dhclient", w/o the etho? I just done that, and it appears to have worked fine for me(but I wasn't having any problems either..)
Code:
ken@ubuntu:~$ sudo dhclient
There is already a pid file /var/run/dhclient.pid with pid 22930
killed old client process, removed PID file
Internet Systems Consortium DHCP Client V3.0.4
Copyright 2004-2006 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/sw/dhcp/
Listening on LPF/eth0/00:11:09:cc:93:63
Sending on LPF/eth0/00:11:09:cc:93:63
Sending on Socket/fallback
DHCPREQUEST on eth0 to 255.255.255.255 port 67
DHCPACK from 192.168.1.1
bound to 192.168.1.101 -- renewal in 37818 seconds.
ken@ubuntu:~$
|
|
|
07-12-2007, 04:43 AM
|
#15
|
LQ Newbie
Registered: Sep 2006
Location: brisbane
Distribution: ubuntu 7.04 have tryed red hat 9 suse 9.1, 10.1 and 10.2
Posts: 4
Original Poster
Rep:
|
ok just tried running "sudo dhclient" and this is what I got
listening on lpf/eth0/00.04:23:1c:55:43
sending on lpf/eth0/00.04:23:1c:55:43
sending om fallback socket/fallback
dhcp discover on eth0 to 255.255.255.255 port interval 6
dhcp discover on eth0 to 255.255.255.255 port interval 11
dhcp discover on eth0 to 255.255.255.255 port interval 14
no dchp offers received
no working leases in persisent database - sleeping
ok what does this mean and what is going on??????????
|
|
|
All times are GMT -5. The time now is 01:09 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|