I have a 2Wire DSL connection and my wife is on a hpna connector through the phone line and my Ubuntu unit is connected to the modem through the only RJ-46 connector and my windows/Kubuntu unit is connected via the USB connection. My problem is that I am not hooked up to the network on the kubuntu through the USB. If I boot in the XP it all works beautifully. #What must I do to solve my problem and use the Kubuntu via the USB connection or is it even possible?
Announcement
Collapse
No announcement yet.
USB DSL Connection
Collapse
This topic is closed.
X
X
-
Re: USB DSL Connection
Open a console and type:
Code:lscpi && lsusb
Windows no longer obstructs my view.
Using Kubuntu Linux since March 23, 2007.
"It is a capital mistake to theorize before one has data." - Sherlock Holmes
- Top
- Bottom
-
Re: USB DSL Connection
My bad. The command is lspci
Bad fingers, bad!Windows no longer obstructs my view.
Using Kubuntu Linux since March 23, 2007.
"It is a capital mistake to theorize before one has data." - Sherlock Holmes
- Top
- Bottom
Comment
-
Re: USB DSL Connection
From the console, what does:
Code:ifconfig
Windows no longer obstructs my view.
Using Kubuntu Linux since March 23, 2007.
"It is a capital mistake to theorize before one has data." - Sherlock Holmes
- Top
- Bottom
Comment
-
Re: USB DSL Connection
ipconfog returns;
eth0 Link encap:Ethernet HWaddr 00:0bB:6A:A7:B9:75
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes (0.0 b)
Interrupt:17 Base address:0xd800
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:32 errors:0 dropped:0 overruns:0 frame:0
TX packets:32 errors:0 Dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:2368 (2.3 KB) TX bytes:2368 (2.3 KB)
- Top
- Bottom
Comment
-
Re: USB DSL Connection
Okay. Good. You have a single ethernet controller, identified as eth0. The other, lo, is the Local loopback (normal and required).
Let's see what your interfaces file looks like. In the console type:
Code:cat /etc/network/interfaces
Windows no longer obstructs my view.
Using Kubuntu Linux since March 23, 2007.
"It is a capital mistake to theorize before one has data." - Sherlock Holmes
- Top
- Bottom
Comment
-
Re: USB DSL Connection
Code:sudo cat /etc/network/interfaces
Windows no longer obstructs my view.
Using Kubuntu Linux since March 23, 2007.
"It is a capital mistake to theorize before one has data." - Sherlock Holmes
- Top
- Bottom
Comment
-
Re: USB DSL Connection
Okay, a 'normal' looking interfaces file. We may need to add to it, but not yet.
We need to see if your network interface is 'active'.
K Menu | System Settings | Network Settings | Network Connections | Network Interfaces tab
Do you see your eth0 listed (it should be the only one present). If it's there, is it listed as Enabled Ethernet Network Device. If it is not, you need to enable it by clicking on the Administrator Mode button, entering your password, and then clicking on the eth0 entry and clicking the Enable Interface button.
Windows no longer obstructs my view.
Using Kubuntu Linux since March 23, 2007.
"It is a capital mistake to theorize before one has data." - Sherlock Holmes
- Top
- Bottom
Comment
-
Re: USB DSL Connection
Good. I'd assume, but better to ask, does the interface show an IP address and a protocol?Windows no longer obstructs my view.
Using Kubuntu Linux since March 23, 2007.
"It is a capital mistake to theorize before one has data." - Sherlock Holmes
- Top
- Bottom
Comment
Comment