[Bug 341444] Re: SiS190 ethernet driver fails in 64 bits Kubuntu Jaunty.

2013-10-27 Thread chag
** Also affects: linux (Debian)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/341444

Title:
  SiS190 ethernet driver fails in 64 bits Kubuntu Jaunty.

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/341444/+subscriptions

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


[Bug 341444] Re: SiS190 ethernet driver fails in 64 bits Kubuntu Jaunty.

2012-10-31 Thread Bug Watch Updater
** Changed in: linux
   Status: Confirmed = Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/341444

Title:
  SiS190 ethernet driver fails in 64 bits Kubuntu Jaunty.

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/341444/+subscriptions

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


[Bug 341444] Re: SiS190 ethernet driver fails in 64 bits Kubuntu Jaunty.

2011-07-14 Thread Brad Figg
This bug was filed against a series that is no longer supported and so
is being marked as Won't Fix. If this issue still exists in a supported
series, please file a new bug.

This change has been made by an automated script, maintained by the
Ubuntu Kernel Team.

** Changed in: linux (Ubuntu)
   Status: Confirmed = Won't Fix

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/341444

Title:
  SiS190 ethernet driver fails in 64 bits Kubuntu Jaunty.

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/341444/+subscriptions

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


[Bug 341444] Re: SiS190 ethernet driver fails in 64 bits Kubuntu Jaunty.

2011-02-04 Thread Maci
Hi!

 As far as I can remember, bug was fixed in 2.6.31.9 upstream kernel,
though mtu needs to be set to 1492 to get the NIC work properly.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/341444

Title:
  SiS190 ethernet driver fails in 64 bits Kubuntu Jaunty.

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


[Bug 341444] Re: SiS190 ethernet driver fails in 64 bits Kubuntu Jaunty.

2011-02-04 Thread Bug Watch Updater
** Changed in: linux
   Importance: Unknown = Medium

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/341444

Title:
  SiS190 ethernet driver fails in 64 bits Kubuntu Jaunty.

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


[Bug 341444] Re: SiS190 ethernet driver fails in 64 bits Kubuntu Jaunty.

2009-07-22 Thread Tobi Mayer
Well, i did something wrong. It works, great! Thank you!

-- 
SiS190 ethernet driver fails in 64 bits Kubuntu Jaunty.
https://bugs.launchpad.net/bugs/341444
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 341444] Re: SiS190 ethernet driver fails in 64 bits Kubuntu Jaunty.

2009-07-21 Thread Tobi Mayer
Made that change to my 2.6.29.4 kernel. Did not change anything. The
problem still remains here.

-- 
SiS190 ethernet driver fails in 64 bits Kubuntu Jaunty.
https://bugs.launchpad.net/bugs/341444
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 341444] Re: SiS190 ethernet driver fails in 64 bits Kubuntu Jaunty.

2009-07-20 Thread Maci
It looks like something going to be happen:

Sérgio M Basto  from bugzilla.kernel.org posted a patch for sis190
driver which - hopefully - fix our problem with this driver with 64bit
kernel.

Here is the kernel git tree:
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=744c6b2976778ac6944e580fc413842df85be84e

And the patch:
--- a/drivers/net/sis190.c
+++ b/drivers/net/sis190.c
@@ -539,8 +539,8 @@ static bool sis190_try_rx_copy(struct sis190_private *tp,
if (!skb)
goto out;
 
-   pci_dma_sync_single_for_device(tp-pci_dev, addr, pkt_size,
-  PCI_DMA_FROMDEVICE);
+   pci_dma_sync_single_for_cpu(tp-pci_dev, addr, tp-rx_buf_sz,
+   PCI_DMA_FROMDEVICE);
skb_reserve(skb, 2);
skb_copy_to_linear_data(skb, sk_buff[0]-data, pkt_size);
*sk_buff = skb;

Please commit this patch as soon as possible to the stable x86_64 Ubuntu
and Kubuntu kernels to start testing the fixed driver.

-- 
SiS190 ethernet driver fails in 64 bits Kubuntu Jaunty.
https://bugs.launchpad.net/bugs/341444
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 341444] Re: SiS190 ethernet driver fails in 64 bits Kubuntu Jaunty.

