Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Jun 2008 15:46:03 GMT
From:      Alex Keda <admin@lissyara.su>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/124489: new port - driver for DVB S-1401 PCI card.
Message-ID:  <200806111546.m5BFk3tF013820@www.freebsd.org>
Resent-Message-ID: <200806111550.m5BFo6ds054458@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         124489
>Category:       misc
>Synopsis:       new port - driver for DVB S-1401 PCI card.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 11 15:50:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Alex Keda
>Release:        7.0-RC1
>Organization:
USSR
>Environment:
FreeBSD hosting.lissyara.su 7.0-RC1 FreeBSD 7.0-RC1 #0: Mon Dec 24 10:10:07 UTC 2007     root@driscoll.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
Driver for SkyStar3 (PCI DVB Card - Digital Video Broadcasting) written by 'paradox' (http://paradox.org.ua). Work only Internet access, fishing, but no video.
Support only chip DVB S-1401.
>How-To-Repeat:

>Fix:
driver =)

Patch attached with submission follows:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	net/ttbudget
#	net/ttbudget/Makefile
#	net/ttbudget/pkg-descr
#	net/ttbudget/pkg-plist
#	net/ttbudget/pkg-message
#	net/ttbudget/distinfo
#
echo c - net/ttbudget
mkdir -p net/ttbudget > /dev/null 2>&1
echo x - net/ttbudget/Makefile
sed 's/^X//' >net/ttbudget/Makefile << 'END-of-net/ttbudget/Makefile'
X# New ports collection makefile for:	SkyStar3
X# Date created:		07 June 2008
X# Whom:			Alex Keda <admin@lissyara.su>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	ttbudget
XPORTVERSION=	1
XCATEGORIES=	net
XMASTER_SITES=	http://paradox.org.ua/ \
X		http://lissyara.su/patch/skystar3/
XDISTNAME=	${PORTNAME}_${PORTVERSION}
X
XMAINTAINER=	admin@lissyara.su
XCOMMENT=	Driver for 'TechnoTrend budget DVB S-1401' (SkyStar3)
X
XUSE_BZIP2=	yes
XBUILD_WRKSRC=	${WRKDIR}/${DISTNAME}
XSYSDIR?=	${SRC_BASE}/sys
XKMODDIR=	/boot/modules
XPLIST_SUB+=	KMODDIR=${KMODDIR}
X
Xpre-fetch:
X.if !exists(${SYSDIR}/Makefile)
X	@${ECHO} "*************************************************"; \
X	${ECHO}  "This port requires the kernel source be available"; \
X	${ECHO}  "*************************************************"; \
X	exit 1
X.endif
X
Xpost-install:
X	@${CAT} ${PKGMESSAGE}
X
X.include <bsd.port.mk>
END-of-net/ttbudget/Makefile
echo x - net/ttbudget/pkg-descr
sed 's/^X//' >net/ttbudget/pkg-descr << 'END-of-net/ttbudget/pkg-descr'
XA driver for DVB S-1401 PCI card. Written by paradox (http://paradox.org.ua/).
XIn this version of the driver there is no support of TV. Only data.
X
XFor additional information, see readme in source tarball
X
XWWW: http://paradox.org.ua/
END-of-net/ttbudget/pkg-descr
echo x - net/ttbudget/pkg-plist
sed 's/^X//' >net/ttbudget/pkg-plist << 'END-of-net/ttbudget/pkg-plist'
Xbin/dvbconfig
X@cwd %%KMODDIR%%
Xttbudget.ko
X@unexec /bin/rm %D/ttbudget.ko.symbols 2>/dev/null || /usr/bin/true
X@unexec kldxref %D
END-of-net/ttbudget/pkg-plist
echo x - net/ttbudget/pkg-message
sed 's/^X//' >net/ttbudget/pkg-message << 'END-of-net/ttbudget/pkg-message'
X
X*********************************************************************
XTo use these drivers, make sure that you have loaded the skystar3
Xkernel module, by doing
X
X       # kldload ttbudget
X
Xor adding
X
X       ttbudget_load="YES"
X
Xto your /boot/loader.conf.
X*********************************************************************
X
X
END-of-net/ttbudget/pkg-message
echo x - net/ttbudget/distinfo
sed 's/^X//' >net/ttbudget/distinfo << 'END-of-net/ttbudget/distinfo'
XSIZE (ttbudget_1.tar.bz2) = 33215
XMD5 (ttbudget_1.tar.bz2) = e351c71361b78ef286098bb36618de23
XSHA256 (ttbudget_1.tar.bz2) = 45472cabb3ca1cbd20f5c88f60ef731bcd02b2ebd2c3c4a8a7731021a5bb878c
END-of-net/ttbudget/distinfo
exit



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200806111546.m5BFk3tF013820>