Gentoo Archives: gentoo-user

From: meino.cramer@×××.de
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Firmware loading problem
Date: Mon, 17 Jan 2011 16:14:03
Message-Id: 20110117161204.GB5748@solfire
In Reply to: Re: [gentoo-user] Firmware loading problem by Daniel Pielmeier
1 Hi Daniel,
2
3 Daniel Pielmeier <billie@g.o> [11-01-17 17:03]:
4 > 2011/1/17 <meino.cramer@×××.de>:
5 > > I am running a vanilla linux kernel version 2.6.37 .
6 > >
7 > > Furthermore in
8 > >
9 > >    /lib/firmware
10 > >
11 > > there is a folder called
12 > >
13 > >    av7110
14 > >
15 > > which I think contains the firmware for that card.
16 >
17 > I don't think this card needs a firmware. You just enabled to much dvb
18 > related stuff in your kernel configuration which results in the
19 > creation of this folder. I need the av7110 stuff here for my FF DVB-S
20 > card.
21 >
22 > What problem do you have with this card, normally dmesg should spit
23 > something out if there is firmware missing.
24
25 The problem is, that the channel selection does not work in a proper
26 way:
27
28 Suppose you have the channels:
29 A B C D E F G
30 *
31
32 * => currently selected channel
33
34 Now (in vlc) you press N for "next". "B" gets selected. "N"...nothing
35 happens. "N" .... "D" gets selected. "P" (previous) ... "C" gets
36 selected. Sometimes you have to go even three steps forward and two
37 backward to get a certain channel selected.
38 A few channel sometime are not selectable at all....
39
40 Same with mplayer...so it is not the player itsself...
41
42 What can I do?
43
44 Any help is very appreciated !:)
45
46 Best regards,
47 mcc
48
49
50 >
51 > > I read, that I need "hotplug" to load this firmware while booting.
52 > >
53 > > I did a
54 > >
55 > >    emerge hotplug
56 > >
57 > > which runs fine but gave me warning that I should emerge coldplug.
58 > >
59 > > Ok, so I did an additional
60 > >
61 > >    emerge coldplug
62 > >
63 > > which fails with
64 > >
65 > >    solfire:/home/mccramer>sudo emerge coldplug
66 > >    Calculating dependencies... done!
67 > >    [ebuild  N    ] sys-apps/coldplug-20040920-r1
68 > >    [blocks B     ] sys-apps/coldplug ("sys-apps/coldplug" is blocking sys-fs/udev-151-r4)
69 > >    [blocks B     ] >=sys-fs/udev-089 (">=sys-fs/udev-089" is blocking sys-apps/coldplug-20040920-r1)
70 > >
71 > >    * Error: The above package list contains packages which cannot be
72 > >    * installed at the same time on the same system.
73 > >
74 > >    (sys-apps/coldplug-20040920-r1, ebuild scheduled for merge) pulled in by
75 > >        coldplug
76 > >
77 > >
78 > > If I understand this correctly, I have to downgrade udev from udev-151
79 > > down to udev-089 to be able to install coldplug.
80 > >
81 > > Is this really needed? How can I install the firmware?
82 >
83 > I think the functionality from hot- and coldplug is now provided by
84 > udev thus the blocker.
85 >
86 > --
87 > Daniel Pielmeier
88 >

Replies

Subject Author
Re: [gentoo-user] Firmware loading problem Daniel Pielmeier <billie@g.o>