LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 10-05-2006, 10:34 AM   #1
davholla
Member
 
Registered: Jun 2003
Location: London
Distribution: Linux Mint 13 Maya
Posts: 729

Rep: Reputation: 32
Ntl


Anyone here find that they can use NTL broadband with linux ?
 
Old 10-05-2006, 11:47 AM   #2
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
NTL works fine with Linux/Unix (thats what I am using now). There are several threads which discuss this issue in detail so searching for threads similar to yours maybe helpful to you.
 
Old 10-05-2006, 05:19 PM   #3
davholla
Member
 
Registered: Jun 2003
Location: London
Distribution: Linux Mint 13 Maya
Posts: 729

Original Poster
Rep: Reputation: 32
I have knoppix 3.9 and can connect using windows but not linux anyone got any ideas ?
 
Old 10-06-2006, 03:21 AM   #4
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
What type of connection are you using? If its USB, then change it to ethernet and Linux should work fine with your connection.
 
Old 10-06-2006, 03:53 AM   #5
davholla
Member
 
Registered: Jun 2003
Location: London
Distribution: Linux Mint 13 Maya
Posts: 729

Original Poster
Rep: Reputation: 32
It was ethernet before as well so as far I can see there is no different apart from a) I am now using NTL and b) it does not work.
My PC has been moved but nothing else has been damaged as far as I can see.
 
Old 10-06-2006, 05:07 PM   #6
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
Well, my NTL connection just worked out of the box without any need for me to configure anything. Have you tried other distros?
 
Old 10-07-2006, 07:02 AM   #7
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
If you are using an ethernet connection, it should work.

What does output of ifconfig show? Is your card up (ifconfig eth0 up)? Is it getting a dhcp address? Is it set to receive dhcp or do you have it set to static?
 
Old 10-09-2006, 05:43 AM   #8
davholla
Member
 
Registered: Jun 2003
Location: London
Distribution: Linux Mint 13 Maya
Posts: 729

Original Poster
Rep: Reputation: 32
Sorry for the delay in replying I have problems getting on line.
Unfortunately the laptop at work can not take floppys.

Ifconfig shows
etho Link encap: Ethernet HWaddr 00:08:C7:C5A:FC
inet6 add: fe80::208:c7ff:fec5:dafc/64 Scope:link
UP BROADCAST RUNNING MULTICATST MTU:1500 Metric:1
RX packets:6 errors:0 dropped overruns:0 frame:0
TX packets:21 errors dropped overruns:0 carrier:0
collisions:0 txquele:1000
RX bytes :2052 (2.0 KiB) TX bytes:4518(4.4KiB)

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scopest
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX parckets:159 errors:0 dropped:0 overruns:0 frame:0
TXpackets:159 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txquelen:0
X bytes:8064 (7.8 KiB) TX bytes;8064 (7.8 KB)


How can I tell this :-
" Is it getting a dhcp address? Is it set to receive dhcp or do you have it set to static?"
 
Old 10-09-2006, 08:34 AM   #9
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
You have no dhcp address. As root issue
Code:
dhcpcd eth0
or
Code:
dhclient eth0
and post up the results.

Last edited by XavierP; 10-09-2006 at 08:40 AM.
 
Old 10-09-2006, 02:46 PM   #10
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
It seems like there are other people who have had similar problems. Take a look here. If you cannot get an ip address after doing what XavierP suggested above, switch off your PC and reboot the NTL modem (as suggested in the link) and hopefully you will be able to resolve your problem. It reminds of years back when I used to dual boot, if I booted into Windows, I would have to reboot the set top box in order for Linux to use the NTL service.
 
Old 10-09-2006, 03:23 PM   #11
davholla
Member
 
Registered: Jun 2003
Location: London
Distribution: Linux Mint 13 Maya
Posts: 729

Original Poster
Rep: Reputation: 32
Quote:
Originally Posted by XavierP
You have no dhcp address. As root issue
Code:
dhcpcd eth0
or
Code:
dhclient eth0
and post up the results.

I get just get command not found this is with knoppix 3.9.

I will try rebooting if it does NOT work. I will not reply.


By the way when I used metronet broad band all worked well.

What is the difference or was my PC damaged in the move ?
 
Old 10-09-2006, 03:39 PM   #12
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
Quote:
Originally Posted by davholla
I get just get command not found this is with knoppix 3.9.

I will try rebooting if it does NOT work. I will not reply.


By the way when I used metronet broad band all worked well.

What is the difference or was my PC damaged in the move ?
You need to be root in order to run the commands XavierP posted above.
 
Old 10-09-2006, 03:43 PM   #13
davholla
Member
 
Registered: Jun 2003
Location: London
Distribution: Linux Mint 13 Maya
Posts: 729

Original Poster
Rep: Reputation: 32
Quote:
Originally Posted by reddazz
You need to be root in order to run the commands XavierP posted above.
I was but surprisingly and I should have tried this - rebooting solved the problem.
 
Old 10-09-2006, 05:09 PM   #14
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
Quote:
Originally Posted by davholla
I was but surprisingly and I should have tried this - rebooting solved the problem.
I'm glad you've finally got it working.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
ntl: hell more like Blag! SUSE / openSUSE 19 09-05-2006 07:50 AM
NTL Modem cheekyal Linux - Newbie 12 11-03-2004 12:06 PM
NTL Problems Phixated Linux - Networking 2 07-09-2004 07:54 AM
RH 9 and NTL BB spev Linux - Newbie 2 09-03-2003 11:42 AM
Linux and NTL ( UK ) chrisb Linux - General 4 05-29-2001 09:05 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 06:57 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