Improving Linux Driver Installation (O'ReillyNet)
Posted Sep 13, 2004 17:18 UTC (Mon) by
madscientist (subscriber, #16861)
In reply to:
Improving Linux Driver Installation (O'ReillyNet) by mmarq
Parent article:
Improving Linux Driver Installation (O'ReillyNet)
I don't follow your comment. My thought was to provide a pointy-clicky interface that would pop up a dialog saying "you need a driver; shall I get one from the Linux secure driver server?" If the user says yes, then _BEHIND THE SCENES_ it will download, unpack, compile, and attempt to insmod the driver. None of this need be visible to the user! He can watch a little progress bar, or something like that. If one of the above steps fails another dialog pops up saying "failed" with a Details button they can use to see the gory details (stdout/stderr output from the process for example). It can provide a website they can go to for more information. It can offer to send diagnostic info (kernel version, compiler version, and the transcript) to the central server, without any guarantee that anyone will look at it (just like you get with other OS's). Etc. etc.
At no time will the "intended audience" need to have their cushy existence disturbed by confusing compiler or module load error messages... unless they want to learn.
(
Log in to post comments)