LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 01-09-2008, 11:09 PM   #16
shivcharan
LQ Newbie
 
Registered: Dec 2007
Posts: 17

Original Poster
Rep: Reputation: 0
Service provider supply me user id and password


My internet service provider provide me user id and password. how can i use this in Linux?
I type above 3 commands into terminal window
Code:
ifconfig -a
lsmod | grep ppp
route -n
I get following out put into terminal window :-
Code:
shivcharan@shiv-Super:~$ lsmod | grep cdc_ether
cdc_ether               7168  0 
usbnet                 19976  

1 cdc_ether
usbcore               138632  5 cdc_ether,usbnet,ehci_hcd,ohci_hcd
shivcharan@shiv-

Super:~$ ifconfig -a
eth0      Link encap:Ethernet  HWaddr 00:16:76:0C:22:0C  
          inet 

addr:192.168.1.2  Bcast:192.168.1.255  Mask:255.255.255.0
          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.0 b)
          Interrupt:17 Base address:0xa000 

eth1      Link encap:Ethernet  HWaddr 

00:01:0A:11:36:6F  
          inet addr:192.168.1.2  Bcast:192.168.1.255  Mask:255.255.255.0
          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.0 b)
          Interrupt:16 Base address:0x6000 

eth2      Link 

encap:Ethernet  HWaddr 00:0F:A3:6D:DC:CA  
          inet6 addr: fe80::20f:a3ff:fe6d:dcca/64 

Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX 

packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:28 dropped:0 overruns:0 

carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

eth2:avah 

Link encap:Ethernet  HWaddr 00:0F:A3:6D:DC:CA  
          inet addr:169.254.9.255  

Bcast:169.254.255.255  Mask:255.255.0.0
          UP BROADCAST RUNNING MULTICAST  

MTU:1500  Metric:1

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:24 errors:0 dropped:0 overruns:0 frame:0
          TX packets:24 errors:0 dropped:0 overruns:0 

carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:2112 (2.0 KB)  TX bytes:2112 (2.0 KB)

shivcharan@shiv-Super:~$ lsmod | grep ppp
shivcharan@shiv-Super:~$ rout -n
bash: rout: command 

not found
shivcharan@shiv-Super:~$ route -n
Kernel IP routing table
Destination     Gateway         

Genmask         Flags Metric Ref    Use Iface
192.168.1.0     0.0.0.0         255.255.255.0   U     0      0        

0 eth1
192.168.1.0     0.0.0.0         255.255.255.0   U     0      0        0 eth0
169.254.0.0     0.0.0.0         

255.255.0.0     U     0      0        0 eth2
169.254.0.0     0.0.0.0         255.255.0.0     U     1000   0        0 

eth1
0.0.0.0         192.168.1.1     0.0.0.0         UG    100    0        0 eth0
0.0.0.0         192.168.1.1     

0.0.0.0         UG    100    0        0 eth1
0.0.0.0         0.0.0.0         0.0.0.0         U     1000   0        0 eth2
shivcharan@shiv-Super:~$
 
Old 01-10-2008, 03:41 AM   #17
blackhole54
Senior Member
 
Registered: Mar 2006
Posts: 1,896

Rep: Reputation: 61
shivcharan,

Thanks for that info. It was a little bit more complicated than I was expecting. It is showing 3 different ethernet interfaces. One of these might be your ADSL modem. I am going to ask for help from other people reading this thread, but first, I want to ask you whether you have any ethernet interfaces on this computer, and if so how many. Also, your ouptut got a little broken up wrt lines, so I am reposting it below with those straightened so others can read it more easily.

@anybody else reading this

We've established that the driver, cdc_ether, for this device is getting loaded automatically, so the ADSL modem is recognized. As I understand it from googling, this device (when using USB) will communicate over PPPoA (not PPPoE). So far no *ppp* modules have been loaded. But I am not certain how to interpret the output of ifconfig. There seem to be 3 ethernet devices, one with what I think is an alias (I have never worked with aliases on interfaces). I am wondering if that is perhaps the USB device masquerading as an ethernet device. Any help interpreting this is appreciated.

Here is the previously posted (post #16 ) output with newlines straightened out:

Code:
Super:~$ ifconfig -a
eth0      Link encap:Ethernet  HWaddr 00:16:76:0C:22:0C  
          inet addr:192.168.1.2  Bcast:192.168.1.255  Mask:255.255.255.0
          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.0 b)
          Interrupt:17 Base address:0xa000 

