UbuntuWiki:UnifiedHardwareDetection

来自Ubuntu中文
Oneleaf留言 | 贡献2007年5月15日 (二) 05:08的版本 (New page: {{From|https://wiki.ubuntu.com/UnifiedHardwareDetection}} {{Languages|UbuntuWiki:UnifiedHardwareDetection}} In WartyWarthog, multiple independent hardware detection systems were used: * T...)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳到导航跳到搜索

{{#ifexist: :UbuntuWiki:UnifiedHardwareDetection/zh | | {{#ifexist: UbuntuWiki:UnifiedHardwareDetection/zh | | {{#ifeq: {{#titleparts:UbuntuWiki:UnifiedHardwareDetection|1|-1|}} | zh | | }} }} }} {{#ifeq: {{#titleparts:UbuntuWiki:UnifiedHardwareDetection|1|-1|}} | zh | | }}

In WartyWarthog, multiple independent hardware detection systems were used:

  • The installer (debian-installer) uses discover1 to load kernel modules
  • The installed system uses hotplug to load kernel modules, with some assistance from debian-installer via /etc/modules where hotplug support is not yet available
  • The live CD uses Knoppix hardware detection tools and methods to load kernel modules and configure the X server
  • The xserver-xfree86 package uses discover1 and custom scripts to configure the X server

For HoaryHedgehog, we will reduce this duplication, because it hampers maintenance and improvements to hardware detection.

  • The installer, the installed system and the live CD will standardize on hotplug to load kernel modules
  • The live CD will use xserver-xfree86's configuration infrastructure to configure the X server


From MatthewA.Nicholson Tue Nov 9 13:52:57 +0000 2004 From: Matthew A. Nicholson Date: Tue, 09 Nov 2004 13:52:57 +0000 Subject: Discover2 Message-ID: <[email protected]>

What about using discover2 for the detection of new hardware that hotplug does not detect?

From MattZimmerman Wed Nov 10 21:45:36 +0000 2004 From: Matt Zimmerman Date: Wed, 10 Nov 2004 21:45:36 +0000 Subject: Re: Discover2 Message-ID: <[email protected]>

We would rather improve hotplug, as it seems to be the right way forward.

Comments

AndrewAsh : How is it done in Edgy?