search for: ne2000

Displaying 20 results from an estimated 114 matches for "ne2000".

2006 Apr 25
3
NE2000 support in HVM domain
Has anyone gotten networking in an HVM domain to work with the emulated NE2000 rather than the emulated PCnet? I have Linux running in an HVM domain just fine with pcnet. If I change the config file to say ne2000=1, the tun0, vif0.1, and xenbr0 devices get created in dom0, the kernel in the HVM domain brings up eth0 OK (NE2000 support is built into the kernel), but I can...
2007 Nov 09
0
Xen network performance: default and ne2000
Hi all: I use Charito to test xen default network(pcnet), and ne2000 performance, to my surpise, the average throughput of the default is 40Mbps, but the average throughput of ne2000 is 18Mbps, how can this happen? Besides, I see from xen wiki that : "The default network card which QEMU uses in Vt-x is AMD PCnet-PCI II Ethernet Controller. (*file tools/ioem...
2006 Apr 28
0
FW: [PATCH] Enabling ne2000 can work under event driven mechanism
Most of them bases on latestest Qemu. The modifications are the below: Adding logic in ne2000_update_irq() avoids exceptional logic. Another modification is the ne2000_can_receive(), "if (index < boundary)" -> "if (index <= boundary)". Others based on lastest Qemu. But the latest Qemu adds new features, which not been added in the patch. The qemu uses pollin...
1999 Oct 28
3
3com 3c509
I have used 3Com 3c509 nic width bnc coax. I have experienced that these cards used width FreeBSD and Samba is unusable due to speed. I tried to change the 3com card with a NE2000 compatible card, and there was a major change in speed. Has anyone else experienced such problem. Asgeir Stangeland
2007 May 21
4
recompiling kernel results in error: .../linux-2.6.18.i686/arch//Makefile: No such file or directory
I have installed CentOS 5 with all updates. Also I have 2 ne2000 isa cards. In recompiling the kernel, I have been trying to follow the instructions on this URL: http://wiki.centos.org/HowTos/Custom_Kernel The complete error message I get is: Makefile:403: /home/cs/redhat/BUILD/kernel-2.6.18/linux-2.6.18.i686/arch//Makefile: No such file or directory I have...
1997 Dec 09
2
SAMBA digest 1518
...ll >> too slow. Copying large files takes about half a minute/meg on an > >i find that samba running on FreeBSD is also pathetically slow: 10 to 20 >k per second. adding "socket options = TCP_NODELAY" speeds this up by a >factor of ten to twenty, on a 10mb/s LAN with NE2000 cards. it hammers >the server, because it too only has an NE2000, but who cares :-) Hmmm, I hadn't had any problem's w/ my FreeBSD 2.2.2-RELEASE Samba, running on 100Mhz pentium, EZ2000 nic's thru xover cable to NT4SP3, also EZ2000 - copying a 7.4Mb .gz file from FreeBSD share to...
2006 Oct 26
7
"xm create winxp" causes my machine to hard reboot
...= ''hvm'' memory = 512 name = "winxp" vcpus = 1 vif = [ ''type=ioemu, bridge=xenbr0'' ] disk = [ ''file:/var/xen/images/WinXP.img,ioemu:hda,w'' ] device_model = ''/usr/lib/xen/bin/qemu-dm'' cdrom=''/dev/sr0'' ne2000=0 boot=''d'' Can anyone suggest what the problem might be? _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
1999 May 11
3
Samba's movin' SLOW! (fwd)
Can anyone shed some light on this subject? I don't have a clue where to begin looking. It's RHL 6.0, Samba 2.0.3, stock kernel. Kevin --- |\ _,,,---,,_ ZZZzz /,`.-'`' -. ;-;;,_ |,4- ) )-,_. ,\ ( `'-' Kevin Alan Pieckiel '---''(_/--' `-'_) kapieckiel@harding.edu (This message was written with
2008 Feb 25
4
cpu does not support long mode. use 32 bit distribution.
...:cdrom,r'' ] on_poweroff = ''destroy'' on_reboot = ''restart'' on_crash = ''destroy'' device_model = ''/usr/lib64/xen/bin/qemu-dm'' boot=''d'' sdl=0 vnc=1 vncviewer=0 stdvga=0 serial=''pty'' ne2000=0 usb=1 usbdevice=''tablet'' when i use : xm create /etc/xen/rhel51 -c i am able to see the installation screen of rhel by as press enter it gives me error as: Your cpu does not support long mode. use 32 bit distribution. what might be issue. as my server is intel xeon server(w...
2008 Sep 09
2
xen and Acronis boot disk
...;', ''file:/home/test/Acronis.iso,hdc:cdrom,r'' ] on_poweroff = ''destroy'' on_reboot = ''restart'' on_crash = ''destroy'' device_model = ''/usr/lib/xen-3.2-1/bin/qemu-dm'' cdrom = ''/dev/hdf'' sdl=0 ne2000=0 boot=''d'' vnc=1 logs: http://pastebin.com/m7dd92735 _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2009 May 12
7
Trying to install windows as guest
...; name="win01" vcpus=1 vif=[''type=ioemu,bridge=xenbr0''] disk = [ ''phy:vg/win01,sda,w'',''file:/mnt/winxp.iso,hdc:cdrom,r'' ] device_model=''/usr/lib/xen/bin/qemu-dm'' sdl=0 vnc=1 vncconsole=0 vncpasswd='''' ne2000=0 boot=''dc'' -----------</code>---------------------------------------- I have tried changing removing the "''file:/mnt/winxp.iso,hdc:cdrom,r''" line for the disk between reboots, but the thing will not create at all without it! I have also trie...
2008 Aug 07
1
Installing guest OS on Xen 3
...poweroff = "destroy" on_reboot = "restart" on_crash = "restart" vfb = [ "type=vnc,vncunused=1,keymap=en-us" ] disk = [ "tap:aio:/var/lib/xen/images/vm02.img,xvda,w" ] vif = [ "mac=00:16:3e:66:84:3c,bridge=xenbr0" ] cdrom='/dev/hda' ne2000=0 boot='d' Please Help! Thanks, Augustin -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos-virt/attachments/20080807/a3be9211/attachment-0004.html>
2005 Mar 09
0
Re: [Fwd: Re: etherboot 5.3.14 and pxelinux keyboard problem]
...01 err] > [PXENV_UDP_READ 0001 err] > [PXENV_UDP_READ 0001 err] > [PXENV_UDP_READ 0001 err] > [PXENV_UDP_READ 0001 err] > [PXENV_UDP_READ 0001 err] > > and so on.... > > As you can see with etherboot 5.3.14 and pxelinux.0-3.08-pre5 on the old > 486DX machine with the NE2000 NIC does not produce the [PXENV_UDP_READ > 0001 err] messages at the boot prompt whereas the AMD Athlon machine > with the 3Com 905B NIC does produce the messages. The [PXENV_UDP_READ 0001 err] messages are correct; it's pxelinux repeatedly calling the UDP_READ routine in order to make...
2002 Jun 29
1
Bug in Samba 2.2.4
Hi, The Samba Team! Sorry for my poor English (I am russian). I have 4 PC's in my home net: 1: Athlon 1.2GHz MB ABIT KT7 NetCard:PCI Realtec 8029 (Thin Ethernet) Win2k Rus(ver 5.00.2195) 2: P233MMX MB Phoenix Net:ISA NE2000 compatible Win 95 Rus (ver 4.00.950) 3: Server & router - P166 MB Tomato(?) Net: ISA NE2000 compatible, ISA Genius GE2000 Linux Red Hat 7.2 Kernel 2.4.18 Samba, PDC, Master browser (OS Level = 65) 4: My neighbour's PC: P4 MB Chaintech NetCard:PCI Realtec 8029 WinME Rus Linux configured as r...
2007 May 16
0
seqfault during kernel recompile...
I am using CentOS 5 with all updates installed. I have 2 isa ne2000 network cards in my computer. From running make xconfig both isa and ne2000 support needs to be compiled into the kernel instead of making them modules. Is this correct? During the recompile modsign.sh failed with a segfault. In researching, I found an email posted on Redhat that recommended s...
2007 Nov 27
16
Windows Vista in XVM
Dear Experts, Does anyone install Windows Vista on XVM successfully? I am using machine Sun x4600 with AMD 8218 cpu with virtualization feature. i installed OpenSolaris build 75, My installation steps: # svccfg -s xvm/xend setprop config/vncpasswd = astring: \"secret\" # svccfg -s xvm/xend setprop config/vnc-listen = astring: \"0.0.0.0\" # svccfg -s xvm/xend setprop
2006 Aug 25
1
Black screen
...;'hvm'' device_model = ''/usr/lib/xen/bin/qemu-dm'' kernel = ''/usr/lib/xen/boot/hvmloader'' name = ''vm1'' vif = [ ''type=ioemu,mac=00:16:3e:cf:ec:bd,bridge=xenbr0'' ] stdvga = 0 acpi=1 apic=1 sdl = 1 vnc = 0 vncviewer = 0 ne2000 = 0 localtime = 0 on_poweroff = ''destroy'' on_reboot = ''destroy'' on_crash = ''destroy'' boot = ''d'' cdrom = ''/dev/hdb'' I use this graphiccard: 05:02.0 VGA compatible controller: ATI Technologies Inc Rage XL (rev...
2005 May 27
0
[PATCH] ioemu: enable Cirrus VGA emulation
...no-unstable.mine/tools/ioemu/target-i386-dm/Makefile --- xeno-unstable.orig/tools/ioemu/target-i386-dm/Makefile 2005-05-25 07:48:57.000000000 -0400 +++ xeno-unstable.mine/tools/ioemu/target-i386-dm/Makefile 2005-05-27 15:24:56.000000000 -0400 @@ -272,6 +272,7 @@ # Hardware support VL_OBJS+= ide.o ne2000.o pckbd.o vga.o dma.o VL_OBJS+= fdc.o mc146818rtc.o serial.o i8259.o i8254.o pc.o port-e9.o +VL_OBJS+= cirrus_vga.o ifeq ($(TARGET_ARCH), ppc) VL_OBJS+= ppc.o ide.o ne2000.o pckbd.o vga.o $(SOUND_HW) dma.o $(AUDIODRV) Only in xeno-unstable.mine/tools/ioemu/target-i386-dm: Makefile.orig ____...
2003 Oct 05
1
Strange error 4.9RC1
After compiling the kernel 4.9RC1 dmesg gives the following error lpt0: Interrupt-driven port ppi0: <Parallel I/O> on ppbus0 ed1: <Realtek Plug & Play Ethernet Card> at port 0x220-0x23f irq 5 on isa0 ed1: address 52:54:40:28:83:9a, type NE2000 (16 bit) ad0: 4112MB <WDC AC24300L> [8912/15/63] at ata0-master WDMA2 Mounting root from ufs:/dev/ad0s1a module_register: module miibus/ukphy already exists! linker_file_sysinit "miibus.ko" failed to register! 17 module_register: module pci/ed already exists! linker_file_sysinit &qu...
1998 Sep 03
2
failed to set socket options
...ind successfully, but there was no mention of port 139, which the Samba documentation I have read indicates that this port is used by Samba. Any suggestions on how we can get the "socket options" and "??? timeout" to work would be greatly appreciated. The network adapter is an NE2000 in a 486DX2-66 with 16MB RAM. We are having a similar problem with an NE2000 in a PPro system. -- Hank Burton ===================================================================== Literati Information Technology, LLC wburton@literati.com PO Box 638 http://ww...