11.10'da Kurduğum Realtek Ses Kartı Sürücüsünü 12.04'de Kuramıyorum

Başlatan lambadan, 28 Nisan 2012 - 20:42:37

« önceki - sonraki »

0 Üyeler ve 1 Ziyaretçi konuyu incelemekte.

lambadan

11.10 na kurduğum realtek ses kartını driver ını 12.04 de kuramıyorum
önce  güncel ekran kartı nvidia yı  kuaramadım şimdi de bu bunları 11.10 da yüklemiştim oldumu  şimdi

zeitgeist

Bu bir yorum mu yoksa sürücü kurulumu için yardım mı istiyorsun?
Özgürlüğü ne kadar anlarsan o kadar az sahip olursun. John Fowles

lambadan

forum da olupta denemediğim bir sürücü kurma şekli kalmadı 12,04 artık bazı sistemleri kapatmış

artık temel sürücülerin açık kaynaklarının yanında deb leri de çıkmalı.

tabi realteği kurmak için hala önerilere açığım

heartsmagic

Kuramıyorsun ama neden? Sorun neydi? Haya mı aldın? Hangi kaynaklardan yararlandın? Öneri için bazı şeyleri bilmemiz, görmemiz lazım. Nvidia ayrı mesele tabi, bu başlıktan devam etmez ama onu neden kuramadığını söylemeden de kimse yardımcı olamaz.

Açık kaynaklıların yanında .deb'leri de çıkmalı derken ne demek istedin? Sürücü çıkartacak kişi Ubuntu tarafı değildir 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.

lambadan

instal i aşşağı yazıyorum

[table]
[tr]
[td]#!/bin/sh

######## VERSION 1.0 ########

kaversion=`uname -r`
kversion=`echo $kaversion | cut -d . -f 1`
kpatchlevel=`echo $kaversion | cut -d . -f 2`
ksublevel=`echo $kaversion | cut -d . -f 3`
kextraversion=`echo $kaversion | cut -d . -f 4`

. ./version

echo ".....Decompress Driver source v1.0.25-$ver"
tar jxvpf alsa-driver-1.0.25-$ver.tar.bz2 > /dev/null 2>&1
sync

echo "Compile Driver........"
cd alsa-driver-1.0.25
./configure
make
make install
if test $kpatchlevel=4; then
   ./snddevices
fi
cd ..

## del audio stat file
if [ -f /etc/asound.state ]; then
   rm -rf /etc/asound.state > /dev/null 2>&1
fi

## sample wave
if [ -d /usr/share/sounds/alsa ]; then
     bzip2 -d test.wav.bz2
     cp -f test.wav /usr/share/sounds/alsa
     bzip2 test.wav
else
     mkdir /usr/share/sounds/alsa
     bzip2 -d test.wav.bz2
     cp -f test.wav /usr/share/sounds/alsa
     bzip2 test.wav
fi

echo "Remove Folder....."
rm -rf alsa-driver-1.0.25 > /dev/null[/td]
[/tr]
[/table]

Readme.txt yi aşşağı yazıyorum.

[table]
[tr]
[td]The source code copy from www.alsa-project.org.      ver:5.15
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 ====
ALC221
ALC260
ALC262
ALC267
ALC268
ALC259
ALC269
ALC270
ALC271X
ALC272
ALC273
ALC275
ALC276
ALC281X
ALC656
ALC660
ALC660VD
ALC661
ALC662
ALC663
ALC665
ALC670
ALC680
ALC861
ALC861VD
ALC880
ALC882
ALC883
ALC885
ALC888
ALC889A
ALC898
ALC899
ALC892
ALC1200

Installation:
This Source Code is from www.alsa-project.org.
For OS installation, please remember add the Development tool kit.
For driver installation, please follow below steps.

Automatic install:
execute

  ./install

Note: Please check Development tool kit on your OS.   

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

Step 2. Complied source code
a. cd alsa-driver-1.0.xx
b. ./configure --with-cards=hda-intel
c. make
d. make install

Step 3. reboot your machine

Step 4. 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.6 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.x and alsa-utils-1.0.x 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. [/td]
[/tr]
[/table]


Yukarıda yazdıklarım realtek-linux-audiopack-5.17   dosyasının içinden çıkan
birde o dosyanın içinden alsa-driver-1.0.25 diye birbaşka dosya çıkıyor onun içindekileri aşşağı yazıyorum

