Date: Sat, 6 Feb 2010 22:42:46 +0100 From: Hans Petter Selasky <hselasky@c2i.net> To: Tom Evans <tevans.uk@googlemail.com> Cc: freebsd-multimedia@freebsd.org, freebsd-usb@freebsd.org Subject: Re: [FreeBSD 8/9] USB webcamd and video4bsd: Call for testing Message-ID: <201002062242.46699.hselasky@c2i.net> In-Reply-To: <2e027be01002061133y794a6753r6741a6c1085c707c@mail.gmail.com> References: <201001101437.37269.hselasky@c2i.net> <201002061747.03214.hselasky@c2i.net> <2e027be01002061133y794a6753r6741a6c1085c707c@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Saturday 06 February 2010 20:33:58 Tom Evans wrote: > On Sat, Feb 6, 2010 at 4:47 PM, Hans Petter Selasky <hselasky@c2i.net> wrote: > > See: > > > > http://raaf.atspace.org/dvbusb > > > > Hope you get it working! > > > > --HPS > > Thanks for you help on irc today Hans, much appreciated. > > I think there is still a little more to do to get the dvb devices > working properly. All the apps, mplayer, the scan utility from raaf's > dvbusb package, are expecting a v4l device structure - eg > /dev/adapterN/{demux,frontend}n . I tried coercing the simple scan > utility to look at /dev/video0, but that didn't do the trick. > Hi, You could also try: mkdir /dev/adapter0 ln -s /dev/video0 /dev/adapter0/demux ln -s /dev/video0 /dev/adapter0/frontend Probably we need to look a little bit closer at which devices are created and what their minor and major numbers are and map them correctly to their corresponding devices. --HPS
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201002062242.46699.hselasky>