Hi. Vista is up fine, but the network isn''t working. :( [b75a, Intel DP35DP Motherboard, Intel Core 2 Quad Q6600 Processor.] Here''s what is shown for networking: This computer does not have a network adapter installed and configured The drivers for this device are not installed. (Code 28) Vista *is* finding an Ethernet Controller (PCI bus 0, device 4, function 0), but cannot choose a driver for it. Is there some special driver I should use? I''ve got this in my vif entry: vif = [ ''type=ioemu, model=ne2k_pci'' ] Also, when I try this: vif = [ ''type=ioemu, bridge=e1000g, model=ne2k_pci'' ] for xm create in my vista.py, I get: # xm create vista.py Using config file "./vista.py". Error: # dmesg output looks like this: (XEN) HVM22: ata1 master: QEMU HARDDISK ATA-7 Hard-Disk (20002 MBytes) (XEN) HVM22: ata1 slave: Unknown device (XEN) HVM22: (XEN) HVM22: Booting from CD-Rom... (XEN) irq.c:190: Dom22 PCI link 0 changed 5 -> 0 (XEN) irq.c:190: Dom22 PCI link 1 changed 6 -> 0 (XEN) irq.c:190: Dom22 PCI link 2 changed 10 -> 0 (XEN) irq.c:190: Dom22 PCI link 3 changed 11 -> 0 (XEN) x86_emulate.c:1203:d22 Instr: 0f 2b (XEN) x86_emulate.c:1203:d22 Instr: 0f 2b (XEN) x86_emulate.c:1203:d22 Instr: 0f 2b (XEN) x86_emulate.c:1203:d22 Instr: 0f 2b <snip> Any ideas? --Robs
Hi Robert,> Also, when I try this: > > vif = [ ''type=ioemu, bridge=e1000g, model=ne2k_pci'' ]Looks like you''re missing a digit after e1000g... - Russ
Russ Blaine wrote:> Hi Robert, > >> Also, when I try this: >> >> vif = [ ''type=ioemu, bridge=e1000g, model=ne2k_pci'' ] > > Looks like you''re missing a digit after e1000g...Thanks. Argh. Yeah, that took care of not being able to specify the bridge... adding "0" did the trick. Vista still cannot load the driver, however. When I do a scan with Vista, I get: Found New Hardware Windows needs to install driver software for your Ethernet Controller I''ve tried scanning and specifying, but nothing works. --Robs> > - Russ
Robert Sohigian wrote:> Argh. Yeah, that took care of not being able to specify the bridge... > adding "0" did the trick. > > Vista still cannot load the driver, however. > > When I do a scan with Vista, I get: > > Found New Hardware > Windows needs to install driver software for your Ethernet Controller > > I''ve tried scanning and specifying, but nothing works.Hmm I''m afraid I can''t be of much help here. You must be using a different release of Vista; the version I have works fine with qemu''s pcinet emulation. I imagine others in the xen community have had this same problem, so I''d check the xen forums to see what they''ve been doing with Vista.