Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 263894 - a bug about /etc/modules.d/dvb: it needs an /etc/modprobe.d/dvb
Summary: a bug about /etc/modules.d/dvb: it needs an /etc/modprobe.d/dvb
Status: VERIFIED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-26 19:59 UTC by Martin Gramatke
Modified: 2009-04-19 18:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Gramatke 2009-03-26 19:59:33 UTC
During boot I get this message:
"Please file a bug about /etc/modules.d/dvb: it needs an /etc/modprobe.d/dvb"

# cat /etc/modules.d/dvb
probeall /dev/dvb dvb-ttpci
alias /dev/dvb/* /dev/dvb
below dvb-ttpci alps_bsrv2 grundig_29504-401 grundig_29504-491 \
                ves1820 alps_tdmb7 alps_tdlb7 stv0299 evdev tda1004x

Unfortunately me and equery do not know to which package this file belongs.

Here is a guess:
# eix dvb -I
[I] media-libs/libdvbpsi
     Available versions:  0.1.1 0.1.2 0.1.3 ~0.1.4 ~0.1.4-r1 0.1.5 ~0.1.6 {doc}
     Installed versions:  0.1.5(03:12:12 PM 03/24/2009)(doc)
     Homepage:            http://www.videolan.org/libdvbpsi
     Description:         library for MPEG TS/DVB PSI tables decoding and generation

[I] media-tv/linuxtv-dvb-headers
     Available versions:  3.1
     Installed versions:  3.1(09:08:47 AM 03/17/2009)
     Homepage:            http://www.linuxtv.org
     Description:         Virtual Package installing the Header files for DVB

Please let me know if you need more information!

Reproducible: Always

Steps to Reproduce:
1. Appears as a boot message at every boot


Actual Results:  
everything works
Comment 1 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2009-03-26 22:38:19 UTC
(In reply to comment #0)
> Please let me know if you need more information!

Please post the output of the following command:

  qfile -Cv /etc/modules.d/dvb

In case you don't have "qfile" installed on your system, emerge app-portage/portage-utils
Comment 2 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2009-03-26 22:56:44 UTC
Reopen this bug when you provide the requested information.
Comment 3 Martin Gramatke 2009-03-27 20:49:13 UTC
# qfile -Cv /etc/modules.d/dvb
#

nothing.
Comment 4 Jeroen Roovers (RETIRED) gentoo-dev 2009-04-02 02:33:38 UTC
If no package owns that file, it should be safe to remove.
Comment 5 Martin Gramatke 2009-04-19 18:42:12 UTC
I deleted the file /etc/modules.d/dvb without any harm. The message is gone. Thanks.