eth1      Link encap:Ethernet  HWaddr 00:01:0A:11:36:6F  
          inet addr:192.168.1.2  Bcast:192.168.1.255  Mask:255.255.255.0
          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.0 b)
          Interrupt:16 Base address:0x6000 

eth2      Link encap:Ethernet  HWaddr 00:0F:A3:6D:DC:CA  
          inet6 addr: fe80::20f:a3ff:fe6d:dcca/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:28 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

eth2:avah Link encap:Ethernet  HWaddr 00:0F:A3:6D:DC:CA  
          inet addr:169.254.9.255 Bcast:169.254.255.255  Mask:255.255.0.0
          UP BROADCAST RUNNING MULTICAST MTU:1500  Metric:1

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:24 errors:0 dropped:0 overruns:0 frame:0
          TX packets:24 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:2112 (2.0 KB)  TX bytes:2112 (2.0 KB)

shivcharan@shiv-Super:~$ lsmod | grep ppp


shivcharan@shiv-Super:~$ route -n
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
192.168.1.0     0.0.0.0         255.255.255.0   U     0      0        0 eth1
192.168.1.0     0.0.0.0         255.255.255.0   U     0      0        0 eth0
169.254.0.0     0.0.0.0         255.255.0.0     U     0      0        0 eth2
169.254.0.0     0.0.0.0         255.255.0.0     U     1000   0        0 eth1
0.0.0.0         192.168.1.1     0.0.0.0         UG    100    0        0 eth0
0.0.0.0         192.168.1.1     0.0.0.0         UG    100    0        0 eth1
0.0.0.0         0.0.0.0         0.0.0.0         U     1000   0        0 eth2
 
Old 01-10-2008, 08:39 AM   #18
shivcharan
LQ Newbie
 
Registered: Dec 2007
Posts: 17

Original Poster
Rep: Reputation: 0
What next?

Thanks for your help and taking interest into this complicated matter. I request you for being with me until issue will solve. I provide you configuration of my desktop :-
  • Intel Pentium 4 CPU 3.00GHz
  • Intel Mother board.
  • 448 MB Ram
  • Realtek RTL8139 Family PCI Fast Ethernet NIC #2 LAN Card.
  • Realtek RTL8139/810x Family Fast Ethernet NIC
  • Huawei MT841 Network Device
 
Old 01-10-2008, 09:27 PM   #19
blackhole54
Senior Member
 
Registered: Mar 2006
Posts: 1,896

Rep: Reputation: 61
Quote:
Originally Posted by shivcharan View Post
I request you for being with me until issue will solve.
I will try. I was hoping somebody else with more experience would jump in here and help as well.

I see you have two ethernet interfaces. Are these both used for something else? If not, as stated earlier it might be easier just to use one of those for connecting to Huawei MT841.

I also note that (what I believe to be) your ethernet interfaces both have the same IP address. Are these two ethernet interfaces bridged together? If not, I would think having the same IP address would be problematic. Could you tell me what these ethernet interfaces are connected to? As I understand it, the Huawei MT841 device out-of-the-box has an IP address of 192.168.1.1. My guess is you can change that (once we can get you talking to it), but initially I think you are going to have to not have those two ethernet interfaces using the 192.168.1.x subnet.

Just to be sure I know what device the Huawei MT841 is, would you disconnect that device, reboot your computer and then post the output of ifconfig again. With the Huawei MT841 disconnected, I think this time you should see only eth0 and eth1.

I need to read up on interface aliases and PPPoA, so don't panic if I don't post back immediately.
 
Old 01-11-2008, 12:52 AM   #20
shivcharan
LQ Newbie
 
Registered: Dec 2007
Posts: 17

Original Poster
Rep: Reputation: 0
In windows xp I create broadband connection which connect through USB interface of Huawei MT841 using PPPoE.
 
Old 01-11-2008, 06:42 AM   #21
blackhole54
Senior Member
 
Registered: Mar 2006
Posts: 1,896

Rep: Reputation: 61
When you have the ADSL modem running with MS Windows, would you post the output of the following commands (from a terminal window)?

Code:
ipconfig
route print
In WinXP you can get a terminal window: Start -> AllPrograms -> Accessories -> CommandPrompt
 
Old 01-12-2008, 08:17 AM   #22
shivcharan
LQ Newbie
 
Registered: Dec 2007
Posts: 17

Original Poster
Rep: Reputation: 0
Out put of terminal window(command prompt)
Code:
C:\Documents and Settings\Shivcharan>ipconfig

