[Buildroot] [PATCH v2] tvheadend: add dependency on udev

daggs daggs at gmx.com
Fri Jan 19 12:45:25 UTC 2018


Greetings Bernd,

> Sent: Sunday, January 14, 2018 at 12:22 AM
> From: "Bernd Kuhls" <bernd.kuhls at t-online.de>
> To: buildroot at uclibc.org
> Subject: Re: [Buildroot] [PATCH v2] tvheadend: add dependency on udev
>
> Am Sat, 13 Jan 2018 17:02:58 +0100 schrieb daggs:
> 
> > btw, just want to know, do you use a usb adapter?
> 
> Hi daggs,
> 
> yes, here are some snippets from lsusb -vv:
> 
> Bus 001 Device 006: ID 0b48:3017 TechnoTrend AG
>   iManufacturer           1 CityCom GmbH
>   iProduct                2 TechnoTrend USB2.0
> 
> https://cateee.net/lkddb/web-lkddb/DVB_USB_DVBSKY.html
this device is similar to what I have.

> 
> I am using tvheadend on a buildroot-built linux distro (fli4l) which does 
> not contain udev but uses BR2_ROOTFS_DEVICE_CREATION_STATIC=y, for this 
> distro I created personal packages adding the function I need. Therefore 
> I do not use buildroot-provided init scripts but instead coded my own 
> init script for tvheadend which suits my needs and works fine without an 
> udev daemon. For Kodi I need libudev[1] support for detecting my CEC-USB 
> adapter but again, no udev daemon needed.
> 
> My init scripts only contain one hardware-specific command relating to 
> tvheadend:
> 
> modprobe dvb_usb_dvbsky
> 
> Everything else worked out-of-the box after configuring all the kernel 
> modules needed for my USB device.
> 
> Regards, Bernd
> 
> [1] https://github.com/bkuhls/buildroot/tree/libudev

maybe this is what I need too. BR2_ROOTFS_DEVICE_CREATION_STATIC=y and modprobe the modules right before tvheadend boots.

I'll look into it.

Dagg.


More information about the buildroot mailing list