[Bug 381196] Re: network card/driver (sis190) doesn't notice when cable is unplugged

2009-10-09 Thread Miguel Gaspar
*** This bug is a duplicate of bug 350386 ***
https://bugs.launchpad.net/bugs/350386

Running Karmic beta.
uname -a -Linux sully 2.6.31-12-generic #40-Ubuntu SMP Wed Oct 7 04:14:43 UTC 
2009 i686 GNU/Linux
Still have this problem (with an sis190).
Did run 
sudo ethtool -s eth0 autoneg off
but did not solve the problem.

(marked this as duplicate of
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/350386)

** This bug has been marked a duplicate of bug 350386
   [Jaunty] eth0 (not plugged) auto-negotiating every 10s

-- 
network card/driver (sis190) doesn't notice when cable is unplugged
https://bugs.launchpad.net/bugs/381196
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 381196] Re: network card/driver (sis190) doesn't notice when cable is unplugged

2009-09-02 Thread Francesc Oller
Now, I'm beginning to clarify things. Andy's patch works as commented by G. 
Guimaraes and PrSdNt.
In fact I was bitten by two bugs: this one and another (new one?) related to 
autonegotiating phase.

With some peer switches autonegotiation fails (doesn't complete). When I
forced my peer switch to 100Mb/s all went well. So it seems there is a
bug related to sis190 autonegotiation code not beeing robust enough.
With other NIC cards same peer switch works well.

So please, apply this patch to standard ubuntu kernels

Regards

Francesc Oller

-- 
network card/driver (sis190) doesn't notice when cable is unplugged
https://bugs.launchpad.net/bugs/381196
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 381196] Re: network card/driver (sis190) doesn't notice when cable is unplugged

2009-08-15 Thread PrSdNt
Andy, I can confirm that the patch works on my Asus X71SL notebook with
sis190/191

Only one little thing remains though. I have to:

sudo ifconfig eth0 mtu 1492 up

if I want to go to any other site than google.

Thanks a lot!

-- 
network card/driver (sis190) doesn't notice when cable is unplugged
https://bugs.launchpad.net/bugs/381196
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 381196] Re: network card/driver (sis190) doesn't notice when cable is unplugged

2009-07-25 Thread Francesc Oller
Andy, patched kernel doesn't work for me. It seems that it depends on
cabling:

with a good UTP cable it fails, keeps autonegatiating! I get a bunch of:

eth0: auto-negotiating...
eth0: auto-negotiating...
eth0: auto-negotiating...
eth0: auto-negotiating...
...

with a home-made cable (worse quality) it works:

eth0: mii ext = 
eth0: mii lpa = 45e1 adv = 01e1
eth0: link on 100 Mbps Full Duplex mode
ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready

(no auto-negotiating traces)

A working workaround?

Francesc Oller

-- 
network card/driver (sis190) doesn't notice when cable is unplugged
https://bugs.launchpad.net/bugs/381196
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 381196] Re: network card/driver (sis190) doesn't notice when cable is unplugged

2009-07-25 Thread Francesc Oller
Seems to be related to #350386: [Jaunty] eth0 (not plugged) auto-
negotiating every 10s

Francesc Oller

-- 
network card/driver (sis190) doesn't notice when cable is unplugged
https://bugs.launchpad.net/bugs/381196
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 381196] Re: network card/driver (sis190) doesn't notice when cable is unplugged