INSTALL
[table]
[tr]
[td]
Advanced Linux Sound Architecture - Driver
==========================================
    Installation guide


The ALSA driver replaces the OSS/Free driver.  Since version 0.4.0,
ALSA has supported only 2.2 or later kernels. The 2.0 kernels are no
longer supported.

You must compile the kernel with sound support (CONFIG_SOUND on
2.2/2.4 kernels) either as module or built-in.  You do not need to
select any of the other sound modules apart from sound support.

Before installing this driver, it will be helpful to read carefully
the documentation for insmod, modprobe, kmod and for the isapnp
module if you have an ISA PnP soundcard.


Module option name change after 0.9.0rc3
========================================

Note that module option names were changed in 0.9.0rc4. The 'snd_' prefix
was removed. You may use script in utils directory (module-options) to
convert your older /etc/modules.conf to newer one.


Quick install
=============

1) You must have full configured source for the Linux kernel which you
   want to use for the ALSA drivers. Note that ALSA drivers are part
   of the kernel, so there is necessary to resolve all symbol dependencies
   between the used kernel and ALSA driver code. Partly installed kernels
   (for example from distributor makers) can be unuseable for this action.

2) You must turn on sound support (soundcore module).

3) Run './configure' script.

* General Options
   If you do not want ISA PnP support, use --with-isapnp=no switch.
   If you do not want sequencer support, use --with-sequencer=no switch.
   If you do not want OSS/Free emulation, use --with-oss=no switch.
   If you have udev or devfs and want to use more than eight cards, use
   --enable-dynamic-minors switch.
   If you want to turn on debug mode, use --with-debug=full switch.
   If you want to debug soundcard detection, try --with-debug=detect switch.

* Kernel Source Tree
   On 2.4/2.6 kernels, the location of the kernel source tree is
   parsed automatilly from the running kernel.
   If it's not in the standard place, specify the path via
   --with-kernel=<kernel_directory>.
   On 2.6 kernels, the build directory has to be given via
   --with-build=<kernel_build_dir> option additionally, too.

* Drivers to Compile
   The card drivers to be compiled can be selected via --with-cards option.
   Pass the card driver name without "snd-" prefix.  To specify
   multiple drivers, list names with comma (,).
   Passing "all" will compile all possible drivers (and this is the
   default choice).

   Some drivers have compile options.  They can be passed via
   --with-card-options option.  Multiple options can be passed with comma,
   too.  The default is "all".

   The integer options can be also passesd in a form of X=Y like
   "hda-prealloc-size=1024".
   For available cards and options, see ./configure --help.

   Note that you have to specify all items you want to enable unless
   you pass "all".  Or, pass "all" and additionally "NAME=n".  This will
   enable all but the ones that with =n suffix.  See examples below.

* Module installation path
   By passing --with-moddir, you can specify the path to install
   modules.  When an absolute path is given, the modules are installed
   to the given directory.  When a relative path is given,
   e.g. --with-moddir=updates, the modules will be installed to
   /lib/modules/$VERSION/updates directory.  The directory name might
   depend on distributions, but in general, "updates" should work.

   Note that when no moddir option is given, the newly built modules
   will _replace_ the existing modules in
   /lib/modules/$VERSION/kernel/sound.
   So, if you want to keep the original binaries, better to use
   --with-moddir=updates.

* Example
      ./configure --with-debug=full
          Enable debug option "full"

      ./configure --with-cards=sb16,emu10k1 --with-card-options=sb16-csp
          Build for cards sb16 and emu10k1 drivers and enable sb16-csp
          option.  But all other card options are *disabled*.

      ./configure --with-cards=all,hda-intel=n
          Build drivers except for hda-intel.

* Tips
  - You shouldn't try to save the build time too much.  Better to
    avoid to pass --with-cards and especially --with-card-options
    options unless you really know what you are doing.  Depending
    on the combination of options, you can screw up the build pretty
    easily!

  - The --withdebug=full option is in general recommended.

  - On modern distros with 2.6 kernel, you are likely using udev.
    Don't forget to add --enable-dynamic-minors option.  Otherwise a
    device-file mismatch might happen.

  - In short, a safe combination for the recent distros is:
./configure --with-debug=full --enable-dynamic-minors \
--with-moddir=updates

4) Run 'make'.

