• T4CH
  • NEWS
  • VIDEO
Forum > Software

Porblema driver Audio Ubuntu

Discussione inserita in 'Software' da FRAMED, 5 Aprile 2009.

  1. FRAMED techAddicted

    Porblema driver Audio Ubuntu

    Ragazzi, ed ora come caso vuole accada, chiedo aiuto:(

    Allora, ho montato per la 600000 volta sul mio pc Ubuntu, tutto perfetto tranne l'audio, ho pensato di reistallare i driver Audio, ma non sò se esiste un programma (tipo) everest per Ubuntu, fatemi sapere:)

    framed
    FRAMED, 5 Aprile 2009
    #1
  2. doctor techNewbie

    allra devi mettere questo codice (nel prompat) per insallarlo

    sudo apt-get install lshw-gtk

    e questo per eseguirlo

    sudo lshw-gtk



    sennò qui

    c'è una lista di programmi famosi windows e i corrispondentii in ubuntu
    doctor, 5 Aprile 2009
    #2
  3. FRAMED techAddicted

    hehe non conosco minimamente il prompt di ubuntu:(

    Come e dove inserire la stringa??

    framed
    FRAMED, 5 Aprile 2009
    #3
  4. doctor techNewbie

    (ci ho messo tanto perchè ho dovuto accendere l'altro pc) application---> accessori--> terminale
    doctor, 5 Aprile 2009
    #4
  5. FRAMED techAddicted

    Grazie 1000

    Vi posto la scheda audio:)

    product: 82801EB/ER (ICH5/ICH5R) AC'97 Audio Controller

    vendor: Intel Corporation

    bus info: pci@0000:00:1f.5

    version: 02

    width: 32 bits

    clock: 33MHz

    capabilities:

    Power Management,

    bus mastering,

    PCI capabilities listing

    configuration:

    driver: Intel ICH

    latency: 0

    module: snd_intel8x0

    Grazie

    framed
    FRAMED, 5 Aprile 2009
    #5
  6. Davide Amministratore

    Hai uno dei driver più diffusi, ti è andata bene. Prima di tutto assicurati che siano installati, perchè potrebbero già esserlo. C'è un opzione in amministrazione per i driver con limitazioni.. sono che non me ne ricordo neppure più il nome. Controlla se ci sono, altrimenti fai una ricerca in google su AC'97 ubuntu install.
    Davide, 5 Aprile 2009
    #6
  7. doctor techNewbie

    allora digita nel prompat questo sudo gedit /etc/apt/sources.list

    ti dovrebbe apparire questo



    # Load saa7134-alsa instead of saa7134 (which gets dragged in by it anyway)

    install saa7134 modprobe --ignore-install saa7134 $CMDLINE_OPTS && { modprobe -Qb saa7134-alsa ; : ; }

    # Prevent abnormal drivers from grabbing index 0

    options snd-bt87x index=-2

    options snd-atiixp-modem index=-2

    options snd-intel8x0m index=-2

    options snd-via82xx-modem index=-2



    cambia questi valori da -2 a 0 e ottieni



    # Load saa7134-alsa instead of saa7134 (which gets dragged in by it anyway)

    install saa7134 modprobe --ignore-install saa7134 $CMDLINE_OPTS && { modprobe -Qb saa7134-alsa ; : ; }

    # Prevent abnormal drivers from grabbing index 0

    options snd-bt87x index=-2

    options snd-atiixp-modem index=-2

    # options snd-intel8x0m index=-2

    options snd-via82xx-modem index=-0



    invio

    riavvia e l'auidio dovrebbe resuscitare
    doctor, 5 Aprile 2009
    #7
  8. FRAMED techAddicted

    Facendo sudo gedit /etc/apt/sources.list

    esce:

    #deb cdrom:[Ubuntu 8.04 _Hardy Heron_ - Release i386 (20080423)]/ hardy main restricted

    # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to

    # newer versions of the distribution.



    deb http://it.archive.ubuntu.com/ubuntu/ hardy main restricted

    deb-src http://it.archive.ubuntu.com/ubuntu/ hardy main restricted



    ## Major bug fix updates produced after the final release of the

    ## distribution.

    deb http://it.archive.ubuntu.com/ubuntu/ hardy-updates main restricted

    deb-src http://it.archive.ubuntu.com/ubuntu/ hardy-updates main restricted



    ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu

    ## team, and may not be under a free licence. Please satisfy yourself as to

    ## your rights to use the software. Also, please note that software in

    ## universe WILL NOT receive any review or updates from the Ubuntu security

    ## team.

    deb http://it.archive.ubuntu.com/ubuntu/ hardy universe

    deb-src http://it.archive.ubuntu.com/ubuntu/ hardy universe

    deb http://it.archive.ubuntu.com/ubuntu/ hardy-updates universe

    deb-src http://it.archive.ubuntu.com/ubuntu/ hardy-updates universe



    ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu

    ## team, and may not be under a free licence. Please satisfy yourself as to

    ## your rights to use the software. Also, please note that software in

    ## multiverse WILL NOT receive any review or updates from the Ubuntu

    ## security team.

    deb http://it.archive.ubuntu.com/ubuntu/ hardy multiverse

    deb-src http://it.archive.ubuntu.com/ubuntu/ hardy multiverse

    deb http://it.archive.ubuntu.com/ubuntu/ hardy-updates multiverse

    deb-src http://it.archive.ubuntu.com/ubuntu/ hardy-updates multiverse



    ## Uncomment the following two lines to add software from the 'backports'

    ## repository.

    ## N.B. software from this repository may not have been tested as

    ## extensively as that contained in the main release, although it includes

    ## newer versions of some applications which may provide useful features.

    ## Also, please note that software in backports WILL NOT receive any review

    ## or updates from the Ubuntu security team.

    # deb http://it.archive.ubuntu.com/ubuntu/ hardy-backports main restricted universe multiverse

    # deb-src http://it.archive.ubuntu.com/ubuntu/ hardy-backports main restricted universe multiverse



    ## Uncomment the following two lines to add software from Canonical's

    ## 'partner' repository. This software is not part of Ubuntu, but is

    ## offered by Canonical and the respective vendors as a service to Ubuntu

    ## users.

    # deb http://archive.canonical.com/ubuntu hardy partner

    # deb-src http://archive.canonical.com/ubuntu hardy partner



    deb http://security.ubuntu.com/ubuntu hardy-security main restricted

    deb-src http://security.ubuntu.com/ubuntu hardy-security main restricted

    deb http://security.ubuntu.com/ubuntu hardy-security universe

    deb-src http://security.ubuntu.com/ubuntu hardy-security universe

    deb http://security.ubuntu.com/ubuntu hardy-security multiverse

    deb-src http://security.ubuntu.com/ubuntu hardy-security multiverse

    Quindi come fò?

    framed
    FRAMED, 5 Aprile 2009
    #8
  9. doctor techNewbie

    altro tentativo nel prmpat scrivi alsamixer -V all

    dovrebbe vnenir fuori una schermata (se hai un portatile) con una traccia esternal con scritto 00 la selezioni premi m per disattivarla e poi exit. riavvii e prova a sentire se l'audio funge
    doctor, 5 Aprile 2009
    #9
  10. FRAMED techAddicted

    Purtroppo non ho un portatile:(

    framed
    FRAMED, 5 Aprile 2009
    #10
  11. doctor techNewbie

    mi hosti l'immagine di alsamixer -V all
    doctor, 5 Aprile 2009
    #11
  12. FRAMED techAddicted

    Certo:

    http://up.techforum.it/img/2009/4/5/Schermata.png

    framed
    FRAMED, 5 Aprile 2009
    #12
  13. doctor techNewbie

    allora so che è noioso ma devi provare ad attivare e disattivare tutte le sorgenti selezionandole ad una ad una e premendo "m" se anche dopo averle provate tutte prova ad avilitarle tutte accertandoti che sotto alle fonti ci venga scritto 00
    doctor, 5 Aprile 2009
    #13
  14. cobra techAddicted

    Provare a scaricare questi http://www.realtek.com.tw/downloads...=23&Level=4&Conn=3&DownTypeID=3&GetDown=false

    se tutti i tentativi falliscono,sono la versione unix precisamente la 4.06a.

    ciao

    framed
    cobra, 5 Aprile 2009
    #14
  15. FRAMED techAddicted

    Ragazzi, ho trovato i driver ma non sò istallarli, ecco le istruzioni in inglese.

    Installation:

    This Source Code is from www.alsa-project.org.

    For driver installation, please follow below steps.



    Automatic install:

    execute



    ./install



    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.

    Aiutatemi, cosa devo fare?

    framed
    FRAMED, 5 Aprile 2009
    #15
  16. cobra techAddicted

    Qui' ci vorrebbe un espereto in inglese,il mio inglese scolastico,

    lascia a desiderare,e' da tanto che l'avevo studiato,ma tanto.

    Framed,qui' ci sono tanti bravi ragazzi tipo doctor...il quale

    l'anglosassone lo studia tuttora presumo aspetta lui per la traduzione,

    oppure Davide,ma il maestro e' falko!! ma non si vede piu' qui,il motivo,

    non lo conosco,ma presumo:D.

    ciao
    cobra, 5 Aprile 2009
    #16
  17. FRAMED techAddicted

    Siamo in due a presumere...:(

    framed
    FRAMED, 5 Aprile 2009
    #17
  18. cobra techAddicted

    In questo momento falko e' nel forum,ti rispondera' lui,

    lascio a lui la parola,felice di rivederti da queste parti.:D
    cobra, 5 Aprile 2009
    #18
  19. Davide Amministratore

    Automatic install:

    execute



    ./install
    Per l'installazione automatica, esegui da shell con privilegi di root ./install
    Davide, 5 Aprile 2009
    #19
  20. FRAMED techAddicted

    grazie mille a TUTTI:D

    Come al solito mitico staff e miticissimo il nuovo dictor;)

    Alla prossima:)

    framed
    FRAMED, 7 Aprile 2009
    #20
Password dimenticata?
SU TERMINI DI SERVIZIO CONTATTACI