From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Razza" Date: Wed, 09 May 2007 17:49:44 +0000 Subject: RE: udev problem DVB-S/T Cards Message-Id: <000001c79262$6e085a80$4a190f80$@com> List-Id: References: <000301c78982$db8615e0$929241a0$@com> In-Reply-To: <000301c78982$db8615e0$929241a0$@com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-hotplug@vger.kernel.org Razza wrote on 07 May 2007 18:19: > Matthias Schwarzott wrote on 03 May 2007 13:14: > > Yes, this is the case-statement I changed last time. > > As I did not have my changes (deleted long ago) I needed to redo it. > > Result is attached. The only change is duplicating one of those > > statementes. > > ---------8< SNIP! >8--------- > > I just switched back to blacklisting all dvb-modules, and load them > in > > well known order. > > Matthias thanks for the work you have done, do I simply paste the > contents > of your file into my path_id file? I don't think the diff file will work with my version of path_id, firstly as the directory for path_id on my system is in /sbin, even if I point patch at the right file it errors. So from the .diff file, what is the correct format which should appear in /sbin/path_id, I will manually type it (probably cut and paste!). The contents of the .diff file is: --- /lib/udev/path_id.old 2007-05-03 14:03:39.000000000 +0200 +++ /lib/udev/path_id 2007-05-03 14:04:08.000000000 +0200 @@ -549,6 +549,10 @@ handle_device echo "ID_PATH=$d" ;; + dvb) + handle_device + echo "ID_PATH=$d" + ;; *) RESULT=1 ;; Thanks again! If you could provide me with advice on "blacklisting all dvb-modules, and loading them in well known order." Off list that would be great too, I just want my system to work! ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ 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