5) Run 'make install' as root.
   If you have already a system with ALSA init script, you should install
   just only modules via 'make install-modules' so that the existing init
   script won't be replaced.

6) Run the './snddevices' script to create new sound devices in /dev directory.
   Skip this step, if you have already /dev/snd/* files, or if you're
   using a DEVFS or udev.

7) Edit your kernel module config (either /etc/modprobe.conf or
   /etc/modules.conf, depending on the kernel version).
   The recent distros don't need special setups (except for some ISA
   or static drivers), so you can skip this.
   If you are not sure what to do, you may try the alsaconf script
   available in the alsa-utils package.

8) Run 'modprobe snd-xxxx' where xxxx is the name of your card.
   Note: All ALSA ISA drivers support ISA PnP natively, so you don't need
         isapnptools any more.  Don't use both together.  It will
         conflict.  For disabling the ALSA ISA PnP support, specify
         --with-isapnp=no configure switch.

You can also look at the utils/alsasound file. This script is designed for
the RedHat distribution, but it can be used with other distributions which
use System V style rc init scripts.

Note: All mixer channels are muted by default. You must use a native
      or OSS mixer program to unmute appropriate channels (for example a
      mixer from the alsa-utils package).

Note: This document notices the /etc/modules.conf file. Many current
      distributions uses the old /etc/conf.modules file. Both names are
      valid.


Kernel Module Configurations
============================

See alsa-kernel/Documentation/ALSA-Configuration.txt
(or Documentation/sounds/alsa/ALSA-Configuration.txt in linux-2.6
kernel tree).


Driver cannot be activated?
===========================

1) You can check your soundcard setup again and read this install file
   (module parameters) carefully.
2) If you have got ISA PnP soundcard:
   native ISA PnP support: is your setup in /proc/isapnp correct?
3) If you have *non*-ISA PnP card:
   set isapnp=0 module option?  Otherwise the driver probes only the
   ISA PnP cards.
3) The driver is not still working: remake driver with:
     ./configure --with-debug=detect; make clean; make
   Reinsert new driver modules to kernel and look to /var/log/messages if
   there are some messages. If these messages do not help you, please
   create a new ticket in our bug reporting system.


Compilation from GIT sources
============================

You need GNU packages autoconf and automake installed in your system
to compile GIT sources of alsa-driver package.

For compilation you can use these commands:

make ALSAKERNELDIR=../alsa-kernel all-deps
(if the alsa-kernel-dir is really there)
aclocal
autoconf
./configure
make dep
make

The included gitcompile script does this job for you. The ALSAKERNELDIR
can be eighter alsa-kmirror tree or whole Linux 2.6 source tree (see
"Compilation from Linux kernel tree").

Note: Some automake packages have missing aclocal program. Use newer version
      in the case.


Compilation from Linux kernel tree
==================================

If you have a complete Linux kernel tree, you can build the ALSA drivers from
that kernel tree instead of from an alsa-kernel tree.  Note that the ALSA
version included in that kernel tree must match the ALSA version of this
alsa-driver-build tree.  The ALSA modules built from the kernel tree will be
built for the current running kernel, and not for the kernel version or
configuration in the kernel tree.  In other words, the currently running
kernel version and the kernel version in the kernel tree need not be
identical.

Two ways are available:

Use gitcompile script directly:
-------------------------------

ALSAKERNELDIR=<YOUR-LINUX-KERNEL-TREE-PATH> ./gitcompile

Use utils/setup-alsa-kernel script:
-----------------------------------

In this case, run utils/setup-alsa-kernel script in alsa-driver directory:

utils/setup-alsa-kernel YOUR-LINUX-KERNEL-TREE-PATH

This script will create alsa-kernel sub-directory and make necessary symlinks
automatically.  If you would like to copy the files instead of creating
symlinks (e.g. make an alsa-driver tarball), pass the -c option to
setup-alsa-kernel:

utils/setup-alsa-kernel -c YOUR-LINUX-KERNEL-TREE-PATH

After that, run the gitcompile script.


Cross-compiling
===============

Use '--with-cross=prefix' parameter for the configure script.

Example:
  './configure --with-cross=arm-linux- --with-kernel=/home/ipaq/kernel/linux'.

For 2.6 kernels, pass the same kernel path to --with-build option, too.


Autoloading on 2.2/2.4 Kernels
==============================

On 2.2 or 2.4 kernels, you have to set the additional aliases for
auto-loading via kmod in /etc/modules.conf:

----- /etc/modules.conf
# ALSA portion
alias char-major-116 snd
# OSS/Free portion
alias char-major-14 soundcore
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
----- /etc/modules.conf

The aliases sound-service-x-y define the add-on modules for ALSA
OSS emulation.  For the second or later card, define more aliases
for mixer and pcm in addition, such as:

----- /etc/modules.conf
# OSS/Free portion - card #2
alias sound-service-1-0 snd-mixer-oss
alias sound-service-1-3 snd-pcm-oss
alias sound-service-1-12 snd-pcm-oss
----- /etc/modules.conf

You don't need to define service 1 and 8 for the second or later
cards.

If you want to autoclean your modules, you should put below line to your
/etc/crontab:

*/10 * * * *   root  /sbin/modprobe -rs snd-card-0 snd-card-1; /sbin/rmmod -as

