Network connectivity issues with sis 191 network card

Bug #321987 reported by Tom Molin
4
Affects Status Importance Assigned to Milestone
linux (Ubuntu)
Expired
Undecided
Unassigned

Bug Description

There seem to be a very strange bug with an Asus X59SR Laptop, which I first believed was a network configuration issue either with my network equipment or my ISP. However I've noted that If I don't touch anything and reboot to windows the network works just fine (with DHCP).

1). I get a DHCP lease, everything look ok (DNS, default router and such).
2). I can Ping the closest router and everything else on the Net.
3). I can use ssh to another server located at another ISP.
4). If I telnet to port 80 to a random server i get a response if I type "get /".
5). I can access Google, GMail and connect to gtalk with pidgin, but nothing else seem to work: No web pages, no apt-get updates, msn with pidgin or anything. I've tried

There is no proxy needed for configuration etc in Windows Vista, just DHCP. The computer is brand new with a vanilla install for both Windows Vista and Ubuntu 08.10.

----------------- Debug Info --------------------

The bug is present in both 2.6.27-9-generic and 2.6.27-7-generic.

=== Module ===
 lsmod|grep sis
sis190 28164 0
mii 14592 1 sis190
sis_agp 16768 0
sata_sis 14724 2
pata_sis 22276 1 sata_sis
libata 200160 4 pata_acpi,sata_sis,pata_sis,ata_generic

=== Network configuration ===

$ ifconfig eth0
eth0 Link encap:Ethernet HWaddr 00:23:54:62:9c:5d
          inet addr:94.255.169.108 Bcast:94.255.169.255 Mask:255.255.255.0
          inet6 addr: fe80::223:54ff:fe62:9c5d/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
          RX packets:106 errors:38 dropped:0 overruns:0 frame:38
          TX packets:187 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:18025 (18.0 KB) TX bytes:36180 (36.1 KB)
          Interrupt:19 Base address:0xdead

$ netstat -nr
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface
94.255.169.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
0.0.0.0 94.255.169.1 0.0.0.0 UG 0 0 0 eth0

$ tracepath ping.sunet.se
 1: c-108-169-255-94.3.cust.bredband2.com (94.255.169.108) 0.202ms pmtu 1500
 1: c-1-169-255-94.3.cust.bredband2.com (94.255.169.1) 0.608ms
 1: c-1-169-255-94.3.cust.bredband2.com (94.255.169.1) 0.569ms
 2: 172.16.33.77 (172.16.33.77) 0.772ms
 3: 172.16.33.73 (172.16.33.73) 0.908ms
 4: 172.16.33.69 (172.16.33.69) 1.193ms
 5: 172.16.33.65 (172.16.33.65) 1.118ms
 6: 172.16.33.61 (172.16.33.61) 0.946ms
 7: 172.16.33.57 (172.16.33.57) 1.072ms
 8: 172.16.33.53 (172.16.33.53) 1.567ms
 9: ks23-0-l-2-7-kistaopennet.sto.bredband2.net (82.209.170.73) 1.226ms
10: netnod-ix-ge-a-sth-4470.sunet.se (195.245.240.19) 65.488ms asymm 11
11: ping.sunet.se (192.36.125.18) 1.110ms reached
     Resume: pmtu 1500 hops 11 back 245

=== The very strange stuff ===
~$ wget www.kth.se --timeout=10
--2009-01-27 19:48:20-- http://www.kth.se/
Resolving www.kth.se... 130.237.32.143
Connecting to www.kth.se|130.237.32.143|:80... connected.
HTTP request sent, awaiting response... Read error (Connection timed out) in headers.
Retrying.

$ telnet www.kth.se 80
Trying 130.237.32.143...
Connected to lvs-vip-6.sys.kth.se.
Escape character is '^]'.
get /
<html><head><title>Apache Tomcat/6.0.18 - Error report</title><style><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}A.name {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 501 - Method get is not defined in RFC 2068 and is not supported by the Servlet API </h1><HR size="1" noshade="noshade"><p><b>type</b> Status report</p><p><b>message</b> <u>Method get is not defined in RFC 2068 and is not supported by the Servlet API </u></p><p><b>description</b> <u>The server does not support the functionality needed to fulfill this request (Method get is not defined in RFC 2068 and is not supported by the Servlet API ).</u></p><HR size="1" noshade="noshade"><h3>Apache Tomcat/6.0.18</h3></body></html>Connection closed by foreign host.

ProblemType: Bug
Architecture: amd64
DistroRelease: Ubuntu 8.10
Package: linux-image-2.6.27-7-generic 2.6.27-7.16
ProcCmdLine: root=UUID=dc2e3306-d95a-436e-834e-9b1fd8a93ec7 ro quiet splash
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=sv_SE.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.27-7.16-generic
SourcePackage: linux

Revision history for this message
Tom Molin (tom-molin) wrote :
Revision history for this message
Arnaudus (a-lerouzic) wrote :

This bug is not rare. It seems to be related to this forum thread http://ubuntuforums.org/showthread.php?t=424203 , as well as to this question on the answer tracker (in French) : https://answers.launchpad.net/ubuntu/+question/67249

A "dirty" fix has been proposed here: http://ubuntuforums.org/showthread.php?p=2545109#post2545109 ; and it worked. Do you think this is enough to confirm the bug?

Revision history for this message
Jeremy Foshee (jeremyfoshee) wrote :

Hi Tom,

This bug was reported a while ago and there hasn't been any activity in it recently. We were wondering if this is still an issue? Can you try with the latest development release of Ubuntu? ISO CD images are available from http://cdimage.ubuntu.com/releases/lucid.

If it remains an issue, could you run the following command from a Terminal (Applications->Accessories->Terminal). It will automatically gather and attach updated debug information to this report.

apport-collect -p linux 321987

Also, if you could test the latest upstream kernel available that would be great. It will allow additional upstream developers to examine the issue. Refer to https://wiki.ubuntu.com/KernelMainlineBuilds . Once you've tested the upstream kernel, please remove the 'needs-upstream-testing' tag. This can be done by clicking on the yellow pencil icon next to the tag located at the bottom of the bug description and deleting the 'needs-upstream-testing' text. Please let us know your results.

Thanks in advance.

[This is an automated message. Apologies if it has reached you inappropriately; please just reply to this message indicating so.]

tags: added: needs-kernel-logs
tags: added: needs-upstream-testing
tags: added: kj-triage
Changed in linux (Ubuntu):
status: New → Incomplete
Revision history for this message
Jeremy Foshee (jeremyfoshee) wrote :

This bug report was marked as Incomplete and has not had any updated comments for quite some time. As a result this bug is being closed. Please reopen if this is still an issue in the current Ubuntu release http://www.ubuntu.com/getubuntu/download . Also, please be sure to provide any requested information that may have been missing. To reopen the bug, click on the current status under the Status column and change the status back to "New". Thanks.

[This is an automated message. Apologies if it has reached you inappropriately; please just reply to this message indicating so.]

tags: added: kj-expired
Changed in linux (Ubuntu):
status: Incomplete → Expired
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.