You are not logged in.
Pages: 1
Hi,
I'm trying to install arch on my Acer Extensa 5620Z and.. everything work's fine till i try to use cable network.
Module loaded (by instalator, tg3), ping to google ok, but siple wget google.com hangs weirdly:
--07:18:28-- http://google.com/
=> `index.html'
Resolving google.com... 64.233.187.99, 64.233.167.99, 72.14.207.99
Connecting to google.com|64.233.187.99|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: http://www.google.com/ [following]
--07:18:28-- http://www.google.com/
=> `index.html'
Resolving www.google.com... 209.85.129.147, 209.85.129.99, 209.85.129.104
Connecting to www.google.com|209.85.129.147|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://www.google.pl/ [following]
--07:18:28-- http://www.google.pl/
=> `index.html'
Resolving www.google.pl... 209.85.129.147, 209.85.129.99, 209.85.129.104
Reusing existing connection to www.google.com:80.
HTTP request sent, awaiting response...
and you could wait forever...
ifconfig:
eth0 Link encap:Ethernet HWaddr 00:1D:72:01:AB:6D
inet addr:192.168.1.2 Bcast:192.168.1.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1320 Metric:1
RX packets:44 errors:_____30_____ dropped:0 overruns:0 frame:30
TX packets:50 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:5944 (5.8 Kb) TX bytes:4313 (4.2 Kb)
Interrupt:16
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:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
errors, but dhcp works ok...
i google it, found: http://wiki.archlinux.org/index.php/Con … ling_Issue
so sysctl.conf become:
#
# Kernel sysctl configuration
#
net.ipv4.tcp_window_scaling = 0
# Disable packet forwarding
net.ipv4.ip_forward=0
# Disable the magic-sysrq key
kernel.sysrq = 0
# Enable TCP SYN Cookie Protection
net.ipv4.tcp_syncookies = 1
i've also tried tricks witk echo "0" /sys/net/.. and echo "8..." /sys/net/... and nothing better
dmesg | grep etho0:
eth0: Tigon3 [partno(BCM95787m) rev b002 PHY(5787)] (PCI Express) 10/100/1000Base-T Ethernet 00:1d:72:01:ab:6d
eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] WireSpeed[1] TSOcap[1]
eth0: dma_rwctrl[76180000] dma_mask[64-bit]
tg3: eth0: Link is up at 100 Mbps, full duplex.
tg3: eth0: Flow control is on for TX and on for RX.
tg3: eth0: Link is up at 100 Mbps, full duplex.
tg3: eth0: Flow control is on for TX and on for RX.
tg3: eth0: Link is up at 100 Mbps, full duplex.
tg3: eth0: Flow control is on for TX and on for RX.
tg3: eth0: Link is up at 100 Mbps, full duplex.
tg3: eth0: Flow control is on for TX and on for RX.
and finaly, i have no other ideas what to do...
help:/
Offline
I have an extensa 5620-6830, ethernet works fine. I'd say, check your cabling if you didn't do that already.
I don't think the google issue is related. Try to use the tg3_debug parameter of the tg3 module.
Offline
Pages: 1