You may also want to extend the soundcard list to follow your requirements.


DEVFS support
=============

The ALSA driver fully supports the devfs extension.
You should add lines below to your devfsd.conf file:

LOOKUP snd MODLOAD ACTION snd
REGISTER ^sound/.* PERMISSIONS root.audio 660
REGISTER ^snd/.* PERMISSIONS root.audio 660

Warning: These lines assume that you have the audio group in your system.
         Otherwise replace audio word with another group name (root for
         example).

When DEVFS is enabled, snd module has the following option:

    device_mode
- permission mask for dynamic sound device filesystem
- This is available only when DEVFS is enabled
- Default: 0666
- E.g.: device_mode=0660


Information about Additional Modules
====================================

  Module snd-pdplus
  -----------------

    Module for Sek'D/Marian Prodif Plus soundcards.

    silent_exit - Do not reset when driver is unloaded.
    init_adat - Initialise the card in ADAT mode (instead of in digital stereo).

    This module supports multiple cards.

  Module snd-serialmidi
  ---------------------

    Module for generic serial MIDI adapters.

    sdev - Device file string for serial device
  (default = "/dev/ttyS0")
    speed - Speed in bauds. (9600,19200,38400,57600,115200)
  (default = 38400)
    adaptor - Type of adaptor.
                  0 = Soundcanvas, 1 = MS-124T, 2 = MS-124W S/A,
  3 = MS-124W M/B
    devices - Number of devices assigned to the card.  Default is 1.
    When this is more than 1, multiple serial devices (up
  to 8) are assigned to a single card.  The number of
  the tail of the device file name is increased for
  each device.
    handshake - Enable/disable handshaking (default = 1)

    This module supports multiple devices.


Trouble Shooting
================

Unresolved symbol with RedHat 9
-------------------------------

Run depmod -ae and check which symbol is missing.
If the unresolved symbol is "schedule_work", this is because RedHat
shipped the kernel with incomplete implementation of workqueue.
For solving this problem, run the following on the top of alsa-driver
directory:

% touch include/linux/workqueue.h

and run "make clean", "make" again.
[/td]
[/tr]
[/table]


install-sh

[table]
[tr]
[td]#! /bin/sh
#
# install - install a program, script, or datafile
# This comes from X11R5 (mit/util/scripts/install.sh).
#
# Copyright 1991 by the Massachusetts Institute of Technology
#
# Permission to use, copy, modify, distribute, and sell this software and its
# documentation for any purpose is hereby granted without fee, provided that
# the above copyright notice appear in all copies and that both that
# copyright notice and this permission notice appear in supporting
# documentation, and that the name of M.I.T. not be used in advertising or
# publicity pertaining to distribution of the software without specific,
# written prior permission.  M.I.T. makes no representations about the
# suitability of this software for any purpose.  It is provided "as is"
# without express or implied warranty.
#
# Calling this script install-sh is preferred over install.sh, to prevent
# `make' implicit rules from creating a file called install from it
# when there is no Makefile.
#
# This script is compatible with the BSD install script, but was written
# from scratch.  It can only install one file at a time, a restriction
# shared with many OS's install programs.


# set DOITPROG to echo to test this script

# Don't use :- since 4.3BSD and earlier shells don't like it.
doit="${DOITPROG-}"


# put in absolute paths if you don't have them in your path; or use env. vars.

