similar to: Latest kernel seems to have found my second NIC

Displaying 20 results from an estimated 2000 matches similar to: "Latest kernel seems to have found my second NIC"

2007 Aug 13
7
Forcing ifcfg-eth0 to use the same nic in multi nic machine
I am new to CentOS (coming from Fedora) and I really like it! I am having difficulty getting one of my machines to boot and assign the same designation of eth0 and eth1 to the same nics consistantly. I have an MSI motherboard with 2 nics on the board. Strangely enough both nics report the same MAC address. This is not an issue since I use the computer to route between two different subnets so
2012 Apr 14
1
guest boot randomly fails to load sky2 kernel module? restart usually clears it up.
i''m running Xen Host & Guest, both version xen-4.1.2/64-bit. i pass through an ethernet NIC from host to guest. it uses the standard Marvell ''sky2'' kernel module. when i start the guest, usually -- but not always -- the NIC gets properly passed through and setup, and is completely usable. if i shutdown & restart the Guest, sometimes -- maybe 20% of the time?
2010 Feb 15
0
Re: pv_ops kernel and network problems (checksumoffloading?)
Hi, I found this mail about network problems in the archive. I think I have the same network problems with a routing (with or without NAT) domU connected by two network bridges. The dom0 logs thousands of following messages: -- Attempting to checksum a non-TCP/UDP packet, dropping a protocol 1 packet -- and all outgoing TCP packets have wrong TCP checksums (traced on another machine on the
2007 Mar 19
0
Status of sky2 NIC lockup bug
Does anyone know if the "sky2 transmitter lockup" bug that was in 4.4 has been resolved in CentOS 5? This bug causes the sky2 NIC driver to lock up when transferring large amounts of data through the NIC. Here is a link to the bug at CentOS: http://bugs.centos.org/view.php?id=1540 The status still says "open". Thanks, Joe
2008 Mar 26
1
5.1 did not detect marvell e-net controller
on an ASUS P5K-E wifi (wifi disabled in bios) board with: 02:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8056 PCI-E Gigabit Ethernet Controller (rev 12) centos 5.1 did not configure the device. Anyone else see this or have a solution? Tried forcing sky2 module, but init just says device does not seem to be present even tho lspci shows it on the bus. Is there another kernel
2019 Nov 24
2
My ethernet is not listed in centOS 8 boot.iso
On 24/11/2019 14:33, Ebed wrote: > Hi, > > Here it is... > > > 05:00.0 Ethernet controller [0200]: Marvell Technology Group Ltd. 88E8039 > PCI-E Fast Ethernet Controller [11ab:4353] (rev 14) Thanks, that device requires the Marvell sky2 driver which is not supported in el8. I have built you a driver for CentOS 8.0 and uploaded it to the elrepo repository. It should be
2009 Jul 28
2
Two soundcards. Use both with wine. Problem
Hi, I have an integrated soundcard and I have just bought a new sound card to play UltraStar (open source karaoke) in the 2-players mode. This game is know to work fine with wine and the last time (three years ago?) that I did this, it worked without special configuration. But it was an older version of wine, ubuntu and ultrastar and now it seems not to work. The problem is that in the
2006 Sep 18
26
[Bug 512] poptop (pptpd) will not work if ip_nat_pptp loaded
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=512 ------- Additional Comments From kaber@trash.net 2006-09-18 07:36 MET ------- There are still some problems with the PPtP helper, I'm currently trying to fix these. Can you attach a tcpdump of a failed attempt please? -- Configure bugmail: https://bugzilla.netfilter.org/bugzilla/userprefs.cgi?tab=email ------- You are
2010 Feb 24
1
PXELINUX + LOCALBOOT disables network within operating system
Hi, I am using syslinux-3.85 (and before till 3.72) and I have seen a peculiar problem on a couple of machines that I have in my lab. The problem is that if the machine boots onto PXE, and then does a "LOCALBOOT 0", the networking component of the OS stops working !!! If I skip PXE boot, and just let the OS boot, the OS's networking is working fine. The problem is seen of all the
2012 Jul 07
3
[Bug 51809] New: jReality "Export->Image" on nouveau corrupts memory / locks up X server
https://bugs.freedesktop.org/show_bug.cgi?id=51809 Bug #: 51809 Summary: jReality "Export->Image" on nouveau corrupts memory / locks up X server Classification: Unclassified Product: Mesa Version: unspecified Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW
2006 Feb 19
2
Detecting second network interface
Me again. The ASUS P5N32-SLI motherboard in my new machine has dual NICs but CentOS has only detected one of them. I've tried rebooting with the network plugged in only to the second one, but kudzu still doesn't find it. Any suggestions?
2019 Nov 25
0
My ethernet is not listed in centOS 8 boot.iso
Many thanks Phil for the helps, now i have also installed elrepo kernel-ml just in case something goes wrong again. The driver helped me. On Sun, Nov 24, 2019, 22:36 Phil Perry <pperry at elrepo.org> wrote: > On 24/11/2019 14:33, Ebed wrote: > > Hi, > > > > Here it is... > > > > > > 05:00.0 Ethernet controller [0200]: Marvell Technology Group Ltd.
2005 Dec 01
2
Tyan S2891 and CentOS
I am trying to install CentOS to a server that has a Tyan S2891 motherboard, 2 Opteron 875 Dual Cores and 2GB of RAM. I have been able trying to install over a network but the tg3 driver will not load. I then installed from a DVD and on rebooting after the installation I cannot get the network drivers to load and the RAID controller in the PCI slot is not available. It seems that when I do an
2014 May 08
0
[PATCH] net: get rid of SET_ETHTOOL_OPS
I think that it may be appropriate to submit this patch for linux-next instead of 3.15-rc4... On Thu, May 8, 2014 at 1:53 PM, Wilfried Klaebe <w-lkml at lebenslange-mailadresse.de> wrote: > Dave Miller mentioned he'd like to see SET_ETHTOOL_OPS gone. > This does that. > > Compile tested only, but I'd seriously wonder if this broke anything. > > Suggested-by: Dave
2014 May 11
0
[PATCH] [resend] net: get rid of SET_ETHTOOL_OPS
SET_ETHTOOL_OPS is equivalent to : #define SET_ETHTOOL_OPS(netdev,ops) \ ( (netdev)->ethtool_ops = (ops) ) how it makes difference removing this code and replacing with the code mentioned ? On Sun, May 11, 2014 at 5:42 AM, Wilfried Klaebe <w-lkml at lebenslange-mailadresse.de> wrote: > net: get rid of SET_ETHTOOL_OPS > > Dave Miller mentioned he'd like to see
2014 May 11
0
[PATCH] [resend] net: get rid of SET_ETHTOOL_OPS
SET_ETHTOOL_OPS is equivalent to : #define SET_ETHTOOL_OPS(netdev,ops) \ ( (netdev)->ethtool_ops = (ops) ) how it makes difference removing this code and replacing with the code mentioned ? On Sun, May 11, 2014 at 5:42 AM, Wilfried Klaebe <w-lkml at lebenslange-mailadresse.de> wrote: > net: get rid of SET_ETHTOOL_OPS > > Dave Miller mentioned he'd like to see
2017 Jan 05
3
[PATCH net-next] net: make ndo_get_stats64 a void function
The network device operation for reading statistics is only called in one place, and it ignores the return value. Having a structure return value is potentially confusing because some future driver could incorrectly assume that the return value was used. Fix all drivers with ndo_get_stats64 to have a void function. Signed-off-by: Stephen Hemminger <sthemmin at microsoft.com> ---
2017 Jan 05
3
[PATCH net-next] net: make ndo_get_stats64 a void function
The network device operation for reading statistics is only called in one place, and it ignores the return value. Having a structure return value is potentially confusing because some future driver could incorrectly assume that the return value was used. Fix all drivers with ndo_get_stats64 to have a void function. Signed-off-by: Stephen Hemminger <sthemmin at microsoft.com> ---
2008 Aug 26
4
loading modules across reboots
I have a CentOS 5.2 install on a machine with the Marvell nic issue outlined in http://bugs.centos.org/view.php?id=2612. I have a few questions regarding this, what does the # echo "11ab 4364" > /sys/bus/pci/drivers/sky2/new_id line do? Obviously it starts right after but what specifically is the "11ab 4364" part? Also, how do I get this to load across reboots? I have the
2020 Apr 22
0
slow performance on company production server I need help
Correct, 3ware 9670SE SATA-II Raid PCIe [root at daisy dev]# lspci 00:00.0 Memory controller: NVIDIA Corporation CK804 Memory Controller (rev a3) 00:01.0 ISA bridge: NVIDIA Corporation CK804 ISA Bridge (rev a3) 00:01.1 SMBus: NVIDIA Corporation CK804 SMBus (rev a2) 00:02.0 USB controller: NVIDIA Corporation CK804 USB Controller (rev a2) 00:02.1 USB controller: NVIDIA Corporation CK804 USB