Create XEN Hylafax domain
- Read more about Create XEN Hylafax domain
- Log in to post comments
# redirect your ISDN card on dom0
http://www.panticz.de/xen_pci_delegation
# set domU parameter
[ -z $DOMAIN_NAME ] && DOMAIN_NAME=fax
[ -z $DOMAIN_MAC ] && DOMAIN_MAC=00:00:00:00:fa:fa
[ -z $DOMAIN_RAM ] && DOMAIN_RAM=256Mb
[ -z $DOMAIN_HDD ] && DOMAIN_HDD=2Gb
[ -z $DOMAIN_PCI ] && DOMAIN_PCI=04:05.0
# create domU
http://www.panticz.de/DomU-Debian-Squeeze
# redirect avm usb card
echo "pci=['${DOMAIN_PCI}']" >> /etc/xen/${DOMAIN_NAME}
echo "extra = 'iommu=soft'" >> /etc/xen/${DOMAIN_NAME}
# start domU
xm create -c ${DOMAIN_NAME}
# install AVM FRITZ!Card PCI kernel moud