2009-07-16 Thread Taylor Nelson
It is a well known phenomenom for ages that the ubuntu/debian/etc sis190
drivers fail to probe link status and generally suck the MANDRIVA and
supposedly mint drivers(althought I haven't tested them) DO WORK.
Ubuntu could you please do a quick ctrl+c /usr/src/mandriva-linux-2.6
.current-32bit/modules/net/sis190.c and port it over to x86 too please.
As I don't like using an x32 system just because of an ethernet driver.

Seriously it's taking way too long for you guys to fix thisez
just ctrl+c ctrl+v from mandriva source for x32
then patch over to amd64 

to help you find the sis190.c source here are instructions if you need 
them(seems like it, given this takes so damn long to fix):
goto mandriva.com
download spring linux edition
install
su root
urpmi kernel-source
(select a version)
cp /usr/src/the kernel source/drivers/net/sis190.c - Ubuntu souce

thanks... could you tell the people at debian they need to fix theirs as
well.

-- 
network card/driver (sis190) doesn't notice when cable is unplugged
https://bugs.launchpad.net/bugs/381196
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 381196] Re: network card/driver (sis190) doesn't notice when cable is unplugged

2009-06-23 Thread George Guimaraes
Andy,

I tested your linux-
image-2.6.28-14-generic_2.6.28-14.45~lp381196apw1_i386.deb and it works
as expected.

For me, this issue is solved.

Thanks a lot!

-- 
network card/driver (sis190) doesn't notice when cable is unplugged
https://bugs.launchpad.net/bugs/381196
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 381196] Re: network card/driver (sis190) doesn't notice when cable is unplugged

2009-06-23 Thread Andy Whitcroft
** Changed in: linux (Ubuntu)
   Status: New = In Progress

** Changed in: linux (Ubuntu)
 Assignee: (unassigned) = Andy Whitcroft (apw)

-- 
network card/driver (sis190) doesn't notice when cable is unplugged
https://bugs.launchpad.net/bugs/381196
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 381196] Re: network card/driver (sis190) doesn't notice when cable is unplugged

2009-06-23 Thread Andy Whitcroft
There is suggested patch on the upstream bug, pulled that down and
applied it to the Jaunty kernel.  If those of you affected by this issue
could test these kernels it would help a lot.  Please test them and
report back here.  The kernels can be found at the URL below:

http://people.ubuntu.com/~apw/lp381196-jaunty/

** Changed in: linux (Ubuntu)
   Status: In Progress = Incomplete

-- 
network card/driver (sis190) doesn't notice when cable is unplugged
https://bugs.launchpad.net/bugs/381196
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 381196] Re: network card/driver (sis190) doesn't notice when cable is unplugged

2009-06-01 Thread Daniel T Chen
** Also affects: linux via
   http://bugzilla.kernel.org/show_bug.cgi?id=11926
   Importance: Unknown
   Status: Unknown

-- 
network card/driver (sis190) doesn't notice when cable is unplugged
https://bugs.launchpad.net/bugs/381196
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 381196] Re: network card/driver (sis190) doesn't notice when cable is unplugged

2009-06-01 Thread Bug Watch Updater
** Changed in: linux
   Status: Unknown = Confirmed

-- 
network card/driver (sis190) doesn't notice when cable is unplugged
https://bugs.launchpad.net/bugs/381196
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 381196] Re: network card/driver (sis190) doesn't notice when cable is unplugged

2009-05-28 Thread George Guimaraes

** Attachment added: BootDmesg.txt
   http://launchpadlibrarian.net/27230311/BootDmesg.txt

** Attachment added: CurrentDmesg.txt
   http://launchpadlibrarian.net/27230312/CurrentDmesg.txt

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/27230313/Dependencies.txt

** Attachment added: HalComputerInfo.txt
   http://launchpadlibrarian.net/27230314/HalComputerInfo.txt

** Attachment added: Lspci.txt
   http://launchpadlibrarian.net/27230315/Lspci.txt

** Attachment added: ProcCpuinfo.txt
   http://launchpadlibrarian.net/27230316/ProcCpuinfo.txt

** Attachment added: ProcInterrupts.txt
   http://launchpadlibrarian.net/27230317/ProcInterrupts.txt

** Attachment added: ProcModules.txt
   http://launchpadlibrarian.net/27230318/ProcModules.txt

