WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

Re: [Xen-users] howto pciback and Ubuntu ?

To: Sébastien CRAMATTE <s.cramatte@xxxxxxxxxx>
Subject: Re: [Xen-users] howto pciback and Ubuntu ?
From: Christo Buschek <crito@xxxxxxxxxx>
Date: Wed, 13 Jun 2007 12:01:33 +0200
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Wed, 13 Jun 2007 02:58:58 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <466F9675.8060207@xxxxxxxxxx>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <466F9675.8060207@xxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
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

<Prev in Thread] Current Thread [Next in Thread>