|
From: M. J. A. I. <jau...@tr...> - 2004-10-04 23:34:50
|
Howdy folks,
Your help would be greatly appreciated. I was able to install colinux and
get it to run using the TAP driver, but I decided that it better for me to
run with a bridged connection. (I had problem with the TAP interfaces
interfering with SMB shares to other computers on my network.) I installed
WinPcap and modified my config file based on the documentation I found in
the WIKI. But everytime I start colinux it crashes right away with,
"Experiment Program needs to close."
Obviously it's something in my network config line, since everything else
worked fine util I changed it. Unfortunately I found the "documentation" and
readme file less than helpful.
My network adapter is named "Main" - I changed it from "Local Area
Connection." I'm currently running Windows XP SP2.
I'd appreciate any input that you might have....
Thanks,
Jonathan
Here's my config file.
<?xml version="1.0" encoding="UTF-8"?>
<colinux>
<block_device index="0" path="\DosDevices\c:\coLinux\root_fs"
enabled="true" />
<block_device index="1" path="\DosDevices\c:\coLinux\swap_device"
enabled="true" />
<bootparams>root=/dev/cobd0</bootparams>
<image path="vmlinux" />
<memory size="256" />
<network index="0" name="Main" type="bridged" />
</colinux>
|