* via-velocity: corrupted mac, deadlock on link
@ 2011-01-06 11:42 Janne Karhunen
2011-01-06 20:58 ` Stephen Hemminger
0 siblings, 1 reply; 3+ messages in thread
From: Janne Karhunen @ 2011-01-06 11:42 UTC (permalink / raw)
To: netdev
Hey,
Just got my hands on via-velocity pci-e card and tried to give it
a go on new Asus Nvidia Ion2 board. Driver loads fine and everything
seems good until device gets a link - kernel deadlocks instantly. During
bootup hang seems to happen when persistent-net rules rename device
to eth1, after bootup instantly when cable is plugged (first interrupt?).
Any other quick suggestions other than to throw it away as DOA?
Linux rivendell 2.6.35-23-generic #41-Ubuntu SMP Wed Nov 24 10:18:49
UTC 2010 i686 GNU/Linux
eth1 Link encap:Ethernet HWaddr 00:00:00:00:00:04 (??????????)
[ 1.171890] eth0: VIA Networking Velocity Family Gigabit Ethernet Adapter
[ 18.468029] via-velocity 0000:0b:00.0: BAR 0: set to [io
0xe800-0xe8ff] (PCI address [0xe800-0xe8ff]
[ 18.468048] via-velocity 0000:0b:00.0: BAR 1: set to [mem
0xfbfffc00-0xfbfffcff 64bit] (PCI address [0xfbfffc00-0xfbfffcff]
0b:00.0 Ethernet controller: VIA Technologies, Inc.
VT6120/VT6121/VT6122 Gigabit Ethernet Adapter (rev 82)
16: 0 0 0 0 IO-APIC-fasteoi
uhci_hcd:usb5
17: 0 0 0 0 IO-APIC-fasteoi eth1
18: 4639 4703 4637 4690 IO-APIC-fasteoi
uhci_hcd:usb4, ahci, hda_intel, nvidia
19: 0 0 0 1 IO-APIC-fasteoi
uhci_hcd:usb3, xhci_hcd:usb6
23: 14772 14895 14872 14730 IO-APIC-fasteoi
ehci_hcd:usb1, uhci_hcd:usb2
40: 0 0 0 0 PCI-MSI-edge pciehp
41: 0 0 0 0 PCI-MSI-edge pciehp
42: 0 0 0 0 PCI-MSI-edge pciehp
43: 0 0 0 0 PCI-MSI-edge pciehp
52: 10951 10844 10829 10926 PCI-MSI-edge eth0
--
// Janne
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: via-velocity: corrupted mac, deadlock on link
2011-01-06 11:42 via-velocity: corrupted mac, deadlock on link Janne Karhunen
@ 2011-01-06 20:58 ` Stephen Hemminger
2011-01-07 15:31 ` Janne Karhunen
0 siblings, 1 reply; 3+ messages in thread
From: Stephen Hemminger @ 2011-01-06 20:58 UTC (permalink / raw)
To: Janne Karhunen; +Cc: netdev
On Thu, 6 Jan 2011 13:42:03 +0200
Janne Karhunen <janne.karhunen@gmail.com> wrote:
> Hey,
>
> Just got my hands on via-velocity pci-e card and tried to give it
> a go on new Asus Nvidia Ion2 board. Driver loads fine and everything
> seems good until device gets a link - kernel deadlocks instantly. During
> bootup hang seems to happen when persistent-net rules rename device
> to eth1, after bootup instantly when cable is plugged (first interrupt?).
>
> Any other quick suggestions other than to throw it away as DOA?
>
> Linux rivendell 2.6.35-23-generic #41-Ubuntu SMP Wed Nov 24 10:18:49
> UTC 2010 i686 GNU/Linux
>
> eth1 Link encap:Ethernet HWaddr 00:00:00:00:00:04 (??????????)
>
> [ 1.171890] eth0: VIA Networking Velocity Family Gigabit Ethernet Adapter
> [ 18.468029] via-velocity 0000:0b:00.0: BAR 0: set to [io
> 0xe800-0xe8ff] (PCI address [0xe800-0xe8ff]
> [ 18.468048] via-velocity 0000:0b:00.0: BAR 1: set to [mem
> 0xfbfffc00-0xfbfffcff 64bit] (PCI address [0xfbfffc00-0xfbfffcff]
>
> 0b:00.0 Ethernet controller: VIA Technologies, Inc.
> VT6120/VT6121/VT6122 Gigabit Ethernet Adapter (rev 82)
>
> 16: 0 0 0 0 IO-APIC-fasteoi
> uhci_hcd:usb5
> 17: 0 0 0 0 IO-APIC-fasteoi eth1
> 18: 4639 4703 4637 4690 IO-APIC-fasteoi
> uhci_hcd:usb4, ahci, hda_intel, nvidia
> 19: 0 0 0 1 IO-APIC-fasteoi
> uhci_hcd:usb3, xhci_hcd:usb6
> 23: 14772 14895 14872 14730 IO-APIC-fasteoi
> ehci_hcd:usb1, uhci_hcd:usb2
> 40: 0 0 0 0 PCI-MSI-edge pciehp
> 41: 0 0 0 0 PCI-MSI-edge pciehp
> 42: 0 0 0 0 PCI-MSI-edge pciehp
> 43: 0 0 0 0 PCI-MSI-edge pciehp
> 52: 10951 10844 10829 10926 PCI-MSI-edge eth0
To debug, remove the udev rule that does renaming
cd /lib/udev
mkdir save; mv rules.d/75-persistent-net-generator-rules save
and remove any rules
rm /etc/udev/70-persistent-net.rules
Then after bootup you can debug problem.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: via-velocity: corrupted mac, deadlock on link
2011-01-06 20:58 ` Stephen Hemminger
@ 2011-01-07 15:31 ` Janne Karhunen
0 siblings, 0 replies; 3+ messages in thread
From: Janne Karhunen @ 2011-01-07 15:31 UTC (permalink / raw)
To: Stephen Hemminger; +Cc: netdev
On Thu, Jan 6, 2011 at 10:58 PM, Stephen Hemminger
<shemminger@vyatta.com> wrote:
> To debug, remove the udev rule that does renaming
> cd /lib/udev
> mkdir save; mv rules.d/75-persistent-net-generator-rules save
> and remove any rules
> rm /etc/udev/70-persistent-net.rules
>
> Then after bootup you can debug problem.
Yeah.. before wasting anyones time with this, will have the
board replaced just in case. Looks suspicious enough already.
Thanks.
--
// Janne
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-01-07 15:31 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-06 11:42 via-velocity: corrupted mac, deadlock on link Janne Karhunen
2011-01-06 20:58 ` Stephen Hemminger
2011-01-07 15:31 ` Janne Karhunen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).