LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   No *nix Will Find Home Network - 2Wire i3812V Modem/Router (https://www.linuxquestions.org/questions/linux-networking-3/no-%2Anix-will-find-home-network-2wire-i3812v-modem-router-4175418804/)

gentisle 07-26-2012 10:48 AM

No *nix Will Find Home Network - 2Wire i3812V Modem/Router
 
I've Googled, and searched here in LQ on this particular modem/router. Almost all of the posts here for 2Wire are about wifi. My problem is getting my desktop to recognize the network under Linux or BSD - hard wired, NOT wifi. I've tried booting the x86 ed of LM12 kde & lxde, TAILS, Puppy, DSL, and GhostBSD (all the latest ver.), and none of them will find the network. I've got a Realtek RTL8139/810x in the desktop. This is an old machine. P-4 2.4GHz, 512MB ram, shared video. The modem/router is a 2Wire i3812V from AT&T. I've looked through the manual and the router's settings but didn't see anything that looked out of ordinary.

Here is the output from ifconfig and route in Ubuntu & Puppy

Code:

Ubuntu 10.10
ubuntu@ubuntu:~$ ifconfig
eth0      Link encap:Ethernet  HWaddr 00:0c:6e:35:dd:64
          inet6 addr: fe80::20c:6eff:fe35:dd64/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:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
          Interrupt:19 Base address:0xb400

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

ubuntu@ubuntu:~$ route
Kernel IP routing table
Destination    Gateway        Genmask        Flags Metric Ref    Use Iface

ubuntu@ubuntu:~$ sudo hostname gateway.2wire.net
ubuntu@ubuntu:~$ ifconfig eth0
eth0      Link encap:Ethernet  HWaddr 00:0c:6e:35:dd:64
          inet6 addr: fe80::20c:6eff:fe35:dd64/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:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
          Interrupt:19 Base address:0xb400

ubuntu@ubuntu:~$ sudo ifconfig eth0 down
sudo: unable to resolve host gateway.2wire.net
ubuntu@ubuntu:~$ sudo hostname 192.168.1.254
ubuntu@ubuntu:~$ sudo ifconfig eth0 down
ubuntu@ubuntu:~$ sudo ifconfig eth0 up
SIOCSIFFLAGS: Cannot allocate memory

Puppy 5.2
Code:

eth0      Link encap:Ethernet  HWaddr 00:0C:6E:35:DD:64
          UP BROADCAST RUNNING 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:19 Base address:0x4800

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:64 errors:0 dropped:0 overruns:0 frame:0
          TX packets:64 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:4688 (4.5 KiB)  TX bytes:4688 (4.5 KiB)

Kernel IP routing table
Destination    Gateway        Genmask        Flags Metric Ref    Use Iface

Any ideas would be appreciated. Thanks.
gentisle

Harryrat 07-27-2012 04:49 PM

hm...first of all, I have no clue of that device (device combo? google gave me a PDF manual with the description of a tandem i3812V & i38HG). I guess you connected your PC to the i38HG (home gateway is it I guess). Since this is not a simple modem, I guess it will use DHCP. So you should start "dhclient eth0". After a short time, it should return to the prompt and ifconfig should show an IP address on eth0. Normally most distro start dhcp clients automatically on connected ethernet interfaces, so of course that could mean that the problem resides somewhere else. you can do a "ps aux | grep dhc" before starting the dhclient to see if one is already running.

gentisle 07-28-2012 10:56 PM

Well, I tried the ps command, and dhclient is loaded. I tried running it again, but it seemed to hang. There's got to be something weird about this modem/router. It works w/WinXP. Thanks for your suggestion.

Harryrat 07-29-2012 03:10 AM

hm...looks like the DHCP handshake doesnt work...dhclient returns either after a successfully retrieving an address or after waiting a certain amount of time for an answer. Hm...maybe "cat /var/log/syslog" after starting the dhclient and letting it time out cout give more informatino....and of course a packet sniffer trace could help.

Silly question: you said WinXP worked perfectly...did you try it on the same PC and the same LAN interface of the router?

gentisle 07-29-2012 08:14 PM

1 Attachment(s)
I am using the Linux on the Windows PC. I've been using only live distros b/c it's not my PC, I can't install anything on it. I've attached my syslog file. This is from DEFT 7.1 which is based on Lubuntu. I really think it's in the modem/router. Since there is no problem w/Windows getting on the network, and Windows is configured for DHCP, so it's all automatic. Furthermore, When I lived elsewhere and had another ISP, there was no problem getting Linux, BSD, Solaris on the network. Maybe there's a setting in the modem/router, that I really don't understand, and therefore, it doesn't work???
gentisle

Harryrat 07-30-2012 01:45 AM

hm...the log indicates that the DHCP client doesnt get an offer on its requests...what you could do it to check under windows what IP the PC got (and the gateway IP) and set the manually under linux (IP should bei in the 192.168.x.x range)

gentisle 07-30-2012 10:35 AM

Well, I looked up how to configure ubuntu network, and tried that, but still it won't configure and come up. One of the pages I found was ubuntu-networking-configuration-using-command-line. But it keeps acting like the machine is not connected to a network. My question is this? Why don't any of the distros automatically find the network like before on my other network. This makes me think it's something in the modem/router, but of course, AT&T doesn't support Linux, so there's no help there. I have used a laptop, and got it working on the wifi, so I can't figure out what's wrong w/this desktop situation.
Thanks for your help.
gentisle

Harryrat 07-30-2012 10:58 AM

What is the IP Address the router gives your PC via DHCP under Windows?

gentisle 07-30-2012 06:13 PM

Right now it's 192.168.1.65, but I've seen it at ...73.

I guess I could post all of the settings for the router here, but as I said, it looks normal to me. However, since I don't know what a lot of those things mean, what looks normal to me is not necessarily normal.

ipconfig /all looks like this:

Code:

Windows IP Configuration

        Host Name . . . . . . . . . . . . : owner
        Primary Dns Suffix  . . . . . . . :
        Node Type . . . . . . . . . . . . : Hybrid
        IP Routing Enabled. . . . . . . . : No
        WINS Proxy Enabled. . . . . . . . : No
        DNS Suffix Search List. . . . . . : gateway.2wire.net

Ethernet adapter Local Area Connection:

        Connection-specific DNS Suffix  . : gateway.2wire.net
        Description . . . . . . . . . . . : Realtek RTL8139/810x Family Fast Ethernet NIC
        Physical Address. . . . . . . . . : 00-0C-6E-35-DD-64
        Dhcp Enabled. . . . . . . . . . . : Yes
        Autoconfiguration Enabled . . . . : Yes
        IP Address. . . . . . . . . . . . : 192.168.1.65
        Subnet Mask . . . . . . . . . . . : 255.255.255.0
        Default Gateway . . . . . . . . . : 192.168.1.254
        DHCP Server . . . . . . . . . . . : 192.168.1.254
        DNS Servers . . . . . . . . . . . : 192.168.1.254
        Lease Obtained. . . . . . . . . . : Monday, July 30, 2012 17:58:24
        Lease Expires . . . . . . . . . . : Tuesday, July 31, 2012 17:58:24

One more thing I keep forgetting to mention. This computer is down stairs, and the modem is upstairs. I hooked another router (Netgear) up where the line comes in down here, just to see if that would make any difference. No change, still won't recognize a network.


All times are GMT -5. The time now is 06:55 PM.