QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 893|回复: 2

编译内核后KDE系统卡的问题

[复制链接]
发表于 2007-2-10 11:17:40 | 显示全部楼层 |阅读模式
嘿嘿,大家好!先说一下我的机器
CPU:AMD 2800+
MEM:1G
DISK:120G+80G
OS:SLACKWARE 11.0
在KDE里播放MP3发现好像没有足够能量来处理MP3那样,播放器是AMAROK
然后我就在网上下一个内核
root@localhost:~# uname -a
Linux localhost 2.6.18.4 #7 Sat Feb 10 02:18:22 Local time zone must be set--see zic manu i686 athlon-4 i386 GNU/Linux
编译后显示的内核版本号,原先是2.4.33的
编译时我把我电脑里知道的驱动,比如声卡,显卡,文件系统等都编入内核完后内核大小是1.9M
一切正常,就是在KDE里会有卡,停顿感,比如把一个窗口最大化,最小化或者关闭一个窗口,机器就停信了,时间大概1秒左右!
没找到原因!如果我把声卡驱动去掉,不编入内核则停顿感没那么明显!可以忍受!如果把声卡编成模块文式,则卡得更严重
!还没找到原因!大家知是啥原因么? AC97的声卡!
先说一下,卡不是编译后出现的问题 ,原先声卡是模块方式加载的,一加载就卡了!
root@localhost:~# lspci -v
00:00.0 Host bridge: VIA Technologies, Inc. VT8377 [KT400/KT600 AGP] Host Bridge (rev 80)
        Subsystem: VIA Technologies, Inc. Unknown device 0000
        Flags: bus master, 66MHz, medium devsel, latency 8
        Memory at e0000000 (32-bit, prefetchable) [size=64M]
        Capabilities: [80] AGP version 3.5
        Capabilities: [c0] Power Management version 2

00:01.0 PCI bridge: VIA Technologies, Inc. VT8237 PCI Bridge (prog-if 00 [Normal decode])
        Flags: bus master, 66MHz, medium devsel, latency 0
        Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
        Memory behind bridge: dde00000-dfefffff
        Prefetchable memory behind bridge: cdc00000-ddcfffff
        Capabilities: [80] Power Management version 2

00:0a.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
        Subsystem: Realtek Semiconductor Co., Ltd. RT8139
        Flags: bus master, medium devsel, latency 32, IRQ 17
        I/O ports at ec00
        Memory at dfffff00 (32-bit, non-prefetchable)
        Expansion ROM at dffe0000 [disabled] [size=64K]
        Capabilities: [50] Power Management version 2

00:10.0 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 80) (prog-if 00 [UHCI])
        Subsystem: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller
        Flags: bus master, medium devsel, latency 32, IRQ 18
        I/O ports at e000
        Capabilities: [80] Power Management version 2

00:10.1 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 80) (prog-if 00 [UHCI])
        Subsystem: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller
        Flags: bus master, medium devsel, latency 32, IRQ 18
        I/O ports at e400
        Capabilities: [80] Power Management version 2

00:10.2 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 80) (prog-if 00 [UHCI])
        Subsystem: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller
        Flags: bus master, medium devsel, latency 32, IRQ 18
        I/O ports at e800
        Capabilities: [80] Power Management version 2

00:10.3 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 82) (prog-if 20 [EHCI])
        Subsystem: VIA Technologies, Inc. USB 2.0
        Flags: bus master, medium devsel, latency 32, IRQ 18
        Memory at dffffe00 (32-bit, non-prefetchable)
        Capabilities: [80] Power Management version 2

00:11.0 ISA bridge: VIA Technologies, Inc. VT8235 ISA Bridge
        Subsystem: VIA Technologies, Inc. Unknown device 0000
        Flags: bus master, stepping, medium devsel, latency 0
        Capabilities: [c0] Power Management version 2

00:11.1 IDE interface: VIA Technologies, Inc. VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 06) (prog-if 8a [Master SecP PriP])
        Subsystem: VIA Technologies, Inc. VT82C586/B/VT82C686/A/B/VT8233/A/C/VT8235 PIPC Bus Master IDE
        Flags: bus master, medium devsel, latency 32, IRQ 255
        I/O ports at fc00
        Capabilities: [c0] Power Management version 2

00:11.5 Multimedia audio controller: VIA Technologies, Inc. VT8233/A/8235/8237 AC97 Audio Controller (rev 50)
        Subsystem: Avance Logic Inc. Unknown device 4720
        Flags: medium devsel, IRQ 19
        I/O ports at dc00
        Capabilities: [c0] Power Management version 2

00:12.0 Ethernet controller: VIA Technologies, Inc. VT6102 [Rhine-II] (rev 74)
        Flags: bus master, medium devsel, latency 32, IRQ 5
        I/O ports at d800
        Memory at dffffd00 (32-bit, non-prefetchable)
        Capabilities: [40] Power Management version 2

01:00.0 VGA compatible controller: nVidia Corporation NV17 [GeForce4 MX 440] (rev a3) (prog-if 00 [VGA])
        Flags: bus master, 66MHz, medium devsel, latency 32, IRQ 16
        Memory at de000000 (32-bit, non-prefetchable) [size=16M]
        Memory at d0000000 (32-bit, prefetchable) [size=128M]
        Memory at ddc80000 (32-bit, prefetchable) [size=512K]
        Expansion ROM at dfee0000 [disabled] [size=128K]
        Capabilities: [60] Power Management version 2
        Capabilities: [44] AGP version 2.0

root@localhost:~#
发表于 2007-2-10 15:32:24 | 显示全部楼层
这么先进的机就不要装 Slackware 了吧。
喜欢整的,装个 Gentoo, LFS 去。
回复

使用道具 举报

 楼主| 发表于 2007-2-10 17:26:12 | 显示全部楼层
呵呵,谢谢楼上的,哈,在众多LINUX发行版中,我更喜欢的是SlackWare或许是因为FreeBSD吧!
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-9-22 04:15 , Processed in 0.080292 second(s), 16 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表