Reltek Audio(AC97) Ses Kartı Sorunu

Başlatan cihad861, 01 Mayıs 2009 - 20:49:30

« önceki - sonraki »

0 Üyeler ve 1 Ziyaretçi konuyu incelemekte.

erginemr

Alıntı yapılan: cihad861 - 03 Mayıs 2009 - 17:06:01
...
Alsa sürücülerini komple kaldırıp yeniden kurmak istiyorum komutları verebilir misiniz..

Son sürüm ALSA'yı yeniden derlemek için şu başlık işinizi görecektir:
http://forum.ubuntu-tr.net/index.php/topic,5753.0.html

erginemr

sudo lshw -C multimedia
komutu çıktısında bulunan şu satırlar bence önemli:
Alıntı Yap
  *-multimedia UNCLAIMED
       description: Multimedia audio controller
       product: IXP SB400 AC'97 Audio Controller
       vendor: ATI Technologies Inc
       physical id: 14.5
       bus info: pci@0000:00:14.5
       version: 80
       width: 32 bits
       clock: 66MHz
       capabilities: msi cap_list
       configuration: latency=64 mingnt=2

Umarım yapacağınızı bu ALSA derlemesi, ALSA'nın ikinci ses kartını da sahiplenmesini sağlar.

cihad861

Alıntı yapılan: erginemr - 03 Mayıs 2009 - 17:30:43
Alıntı yapılan: cihad861 - 03 Mayıs 2009 - 17:06:01
...
Alsa sürücülerini komple kaldırıp yeniden kurmak istiyorum komutları verebilir misiniz..

Son sürüm ALSA'yı yeniden derlemek için şu başlık işinizi görecektir:
http://forum.ubuntu-tr.net/index.php/topic,5753.0.html
Link için saol ordakileri yaptım fakat sonuç aynı
cat /proc/asound/card0/codec#* | grep Codec
çıktısında sadece Codec: ATI ATI R6xx HDMI var...


Arkadaştan ses kartı aldım taktım sisteme onu da görmedi şuanda biraz da onunla uraşıcam inş o olur
lspci | grep Audio
00:14.5 Multimedia audio controller: ATI Technologies Inc IXP SB400 AC'97 Audio Controller (rev 80)
01:00.1 Audio device: ATI Technologies Inc RV635 Audio device [Radeon HD 3600 Series]
02:06.0 Multimedia audio controller: Cirrus Logic CS 4614/22/24/30 [CrystalClear SoundFusion Audio Accelerator] (rev 01)




sudo lshw -C multimedia
*-multimedia           
       description: Audio device
       product: RV635 Audio device [Radeon HD 3600 Series]
       vendor: ATI Technologies Inc
       physical id: 0.1
       bus info: pci@0000:01:00.1
       version: 00
       width: 64 bits
       clock: 33MHz
       capabilities: pm pciexpress msi bus_master cap_list
       configuration: driver=HDA Intel latency=0 module=snd_hda_intel
  *-multimedia UNCLAIMED
       description: Multimedia audio controller
       product: CS 4614/22/24/30 [CrystalClear SoundFusion Audio Accelerator]
       vendor: Cirrus Logic
       physical id: 6
       bus info: pci@0000:02:06.0
       version: 01
       width: 32 bits
       clock: 33MHz
       capabilities: pm bus_master cap_list
       configuration: latency=64 maxlatency=24 mingnt=4
  *-multimedia UNCLAIMED
       description: Multimedia audio controller
       product: IXP SB400 AC'97 Audio Controller
       vendor: ATI Technologies Inc
       physical id: 14.5
       bus info: pci@0000:00:14.5
       version: 80
       width: 32 bits
       clock: 66MHz
       capabilities: msi cap_list
       configuration: latency=64 mingnt=2


product: RV635 Audio device [Radeon HD 3600 Series]--> Ekran kartımın çıkışı (Kullanmıyorum)
product: CS 4614/22/24/30 [CrystalClear SoundFusion Audio Accelerator] --> Yeni Taktığım Kart
product: IXP SB400 AC'97 Audio Controller--> Bilgisayarımdaki Onboard Kart

  *-multimedia UNCLAIMED --> Ne anlama geliyor?? yeni taktığım kart için de bu yazıyor çıktıda acaba bunu da mı tanıtamıyacağım :S
if it ain't broke tweak it

heartsmagic

sudo aptitude install linux-backports-modules-jaunty