Windows IP Configuration


Ethernet adapter Local Area Connection 2:

        Media State . . . . . . . . . . . : Media disconnected

Ethernet adapter Local Area Connection :

        Media State . . . . . . . . . . . : Media disconnected

Ethernet adapter Local Area Connection 3:

        Connection-specific DNS Suffix  . :
        IP Address. . . . . . . . . . . . : 192.168.1.10
        Subnet Mask . . . . . . . . . . . : 255.255.255.0
        Default Gateway . . . . . . . . . : 192.168.1.1

C:\Documents and Settings\Shivcharan>route print
===========================================================================
Interface List
0x1 ........................... MS TCP Loopback interface
0x2 ...00 01 0a 11 36 6f ...... Realtek RTL8139 Family PCI Fast Ethernet NIC #2
- Packet Scheduler Miniport
0x3 ...00 16 76 0c 22 0c ...... Realtek RTL8139/810x Family Fast Ethernet NIC -
Packet Scheduler Miniport
0x20005 ...00 0f a3 6d dc ca ...... Huawei MT841 Network Device - Packet Schedul
er Miniport
===========================================================================
===========================================================================
Active Routes:
Network Destination        Netmask          Gateway       Interface  Metric
          0.0.0.0          0.0.0.0      192.168.1.1    192.168.1.10       1
        127.0.0.0        255.0.0.0        127.0.0.1       127.0.0.1       1
      192.168.1.0    255.255.255.0     192.168.1.10    192.168.1.10       30
     192.168.1.10  255.255.255.255        127.0.0.1       127.0.0.1       30
    192.168.1.255  255.255.255.255     192.168.1.10    192.168.1.10       30
        224.0.0.0        240.0.0.0     192.168.1.10    192.168.1.10       30
  255.255.255.255  255.255.255.255     192.168.1.10    192.168.1.10       1
  255.255.255.255  255.255.255.255     192.168.1.10               3       1
  255.255.255.255  255.255.255.255     192.168.1.10               2       1
Default Gateway:       192.168.1.1
===========================================================================
Persistent Routes:
  None

C:\Documents and Settings\Shivcharan>
I contact to Internet service provider(BSNL) they said that they are using only PPPoE they are not using PPPoA.

Last edited by shivcharan; 01-12-2008 at 08:25 AM.
 
Old 01-13-2008, 02:29 AM   #23
blackhole54
Senior Member
 
Registered: Mar 2006
Posts: 1,896

Rep: Reputation: 61
OK. Enough of the preliminaries. Lets try to get you connected ...

I want to get rid of possible conflicts from eth0 and eth1 (which currently have addresses on the subnet we will be using for your ADSL modem). So:

Code:
sudo ifconfig eth0 down
sudo ifconfig eth1 down
And I want to make sure the existing default routes don't get in the way, so let's get rid of them. Same thing for the routes for the 192.168.1.0/24 subnet, because that is what you are going to be using for your ADSL modem. Keep giving the following commands (individually) until they (both) start giving you errors.

Code:
sudo route del default
sudo route del -net 192.168.1.0/24
Now I'm going to basically follow the instuctions you linked to earler, making changes for your different setup and using the same IP address you have with MS Windows. Type the following:

Code:
sudo ifconfig eth2 192.168.1.10
sudo route add default gw 192.168.1.1
You will then need to add addresses to the /etc/resolv.conf file. Your reference page describes it this way:

Quote:
4. Enter the address of some DNS servers in /etc/resolv.conf. These DNS adresses are provided on BSNL's instruction manual.
Code:
 $ sudo vi /etc/resolv.conf
The entry will be of type nameserver 61.1.96.71, where the IP will be the one provided in your BSNL Broadband instruction manual.
Make sure you get the address(es) from the manual. Don't use 61.1.96.71 (unless that is what the manual says) ... that address is just an example. If you prefer, you can get the DNS address from your MS Windows software instead of from the manual. If you click the network icon (looks like two terminals) in the (MS) system tray, one of the tabs will list DNS addresses (probably 2 of them).

If you are not familiar with or don't like the vi editor, you can use a different editor. For example, to use gedit, type sudo gedit /etc/resolv.conf

At this point, I hope you can talk to the ADSL modem. Quoting again from your reference:

Code:
5. Access the router's management interface via a browser by
       typing the address 192.168.1.1 . The admin username/password is
       admin/admin
   
     * Set the connection type to `PPPoE'. On my MT882 box, this comes
       under `WAN Settings'
     * Enter your user name and password (username is of the form
       xyz@dataone)
     * Reset the router. It will take 2-3 minutes for the box to come
       up again