-- 
network card/driver (sis190) doesn't notice when cable is unplugged
https://bugs.launchpad.net/bugs/381196
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 381196] Re: network card/driver (sis190) doesn't notice when cable is unplugged

2009-05-28 Thread George Guimaraes

** Attachment added: sudo-lshw.log
   http://launchpadlibrarian.net/27230328/sudo-lshw.log

-- 
network card/driver (sis190) doesn't notice when cable is unplugged
https://bugs.launchpad.net/bugs/381196
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 381196] Re: network card/driver (sis190) doesn't notice when cable is unplugged

2009-05-28 Thread George Guimaraes
It may help... I hope someone can solve this...

I booted my notebook with a Ubuntu 9.04 netbook usb drive (because the
default live-CD doesn't work with my graphics card right-out-of-the-
box).

I booted with network cable disconnected. Here's the syslog:

May 28 15:09:38 ubuntu kernel: [  246.640044] eth0: auto-negotiating...
May 28 15:09:48 ubuntu kernel: [  256.664045] eth0: auto-negotiating...
May 28 15:09:58 ubuntu kernel: [  266.688043] eth0: auto-negotiating...
May 28 15:10:01 ubuntu /USR/SBIN/CRON[5347]: (root) CMD ([ -x 
/usr/sbin/update-motd ]  /usr/sbin/update-motd 2/dev/null)
May 28 15:10:08 ubuntu kernel: [  276.712049] eth0: auto-negotiating...
May 28 15:10:18 ubuntu kernel: [  286.737033] eth0: auto-negotiating...
May 28 15:10:28 ubuntu kernel: [  296.761026] eth0: auto-negotiating...
May 28 15:10:38 ubuntu kernel: [  306.784041] eth0: auto-negotiating...
May 28 15:10:48 ubuntu kernel: [  316.808044] eth0: auto-negotiating...
May 28 15:10:58 ubuntu kernel: [  326.832041] eth0: auto-negotiating...
May 28 15:11:08 ubuntu kernel: [  336.857041] eth0: auto-negotiating...
May 28 15:11:18 ubuntu kernel: [  346.880044] eth0: auto-negotiating...
May 28 15:11:28 ubuntu kernel: [  356.904047] eth0: auto-negotiating...
May 28 15:11:38 ubuntu kernel: [  366.928043] eth0: auto-negotiating...
May 28 15:11:49 ubuntu kernel: [  376.953048] eth0: auto-negotiating...
May 28 15:11:59 ubuntu kernel: [  386.977039] eth0: auto-negotiating...

now I plugged the cable in