ile ilgili paketi kurduktan sonra bir dener misin?
Hayattan çıkarı olmayanların, ölümden de çıkarı olmayacaktır.
Hayatlarıyla yanlış olanların ölümleriyle doğru olmalarına imkân var mıdır?


Böylece yalan, dünyanın düzenine dönüştürülüyor.

localhost

sudo gedit /etc/modprobe.d/alsa-base.conf
en alt satira asagidakini ekle ve sistemi yeniden baslat.

options snd-atiixp model=ac97_codec

Module snd-atiixp
  -----------------

    Module for ATI IXP 150/200/250/400 AC97 controllers.

    ac97_clock      - AC'97 clock (default = 48000)
    ac97_quirk      - AC'97 workaround for strange hardware
           See "AC97 Quirk Option" section below.
    ac97_codec      - Workaround to specify which AC'97 codec
           instead of probing.  If this works for you
           file a bug with your `lspci -vn` output.
           -2  -- Force probing.
           -1  -- Default behavior.
           0-2 -- Use the specified codec.
    spdif_aclink   - S/PDIF transfer over AC-link (default = 1)

    This module supports one card and autoprobe.

    ATI IXP has two different methods to control SPDIF output.  One is
    over AC-link and another is over the "direct" SPDIF output.  The
    implementation depends on the motherboard, and you'll need to
    choose the correct one via spdif_aclink module option.

    The power-management is supported.
Linux LPIC1 - MCSA

cihad861

Alıntı yapılan: heartsmagic - 03 Mayıs 2009 - 23:00:19
sudo aptitude install linux-backports-modules-jaunty

ile ilgili paketi kurduktan sonra bir dener misin?

Paketi kurduktan sonra bir değişiklik olmadı....

Alıntı yapılan: Kirmizi - 04 Mayıs 2009 - 02:52:06
sudo gedit /etc/modprobe.d/alsa-base.conf
en alt satira asagidakini ekle ve sistemi yeniden baslat.

options snd-atiixp model=ac97_codec

Module snd-atiixp
  -----------------

    Module for ATI IXP 150/200/250/400 AC97 controllers.

    ac97_clock      - AC'97 clock (default = 48000)
    ac97_quirk      - AC'97 workaround for strange hardware
           See "AC97 Quirk Option" section below.
    ac97_codec      - Workaround to specify which AC'97 codec
           instead of probing.  If this works for you
           file a bug with your `lspci -vn` output.
           -2  -- Force probing.
           -1  -- Default behavior.
           0-2 -- Use the specified codec.
    spdif_aclink   - S/PDIF transfer over AC-link (default = 1)

    This module supports one card and autoprobe.

    ATI IXP has two different methods to control SPDIF output.  One is
    over AC-link and another is over the "direct" SPDIF output.  The
    implementation depends on the motherboard, and you'll need to
    choose the correct one via spdif_aclink module option.

    The power-management is supported.


Düzenlemeleri yapıp res attım bir yine değişiklik olmadı.. Acaba yanlış mı yaptım biraz şüpheliyim.. En alta ekledim sonuç aşağıda
# autoloader aliases
install sound-slot-0 /sbin/modprobe snd-card-0
install sound-slot-1 /sbin/modprobe snd-card-1
install sound-slot-2 /sbin/modprobe snd-card-2
install sound-slot-3 /sbin/modprobe snd-card-3
install sound-slot-4 /sbin/modprobe snd-card-4
install sound-slot-5 /sbin/modprobe snd-card-5
install sound-slot-6 /sbin/modprobe snd-card-6
install sound-slot-7 /sbin/modprobe snd-card-7

# Cause optional modules to be loaded above generic modules
install snd /sbin/modprobe --ignore-install snd $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-ioctl32 ; /sbin/modprobe --quiet --use-blacklist snd-seq ; }
#
# Workaround at bug #499695 (reverted in Ubuntu see LP #319505)
install snd-pcm /sbin/modprobe --ignore-install snd-pcm $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-pcm-oss ; : ; }
install snd-mixer /sbin/modprobe --ignore-install snd-mixer $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-mixer-oss ; : ; }
install snd-seq /sbin/modprobe --ignore-install snd-seq $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-seq-midi ; /sbin/modprobe --quiet --use-blacklist snd-seq-oss ; : ; }
#
install snd-rawmidi /sbin/modprobe --ignore-install snd-rawmidi $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-seq-midi ; : ; }
# Cause optional modules to be loaded above sound card driver modules
install snd-emu10k1 /sbin/modprobe --ignore-install snd-emu10k1 $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-emu10k1-synth ; }
install snd-via82xx /sbin/modprobe --ignore-install snd-via82xx $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-seq ; }

