search for: rtl8139

Displaying 20 results from an estimated 377 matches for "rtl8139".

2006 Nov 15
3
qemu/rtl8139: Max transmit frame size
...cing it with a straight failure? Cheers, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <herbert@gondor.apana.org.au> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- diff -r f026d4091322 tools/ioemu/hw/rtl8139.c --- a/tools/ioemu/hw/rtl8139.c Tue Nov 14 18:52:58 2006 +0000 +++ b/tools/ioemu/hw/rtl8139.c Wed Nov 15 15:35:24 2006 +1100 @@ -2001,8 +2001,13 @@ static int rtl8139_cplus_transmit_one(RT while (s->cplus_txbuffer && s->cplus_txbuffer_offset + txsize >= s->cplus_txbuffer...
2002 Jun 25
1
weird rtl8139-problem
hi, have changed a ethercard, because the oldone was defect. Now I got a realtec8139 and would install it into my winbox98, but have a lot of troubles. the driver rtl8139.sys seems to be defect or has something trouble, win98 tells me, the driver couldn't be installed. Have downloaded again the drivers for rtl8139, but the same problem appears. Is anybody there, who could help here ? the winbox should be reconnected to my samba-server 2.2.5 on a redhat 7.1 b...
2011 Feb 01
2
[PATCH] libxl: change default HVM emulated network card to rtl8139
xend uses rtl8139, and we want xl to be compatible with xm. Some older operating systems don''t have e1000 drivers, and we want widest compatibility rather than best performance (people who want good performance are best advised to use PV-on-HVM drivers). We''ll probably switch to a new default whe...
2004 Oct 13
6
[Fwd: Re: ssh and cs LAG]
Got some solutions myself. LAG is caused by : NETDEV WATCHDOG eth0 timeout this is caused bacause of problems with rtl8139 network card in kernel 2.6.x Solutions : 1.add in lilo.conf : append="noapic" 2.turn apic off in bios 3.if u have 2 rtl8139 cards, then exchange one with some other card type (chipset) btw. all above was found in various polish forums, but none has worked for me. im switching kernel b...
2014 Oct 08
3
Re: sr-vio on intel while virsh chooses rtl8139 for model type
...est and Intel's >> VF on host, no? > This can safely be ignored - in the case of an SRIOV VF that is assigned > to the guest using PCI passthrough device assignment, the "model" > attribute is meaningless, but libvirt will always fill in the default > value (which is rtl8139) in the XML to prevent surprises if the default > emulated NIC model ever changes. > > (I am assuming that you're using either <interface type='hostdev'> or > <interface type='network'> pointint to a network that has <forward > mode='hostdev'...
2014 Oct 03
2
sr-vio on intel while virsh chooses rtl8139 for model type
hi everybody I'd presume virsh makes the best possible choice, right? It is that just seems bit... odd having realtek in guest and Intel's VF on host, no? regards
2012 Mar 22
1
Bug#665070: xen: FTBFS: make[8]: *** No rule to make target `/usr/lib/ipxe/rtl8139.rom', needed by `eb-roms.h'. Stop.
...t; make[7]: Entering directory `/?PKGBUILDDIR?/debian/build/build-utils_amd64/tools/firmware' > /usr/bin/make -C etherboot all > make[8]: Entering directory `/?PKGBUILDDIR?/debian/build/build-utils_amd64/tools/firmware/etherboot' > make[8]: *** No rule to make target `/usr/lib/ipxe/rtl8139.rom', needed by `eb-roms.h'. Stop. > make[8]: Leaving directory `/?PKGBUILDDIR?/debian/build/build-utils_amd64/tools/firmware/etherboot' > make[7]: *** [subdir-all-etherboot] Error 2 The full build log is available from: http://people.debian.org/~lucas/logs/2012/03/21/xen_4.1...
2014 Oct 08
0
Re: sr-vio on intel while virsh chooses rtl8139 for model type
...>>> VF on host, no? >> This can safely be ignored - in the case of an SRIOV VF that is assigned >> to the guest using PCI passthrough device assignment, the "model" >> attribute is meaningless, but libvirt will always fill in the default >> value (which is rtl8139) in the XML to prevent surprises if the default >> emulated NIC model ever changes. >> >> (I am assuming that you're using either <interface type='hostdev'> or >> <interface type='network'> pointint to a network that has <forward >> m...
2014 Oct 03
0
Re: sr-vio on intel while virsh chooses rtl8139 for model type
...dd having realtek in guest and Intel's > VF on host, no? This can safely be ignored - in the case of an SRIOV VF that is assigned to the guest using PCI passthrough device assignment, the "model" attribute is meaningless, but libvirt will always fill in the default value (which is rtl8139) in the XML to prevent surprises if the default emulated NIC model ever changes. (I am assuming that you're using either <interface type='hostdev'> or <interface type='network'> pointint to a network that has <forward mode='hostdev'>. If you are instea...
2016 Feb 09
0
[PATCH 2/4] v2v: introduce requested guestcaps type
...string; gcaps_acpi : bool; } +and requested_guestcaps = { + rcaps_block_bus : guestcaps_block_type option; + rcaps_net_bus : guestcaps_net_type option; + rcaps_video : guestcaps_video_type option; +} and guestcaps_block_type = Virtio_blk | IDE and guestcaps_net_type = Virtio_net | E1000 | RTL8139 and guestcaps_video_type = QXL | Cirrus +let string_of_block_type block_type = + (match block_type with + | Virtio_blk -> "virtio-blk" + | IDE -> "ide") +let string_of_net_type net_type = + (match net_type with + | Virtio_net -> "virtio-net" + | E...
2016 Feb 20
0
[PATCH v2 2/4] v2v: introduce requested guestcaps type
...string; gcaps_acpi : bool; } +and requested_guestcaps = { + rcaps_block_bus : guestcaps_block_type option; + rcaps_net_bus : guestcaps_net_type option; + rcaps_video : guestcaps_video_type option; +} and guestcaps_block_type = Virtio_blk | IDE and guestcaps_net_type = Virtio_net | E1000 | RTL8139 and guestcaps_video_type = QXL | Cirrus +let string_of_block_type block_type = + (match block_type with + | Virtio_blk -> "virtio-blk" + | IDE -> "ide") +let string_of_net_type net_type = + (match net_type with + | Virtio_net -> "virtio-net" + | E...
2010 Oct 10
1
Problems with libvirt / qemu
...bvirt with "virsh start" I get "Booting from Hard Disk... Boot failed: not a bootable disk No bootable device" This is the command-line I use to start the guest (which works) "cd /var/lib/kvm/Wilmer; /usr/bin/qemu-system-x86_64 --enable-kvm \ -net nic,vlan=1,model=rtl8139,macaddr=DE:ED:BE:EF:01:03 -net tap,vlan=1,ifname=qtap13,script=no,downscript=no \ -net nic,vlan=3,model=rtl8139,macaddr=DE:ED:BE:EF:03:03 -net tap,vlan=3,ifname=qtap33,script=no,downscript=no \...
2011 Sep 06
1
Centos Realtek Network driver for Realtek RTL8139/810x Family Fast Ethernet NIC
Greetings, I am tearing my hair at getting this to work under centos 5.5/Ubuntu 10.04. Any suggesstions (Repos, RPMs etc)? My MB Intel embedded NIC blow up after a lightning (Mumbai get _real_ heavy mansoon rains inter alia). I want this to make work under Centos 5.x (and 6.x subsequently who DVD I have been downloading with a pithy 128kbps connection). -- Regards, Rajagopal
2010 Apr 13
5
Easy way to replace gPXE ROM?
This may be a better question for the Xen-Devel list, but I''ll start here... Does anyone know if there is any easy way to replace the gPXE ROM with a newer version in Xen? Also, anyone know if there are any plans to have some sort of option in the domU config file to specify a boot rom? Looks like qemu-dm has an "-option-rom" option - is there any way in Xen to make use of
2011 Aug 27
6
Improve speed virtual machine
Hi, I have XEN 3.3 on Centos 5.4, my network interface have link 1 Gbps I want improve speed of network interface on virtual machine, from 100Mbps to 1Gpbs. Somebody have link that show do this ? Thank . -- *Bruno Steven - Administrador de sistemas* *LPIC-2 / MCSA-Windows 2003 / CompTIA Security+ * _______________________________________________ Xen-users mailing list
2016 Nov 01
1
[PATCH] v2v: glance: Set hw_video_model property to qxl|cirrus (RHBZ#1374651).
...hanged, 4 insertions(+) diff --git a/v2v/output_glance.ml b/v2v/output_glance.ml index e38b172..179448b 100644 --- a/v2v/output_glance.ml +++ b/v2v/output_glance.ml @@ -92,6 +92,10 @@ object | Virtio_net -> "virtio" | E1000 -> "e1000" | RTL8139 -> "rtl8139"); + "hw_video_model", + (match guestcaps.gcaps_video with + | QXL -> "qxl" + | Cirrus -> "cirrus"); "architecture", guestcaps.gcaps_arch; "hypervisor_type",...
2023 Mar 07
1
[COMMON PATCH v2 2/4] inject_virtio_win: add Virtio_SCSI to block_type
.../mlcustomize/inject_virtio_win.ml +++ b/mlcustomize/inject_virtio_win.ml @@ -51,7 +51,7 @@ type t = { the user to select where they want to get drivers from. XXX *) } -type block_type = Virtio_blk | IDE +type block_type = Virtio_blk | Virtio_SCSI | IDE and net_type = Virtio_net | E1000 | RTL8139 and machine_type = I440FX | Q35 | Virt diff --git a/mlcustomize/inject_virtio_win.mli b/mlcustomize/inject_virtio_win.mli index 0ced02e..58169e1 100644 --- a/mlcustomize/inject_virtio_win.mli +++ b/mlcustomize/inject_virtio_win.mli @@ -20,7 +20,7 @@ type t (** Handle *) -type block_type = V...
2023 Mar 10
1
[COMMON PATCH v3 2/4] inject_virtio_win: add Virtio_SCSI to block_type
.../mlcustomize/inject_virtio_win.ml +++ b/mlcustomize/inject_virtio_win.ml @@ -51,7 +51,7 @@ type t = { the user to select where they want to get drivers from. XXX *) } -type block_type = Virtio_blk | IDE +type block_type = Virtio_blk | Virtio_SCSI | IDE and net_type = Virtio_net | E1000 | RTL8139 and machine_type = I440FX | Q35 | Virt diff --git a/mlcustomize/inject_virtio_win.mli b/mlcustomize/inject_virtio_win.mli index 0ced02e..58169e1 100644 --- a/mlcustomize/inject_virtio_win.mli +++ b/mlcustomize/inject_virtio_win.mli @@ -20,7 +20,7 @@ type t (** Handle *) -type block_type = V...
2007 Dec 21
0
[Virtio-for-kvm] [PATCH 4/7] userspace virtio
From bf5361f9b8b00f85e93cddf853f8f7f449c8d8c2 Mon Sep 17 00:00:00 2001 From: Dor Laor <dor.laor@qumranet.com> Date: Sun, 9 Dec 2007 12:17:36 +0200 Subject: [PATCH] Add NIC vendor option to kvm python script It allows picking other NIC vendors than rtl8139. Use --nictype=xxx, the ddefault is rtl8139. Signed-off-by: Dor Laor <dor.laor@qumranet.com> --- kvm | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/kvm b/kvm index 0374fbc..2a7dc85 100755 --- a/kvm +++ b/kvm @@ -55,6 +55,12 @@ optparser.add_option('--no-...
2008 Feb 07
0
[PATCH] ioemu: use POSIX int type
ioemu: use POSIX int type (already upstream) Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com> diff -r 2adf154d17c2 tools/ioemu/hw/rtl8139.c --- a/tools/ioemu/hw/rtl8139.c Thu Feb 07 10:47:20 2008 +0000 +++ b/tools/ioemu/hw/rtl8139.c Thu Feb 07 12:04:07 2008 +0000 @@ -1468,7 +1468,7 @@ static void rtl8139_BasicModeCtrl_write( DEBUG_PRINT(("RTL8139: BasicModeCtrl register write(w) val=0x%04x\n", val)); /* mask unw...