Linux内核配置

来源:互联网 发布:人工智能的企业 编辑:程序博客网 时间:2024/06/02 09:15
1, ATI的显卡使用闭源驱动ati-drivers,确定Direct Rendering Manager 未被选中
Device Drivers  --->
Graphics support  --->
< > Direct Rendering Manager (XFree86 4.1.0 and higher DRI support)  --->

2,hwclock的时间配置
Device Drivers -> Character devices ->
<*> Generic /dev/rtc emulation
<*> Extended ETC operation

Devide Drivers -><*>  Real Time Clock -><*>  PC-style ‘CMOS’

3,配置udev-mount挂载
Device Drivers -> Generic Driver Options ->
[*] Maintain a devtmpfs filesystem to mount at /dev
[*] Automount devtmpfs at /dev, after the kernel mounted the rootfs

4,配置摄像头
Device Drivers  --->
  <*> Multimedia support  --->
    <*> Video For Linux
    [*] Video capture adapters  --->
      [*] V4L USB devices  --->
        <*> USB Video Class (UVC)

5,配置无线网卡,内核编译完成后还需要linux-firmware软件包,前期使用wpa_supplicant命令行便能解决无线网络链接的问题,后期networkmanager能使得系统启动后自动连入网络。
Device Drivers  --->
 [*] Network device support  --->
  [*]   Wireless LAN  ---> 
    <M>   Realtek RTL8192SE/RTL8191SE PCIe Wireless Network Adapter

6,配置本地语言及对windows下ntfs的支持,内核编译完成后还需要ntfs-3g软件包
File systems  --->  
  -*- Native language support  --->
   <*>   Simplified Chinese charset (CP936, GB2312)

DOS/FAT/NT Filesystems  ---> 
 (936) Default codepage for FAT 
 (utf8) Default iocharset for FAT 
 [*]   NTFS write support 

7,配置CPU (可选)
Processor type and features  --->
 Processor family (Opteron/Athlon64/Hammer/K8)  --->

原创粉丝点击