mvprog="${MVPROG-mv}"
cpprog="${CPPROG-cp}"
chmodprog="${CHMODPROG-chmod}"
chownprog="${CHOWNPROG-chown}"
chgrpprog="${CHGRPPROG-chgrp}"
stripprog="${STRIPPROG-strip}"
rmprog="${RMPROG-rm}"
mkdirprog="${MKDIRPROG-mkdir}"

transformbasename=""
transform_arg=""
instcmd="$mvprog"
chmodcmd="$chmodprog 0755"
chowncmd=""
chgrpcmd=""
stripcmd=""
rmcmd="$rmprog -f"
mvcmd="$mvprog"
src=""
dst=""
dir_arg=""

while [ x"$1" != x ]; do
    case $1 in
-c) instcmd="$cpprog"
    shift
    continue;;

-d) dir_arg=true
    shift
    continue;;

-m) chmodcmd="$chmodprog $2"
    shift
    shift
    continue;;

-o) chowncmd="$chownprog $2"
    shift
    shift
    continue;;

-g) chgrpcmd="$chgrpprog $2"
    shift
    shift
    continue;;

-s) stripcmd="$stripprog"
    shift
    continue;;

-t=*) transformarg=`echo $1 | sed 's/-t=//'`
    shift
    continue;;

-b=*) transformbasename=`echo $1 | sed 's/-b=//'`
    shift
    continue;;

*)  if [ x"$src" = x ]
    then
src=$1
    else
# this colon is to work around a 386BSD /bin/sh bug
:
dst=$1
    fi
    shift
    continue;;
    esac
done

if [ x"$src" = x ]
then
echo "install: no input file specified"
exit 1
else
true
fi

if [ x"$dir_arg" != x ]; then
dst=$src
src=""

if [ -d $dst ]; then
instcmd=:
else
instcmd=mkdir
fi
else

# Waiting for this to be detected by the "$instcmd $src $dsttmp" command
# might cause directories to be created, which would be especially bad
# if $src (and thus $dsttmp) contains '*'.

if [ -f $src -o -d $src ]
then
true
else
echo "install:  $src does not exist"
exit 1
fi

if [ x"$dst" = x ]
then
echo "install: no destination specified"
exit 1
else
true
fi

# If destination is a directory, append the input filename; if your system
# does not like double slashes in filenames, you may need to add some logic

if [ -d $dst ]
then
dst="$dst"/`basename $src`
else
true
fi
fi

## this sed command emulates the dirname command
dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`

# Make sure that the destination directory exists.
#  this part is taken from Noah Friedman's mkinstalldirs script

# Skip lots of stat calls in the usual case.
if [ ! -d "$dstdir" ]; then
defaultIFS='
'
IFS="${IFS-${defaultIFS}}"

oIFS="${IFS}"
# Some sh's can't handle IFS=/ for some reason.
IFS='%'
set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'`
IFS="${oIFS}"

pathcomp=''