I am not sure how in this process the appropriate ppp modules are supposed to get loaded (including pppoe or pppoatm). We might have to visit that issue next time.

If you are unable access your modem through a browser as described above, see if you can at least ping it:

Code:
ping 192.168.1.1
A successfull outcome will look something like this

Code:
user@box:~$ ping 192.168.1.1
PING 192.168.1.3 (192.168.1.1) 56(84) bytes of data.
64 bytes from 192.168.1.1: icmp_seq=1 ttl=64 time=0.801 ms
64 bytes from 192.168.1.1: icmp_seq=2 ttl=64 time=0.888 ms
64 bytes from 192.168.1.1: icmp_seq=3 ttl=64 time=0.862 ms
This will go on forever until you stop it with Ctl-C.

EDIT: You probably don't have to actually enter any settings on the ADSL modem since you have already set it up with MS Windows. But at least make sure you can get it to display in a browser.

Last edited by blackhole54; 01-13-2008 at 02:38 AM.
 
Old 01-18-2008, 07:40 AM   #24
shivcharan
LQ Newbie
 
Registered: Dec 2007
Posts: 17

Original Poster
Rep: Reputation: 0
Sorry for late response;
I fallow all your given steps.
I successfully ping 192.168.1.10 but fail to ping 192.168.1.1 and also fail to connect to internet.
 
Old 01-18-2008, 01:36 PM   #25
blackhole54
Senior Member
 
Registered: Mar 2006
Posts: 1,896

Rep: Reputation: 61
You aren't running a firewall are you? (By default, Ubuntu does not use one.)

Please post the output of:

Code:
ifconfig eth2
route -n
Just to make sure your ADSL modem responds to pings, would you try pinging 192.168.1.1 from MS Windows? It works just like the Linux command except output stops after 4 lines.
 
Old 01-19-2008, 11:48 PM   #26
shivcharan
LQ Newbie
 
Registered: Dec 2007
Posts: 17

Original Poster
Rep: Reputation: 0
Out put of command
Code:
 ifconfig eth2
route -n
are
Code:
 shivcharan@shiv-Super:~$ ifconfig eth2
eth2      Link encap:Ethernet  HWaddr 00:0F:A3:6D:DC:CA  
          inet addr:192.168.1.10  Bcast:192.168.1.255  Mask:255.255.255.0
          inet6 addr: fe80::20f:a3ff:fe6d:dcca/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:68 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)


shivcharan@shiv-Super:~$ route -n
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
192.168.1.0     0.0.0.0         255.255.255.0   U     0      0        0 eth2
169.254.0.0     0.0.0.0         255.255.0.0     U     1000   0        0 eth2
0.0.0.0         192.168.1.1     0.0.0.0         UG    100    0        0 eth2
 
Old 01-20-2008, 01:40 PM   #27
blackhole54
Senior Member
 
Registered: Mar 2006
Posts: 1,896

Rep: Reputation: 61
The routing table is OK and the interface is up and has the correct address. However, I noticed that no packets were transmitted, but there were a number of errors:

Code:
TX packets:0 errors:68 dropped:0 overruns:0 carrier:0
I'm hoping there are some error messages that give a clue about this. I am not sure how experienced you are, but if you feel comfortable doing so, look through /var/log/kernel.log for error messages that might help. I suggest you ping 192.168.1.1 first so that new error messages will be at the end of the log. Post anything you find that looks interesting.

If you aren't comfortable doing that, ping 192.168.1.1, and then post the output of

Code:
tail -n 20 /var/log/kernel.log
 
Old 01-22-2008, 07:22 AM   #28
shivcharan
LQ Newbie
 
Registered: Dec 2007
Posts: 17

Original Poster
Rep: Reputation: 0
Out put of kernal.log
Code:
 Jan 22 12:00:11 shiv-Super kernel: [   58.440099] eth2: register 'cdc_ether' at usb-0000:00:13.1-2, 

CDC Ethernet Device, 00:0f:a3:6d:dc:ca
Jan 22 12:00:11 shiv-Super kernel: [   58.440119] usbcore: 

registered new interface driver cdc_ether
Jan 22 12:00:11 shiv-Super kernel: [   58.861429] NET: 

Registered protocol family 10
Jan 22 12:00:11 shiv-Super kernel: [   58.861543] lo: Disabled Privacy 

