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

[Xen-users] mythbackend dvb cards...need some guidance...

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] mythbackend dvb cards...need some guidance...
From: "Tom Bishop" <bishoptf@xxxxxxxxx>
Date: Sun, 25 Mar 2007 00:58:21 -0500
Delivery-date: Sat, 24 Mar 2007 22:58:01 -0700
Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=qqH9O1b5E2xkbCX4Zmff86qU7lkNdKfdJXXeo2Xw99I+uc2sfVSfQOT6LkyvSSTM9V3pl2xT+k66H+/YzCG+PkO5ObmJYhSU/Hqm+qiIy6a5O0L7Igx8dSGmDI3N5KuxgD6e1HYWiPyWpsSYUItTMcMyJVN0ZaTJGbrkHPpkUZI=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=rUM/mrbLeUkejmAbKXDEk3z2JomO+vqkxL25PY0xhCFM7rGSJ3vxbjRLETFRpquZbh3iITomI4m/ibCypwyvh922vw0WaU2dIo//5LTkqqRqCymEXeocSDG9P+t4ED4BQydz7YLxdD+vNoe9pM/0qt1j8NWSAqL8wPfwV6YFW3k=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
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>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Trying to get a myth backend running in fedora core 6 and xend 3.0.3 but having some issues with the DVB ATSC card, I have removed it from Dom0 and presented it to my vm, but I am unable to scan for channels...this is what lspci looks like for the card:

lspci -v
00:00.0 Network controller: Techsan Electronics Co Ltd B2C2 FlexCopII DVB chip / Technisat SkyStar2 DVB card (rev 02)
       Subsystem: Techsan Electronics Co Ltd B2C2 FlexCopII DVB chip / Technisat SkyStar2 DVB card
       Flags: slow devsel, IRQ 18
       Memory at f7ff0000 (32-bit, non-prefetchable) [size=64K]
       I/O ports at ec00 [size=32]



Here is a part of the error message when scanning:

scandvb /usr/share/dvb-apps/atsc/us-ATSC-center-frequencies-8VSB
scanning /usr/share/dvb-apps/atsc/us-ATSC-center-frequencies-8VSB
using '/dev/dvb/adapter0/frontend0' and '/dev/dvb/adapter0/demux0'
main:2247: FATAL: failed to open '/dev/dvb/adapter0/frontend0': 2 No such file or directory

Here's is wher I removed the modules from dom0:

/sbin/rmmod b2c2_flexcop_pci
/sbin/rmmod b2c2_flexcop


Then I unbind...add new slot and then bind...
echo -n 0000:01:01.0 > /sys/bus/pci/drivers/b2c2_flexcop_pci/unbind
echo -n 0000:01: 01.0 > /sys/bus/pci/drivers/pciback/new_slot
echo -n 0000:01:01.0 > /sys/bus/pci/drivers/pciback/bind

Here's my xen config:

name = "rr-myth"
memory = "256"
disk = [ 'tap:aio:/var/images/rr-myth.img,xvda,w', ]
vif = [ 'mac=00:16:3e:4c:61:eb, bridge=trust', ]
uuid = "b56db1a1-38b8-8751-6e18-684b31f4b36c"
bootloader="/usr/bin/pygrub"
vcpus=1
pci=['01:01.0']
on_reboot   = 'restart'
on_crash    = 'restart'


Have been reading through but not sure if I've missed anything, everything looks good except this last piece, any help would be  much appreciated.  Thanks.
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>