# Load saa7134-alsa instead of saa7134 (which gets dragged in by it anyway)
install saa7134 /sbin/modprobe --ignore-install saa7134 $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist saa7134-alsa ; : ; }
# Prevent abnormal drivers from grabbing index 0
options bt87x index=-2
options cx88_alsa index=-2
options saa7134-alsa index=-2
options snd-atiixp-modem index=-2
options snd-intel8x0m index=-2
options snd-via82xx-modem index=-2
options snd-usb-audio index=-2
options snd-usb-us122l index=-2
options snd-usb-usx2y index=-2
options snd-usb-caiaq index=-2
# Ubuntu #62691, enable MPU for snd-cmipci
options snd-cmipci mpu_port=0x330 fm_port=0x388
# Keep snd-pcsp from beeing loaded as first soundcard
options snd-pcsp index=-2
options snd-atiixp model=ac97_codec
Module snd-atiixp
  -----------------

    Module for ATI IXP 150/200/250/400 AC97 controllers.

    ac97_clock      - AC'97 clock (default = 48000)
    ac97_quirk      - AC'97 workaround for strange hardware
           See "AC97 Quirk Option" section below.
    ac97_codec      - Workaround to specify which AC'97 codec
           instead of probing.  If this works for you
           file a bug with your `lspci -vn` output.
           -2  -- Force probing.
           -1  -- Default behavior.
           0-2 -- Use the specified codec.
    spdif_aclink   - S/PDIF transfer over AC-link (default = 1)

    This module supports one card and autoprobe.

    ATI IXP has two different methods to control SPDIF output.  One is
    over AC-link and another is over the "direct" SPDIF output.  The
    implementation depends on the motherboard, and you'll need to
    choose the correct one via spdif_aclink module option.

    The power-management is supported.
if it ain't broke tweak it

erginemr

"linux-backports-modules-jaunty" bu paket işe yaramayacaktır, zira "linux-backports-modules" paketi içine bu sefer sadece kablosuz sürücülerini koymuşlar. Eski versiyonlarda ALSA için ses sürücüleri de vardı.

Bu açıklama kısmını eklemeyeceksiniz tabii ki...  :)

Alıntı YapModule snd-atiixp
  -----------------

    Module for ATI IXP 150/200/250/400 AC97 controllers.

    ac97_clock      - AC'97 clock (default = 48000)
    ac97_quirk      - AC'97 workaround for strange hardware
           See "AC97 Quirk Option" section below.
    ac97_codec      - Workaround to specify which AC'97 codec
           instead of probing.  If this works for you
           file a bug with your `lspci -vn` output.
           -2  -- Force probing.
           -1  -- Default behavior.
           0-2 -- Use the specified codec.
    spdif_aclink   - S/PDIF transfer over AC-link (default = 1)

    This module supports one card and autoprobe.

    ATI IXP has two different methods to control SPDIF output.  One is
    over AC-link and another is over the "direct" SPDIF output.  The
    implementation depends on the motherboard, and you'll need to
    choose the correct one via spdif_aclink module option.

    The power-management is supported.

heartsmagic

Alıntı yapılan: erginemr - 04 Mayıs 2009 - 17:38:59
"linux-backports-modules-jaunty" bu paket işe yaramayacaktır, zira "linux-backports-modules" paketi içine bu sefer sadece kablosuz sürücülerini koymuşlar. Eski versiyonlarda ALSA için ses sürücüleri de vardı.

Bilgilendirme için teşekkürler. İşler değişmiş demek ki :)
Hayattan çıkarı olmayanların, ölümden de çıkarı olmayacaktır.
Hayatlarıyla yanlış olanların ölümleriyle doğru olmalarına imkân var mıdır?


Böylece yalan, dünyanın düzenine dönüştürülüyor.

cihad861

Sistem üzerinde çok oynama yaptım format atıcam bu akşam bu sefer fazla karıştırmıycam işleri olmazsa olmaz...
if it ain't broke tweak it

karizma_m82

Arkadaslar benimde su sorunum var ayni kart ile root olarak girince sorunsuz calisiyor user olarak girince calismiyor neden olabilir

heartsmagic

root olarak nasıl giriyorsun sisteme?
Hayattan çıkarı olmayanların, ölümden de çıkarı olmayacaktır.
Hayatlarıyla yanlış olanların ölümleriyle doğru olmalarına imkân var mıdır?


Böylece yalan, dünyanın düzenine dönüştürülüyor.