|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] howto pciback and Ubuntu ?
hello.
pciback is a functionality from the kernel. so this is how i got it
working under fesity:
root@dom0 # lspci
...
01:00.0 ISDN controller: Digium, Inc. Unknown device b410 (rev 01)
in /boot/grub/menu.lst add the following statement:
module /vmlinuz-2.6.19-4-server root=/dev/mapper/vg0-root ro
console=tty0 pciback.hide=(01:00.0) noirqdebug nousb
^^^^^^^^^^^^^^^^^^^^^^
use the pci id you got before from lspci
i had to disable usb in the bios and add the noirqdebug because my isdn
card conflicted with the interrupts of the usb controller.
after a reboot add to your xen config file the following statement:
pci = [ '01:00.0' ]
when you start your domU enter the console and check lspci. if
everything went okay you should see the following:
root@domU:~# lspci
00:00.0 ISDN controller: Digium, Inc. Unknown device b410 (rev 01)
greetinx
christo
On Wed, 2007-06-13 at 09:02 +0200, Sébastien CRAMATTE wrote:
> Hello,
>
> Does anyone could tell me how can I use pciback under Ubuntu ?
>
> I've got a telephony card for Asterisk and I find
> this document :
>
> http://www.crc.id.au/fedora-core-6-xen-and-asterisk/
>
>
> What happens seems that pciback module is unavailable under Ubuntu
> or compiled into the kernel ?
>
> Any tips are welcome
> Regards
>
> _______________________________________________
> Xen-users mailing list
> Xen-users@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-users
>
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|