search for: dl10050

Displaying 3 results from an estimated 3 matches for "dl10050".

Did you mean: 10050
2006 Mar 08
3
Kernel panic with load balancing
Hi! I''ve 5 DSL routers and a linux router in a switch. The linux router is doing NAT for a LAN network, but it freezes when I set up load balancing with this command: ip route add default proto static\ nexthop via 192.168.1.10 dev eth1\ nexthop via 192.168.1.20 dev eth1\ nexthop via 192.168.1.30 dev eth1\ nexthop via 192.168.1.40 dev eth1\ nexthop
2007 Apr 26
1
pciback.hide sundance
...n/xend-pci-quirks.sxp'' in the section tg3. And everything works fine. But in this case I have not found any further information about the pci_config_space_fields. Could anybody help me? Information about the DFE 580TX: # lspci -nn 12:04.0 Ethernet controller [0200]: D-Link System Inc DL10050 Sundance Ethernet [1186:1002] (rev 15) # lspci -vvv 12:04.0 Ethernet controller: D-Link System Inc DL10050 Sundance Ethernet (rev 15) Subsystem: D-Link System Inc DFE-580TX Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- Status:...
2006 Jul 30
0
xen networking and pci late binding
...ot to be part of the bridge. Am I missing something? I am using xen 3.0.2 with the default configuration (downloaded with yum) and FC5. Here is the lpsci: lspci | grep Ethernet 02:01.0 Ethernet controller: D-Link System Inc RTL8139 Ethernet (rev 10) 02:02.0 Ethernet controller: D-Link System Inc DL10050 Sundance Ethernet (rev 15) 02:0c.0 Ethernet controller: Intel Corporation 82540EM Gigabit Ethernet Controller (rev 02) and here is the script to bind/unbind: #!/bin/sh # ifdown eth0 ifdown dev1804289383 echo -n 0000:02:02.0 > /sys/bus/pci/drivers/sundance/unbind echo -n 0000:02:02.0 > /sy...