Linux系统专区
版主: (暂无) | 版副: lik_boy zyxel2008 yyyymm84 | 嘉宾: anakin1984 angel502108 腰肌劳损 D调逆流 |在线/登录: 4136 / 193
发表新帖 发表回复
 8   1/1  1
<<上一篇|下一篇>>

>>标题:[求助] Ubuntu 8.10下realtekALC888无声谁有经验,求教   复制本帖地址

[优秀回复:2楼]

shaodon24
会员 shaodon24 20 33 0 太平洋舰队新兵 03-12-11 查看资料查看blog
发送消息

1#  2008-11-06 20:13:38

  顶部

Ubuntu 8.10下realtekALC888无声谁有经验,求教

由于系统一直无声
就从realtek官网下了最新的 5.07 linux版驱动文件。
解压驱动包后在路径里打开终端输命令 sudo ./install
结果后面执行的时候,说alsaconf找不到,然后声卡安装失败,声卡找不到了。
接着就按redme里的说法手动编译安装还是无法成功
现在声音首选项默认混音器轨道设备变成空了!!!!!!!!!!!!!
这个5.7版的驱动是2008/8/14出的,不知什么时候会出新版针对Ubuntu 8.10优化一下
我的主板是GA-MA770-DS3
那位高人能帮我阿

本帖于 2008-11-06 20:16 第1次被 shaodon24 修改过。
zyxel2008
版副 吴广德 1606 17538 30 太平洋舰队准将 06-10-05 查看资料查看blog
发送消息

2#  2008-11-06 20:48:58

  顶部

优秀回帖
一般来说,在手动编译任何驱动之前,你需要装一下built-essential包,请确认你的网络和源设置

#sudo apt-get install built-essential
shaodon24
会员 shaodon24 20 33 0 太平洋舰队新兵 03-12-11 查看资料查看blog
发送消息

3#  2008-11-06 21:10:23

  顶部

你好,这个我记得我以前装过
现在再试就成了
无法找到软件包 built-essential

shaodon24
会员 shaodon24 20 33 0 太平洋舰队新兵 03-12-11 查看资料查看blog
发送消息

4#  2008-11-06 21:17:49

  顶部

The source code copy from www.alsa-project.org.      ver:3.3-4
Linux Source Code for ALC audio codec
Support Codec list:
====AC97 Codec=====
ALC100,100P
ALC200,200P
ALC650D
ALC650E
ALC650F
ALC650
ALC655
ALC653
ALC658
ALC658D
ALC850
ALC101
ALC202
ALC250
ALC203

====HD Audio codec ====
ALC260
ALC262
ALC268
ALC269
ALC660
ALC660VD
ALC662
ALC663
ALC861
ALC861VD
ALC880
ALC882
ALC883
ALC885
ALC888
ALC889A

Installation:
This Source Code is from www.alsa-project.org.
For driver installation, please follow below steps. 

Automatic install:
execute

  ./install

Note: Ubuntu OS, please use manual install.
      Run commands need to add sudo at first words.   

Manual install:
Step 1. unzip source code
        tar xfvj alsa-driver-1.0.xx.tar.bz2

Step 2. Turn on sound support (soundcore module, default turn on)

Step 3. Complied source code
a. cd alsa-driver-1.0.xx
b. ./configure
c. make
d. make install
e. ./snddevices

Step 4. Edit your /etc/modules.conf or conf.modules depending on the distribution
  (Please refer to the attached modules.conf)
 
        snd-xxxx is the card ID.

-- Azalia controller --ALC880 ALC882 ALC260 ALC262 ALC883 ALC885 ALC888
   --- Intel ICH6 ICH7 ---------
               snd-hda-intel
           --- ATI chipset -----
       snd-atiixp

        -- AC97 controller --ALC655 ALC650 ALC250 ALC255
           --- Intel ICH6 ICH7 , SiS 7012 and NVidia----------
               snd-intel8x0
           --- Via8233 Via686a  -------------------------------    
       snd-via82xx
           --- ATI Chipset  -------------------------------
       snd-atiixp

        Copy and paste this to the bottom of your /etc/modules.conf or /etc/modprobe.conf file.
# ALSA portion
          alias char-major-116 snd
          alias snd-card-0 snd-xxxx     
        # OSS/Free portion
          alias char-major-14 soundcore
          alias sound-slot-0 snd-card-0
        # card #1
          alias sound-service-0-0 snd-mixer-oss
          alias sound-service-0-1 snd-seq-oss
          alias sound-service-0-3 snd-pcm-oss
          alias sound-service-0-8 snd-seq-oss
          alias sound-service-0-12 snd-pcm-oss

