|
|
|
|
|
|
|
|
|
|
xen-users
[Xen-users] snapshot, vista, rtl8139=broken?
Hi there --
First off -- thanks for making vista work... and maybe I'm posting
this a bit too early :)
I'm having problems with today's snapshot (12621) getting vista to
receive traffic with the rtl8139. Seems as though it can originate
traffic ok, but it's not seeing any reply traffic.. (vista's
connection status screen confirms this with 232 packets sent, 0
received)....
I tried updating to the latest (v642) realtek drivers, as well as
trying different devices the driver supports. This is a new vista
install, so I don't know if the problem always existed or not. It is
working with the exact same setup under win2k3.
anyone have a similar problem or can perhaps offer some ideas?
Thanks in advance!
-Aaron Botsis
config:
import os, re
arch = os.uname()[4]
if re.search('64', arch):
arch_libdir = 'lib64'
else:
arch_libdir = 'lib'
kernel = "/usr/lib/xen/boot/hvmloader"
builder='hvm'
memory = 1024
shadow_memory = 8
name = "test"
pae=0
acpi=1
vif = [ 'type=ioemu, mac=00:16:3e:00:00:02,bridge=xenbr0']
disk = [ 'phy:/dev/vm/vistarc1,hda,w','file:/tmp/
driver.iso,hdc:cdrom,r' ]
device_model = '/usr/local/' + arch_libdir + '/xen/bin/qemu-dm'
boot="c"
sdl=0
vnc=1
vnclisten="0.0.0.0"
vncpasswd=''
stdvga=0
usb=1
usbdevice='tablet'
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-users] snapshot, vista, rtl8139=broken?,
Aaron Botsis <=
|
|
|
|
|