2009-05-19 Thread Taylor Nelson
The driver fails to detect link status and fails to provide any sort of
connection, I have successfully patched the driver with the link
detection code found in the mandriva sis190.c to no avail.  I named my
patched version 1.3(1.2 didn't work either).

[9.017402] sis190 Gigabit Ethernet driver 1.3 loaded.
[9.017427] sis190 :00:04.0: PCI INT A - GSI 19 (level, low) - IRQ 19
[9.017439] sis190 :00:04.0: setting latency timer to 64
[9.622308] eth0: RGMII mode.
[9.622312] eth0: Enabling Auto-negotiation.
[  362.907773] ADDRCONF(NETDEV_UP): eth0: link is not ready

ifconfig eth0
eth0  Link encap:Ethernet  HWaddr 00:24:8c:95:50:8c  
  UP BROADCAST 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:0xdead

ethtool eth0
Settings for eth0:
...
Port: MII
PHYAD: 1
Transceiver: internal
Auto-negotiation: on
Current message level: 0x0037 (55)
Link detected: no

00:04.0 Ethernet controller: Silicon Integrated Systems [SiS] 191 Gigabit 
Ethernet Adapter (rev 02)
Subsystem: ASUSTeK Computer Inc. Device 1815
Flags: bus master, medium devsel, latency 0, IRQ 19
Memory at f9ffcc00 (32-bit, non-prefetchable) [size=128]
I/O ports at cc00 [size=128]
Capabilities: [40] Power Management version 2
Kernel driver in use: sis190
Kernel modules: sis190

-- 
SiS190 ethernet driver fails in 64 bits Kubuntu Jaunty.
https://bugs.launchpad.net/bugs/341444
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 341444] Re: SiS190 ethernet driver fails in 64 bits Kubuntu Jaunty.

2009-04-20 Thread Bug Watch Updater
** Changed in: linux
   Status: Unknown = Confirmed

-- 
SiS190 ethernet driver fails in 64 bits Kubuntu Jaunty.
https://bugs.launchpad.net/bugs/341444
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 341444] Re: SiS190 ethernet driver fails in 64 bits Kubuntu Jaunty.

2009-04-19 Thread davideotape
** Also affects: linux via
   http://bugzilla.kernel.org/show_bug.cgi?id=12090
   Importance: Unknown
   Status: Unknown

-- 
SiS190 ethernet driver fails in 64 bits Kubuntu Jaunty.
https://bugs.launchpad.net/bugs/341444
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 341444] Re: SiS190 ethernet driver fails in 64 bits Kubuntu Jaunty.

2009-04-19 Thread Maci
Problem still exists in Ubuntu 9.04 RC.

-- 
SiS190 ethernet driver fails in 64 bits Kubuntu Jaunty.
https://bugs.launchpad.net/bugs/341444
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 341444] Re: SiS190 ethernet driver fails in 64 bits Kubuntu Jaunty.

2009-04-16 Thread komputes
I can confirm this bug on Ubuntu Jaunty 64-beta, but for me it just
started recently. I'm not sure what triggers it but it seems to work at
full speed before loading the graphical desktop. So if I boot into
recovery mode and run 'netroot' and 'dpkg' scripts, packages come in at
500 kB/s. In the graphical environment they get pulled in at 16kB/s.

My internet connection speed (from speedtest.net) has dropped from
5+Mb/s down to 0.25 Mb/s. Other computers on the network get full speed,
so it is not my ISP. Also, this computer booted on an 8.10 or 9.04 Beta
Live CD (without updates) and they both get full speed.

Hardware: Laptop - Acer Aspire 5002
00:04.0 Ethernet controller [0200]: Silicon Integrated Systems [SiS] SiS900 PCI 
Fast Ethernet [1039:0900] (rev 91)  
  
Subsystem: Acer Incorporated [ALI] Device [1025:0083]   
   
Kernel driver in use: sis900
   
Kernel modules: sis900   

** Changed in: linux (Ubuntu)
   Status: New = Confirmed

-- 
SiS190 ethernet driver fails in 64 bits Kubuntu Jaunty.
https://bugs.launchpad.net/bugs/341444
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 341444] Re: SiS190 ethernet driver fails in 64 bits Kubuntu Jaunty.

2009-04-16 Thread komputes
Sorry, I confused the driver on this bug (sis190) with my issue with sis900. I 
have created this new bug for my hardware:
https://bugs.edge.launchpad.net/ubuntu/+source/linux/+bug/362457

Keeping status Confirmed since Maci has confirmed Iñigo Lekanda's bug. 
It may be helpful if one of you can upload the output of the following command 
to see the sis190 module loaded. 
 
$ lspci -vvnn | grep -A20 -i ethernet  ~/lspci-vvnn.txt

