Xen 
 
Home About Xen.org Xen Xen Summit Wiki Mailing List Bug Tracker Xen Downloads
 
   
 

xen-users

[Xen-users] snapshot, vista, rtl8139=broken?

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] snapshot, vista, rtl8139=broken?
From: Aaron Botsis <aaron@xxxxxxxxxxxxxxxx>
Date: Wed, 29 Nov 2006 22:20:13 -0600
Delivery-date: Thu, 30 Nov 2006 05:23:51 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-users@xxxxxxxxxxxxxxxx
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
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 <=