Extensions
Jan 22 12:00:11 shiv-Super kernel: [   68.468613] NETDEV WATCHDOG: eth2: transmit 

timed out
Jan 22 12:00:11 shiv-Super kernel: [   69.623672] eth2: no IPv6 routers present
Jan 22 

12:00:11 shiv-Super kernel: [   78.460194] NETDEV WATCHDOG: eth2: transmit timed out
Jan 22 

12:00:11 shiv-Super kernel: [   88.451764] NETDEV WATCHDOG: eth2: transmit timed out
Jan 22 

12:00:11 shiv-Super kernel: [   98.443356] NETDEV WATCHDOG: eth2: transmit timed out
Jan 22 

12:00:11 shiv-Super kernel: [  108.434943] NETDEV WATCHDOG: eth2: transmit timed out
Jan 22 

12:00:11 shiv-Super kernel: [  118.426542] NETDEV WATCHDOG: eth2: transmit timed out
Jan 22 

12:00:11 shiv-Super kernel: [  128.418108] NETDEV WATCHDOG: eth2: transmit timed out
Jan 22 

12:00:11 shiv-Super kernel: [  137.867816] No dock devices found.
Jan 22 12:00:11 shiv-Super kernel: 

[  137.968944] input: Power Button (FF) as /class/input/input4
Jan 22 12:00:11 shiv-Super kernel: [  

137.968981] ACPI: Power Button (FF) [PWRF]
Jan 22 12:00:11 shiv-Super kernel: [  137.969052] 

input: Power Button (CM) as /class/input/input5
Jan 22 12:00:11 shiv-Super kernel: [  137.969081] 

ACPI: Power Button (CM) [PWRB]
Jan 22 12:00:11 shiv-Super kernel: [  138.409677] NETDEV 

WATCHDOG: eth2: transmit timed out
Jan 22 12:00:12 shiv-Super kernel: [  140.871148] ppdev: user

-space parallel port driver
Jan 22 12:00:13 shiv-Super kernel: [  141.572609] audit(1200983413.174:3):  

type=1503 operation="inode_permission" requested_mask="a" denied_mask="a" name="/dev/tty" 

pid=4821 profile="/usr/sbin/cupsd"
Jan 22 12:00:13 shiv-Super kernel: [  141.708977] apm: BIOS 

version 1.2 Flags 0x07 (Driver version 1.16ac)
Jan 22 12:00:13 shiv-Super kernel: [  141.708984] apm: 

disabled - APM is not SMP safe.
Jan 22 12:00:13 shiv-Super kernel: [  141.854283] eth0: link down
Jan 

22 12:00:13 shiv-Super kernel: [  141.854637] ADDRCONF(NETDEV_UP): eth0: link is not ready
Jan 

22 12:00:13 shiv-Super kernel: [  141.880170] eth1: link down
Jan 22 12:00:13 shiv-Super kernel: [  

141.880515] ADDRCONF(NETDEV_UP): eth1: link is not ready
Jan 22 12:00:14 shiv-Super kernel: [  

142.067503] Failure registering capabilities with primary security module.
Jan 22 12:00:14 shiv-Super 

kernel: [  142.382716] Bluetooth: Core ver 2.11
Jan 22 12:00:14 shiv-Super kernel: [  142.382894] 

NET: Registered protocol family 31
Jan 22 12:00:14 shiv-Super kernel: [  142.382899] Bluetooth: HCI 

device and connection manager initialized
Jan 22 12:00:14 shiv-Super kernel: [  142.382904] 

Bluetooth: HCI socket layer initialized
Jan 22 12:00:14 shiv-Super kernel: [  142.409932] Bluetooth: 

L2CAP ver 2.8
Jan 22 12:00:14 shiv-Super kernel: [  142.409938] Bluetooth: L2CAP socket layer 

initialized
Jan 22 12:00:14 shiv-Super kernel: [  142.492336] Bluetooth: RFCOMM socket layer 

initialized
Jan 22 12:00:14 shiv-Super kernel: [  142.492479] Bluetooth: RFCOMM TTY layer 

initialized
Jan 22 12:00:14 shiv-Super kernel: [  142.492483] Bluetooth: RFCOMM ver 1.8
Jan 22 

12:00:20 shiv-Super kernel: [  148.401258] NETDEV WATCHDOG: eth2: transmit timed out
Jan 22 

12:00:23 shiv-Super kernel: [  151.307495] hda-intel: Invalid position buffer, using LPIB read method 

instead.
Jan 22 12:00:30 shiv-Super kernel: [  158.392843] NETDEV WATCHDOG: eth2: transmit 

