On Saturday 06 February 2010 20:33:58 Tom Evans wrote: > On Sat, Feb 6, 2010 at 4:47 PM, Hans Petter Selasky <[email protected]> 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 _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-usb To unsubscribe, send any mail to "[email protected]"
