亚洲av成人无遮挡网站在线观看,少妇性bbb搡bbb爽爽爽,亚洲av日韩精品久久久久久,兔费看少妇性l交大片免费,无码少妇一区二区三区

  免費(fèi)注冊(cè) 查看新帖 |

Chinaunix

  平臺(tái) 論壇 博客 文庫(kù)
最近訪問板塊 發(fā)新帖
查看: 1302 | 回復(fù): 7
打印 上一主題 下一主題

聲卡的問題...請(qǐng)高手賜教 [復(fù)制鏈接]

論壇徽章:
0
跳轉(zhuǎn)到指定樓層
1 [收藏(0)] [報(bào)告]
發(fā)表于 2005-04-17 17:55 |只看該作者 |倒序?yàn)g覽
大蝦們..小弟是一個(gè)Linux初學(xué)者對(duì)于這個(gè)東西還不熟悉,今天我在安裝聲卡的時(shí)候遇上了點(diǎn)麻煩,,,請(qǐng)個(gè)位幫小弟分析一下以及告訴我解決的方法..
[root@LongMax alsa-driver-0.9.2]# ./configure
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable cc found in $PATH
[root@LongMax alsa-driver-0.9.2]# make install
make dep
make[1]: Entering directory `/tmp/alsa-driver-0.9.2'
make[2]: Entering directory `/tmp/alsa-driver-0.9.2/acore'
Makefile:18: /usr/src/linux-2.4.18-3/alsa-driver-0.9.2/alsa-kernel/core/Makefile: 沒有那個(gè)文件或目錄
Makefile:20: /usr/src/linux-2.4.18-3/alsa-driver-0.9.2/Rules.make: 沒有那個(gè)文件
或目錄
make[2]: *** No rule to make target `/usr/src/linux-2.4.18-3/alsa-driver-0.9.2/Rules.make'.  Stop.
make[2]: Leaving directory `/tmp/alsa-driver-0.9.2/acore'
make[1]: *** [dep] Error 1
make[1]: Leaving directory `/tmp/alsa-driver-0.9.2'
make: *** [include/sndversions.h] Error 2
唉,,,我弄了一個(gè)下午都是 這樣..人都快了崩潰了..到現(xiàn)在我的linux還是個(gè)啞巴~大家救救我
adminlxf 該用戶已被刪除
2 [報(bào)告]
發(fā)表于 2005-04-17 18:48 |只看該作者
提示: 作者被禁止或刪除 內(nèi)容自動(dòng)屏蔽

論壇徽章:
0
3 [報(bào)告]
發(fā)表于 2005-04-17 19:24 |只看該作者

聲卡的問題...請(qǐng)高手賜教

我去試一下,呵呵...謝謝你```一會(huì)要是搞不定還會(huì)找你嘿嘿~

論壇徽章:
0
4 [報(bào)告]
發(fā)表于 2005-04-17 22:25 |只看該作者

聲卡的問題...請(qǐng)高手賜教

kernel source code 裝了沒有?

The following are steps to enable alsa work on FC1。

1. Prerequisites:
Ensure "soundcore" is enabled as module in kernel. You can use command `modinfo soundcore`to check it, the default kernel of FC1 has enabled it.  
Ensure linux kernel source code has been installed and  /usr/src/linux/.config file exists

2.  Install   alsa-driver
1>;#tar jxvf  alsa-driver-0.9.8.tar.tar
2>;#cd alsa-driver-0.9.8
3>;#./configure --with-cards=via82xx --with-sequencer=yes
4>;#mkdir -p include/linux
5>;#touch include/linux/workqueue.h
6>;#make; make install

Notes: step 4>;. 5>; should be done on FC1. Otherwise,   `modprobe snd-via82xx` will fail for "unresolved symbol schedule_work"

3. Install alsa-lib
#tar jxvf alsa-lib-0.9.8.tar.tar
#cd alsa-lib-0.9.8
# ./configure;make;make install

4. Install alsa-utils
#tar jxvf alsa-utils-0.9.8.tar.tar
#cd alsa-lib-0.9.8
# ./configure; make; make install

5.config /etc/modules.conf
#cd alsa-driver-0.9.8/utils/
#./alsaconf
press enter till end, then audio config information will write to /etc/modules.conf. The original moduels.conf will be saved as /etc/modules.conf.old.
Combine the content of modules.conf.old and modules.conf together as moduels.conf.

#modprobe snd-via82xx;modprobe snd-pcm-oss;modprobe snd-mixer-oss;modprobe snd-seq-oss
you can add modprobe command above into /etc/rc.d/rc.local
Then audio modules will automatically load when startup.

6 Unmute volume , save and reload the config.
The volume of mixer is set as mute by default, so we should use the util----alsamixer
After installing alsa-util
#alsamixer
Direction key will adjust volume, ‘m' key will switch mute and unmute.  ‘Esc' key will quit and save.

Store volume control
#alsactl store

Add the command below into /etc/rc.d/rc.local, thus the audio config will reload when restart up.
#alsactl restore

論壇徽章:
0
5 [報(bào)告]
發(fā)表于 2005-04-17 22:40 |只看該作者

聲卡的問題...請(qǐng)高手賜教

系統(tǒng)內(nèi)似是沒有g(shù)cc的工具...
先安裝gcc開發(fā)工具先吧.


  1. [root@LongMax alsa-driver-0.9.2]# ./configure
  2. checking for gcc... no
  3. checking for cc... no
  4. checking for cc... no
  5. checking for cl... no
復(fù)制代碼

論壇徽章:
0
6 [報(bào)告]
發(fā)表于 2005-04-21 16:58 |只看該作者

聲卡的問題...請(qǐng)高手賜教

啟動(dòng)KUDZU服務(wù),這樣你每次啟動(dòng)系統(tǒng)時(shí),它會(huì)給你檢測(cè)硬件設(shè)備的,就像W$中的硬件檢測(cè)一樣

論壇徽章:
0
7 [報(bào)告]
發(fā)表于 2005-04-21 17:01 |只看該作者

聲卡的問題...請(qǐng)高手賜教

另外,你如果沒有GCC的話,這事情好像就比較玄!!!不妨裝一個(gè)上去,反正你要用到的

論壇徽章:
0
8 [報(bào)告]
發(fā)表于 2005-04-21 20:12 |只看該作者

聲卡的問題...請(qǐng)高手賜教

還不如用oss,省的煩,有的爛聲卡死活裝不上。
您需要登錄后才可以回帖 登錄 | 注冊(cè)

本版積分規(guī)則 發(fā)表回復(fù)

  

北京盛拓優(yōu)訊信息技術(shù)有限公司. 版權(quán)所有 京ICP備16024965號(hào)-6 北京市公安局海淀分局網(wǎng)監(jiān)中心備案編號(hào):11010802020122 niuxiaotong@pcpop.com 17352615567
未成年舉報(bào)專區(qū)
中國(guó)互聯(lián)網(wǎng)協(xié)會(huì)會(huì)員  聯(lián)系我們:huangweiwei@itpub.net
感謝所有關(guān)心和支持過ChinaUnix的朋友們 轉(zhuǎn)載本站內(nèi)容請(qǐng)注明原作者名及出處

清除 Cookies - ChinaUnix - Archiver - WAP - TOP