timed out
Jan 22 12:00:40 shiv-Super kernel: [  168.384421] NETDEV WATCHDOG: eth2: transmit 

timed out
Jan 22 12:00:50 shiv-Super kernel: [  178.376004] NETDEV WATCHDOG: eth2: transmit 

timed out
Jan 22 12:01:00 shiv-Super kernel: [  188.367587] NETDEV WATCHDOG: eth2: transmit 

timed out
Jan 22 12:01:10 shiv-Super kernel: [  198.359169] NETDEV WATCHDOG: eth2: transmit 

timed out
Jan 22 12:01:20 shiv-Super kernel: [  208.350751] NETDEV WATCHDOG: eth2: transmit 

timed out
Jan 22 12:01:30 shiv-Super kernel: [  218.342334] NETDEV WATCHDOG: eth2: transmit 

timed out
Jan 22 12:01:40 shiv-Super kernel: [  228.333918] NETDEV WATCHDOG: eth2: transmit 

timed out
Jan 22 12:02:20 shiv-Super kernel: [  268.081417] cdrom: hda: mrw address space DMA 

selected
Jan 22 12:02:20 shiv-Super kernel: [  268.175155] cdrom: hda: mrw address space DMA 

selected
Jan 22 12:02:24 shiv-Super kernel: [  271.854475] UDF-fs: No VRS found
Jan 22 12:02:24 

shiv-Super kernel: [  271.935097] ISO 9660 Extensions: Microsoft Joliet Level 3
Jan 22 12:02:24 shiv-

Super kernel: [  271.964902] ISOFS: changing to secondary root
Jan 22 12:03:20 shiv-Super kernel: [  

328.249746] NETDEV WATCHDOG: eth2: transmit timed out
Jan 22 12:03:25 shiv-Super kernel: [  

333.429380] NETDEV WATCHDOG: eth2: transmit timed out
Jan 22 12:03:35 shiv-Super kernel: [  

343.420965] NETDEV WATCHDOG: eth2: transmit timed out
Jan 22 12:03:45 shiv-Super kernel: [  

353.412552] NETDEV WATCHDOG: eth2: transmit timed out
Jan 22 12:03:55 shiv-Super kernel: [  

363.404133] NETDEV WATCHDOG: eth2: transmit timed out
 
Old 01-22-2008, 11:06 PM   #29
blackhole54
Senior Member
 
Registered: Mar 2006
Posts: 1,896

Rep: Reputation: 61
shivcharan,

I don't know what is wrong. I have reread the readme file in the zip file you posted for download, and it definitely sounds like we should be able to ping your modem at this point. Maybe the cdc_ether driver is buggy. The CD had a patch for the driver in the 2.4 kernel, but I doubt that would work with the 2.6 kernel. But maybe something still needs to be patched.

I have been on the manufacturer's site and it is not particularly friendly. They won't give out information to "just anybody" (like me!). Maybe you should contact your ISP to try to get more up-to-date information than what was on the CD. (The readme file was dated August 2004!) If they want to know what kernel you are running, you can get that info from

Code:
uname -r
You could also take techwatcher's advice and try Mepis. I don't hold out a lot of hope for that since Ubuntu seems to be detecting the device fine and presumably Mepis is running essentially the same kernel code. But who knows? Maybe it would work.

Once again I ask whether you have considered using this ADSL modem from an ethernet port. My understanding is it can use either USB or ethernet, and you have two ethernet connections on your computer. And that page you linked to indicates this has been successfully used with ethernet. I have not seen any report of anybody successfully using it with Linux using USB.
 
Old 01-23-2008, 08:32 AM   #30
shivcharan
LQ Newbie
 
Registered: Dec 2007
Posts: 17

Original Poster
Rep: Reputation: 0
OK, How I can configure for ethernet?
 
  


Reply

Tags
connection, linux



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
quick and easy way to get internet connection sharing erklaerbaer LinuxAnswers Discussion 1 12-05-2009 09:49 PM
Easy-use, easy-install, fast, minimal KDE distro? lukeprog Linux - Distributions 8 09-08-2007 04:21 PM
Which distro for PC without Internet connection t2000 Linux - Distributions 3 12-17-2006 11:21 AM
Which distro is best/good for setting up Internet connection clean_sweep Linux - Hardware 2 12-04-2004 05:16 PM
What is the best distro for someone without an internet connection? samwh Linux - Distributions 2 03-04-2004 09:23 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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