May 28 15:12:09 ubuntu kernel: [  397.008042] eth0: mii ext = .
May 28 15:12:09 ubuntu NetworkManager: info  (eth0): carrier now ON (device 
state 2) 
May 28 15:12:09 ubuntu NetworkManager: info  (eth0): device state change: 2 
- 3 
May 28 15:12:09 ubuntu kernel: [  397.024041] eth0: mii lpa = 45e1 adv = 01e1.
May 28 15:12:09 ubuntu NetworkManager: info  Activation (eth0) starting 
connection 'Auto eth0' 
May 28 15:12:09 ubuntu kernel: [  397.024046] eth0: link on 100 Mbps Full 
Duplex mode.
May 28 15:12:09 ubuntu NetworkManager: info  (eth0): device state change: 3 
- 4 
May 28 15:12:09 ubuntu kernel: [  397.024416] ADDRCONF(NETDEV_CHANGE): eth0: 
link becomes ready
May 28 15:12:09 ubuntu NetworkManager: info  Activation (eth0) Stage 1 of 5 
(Device Prepare) scheduled... 
May 28 15:12:09 ubuntu NetworkManager: info  Activation (eth0) Stage 1 of 5 
(Device Prepare) started... 
May 28 15:12:09 ubuntu NetworkManager: info  Activation (eth0) Stage 2 of 5 
(Device Configure) scheduled... 
May 28 15:12:09 ubuntu NetworkManager: info  Activation (eth0) Stage 1 of 5 
(Device Prepare) complete. 
May 28 15:12:09 ubuntu NetworkManager: info  Activation (eth0) Stage 2 of 5 
(Device Configure) starting... 
May 28 15:12:09 ubuntu NetworkManager: info  (eth0): device state change: 4 
- 5 
May 28 15:12:09 ubuntu NetworkManager: info  Activation (eth0) Stage 2 of 5 
(Device Configure) successful. 
May 28 15:12:09 ubuntu NetworkManager: info  Activation (eth0) Stage 3 of 5 
(IP Configure Start) scheduled. 
May 28 15:12:09 ubuntu NetworkManager: info  Activation (eth0) Stage 2 of 5 
(Device Configure) complete. 
May 28 15:12:09 ubuntu NetworkManager: info  Activation (eth0) Stage 3 of 5 
(IP Configure Start) started... 
May 28 15:12:09 ubuntu NetworkManager: info  (eth0): device state change: 5 
- 7 
May 28 15:12:09 ubuntu NetworkManager: info  Activation (eth0) Beginning DHCP 
transaction. 
May 28 15:12:09 ubuntu NetworkManager: info  dhclient started with pid 5635 
May 28 15:12:09 ubuntu NetworkManager: info  Activation (eth0) Stage 3 of 5 
(IP Configure Start) complete. 
May 28 15:12:09 ubuntu dhclient: Internet Systems Consortium DHCP Client V3.1.1
May 28 15:12:09 ubuntu dhclient: Copyright 2004-2008 Internet Systems 
Consortium.
May 28 15:12:09 ubuntu dhclient: All rights reserved.
May 28 15:12:09 ubuntu dhclient: For info, please visit 
http://www.isc.org/sw/dhcp/
May 28 15:12:09 ubuntu dhclient: 
May 28 15:12:09 ubuntu dhclient: wmaster0: unknown hardware address type 801
May 28 15:12:09 ubuntu dhclient: wmaster0: unknown hardware address type 801
May 28 15:12:09 ubuntu NetworkManager: info  DHCP: device eth0 state changed 
(null) - preinit 
May 28 15:12:09 ubuntu dhclient: Listening on LPF/eth0/00:90:f5:76:56:a7
May 28 15:12:09 ubuntu dhclient: Sending on   LPF/eth0/00:90:f5:76:56:a7
May 28 15:12:09 ubuntu dhclient: Sending on   Socket/fallback
May 28 15:12:10 ubuntu avahi-daemon[4567]: Registering new address record for 
fe80::290:f5ff:fe76:56a7 on eth0.*.
May 28 15:12:12 ubuntu dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 
67 interval 6
May 28 15:12:12 ubuntu dhclient: DHCPOFFER of 192.168.1.130 from 192.168.1.1
May 28 15:12:12 ubuntu dhclient: DHCPREQUEST of 192.168.1.130 on eth0 to 
255.255.255.255 port 67
May 28 15:12:12 ubuntu dhclient: DHCPACK of 192.168.1.130 from 192.168.1.1
May 28 15:12:12 ubuntu NetworkManager: info  DHCP: device eth0 state changed 
preinit - bound 
May 28 15:12:12 ubuntu NetworkManager: 

[Bug 381196] Re: network card/driver (sis190) doesn't notice when cable is unplugged

2009-05-28 Thread George Guimaraes
It seems there's a bug in some devices (LinkChange doesn't get updated)
http://bugzilla.kernel.org/show_bug.cgi?id=11926

I'm trying to recompile this kernel module.


** Bug watch added: Linux Kernel Bug Tracker #11926
   http://bugzilla.kernel.org/show_bug.cgi?id=11926

-- 
network card/driver (sis190) doesn't notice when cable is unplugged
https://bugs.launchpad.net/bugs/381196
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs