QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 957|回复: 13

在VirtualPC下TurboLinux10如何配置声卡?

[复制链接]
发表于 2004-5-15 16:02:06 | 显示全部楼层 |阅读模式

我知道是SB16的声卡,但是就是无法装载驱动程序,系统提示没有检测到,但是如果在WindowsME中就可以检测到。怎么办??
ALSO的不会用。。。一大堆错误。。。@_@

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?注册

×
发表于 2004-5-15 16:30:16 | 显示全部楼层
试试安装alsa驱动~

具体方法在论坛里搜一下,有很多说明。
回复

使用道具 举报

发表于 2004-5-15 16:37:28 | 显示全部楼层
有vmware不用用virtulpc??   
回复

使用道具 举报

 楼主| 发表于 2004-5-15 16:40:53 | 显示全部楼层
好复杂,而且编译好像有问题。以下是我的安装过程。
首先是运行Configure嘛:

[root@localhost alsa-driver-1.0.4rc2]# ./configure
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for ranlib... ranlib
checking for a BSD-compatible install... /usr/bin/install -c
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking whether time.h and sys/time.h may both be included... yes
checking whether gcc needs -traditional... no
checking for current directory... /少举的目录/程序安装/alsa-driver-1.0.4rc2
checking cross compile...
checking for directory with kernel source... /lib/modules/2.6.0-6/build
checking for kernel version... 2.6.0-1
checking for GCC version... Kernel compiler:  Used compiler: gcc (GCC) 3.3.1

*** NO PREDEFINED KERNEL COMPILER IS DETECTED
*** Assuming the same compiler is used with the current system compiler.

*** Please make sure that the same compiler version was used for building kernel.

checking for built-in ALSA... "no"
checking for existing ALSA module... "yes"
checking for Red Hat kernel... "auto"
checking for Red Hat kernel... "no"
checking to modify of kernel linux/kmod.h... "no"
checking for kernel linux/compiler.h... "yes"
checking for kernel linux/pm.h... "yes"
checking for kernel linux/spinlock.h... "yes"
checking for kernel linux/irq.h... "yes"
checking for kernel linux/threads.h... "yes"
checking for kernel linux/rwsem.h... "yes"
checking for kernel linux/gameport.h... "yes"
checking for kernel linux/devfs_fs_kernel.h... "yes"
checking for kernel linux/highmem.h... "yes"
checking for kernel linux/workqueue.h... "yes"
checking for kernel linux/dma-mapping.h... "yes"
checking for kernel asm/hw_irq.h... "yes"
checking for kernel linux/device.h... "yes"
checking for kernel linux/jiffies.h... "yes"
checking for kernel linux/compat.h... "yes"
checking for kernel linux/adb.h... "yes"
checking for kernel linux/cuda.h... "yes"
checking for kernel linux/pmu.h... "yes"
checking for kernel module symbol versions... "no"
checking for PCI support in kernel... "yes"
checking for Experimental drivers in kernel... "yes"
checking for SGI/MIPS (HAL2) architecture... "no"
checking for directory to store kernel modules... /lib/modules/2.6.0-1/kernel/sound
checking for verbose printk... on
checking for debug level... none
checking for ISA support in kernel... "yes"
checking for processor type... i586
checking for i386 machine type... default
checking for SMP... "no"
checking for Video device support in kernel... "yes"
checking for ISA PnP driver in kernel... yes
checking for PnP driver in kernel... yes
checking for Kernel ISA-PnP support... "no"
checking for Kernel ISA-PnP module support... "no"
checking for strlcpy... "yes"
checking for snprintf... "yes"
checking for scnprintf... "no"
checking for vmalloc_to_page... "yes"
checking for old kmod... "no"
checking for PDE... "yes"
checking for pci_set_consistent_dma_mask... "yes"
checking for tty->count is the atomic type... "no"
checking for video_get_drvdata... "yes"
checking for driver version... 1.0.4rc2
checking for sequencer support... yes
checking for OSS/Free emulation... yes
checking for RTC callback support in kernel... "yes"
checking for USB support... "yes"
checking for kernel PCMCIA
checking for PCMCIA support... "yes"
checking for PC9800 support in kernel... "no"
checking for which soundcards to compile driver for... all
configure: creating ./config.status
config.status: creating version
config.status: creating Makefile.conf
config.status: creating snddevices
config.status: creating utils/alsa-driver.spec
config.status: creating utils/buildrpm
config.status: creating toplevel.config
config.status: creating utils/alsasound
config.status: creating utils/alsasound.posix
config.status: creating include/config.h
config.status: include/config.h is unchanged
config.status: creating include/config1.h
config.status: include/config1.h is unchanged
config.status: creating include/version.h
config.status: include/version.h is unchanged
config.status: creating include/autoconf-extra.h
config.status: include/autoconf-extra.h is unchanged
Hacking autoconf.h...




