Mailinglist Archive: opensuse-bugs (4173 mails)
| < Previous | Next > |
[Bug 514394] nvidia: generate supplements (responsible for KMP autoselection) independantly of the driver
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Fri, 19 Jun 2009 09:58:45 -0600
- Message-id: <20090619155845.CC98424550D@xxxxxxxxxxxxxxxxxxxxxx>
http://bugzilla.novell.com/show_bug.cgi?id=514394
User agruen@xxxxxxxxxx added comment
http://bugzilla.novell.com/show_bug.cgi?id=514394#c9
--- Comment #9 from Andreas Gruenbacher <agruen@xxxxxxxxxx> 2009-06-19
09:58:44 MDT ---
The script gets a list of files on standard input, and produces a list of
symbols like this:
modalias(kernel-default:pci:v000010DEd000000FAsv*sd*bc03sc0[02]i00*)
modalias(kernel-default:pci:v000010DEd000000FBsv*sd*bc03sc0[02]i00*)
modalias(kernel-default:pci:v000010DEd000000FCsv*sd*bc03sc0[02]i00*)
modalias(kernel-default:pci:v000010DEd000000FDsv*sd*bc03sc0[02]i00*)
modalias(kernel-default:pci:v000010DEd000000FEsv*sd*bc03sc0[02]i00*)
Note that there is a trick to it: this list usually would be twice as long;
find-supplements.ksyms has combined some aliases, e.g.,
modalias(kernel-default:pci:v000010DEd000000FAsv*sd*bc03sc00i00*)
modalias(kernel-default:pci:v000010DEd000000FAsv*sd*bc03sc02i00*)
=>
modalias(kernel-default:pci:v000010DEd000000FAsv*sd*bc03sc0[02]i00*)
I suggest to start with the existing script instead of writing this from
scratch.
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
User agruen@xxxxxxxxxx added comment
http://bugzilla.novell.com/show_bug.cgi?id=514394#c9
--- Comment #9 from Andreas Gruenbacher <agruen@xxxxxxxxxx> 2009-06-19
09:58:44 MDT ---
Would it also be possible to do the output in %_sourcedir/my-supplements
itself. How does the output need to look like?
The script gets a list of files on standard input, and produces a list of
symbols like this:
modalias(kernel-default:pci:v000010DEd000000FAsv*sd*bc03sc0[02]i00*)
modalias(kernel-default:pci:v000010DEd000000FBsv*sd*bc03sc0[02]i00*)
modalias(kernel-default:pci:v000010DEd000000FCsv*sd*bc03sc0[02]i00*)
modalias(kernel-default:pci:v000010DEd000000FDsv*sd*bc03sc0[02]i00*)
modalias(kernel-default:pci:v000010DEd000000FEsv*sd*bc03sc0[02]i00*)
Note that there is a trick to it: this list usually would be twice as long;
find-supplements.ksyms has combined some aliases, e.g.,
modalias(kernel-default:pci:v000010DEd000000FAsv*sd*bc03sc00i00*)
modalias(kernel-default:pci:v000010DEd000000FAsv*sd*bc03sc02i00*)
=>
modalias(kernel-default:pci:v000010DEd000000FAsv*sd*bc03sc0[02]i00*)
I suggest to start with the existing script instead of writing this from
scratch.
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
| < Previous | Next > |