while [ $# -ne 0 ] ; do
pathcomp="${pathcomp}${1}"
shift

if [ ! -d "${pathcomp}" ] ;
        then
$mkdirprog "${pathcomp}"
else
true
fi

pathcomp="${pathcomp}/"
done
fi

if [ x"$dir_arg" != x ]
then
$doit $instcmd $dst &&

if [ x"$chowncmd" != x ]; then $doit $chowncmd $dst; else true ; fi &&
if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dst; else true ; fi &&
if [ x"$stripcmd" != x ]; then $doit $stripcmd $dst; else true ; fi &&
if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $dst; else true ; fi
else

# If we're going to rename the final executable, determine the name now.

if [ x"$transformarg" = x ]
then
dstfile=`basename $dst`
else
dstfile=`basename $dst $transformbasename |
sed $transformarg`$transformbasename
fi

# don't allow the sed command to completely eliminate the filename

if [ x"$dstfile" = x ]
then
dstfile=`basename $dst`
else
true
fi

# Make a temp file name in the proper directory.

dsttmp=$dstdir/#inst.$$#

# Move or copy the file name to the temp name

$doit $instcmd $src $dsttmp &&

trap "rm -f ${dsttmp}" 0 &&

# and set any options; do chmod last to preserve setuid bits

# If any of these fail, we abort the whole thing.  If we want to
# ignore errors from any of these, just make sure not to ignore
# errors from the above "$doit $instcmd $src $dsttmp" command.

if [ x"$chowncmd" != x ]; then $doit $chowncmd $dsttmp; else true;fi &&
if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dsttmp; else true;fi &&
if [ x"$stripcmd" != x ]; then $doit $stripcmd $dsttmp; else true;fi &&
if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $dsttmp; else true;fi &&

# Now rename the file to the real destination.

$doit $rmcmd -f $dstdir/$dstfile &&
$doit $mvcmd $dsttmp $dstdir/$dstfile

fi &&


exit 0[/td]
[/tr]
[/table]


README

[table]
[tr]
[td] Advanced Linux Sound Architecture (ALSA) - Driver
=================================================
WWW: http://www.alsa-project.org


Features
========

* general
  - GPL license
  - fully modularized architecture
  - full proc filesystem support - /proc/asound
  - SMP safe
  - thread safe
  - integrated to 2.6+ kernels
  - moved all additional code (stream conversions etc.) outside the kernel
* universal control API
  - new enhanced and flexible API for applications
  - support for unlimited number of controls
  - support for mute (and hardware mute if hardware supports it)
  - support for mixer events
    - this allows two or more applications to be synchronized
* digital audio (PCM)
  - support for all types of hardware
  - new enhanced API for applications
  - full real duplex support
  - stream start synchronization
* sequencer
  - support multiple event queues
* hardware depedent API
  - support hw specific things (like FX accelerated processing etc.)
* OSS/Free kernel emulation
  - mixer
  - PCM (/dev/dsp) compatibility

More information about the ALSA sound driver is located in alsa-driver/doc
and alsa-kernel/Documentation directories.[/td]
[/tr]
[/table]


bu driver ı nasıl kurarım yardım lütfen :-[

realtek  in resmi sitesinden download > High Definition Audio Codecs > Linux driver (3.0)   indirilerek incelene bilir
http://www.realtek.com.tw/downloads/

ct

Merhaba,

Verdiğiniz kod ve txt dökümanını code etiketi içine alırsanız daha güzel durur diye düşünüyorum.

Burada nasıl yapılacağın anlatılmış:

http://forum.ubuntu-tr.net/index.php?topic=14283.0

Edi: Ben yazarken değitirmişsiniz. Teşekkürler :)

Bir düzeltme daha:

Bu sürücüyle sorun yaşayanlar var. Ses kartınızı görmüyor mu sistem? Şunların çıktılarını yazabilir misiniz?

aplay -l | grep card

lspci

lambadan

Alıntı Yap
Alıntı yapılan: ct - 30 Nisan 2012 - 03:54:34
Merhaba,

Verdiğiniz kod ve txt dökümanını code etiketi içine alırsanız daha güzel durur diye düşünüyorum.

Burada nasıl yapılacağın anlatılmış:

http://forum.ubuntu-tr.net/index.php?topic=14283.0

Edi: Ben yazarken değitirmişsiniz. Teşekkürler :)

Bir düzeltme daha:

Bu sürücüyle sorun yaşayanlar var. Ses kartınızı görmüyor mu sistem? Şunların çıktılarını yazabilir misiniz?

aplay -l | grep card

lspci