===========================================================

然后这一步骤就Error了。
[root@localhost alsa-driver-1.0.4rc2]# make install
find /lib/modules/2.6.0-1/kernel/sound -name 'snd*.*o' | xargs rm -f
make[1]: Entering directory `/少举的目录/程序安装/alsa-driver-1.0.4rc2/acore'
mkdir -p /lib/modules/2.6.0-1/kernel/sound/acore
cp snd.ko snd-hwdep.ko snd-timer.ko snd-rtctimer.ko snd-pcm.ko snd-page-alloc.ko snd-rawmidi.ko /lib/modules/2.6.0-1/kernel/sound/acore
cp: stat‘snd.ko’失败: 没有那个文件或目录
cp: stat‘snd-hwdep.ko’失败: 没有那个文件或目录
cp: stat‘snd-timer.ko’失败: 没有那个文件或目录
cp: stat‘snd-rtctimer.ko’失败: 没有那个文件或目录
cp: stat‘snd-pcm.ko’失败: 没有那个文件或目录
cp: stat‘snd-page-alloc.ko’失败: 没有那个文件或目录
cp: stat‘snd-rawmidi.ko’失败: 没有那个文件或目录
make[1]: *** [modules_install] 错误 1
make[1]: Leaving directory `/少举的目录/程序安装/alsa-driver-1.0.4rc2/acore'
make: *** [install-modules] 错误 1


=============================================
怎么办????
回复

使用道具 举报

发表于 2004-5-15 16:55:39 | 显示全部楼层
对啊,为什么不用 vmware啊?

不大了解VirtualPC  他有没有提供驱动包?
回复

使用道具 举报

 楼主| 发表于 2004-5-15 18:12:40 | 显示全部楼层
[quote:d9a7a37368="12543122"]对啊,为什么不用 vmware啊?

不大了解VirtualPC  他有没有提供驱动包?[/quote]

不行不行,用不了#%@!#$^%&^%*%&^*(^&*#$%^!#$!#
一用就变成这样了:

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?注册

×
回复

使用道具 举报

发表于 2004-5-15 18:23:14 | 显示全部楼层
可能没有下载到正确的版本!!
回复

使用道具 举报

 楼主| 发表于 2004-5-15 18:26:19 | 显示全部楼层
[quote:6ff9b43d36="jarson"]可能没有下载到正确的版本!![/quote]


是你给我的连接啊..
回复

使用道具 举报

发表于 2004-5-15 18:39:48 | 显示全部楼层
我断言,VPC不可能在Guest机中装Linux而找到声卡设备的。
回复

使用道具 举报

 楼主| 发表于 2004-5-15 18:41:38 | 显示全部楼层
[quote:244bb71fc1="visionalstar"]我断言,VPC不可能在Guest机中装Linux而找到声卡设备的。[/quote]
Guest机?那是什么?
回复

使用道具 举报

发表于 2004-5-22 17:11:11 | 显示全部楼层
你在VPC中虚拟出的那台guest,相对于你的物理机器host而言
回复

使用道具 举报

发表于 2004-5-22 17:23:39 | 显示全部楼层
用vmware吧。还有你装的时候不要填写中文用户名等信息。填英文就好了!
回复

使用道具 举报

 楼主| 发表于 2004-5-23 10:13:52 | 显示全部楼层
回复

使用道具 举报

发表于 2004-5-23 10:36:42 | 显示全部楼层
搞定了没啊
回复

使用道具 举报

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

本版积分规则

GMT+8, 2024-11-7 13:55 , Processed in 0.061533 second(s), 16 queries .

© 2021 Powered by Discuz! X3.5.

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