Step 5. reboot your machine

Step 6. Use the alsamixer the disable mute (All audio line default is mute)
        *Must to compile and to install the ALSA library and utility. (Use automatic install is already install)
        excute alsamixer

Note:  1. The most detail information, can refer the alsa-kernel/Documenttation/ALSA-Configuration.txt in the azx-021705.tar.bz2.
2. Kernel Version must be 2.2.14 or later.
3. All mixer channels are muted by default. You must use a native
or OSS mixer program to unmute appropriate channels.
4. If can not compile the source code, try to rename the /usr/src/linux-2.x -> /usr/src/linux.
5. The driver added to support the SPDIF functoin. 
6. a. You can download the alsa-lib-1.0.9 and alsa-utils-1.0.9a form the www.alsa-project.org, then unzip and install them. 
   b. Suggest use "alsamixer" to control mixer function.
   c. Used "alsaconf" can autodetect which drive you need to install (step 4). 
        7. SUSE Distribution must install the ncurses package. 
这是5.04的说明文件
shaodon24
会员 shaodon24 20 33 0 太平洋舰队新兵 03-12-11 查看资料查看blog
发送消息

5#  2008-11-06 21:32:31

  顶部

是 sudo apt-get install build-essential
我装过了…………
我是直接在终端窗口编译的
找不到build-essential…………
我是新手多帮帮我吧

shaodon24
会员 shaodon24 20 33 0 太平洋舰队新兵 03-12-11 查看资料查看blog
发送消息

6#  2008-11-06 22:01:29

  顶部

00:00.0 Host bridge: ATI Technologies Inc RX780/RX790 Chipset Host Bridge
00:02.0 PCI bridge: ATI Technologies Inc RD790 PCI to PCI bridge (external gfx0 port A)
00:0a.0 PCI bridge: ATI Technologies Inc RD790 PCI to PCI bridge (PCI express gpp port F)
00:12.0 SATA controller: ATI Technologies Inc SB600 Non-Raid-5 SATA
00:13.0 USB Controller: ATI Technologies Inc SB600 USB (OHCI0)
00:13.1 USB Controller: ATI Technologies Inc SB600 USB (OHCI1)
00:13.2 USB Controller: ATI Technologies Inc SB600 USB (OHCI2)
00:13.3 USB Controller: ATI Technologies Inc SB600 USB (OHCI3)
00:13.4 USB Controller: ATI Technologies Inc SB600 USB (OHCI4)
00:13.5 USB Controller: ATI Technologies Inc SB600 USB Controller (EHCI)
00:14.0 SMBus: ATI Technologies Inc SBx00 SMBus Controller (rev 14)
00:14.1 IDE interface: ATI Technologies Inc SB600 IDE
00:14.2 Audio device: ATI Technologies Inc SBx00 Azalia (Intel HDA)
00:14.3 ISA bridge: ATI Technologies Inc SB600 PCI to LPC Bridge
00:14.4 PCI bridge: ATI Technologies Inc SBx00 PCI to PCI Bridge
00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration
00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map
00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller
00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control
01:00.0 VGA compatible controller: nVidia Corporation G70 [GeForce 7600 GT] (rev a1)
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 01)
03:0e.0 FireWire (IEEE 1394): Texas Instruments TSB43AB23 IEEE-1394a-2000 Controller (PHY/Link)

yyyymm84
版主 Q-Gen 9741 4361 100 太平洋舰队发言人 06-11-22 查看资料查看blog
发送消息

7#  2008-11-07 18:34:42

  顶部

Re:[shaodon24,5楼]以下是引用 shaodon24 在5楼的发言:是 sudo apt-get install build-essential
我装过了…………
我是直接在终端窗口编译的
找不到build-essential…………
我是新手多帮帮我吧


先去看看源是怎么回事 把源替换了 更新下再安装源里面的东西 然后再编译驱动 把编译错误内容粘贴上来 。。。
按此在新窗口浏览图片
bluesilencer
会员 bluesilencer 399 1765 5 太平洋舰队中尉 06-11-03 查看资料查看blog
发送消息

8#  2008-11-07 18:58:35

  顶部

这是我在以前解决声卡问题的方法
你可以参考一下
http://forum.ubuntu.org.cn/viewtopic.php?f=42&t=133437

发表新帖 发表回复
 8   1/1  1
<<上一篇|下一篇>>

软件论坛热帖

注册忘记密码帮助

火热论坛

太平洋电脑网论坛帖子仅代表作者本人意见,不代表网站立场。
请勿轻信特价、汇款、中奖等信息,请勿轻易透露个人资料,因此产生的一切后果,PConline不承担任何责任