00:00.0 Host bridge: VIA Technologies, Inc. CN896/VN896/P4M900 Host Bridge
00:00.1 Host bridge: VIA Technologies, Inc. CN896/VN896/P4M900 Host Bridge
00:00.2 Host bridge: VIA Technologies, Inc. CN896/VN896/P4M900 Host Bridge
00:00.3 Host bridge: VIA Technologies, Inc. CN896/VN896/P4M900 Host Bridge
00:00.4 Host bridge: VIA Technologies, Inc. CN896/VN896/P4M900 Host Bridge
00:00.5 PIC: VIA Technologies, Inc. CN896/VN896/P4M900 I/O APIC Interrupt Controller
00:00.6 Host bridge: VIA Technologies, Inc. CN896/VN896/P4M900 Security Device
00:00.7 Host bridge: VIA Technologies, Inc. CN896/VN896/P4M900 Host Bridge
00:01.0 PCI bridge: VIA Technologies, Inc. VT8237/VX700 PCI Bridge
00:02.0 PCI bridge: VIA Technologies, Inc. CN896/VN896/P4M900 PCI to PCI Bridge Controller (rev 80)
00:03.0 PCI bridge: VIA Technologies, Inc. CN896/VN896/P4M900 PCI to PCI Bridge Controller (rev 80)
00:0f.0 IDE interface: VIA Technologies, Inc. Device 5337 (rev 80)
00:0f.1 IDE interface: VIA Technologies, Inc. VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 07)
00:10.0 USB controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev a0)
00:10.1 USB controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev a0)
00:10.2 USB controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev a0)
00:10.3 USB controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev a0)
00:10.4 USB controller: VIA Technologies, Inc. USB 2.0 (rev 86)
00:11.0 ISA bridge: VIA Technologies, Inc. VT8237A PCI to ISA Bridge
00:11.7 Host bridge: VIA Technologies, Inc. VT8237/8251 Ultra VLINK Controller
00:12.0 Ethernet controller: VIA Technologies, Inc. VT6102 [Rhine-II] (rev 7c)
00:13.0 Host bridge: VIA Technologies, Inc. VT8237A Host Bridge
00:13.1 PCI bridge: VIA Technologies, Inc. VT8237A PCI to PCI Bridge
02:00.0 VGA compatible controller: NVIDIA Corporation G96 [GeForce 9500 GT] (rev a1)
80:01.0 Audio device: VIA Technologies, Inc. VT8237A/VT8251 HDA Controller (rev 10)



Mesaj tekrarı yüzünden mesajınız birleştirildi. Bu mesajın gönderim tarihi : 30 Nisan 2012 - 04:22:50

Bu driver ı 11.10 na kurduğumda windows taki arayüzün aynısı gelmişti bu bir üst sürümü
ben 2.6 yı kurmuştum ve hem çok kaliteli olarak equlazier  ayarlarını yapıyordum hemde ses kalite değerlerini yükseltiyordum


Mesaj tekrarı yüzünden mesajınız birleştirildi. Bu mesajın gönderim tarihi : 30 Nisan 2012 - 04:27:37

BU ARADA   


aplay -l | grep card

yazdığımda bir şey çıkmadı

heartsmagic

Realtek'in dağıttığı şey Alsa'nın kendisi. Ek bir şey yapıyorlar mı cidden bilmiyorum.
Forumda alsa derleme var: http://forum.ubuntu-tr.net/index.php?topic=5753.0

Tabi bizim sürüm geride kalmış takibini yapmadığım için. 12.04 üzerinde durum nasıldır şimdi bilemiyorum. Derleme yapılarak duruma bakılabilir. Bir ara vakit bulduğumda başlığı güncellemeye çalışırım.
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.

lambadan

Alıntı yapılan: heartsmagic - 30 Nisan 2012 - 13:40:57
Realtek'in dağıttığı şey Alsa'nın kendisi. Ek bir şey yapıyorlar mı cidden bilmiyorum.
Forumda alsa derleme var: http://forum.ubuntu-tr.net/index.php?topic=5753.0

Tabi bizim sürüm geride kalmış takibini yapmadığım için. 12.04 üzerinde durum nasıldır şimdi bilemiyorum. Derleme yapılarak duruma bakılabilir. Bir ara vakit bulduğumda başlığı güncellemeye çalışırım.

ilginle istikrarına hayran kaldım teşekkürler


Mesaj tekrarı yüzünden mesajınız birleştirildi. Bu mesajın gönderim tarihi : 30 Nisan 2012 - 15:01:06

ubuntuda şuan hazır gelen alsanın sürümünü nasıl öğrenebilirim

heartsmagic

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.

if


lambadan

sesi iyileştirmek için equalizer ayarlarıyla idare ediyorum
sisteme genel olarak entegre çalışan stabil yazılım alternatiflrine bakıyorum

if

@lambadan, öntanımlı gelen alsa'yı mı kullanıyorsunuz yoksa elle derlediğinizi mi?

lambadan

sudo add-apt-repository ppa:psyke83/ppa

sudo apt-get update && sudo apt-get install pulseaudio-equalizer

tercicihim system-wide sistem geneli Pulseaudio equalizer eşitleyici.


Mesaj tekrarı yüzünden mesajınız birleştirildi. Bu mesajın gönderim tarihi : 31 Mayıs 2012, 09:31:20

sudo add-apt-repository ppa:nilarimogard/webupd8

sudo apt-get update

sudo apt-get install pulseaudio-equalizer