Try this :)

<?xml version="1.0" encoding="UTF-8"?>
<colinux>
    <!-- This line needs to point to your root file system. 
         For example change "root_fs" to the name of the Debian image.
         Inside coLinux it will be /dev/cobd0 -->
    <block_device index="0" path="\DosDevices\c:\program
files\coLinux\astwind-root-debian.fs" 
    enabled="true" />
    
    <!-- This line can specify a swap file if you wish, or an additional
         image file, it will /dev/cobd1. Additional block_devices can
         be specified in the same manner by increasing the index -->

    <block_device index="1" path="\DosDevices\c:\program
files\coLinux\swap_device" 
    enabled="true" />

    <!-- bootparams allows you to pass kernel boot parameters -->
    <bootparams>root=/dev/cobd0</bootparams>

    <!-- image allows you to specify the kernel to boot -->
    <image path="vmlinux" />

    <!-- this line allows you to specify the amount of memory available 
         to coLinux -->
    <memory size="64" />

    <!-- This allows you to modify networking parameters, see the README 
         or website for more information -->
    <network index="0" name="SiS NIC SISNIC" type="bridged" />
</colinux>


-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of hank smith
Sent: Friday, September 10, 2004 1:11 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [Asterisk-Users] astwind has any one got this thing to work?

I have a SiS 900 PCI Fast Ethernet Adapter what do I put in there or is that

what I put in the xml file?
----- Original Message ----- 
From: "Greg Boehnlein" <[EMAIL PROTECTED]>
To: "Asterisk Users Mailing List - Non-Commercial Discussion" 
<[EMAIL PROTECTED]>
Sent: Thursday, September 09, 2004 9:03 PM
Subject: RE: [Asterisk-Users] astwind has any one got this thing to work?


> On Wed, 8 Sep 2004, Chris HARIGA wrote:
>
>> I make it work!!!!!!
>>
>> My Astwind is up and running!
>> Now is 11:53 PM and I'm going to bed. Tomorrow morning I will post how I 
>> fix
>> the Ethernet connection.
>
> I bet you followed the following directions! ;)
>
> From: http://www.colinux.org/wiki/index.php/coLinuxNetworking
>
> "If in doubt, the name of the card can be found in colinux-daemon startup
> log as follows:
>
>  bridged-net-daemon: Checking adapter: NDIS 5.0 driver
>  bridged-net-daemon: Checking adapter: TAP VPN Adapter.
>  bridged-net-daemon: No matching adapter
>  Error initializing winPCap
> The correct name here is "NDIS 5.0 driver" and not "Karta Realtek
> RTL8139(A) PCI Fast Ethernet Adapter". It may help to use the default
> console, rather than the NT-Native (as the initial window has scrollback).
> I tried it with winpcap v 3.0 and 3.1beta. Currently works well with 3.1
> beta"
>
> --
>    Vice President of N2Net, a New Age Consulting Service, Inc. Company
>         http://www.n2net.net Where everything clicks into place!
>                             KP-216-121-ST
>
>
>
> _______________________________________________
> Asterisk-Users mailing list
> [EMAIL PROTECTED]
> http://lists.digium.com/mailman/listinfo/asterisk-users
> To UNSUBSCRIBE or update options visit:
>   http://lists.digium.com/mailman/listinfo/asterisk-users 

----------------------------------------
My Inbox is protected by SPAMfighter
1047 spam mails have been blocked so far.
Download free www.spamfighter.com today!
_______________________________________________
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to