linux-hotplug.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Alexander E. Patrakov" <patrakov@ums.usu.ru>
To: linux-hotplug@vger.kernel.org
Subject: Re: udev 070 not create dvb device
Date: Wed, 26 Oct 2005 02:44:17 +0000	[thread overview]
Message-ID: <435EED81.3090509@ums.usu.ru> (raw)
In-Reply-To: <20051015141800.26330.qmail@web34812.mail.mud.yahoo.com>

lukkinosat wrote:

>--- Kay Sievers <kay.sievers@vrfy.org> wrote: 
>  
>
>>Seems you miss the firmware for the device.
>>Just put all firmware files in /lib/firmware/.
>>    
>>
>
>Hi
>
>In /lib/firmware there is the file dvb-ttpci-01.fw and
>with udev-058 it works, but with udev > 058 nothing
>:-(
>  
>
LFS udev/hotplug setup is horribly broken wrt running handlers for 
firmware/module loading for at least three weeks since my report:

http://www.mail-archive.com/lfs-dev@linuxfromscratch.org/msg03236.html

I seriously recommend forgetting the distro that doesn't fix its current 
known bugs with known fix but instead plans (without much understanding 
of the underlying mechanisms) to remove the hotplug package. IMHO that 
would be too early before upstream provides a patchless way to do so, 
approves it in the documentation and doesn't mark it as obsolete for at 
least a month. In the meanwhile, you can fix it by rebuilding udev with 
the following instructions:

# udev-071 required because of the bug in 070 Makefile

make EXTRAS=extras/run_directory/
make EXTRAS=extras/run_directory/ install
cp ../udev-config-4.rules /etc/udev/rules.d/25-lfs.rules
echo 'ENV{UDEVD_EVENT}="1", RUN+="/sbin/udev_run_hotplugd"' >>/etc/udev/rules.d/25-lfs.rules
echo 'RUN+="/sbin/udev_run_devd"' >>/etc/udev/rules.d/25-lfs.rules
install -m644 -D docs/writing_udev_rules/index.html \
         /usr/share/doc/udev-071/index.html


The setup above is known obsolete but works. You can use a more modern 
approach for firmware loading,

make EXTRAS=extras/firmware/
make EXTRAmake EXTRAS=extras/firmware/ install
cp ../udev-config-4.rules /etc/udev/rules.d/25-lfs.rules
echo 'ACTION="add", SUBSYSTEM="firmware", ENV{FIRMWARE}="*", RUN+="/sbin/firmware_helper"' >>/etc/udev/rules.d/25-lfs.rules
install -m644 -D docs/writing_udev_rules/index.html \
         /usr/share/doc/udev-071/index.html


That will not load modules for hotplug events out of the box. See 
examples that contain the "MODALIAS" and "modprobe" words in the example 
RedHat udev rules distributed with the udev package. But that's far 
ahead of what LFS does now :)

-- 
Alexander E. Patrakov


-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
_______________________________________________
Linux-hotplug-devel mailing list  http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel

  parent reply	other threads:[~2005-10-26  2:44 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-10-15 14:18 udev 070 not create dvb device lukkinosat
2005-10-18  5:45 ` Greg KH
2005-10-19 11:19 ` lukkinosat
2005-10-19 13:18 ` Alexander E. Patrakov
2005-10-22  6:58 ` lukkinosat
2005-10-22 13:28 ` Alexander E. Patrakov
2005-10-23  7:01 ` lukkinosat
2005-10-23 20:34 ` Kay Sievers
2005-10-24  6:31 ` lukkinosat
2005-10-24 17:51 ` Kay Sievers
2005-10-26  2:44 ` Alexander E. Patrakov [this message]
2005-10-26  6:45 ` Matthew Burgess
2005-10-26  7:46 ` Alexander E. Patrakov
2005-10-26 11:35 ` lukkinosat
2005-10-26 12:32 ` Alexander E. Patrakov
2005-10-26 15:07 ` Greg KH
2005-10-26 15:52 ` Greg KH
2005-10-26 18:25 ` Kay Sievers
2005-10-27  2:53 ` Olivier Blin
2005-10-27  4:28 ` Alexander E. Patrakov
2005-10-27 13:48 ` Kay Sievers
2005-10-27 14:48 ` Alexander E. Patrakov
2005-10-27 15:21 ` Marco d'Itri
2005-10-27 15:50 ` Alexander E. Patrakov
2005-10-27 15:51 ` Alexander E. Patrakov
2005-10-27 16:24 ` Marco d'Itri
2005-10-28  1:43 ` Kay Sievers

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=435EED81.3090509@ums.usu.ru \
    --to=patrakov@ums.usu.ru \
    --cc=linux-hotplug@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).