Re: 配置并编译内核[更新到linux-2.6.28.7]
发表于 : 2009-03-21 12:50
按scroll lock键可以暂停.kelen 写了:开机后怎样查看启动的信息呢? 即时不要splash, 文字模式也非常快. 我想看看这个过程中是否有错误.
进入系统后怎样看? 有人说用dmesg可以看到. 试过了, 不行.syrano 写了:按scroll lock键可以暂停.kelen 写了:开机后怎样查看启动的信息呢? 即时不要splash, 文字模式也非常快. 我想看看这个过程中是否有错误.
不行.kelen 写了:进入系统后怎样看? 有人说用dmesg可以看到. 试过了, 不行.syrano 写了:按scroll lock键可以暂停.kelen 写了:开机后怎样查看启动的信息呢? 即时不要splash, 文字模式也非常快. 我想看看这个过程中是否有错误.
另外, 如果第二次编译内核, 某些选项的状态从 之前的未选 改成 编译进内核. 这样的情况也可以直接在第一次的基础上编译吗?
代码: 全选
#grep -v '^#' ./.config |grep -i iwl
CONFIG_IWLWIFI=m
CONFIG_IWLCORE=m
CONFIG_IWLWIFI_LEDS=y
CONFIG_IWLAGN=m
CONFIG_IWLAGN_SPECTRUM_MEASUREMENT=y
CONFIG_IWLAGN_LEDS=y
CONFIG_IWL4965=y
代码: 全选
# lshw -C network
*-network DISABLED
description: Wireless interface
product: PRO/Wireless 4965 AG or AGN Network Connection
vendor: Intel Corporation
physical id: 0
bus info: pci@0000:03:00.0
logical name: wmaster0
version: 61
serial: 00:1d:e0:00:c1:c1
width: 64 bits
clock: 33MHz
capabilities: cap_list logical ethernet physical wireless
configuration: broadcast=yes driver=iwlagn latency=0 module=iwlagn multic
ast=yes wireless=IEEE 802.11abgn
代码: 全选
*-network
description: Wireless interface
product: PRO/Wireless 4965 AG or AGN Network Connection
vendor: Intel Corporation
physical id: 0
bus info: pci@0000:03:00.0
logical name: wmaster0
version: 61
serial: 00:1d:e0:00:c1:c1
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list logical ethernet physical wireless
configuration: broadcast=yes driver=iwlagn ip=192.168.1.2 latency=0 module=iwl4965 multicast=yes wireless=IEEE 802.11abgn
代码: 全选
$ cat /tmp/vmware-root/setup-13941.log
Apr 02 01:33:48.049: app| Log for VMware Workstation pid=13941 version=6.5.1 build=build-126130 option=Release
Apr 02 01:33:48.049: app| Host codepage=UTF-8 encoding=UTF-8
Apr 02 01:33:48.049: app| Logging to /tmp/vmware-root/setup-13941.log
Apr 02 01:33:49.403: app| Extracting the sources of the vmmon module.
Apr 02 01:33:49.414: app| Building module with command: /usr/bin/make -C /tmp/vmware-root/modules/vmmon-only auto-build SUPPORT_SMP=1 HEADER_DIR=/lib/modules/2.6.29-custom-3.2/build/include CC=/usr/bin/gcc GREP=/usr/bin/make IS_GCC_3=no VMCCVER=4.2.4
首先要把vmware需要的模块加进去,kelen 写了:syrano, 今天才发现 vmware-player 不能用了.![]()
以前自动升级内核后(2.6.24-x ~ 2.6.24-x), 打开vmware-player后会自动编译,然后就能用了.
但现在出现错误了(如下).另外, 不知道syrano兄能不能用vmware?代码: 全选
$ cat /tmp/vmware-root/setup-13941.log Apr 02 01:33:48.049: app| Log for VMware Workstation pid=13941 version=6.5.1 build=build-126130 option=Release Apr 02 01:33:48.049: app| Host codepage=UTF-8 encoding=UTF-8 Apr 02 01:33:48.049: app| Logging to /tmp/vmware-root/setup-13941.log Apr 02 01:33:49.403: app| Extracting the sources of the vmmon module. Apr 02 01:33:49.414: app| Building module with command: /usr/bin/make -C /tmp/vmware-root/modules/vmmon-only auto-build SUPPORT_SMP=1 HEADER_DIR=/lib/modules/2.6.29-custom-3.2/build/include CC=/usr/bin/gcc GREP=/usr/bin/make IS_GCC_3=no VMCCVER=4.2.4
PS. 上面无线的问题在E文版的坛子里搞定了.