It would also be useful to check the speed before the graphical desktop
is loaded (in recover mode).

-- 
SiS190 ethernet driver fails in 64 bits Kubuntu Jaunty.
https://bugs.launchpad.net/bugs/341444
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 341444] Re: SiS190 ethernet driver fails in 64 bits Kubuntu Jaunty.

2009-04-14 Thread Maci
Also with 64bit Kubuntu 9.04 Beta and also 64bit Ubuntu 9.04 Beta. :S

Another link : http://bugzilla.kernel.org/show_bug.cgi?id=12090

I've got ASUS laptop with F5SL motherboard:

ubu...@ubuntu:~$ lspci -nn
00:00.0 Host bridge [0600]: Silicon Integrated Systems [SiS] 671MX [1039:0671]
00:01.0 PCI bridge [0604]: Silicon Integrated Systems [SiS] PCI-to-PCI bridge 
[1039:0004]
00:02.0 ISA bridge [0601]: Silicon Integrated Systems [SiS] SiS968 [MuTIOL 
Media IO] [1039:0968] (rev 01)
00:02.5 IDE interface [0101]: Silicon Integrated Systems [SiS] 5513 [IDE] 
[1039:5513] (rev 01)
00:03.0 USB Controller [0c03]: Silicon Integrated Systems [SiS] USB 1.1 
Controller [1039:7001] (rev 0f)
00:03.1 USB Controller [0c03]: Silicon Integrated Systems [SiS] USB 1.1 
Controller [1039:7001] (rev 0f)
00:03.3 USB Controller [0c03]: Silicon Integrated Systems [SiS] USB 2.0 
Controller [1039:7002]
00:04.0 Ethernet controller [0200]: Silicon Integrated Systems [SiS] 191 
Gigabit Ethernet Adapter [1039:0191] (rev 02)
00:05.0 IDE interface [0101]: Silicon Integrated Systems [SiS] SATA Controller 
/ IDE mode [1039:1183] (rev 03)
00:06.0 PCI bridge [0604]: Silicon Integrated Systems [SiS] PCI-to-PCI bridge 
[1039:000a]
00:07.0 PCI bridge [0604]: Silicon Integrated Systems [SiS] PCI-to-PCI bridge 
[1039:000a]
00:0f.0 Audio device [0403]: Silicon Integrated Systems [SiS] Azalia Audio 
Controller [1039:7502]
01:00.0 VGA compatible controller [0300]: ATI Technologies Inc Mobility Radeon 
HD 3400 Series [1002:95c4]
02:00.0 Ethernet controller [0200]: Atheros Communications Inc. AR242x 
802.11abg Wireless PCI Express Adapter [168c:001c] (rev 01)

When I trying to ping my gateway:

ubu...@ubuntu:~$ ping 192.168.7.254
PING 192.168.7.254 (192.168.7.254) 56(84) bytes of data.
From 192.168.4.51 icmp_seq=2 Destination Host Unreachable
From 192.168.4.51 icmp_seq=3 Destination Host Unreachable
From 192.168.4.51 icmp_seq=4 Destination Host Unreachable
From 192.168.4.51 icmp_seq=5 Destination Host Unreachable
From 192.168.4.51 icmp_seq=6 Destination Host Unreachable


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

-- 
SiS190 ethernet driver fails in 64 bits Kubuntu Jaunty.
https://bugs.launchpad.net/bugs/341444
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 341444] Re: SiS190 ethernet driver fails in 64 bits Kubuntu Jaunty.

2009-03-28 Thread Iñigo Lekanda
Also with 64bits Beta.

-- 
SiS190 ethernet driver fails in 64 bits Kubuntu Jaunty.
https://bugs.launchpad.net/bugs/341444
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 341444] Re: SiS190 ethernet driver fails in 64 bits Kubuntu Jaunty.

2009-03-14 Thread Iñigo Lekanda
Also with 64bits Alpha6.

-- 
SiS190 ethernet driver fails in 64 bits Kubuntu Jaunty.
https://bugs.launchpad.net/bugs/341444
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 341444] Re: SiS190 ethernet driver fails in 64 bits Kubuntu Jaunty.

2009-03-11 Thread Austin Lund
** Changed in: linux (Ubuntu)
Sourcepackagename: None = linux

-- 
SiS190 ethernet driver fails in 64 bits Kubuntu Jaunty.
https://bugs.launchpad.net/bugs/341444
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