DVB-T drivers

Check the multimedia mailinglist, there was a port mentioned which supports some pci dvb-t cards.
 
Hi

Dont know but do FreeBSD supports DVB-T devices? I have got a USB DVB-T Stick from MSI and i hope to get them running to watch TV :) It seems it haves a Rtl2832UDVB Chip build in.
Code:
root@worlddomination ~src # usbconfig
ugen0.1: <OHCI root HUB nVidia> at usbus0, cfg=0 md=HOST spd=FULL (12Mbps) pwr=ON
ugen1.1: <EHCI root HUB nVidia> at usbus1, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=ON
ugen2.1: <OHCI root HUB nVidia> at usbus2, cfg=0 md=HOST spd=FULL (12Mbps) pwr=ON
ugen3.1: <EHCI root HUB nVidia> at usbus3, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=ON
ugen1.2: <product 0x1000 vendor 0x090c> at usbus1, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=ON
ugen3.2: <Rtl2832UDVB Realtek> at usbus3, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=ON
ugen1.3: <USB2.0 Hub vendor 0x05e3> at usbus1, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=SAVE
ugen1.4: <Microsoft LifeCam Microsoft> at usbus1, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=ON
ugen1.5: <ISSCEDRBTA ISSC> at usbus1, cfg=0 md=HOST spd=FULL (12Mbps) pwr=ON
ugen1.6: <USB Trackball Logitech> at usbus1, cfg=0 md=HOST spd=LOW (1.5Mbps) pwr=ON
kind regards
Darko Hojnk
 
Try to start webcamd manually and see if it attaches to the dvb-t device.
If it doesn't work, you might need to load some firmware file first.
 
rtl28xxu USB DVB-T tuners now supported

minimike said:
Hi

Dont know but do FreeBSD supports DVB-T devices? I have got a USB DVB-T Stick from MSI and i hope to get them running to watch TV :) It seems it haves a Rtl2832UDVB Chip build in.
Late reply but better late than never... :)

multimedia/webcamd since version 3.7.0.4 now contains the new Linux rtl28xxu driver so your stick may now indeed work, or if not possibly only its usbids need to be added to the driver. See also: http://wiki.freebsd.org/WebcamCompat.

HTH,
Juergen
 
Back
Top