huti
Group: Members
Posts: 4
Joined: Feb. 2005 |
|
Posted: June 09 2005,17:16 |
|
Similar problem as above: 3c509, modem LAN led on, TxRx led flashes, but no connection. Running DSL 0.9.3, modem is VisionNet - ADSL 204. Details below:: root@box:~# modprobe 3c509 root@box:~# netcardconfig - Use DHCP broadcast? <Yes> Sending DHCP broadcast from device eth0Operation failed. (LAN led lit and Tx/RX led flickered periodically) Hit return to exit. (LAN led off) root@box:~# ps ax PID Uid VmSize Stat Command 1 root 76 S init [5] .. 278 root 1880 S /bin/bash 326 root 668 S pump -i eth0 329 dsl 3132 S beaver 341 root 708 R ps ax root@box:~# pump -k root@box:~# ps ax PID Uid VmSize Stat Command 1 root 76 S init [5] ... 278 root 1880 S /bin/bash 329 dsl 3132 S beaver 343 root 708 R ps ax root@box:~# netcardconfig - Use DHCP broadcast? <No> Please enter IP Address for eth0 192.168.1.4 Please enter Network Mask for eth0 255.255.255.0 Please enter Broadcast Address for eth0 192.168.1.254 Please enter Default Gateway 192.168.1.1 Please enter Nameserver(s) 216.150.100.1 216.150.100.2
ifconfig eth0 192.168.1.4 netmask 255.255.255.0 broadcast 192.168.1.254 up route add default gw 192.168.1.1 auto lo eth0 Setting Nameserver in /etc/resolv.conf to 216.150.100.1 Adding Nameserver to /etc/resolv.conf: 216.150.100.2 Done. <LAN led lite) root@box:~# ps ax - no pump entry root@box:~# man ps blank box except for "looking up host" at bottom left, modem Tx/Rx led flashes periodically, after 3 (?) minutes text box appears... HOST NOT FOUND [CANCEL] pressed Enter and this was displayed: http://www.mcsr.olemiss.edu/cgi-bin/man-cgi?ps root@box:~# pump -i eth0 Operation failed. (LAN led is off) root@box:~#
rebooted, LAN led is off. root@box:~# modprobe 3c509, LAN led is off. DSL Control Panel - PPPoE lqqqqqqqqqqqqqqqqqqu ALL DEVICES FOUND? tqqqqqqqqqqqqqqqqqqk x I found 1 ethernet device(s):\neth0\n\nAre all your x x ethernet interfaces listed above?\n(If No, modconf x x will be started so you can load the card drivers x x manually).\n\nOr press Ctrl-C to abort here. x <Yes> LAN led is on here OR lqqqqqqqqqqqqqqqqqqqu SCANNING DEVICE tqqqqqqqqqqqqqqqqqqqqk x Looking for PPPoE Access Concentrator on eth0... x LAN led is on here? lqqqqqqqqqqqqqqqqqqqqu NOT CONNECTED tqqqqqqqqqqqqqqqqqqqqqk x Sorry, I scanned 1 interface(s), but the Access x x Concentrator of your provider did not respond. Please x x check your network and modem cables. Another reason x x for the scan failure may also be another running pppoe x x process which controls the modem. x
LAN led is still on root@box:~# ps ax - no 'pump' entry root@box:~# pump -i eth0 - (LAN led is on, Tx/Rx led flashes periodically Operation failed. (LAN led is off) root@box:~# ps ax PID Uid VmSize Stat Command 1 root 76 S init [5] ... 398 root 1880 S /bin/bash 536 root 668 S pump -i eth0 562 root 708 R ps ax
root@box:~# pon (no visible effect, LAN led is still off) root@box:~# ifconfig 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:2 errors:0 dropped:0 overruns:0 frame:0 TX packets:2 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:100 (100.0 B) TX bytes:100 (100.0 B)
ppp0 Link encap:Point-Point Protocol inet addr:216.150.105.113 P-t-P:216.150.105.65 Mask:255.255.255.255 UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1500 Metric:1 RX packets:3718 errors:84 dropped:0 overruns:0 frame:0 TX packets:4154 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:3 RX bytes:3747593 (3.5 MiB) TX bytes:378886 (370.0 KiB)
root@box:~#
|