caocheng 发表于 2003-7-17 16:38:27

还是不能装内核!

caocheng 发表于 2003-7-17 16:54:34

# modprobe -l soundcore
/lib/modules/2.5.75/kernel/sound/soundcore.ko
# lsmod
Module                  SizeUsed by
#

.......................................................................

# depmod -a
#


你们看,就是装不了模块!怎么办啊?谢谢!辛苦!

yourockey 发表于 2003-7-17 18:39:18

看来是没检测到声卡。声卡的驱动与硬件不匹配,具体原因只能自己查了。
要确信模块能否装载,用rtc.ko(实时时钟)试试看,该模块在char device下,一般主板都支持。

Dragonfly 发表于 2003-7-17 21:10:01

that modprobe -l is list, not load.

caocheng 发表于 2003-7-18 09:48:27

我就是列给你们看的,什么模块都装不上!急啊!

Dragonfly 发表于 2003-7-18 10:12:19

can u try modprobe soundcoreinstead of modprobe -l soundcore ?

Dragonfly 发表于 2003-7-18 10:12:35

what is u error?

caocheng 发表于 2003-7-18 10:41:50

我正在重新编译内核,请稍等!

Dragonfly 发表于 2003-7-18 10:52:49

sure. but i will get to sleep soon.

caocheng 发表于 2003-7-18 12:07:48

Thanks a lot , i use "modprobe soundcore" ,success !! haha! butstill no sound !

caocheng 发表于 2003-7-18 16:20:58

ak4117.c:234: warning: passing arg 1 of `_raw_spin_lock' from incompatible pointer type
ak4117.c:239: warning: passing arg 1 of `_raw_spin_unlock' from incompatible pointer type
ak4117.c: In function `snd_ak4117_check_rate_and_errors':
ak4117.c:483: warning: passing arg 1 of `_raw_spin_lock' from incompatible pointer type
ak4117.c:499: warning: passing arg 1 of `_raw_spin_unlock' from incompatible pointer type
make: *** Error 1
make: Leaving directory `/root/alsa-driver-0.9.5/i2c/other'
make: *** Error 2
make: Leaving directory `/root/alsa-driver-0.9.5/i2c'
make: *** Error 1

Dragonfly 发表于 2003-7-18 21:17:27

2.6 already has alsa in kernel, why u need compile one outside?
i use the driver from kernel intel8x0, well done.

caocheng 发表于 2003-7-19 11:04:10

我的是VIA的 via82xx !~

caocheng 发表于 2003-7-19 16:01:42

一模一样,就是不能用,编成模块,可以加载,直接编进内核也做过了,我的内核是2.5.75版,RH9,就是检测不到声卡!折腾了4天了,精神快崩溃了,个位大侠,就命,我快死了!还有什么办法,2.4.8时,是好好的!

caocheng 发表于 2003-7-20 11:25:42

音量调结也无法打开,RH9自带的声卡检测也找不到声卡!,sndconfig也一样看不到!
页: 1 [2] 3
查看完整版本: 2.6新内核编译后没有办法加载模块