Prodigy 192 driver

Başlatan mkant, 23 Mayıs 2010 - 16:59:09

« önceki - sonraki »

0 Üyeler ve 1 Ziyaretçi konuyu incelemekte.

mkant

Merhaba arkadaşlar.
Bir çok Linux sürümünü kurdum fakat hiçbiri dirrek olarak ses kartımı görmedi. Ses kartım esasında Esi Waveterminal 192l fakat Audiotrak Progidy 192 ile tamamen aynı, şu an Windows'ta prodigy driveri kullanıyorum..

Arkadaşlar bu Alsa işi nasıl oluyor hiçbir fikrim yok. Araştırmama rağmen anlayacağım kadar  bir şey bulamadım. Linux bilmiyorum, bir ara backtrack3 kullanmıştım..

Yardımcı olabilirseniz çok sevinirim..şimdiden teşekkür ederim..


ftp://ftp.alsa-project.org/pub/driver/

http://www.alsa-project.org/main/index.php/Matrix:Vendor-AudioTrak

http://ubuntuforums.org/showthread.php?t=471944

http://tldp.org/HOWTO/Alsa-sound-4.html

http://www.audiotrak.net/products/prodigy192/

bytan

Lspci çıktını verirsen yardımcı olmak isteyenler daha belirli önerilerde bulunabilirler.

lspci
Umut en büyük kötülüktür; işkenceyi uzatır. - F.N.


Bir şey ne ise odur, bu kadar. Öyleyse, iki şey arasında bağdaşıklık varsa, bu aralarında iletişim kuruyorlar demek değildir.
"... kavrayışını bilgi ile derinleştir ..."
PF @ ST

mkant

#2
tabi buyrun..

-----------------------------------------------------------------------------------------------------------------------------
00:00.0 Host bridge: Intel Corporation 82G33/G31/P35/P31 Express DRAM Controller (rev 10)
00:02.0 VGA compatible controller: Intel Corporation 82G33/G31 Express Integrated Graphics Controller (rev 10)
00:1d.0 USB Controller: Intel Corporation N10/ICH7 Family USB UHCI Controller #1 (rev 01)
00:1d.1 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #2 (rev 01)
00:1d.2 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #3 (rev 01)
00:1d.3 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #4 (rev 01)
00:1d.7 USB Controller: Intel Corporation N10/ICH 7 Family USB2 EHCI Controller (rev 01)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev e1)
00:1f.0 ISA bridge: Intel Corporation 82801GB/GR (ICH7 Family) LPC Interface Bridge (rev 01)
00:1f.1 IDE interface: Intel Corporation 82801G (ICH7 Family) IDE Controller (rev 01)
00:1f.2 IDE interface: Intel Corporation N10/ICH7 Family SATA IDE Controller (rev 01)
00:1f.3 SMBus: Intel Corporation N10/ICH 7 Family SMBus Controller (rev 01)
01:00.0 Multimedia audio controller: VIA Technologies Inc. VT1720/24 [Envy24PT/HT] PCI Multi-Channel Audio Controller (rev 01)
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

ses kartı driveri yüklemek için sistemi biraz kurcaladım..umarım yanlış birşey yapmamışımdır...



Mesaj tekrarı yüzünden mesajınız birleştirildi. Bu mesajın gönderim tarihi : 23 Mayıs 2010 - 20:59:20

ayrıca

sudo lshw -C multmedia

komutunu verince hiçbir şey çıkmıyor..ses kartı driveri olmadığı anlamına geliyor galiba...

heartsmagic

Dahili bir ses kartı var mı sistemde?
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.

mkant

dahili ses kartı var ama biosdan kapattım..yok gibi yani...

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.

mkant

#6
onboard olan gözükmüyor sistemde..çıktıda gözüken karta driverini kuramadım..


Mesaj tekrarı yüzünden mesajınız birleştirildi. Bu mesajın gönderim tarihi : 24 Mayıs 2010 - 01:25:27

yani

01:00.0 Multimedia audio controller: VIA Technologies Inc. VT1720/24 [Envy24PT/HT] PCI Multi-Channel Audio Controller (rev 01)

buna driver lazım..


Mesaj tekrarı yüzünden mesajınız birleştirildi. Bu mesajın gönderim tarihi : 24 Mayıs 2010 - 23:50:02

bir çözüm yok mu arkadaşlar??

wiki alsa support da benim kartım var..sadece nasıl yapılacağını bilmiyorum..

--------------------------------------------------------------------------------------------------------------------------------------------------

Quick installation

Type the following commands in the shell of your choice.
NB: 

If you are using Hg (Mercurial) then you need to type:

        ./hgcompile "or" make build

instead of:

        ./configure


Make a directory to store the alsa source code in:

       cd /usr/src
       mkdir alsa
       cd alsa
       cp /downloads/alsa-* .

Now unzip and install the alsa-driver package:

       bunzip2 alsa-driver-xxx
       tar -xf alsa-driver-xxx
       cd alsa-driver-xxx
       ./configure --with-cards=ice1724 --with-sequencer=yes ; make ; make install

NB: 

If you are using drivers before 0.9.4 then you need to run:

./snddevices


The snddevices script sets the permissions for the devices it creates to root.
If you use devfs then you should not run the snddevices script.
Otherwise run:

       chmod a+rw /dev/dsp /dev/mixer /dev/sequencer /dev/midi

Now unzip and install the alsa-lib package:

       cd ..
       bunzip2 alsa-lib-xxx
       tar -xf alsa-lib-xxx
       cd alsa-lib-xxx
       ./configure ; make ; make install

Now unzip and install the alsa-utils package:

       cd ..
       bunzip2 alsa-utils-xxx
       tar -xf alsa-utils-xxx
       cd alsa-utils-xxx
       ./configure ; make ; make install

Now insert the modules into the kernel:

       modprobe snd-ice1724 ; modprobe snd-pcm-oss ; modprobe snd-mixer-oss ; modprobe snd-seq-oss

NB: 

For drivers older than 0.9.0beta11 use:

       modprobe snd-card-ice1724


Now adjust your soundcard's volume levels. All mixer channels are muted by default. You must use a native mixer program to unmute appropriate channels, for example alsamixer from the alsa-utils package. Note that some usb-audio devices do not have internal mixer controls. Run:

       alsamixer

You can also look at the utils/​alsasound file. This script is designed for the RedHat Linux distribution, but it can also be used with other distributions which use System V style rc init scripts. This will allow you to load your modules at boot time. If you don't want to do this you can of course compile them into the kernel instead and save yourself the hassle of coming to terms with the rc init scripts.
[edit] Setting up modprobe and kmod support

Before you send a mail complaining that "I don't have /etc/​ modules.conf, where do I find it ......" ‒ the /etc/​conf.modules has been deprecated with a few distro's, but in your case it may still be /etc/​conf.modules. Basically they are both the same, but recent version of modutils use /etc/​modules.conf instead. Nothing to worry about as such, optionally please update to the latest version of modutils. This should solve your problem.

Here's the example for this card. Copy and paste this to the bottom of your /etc/​modules.conf file.
Note: 

Debian GNU/Linux users need to save this information into a file in the /etc/​modutils/ directory (eg. /etc/​modutils/​ alsa) and run update-modules.

Note also that the kernel module soundcore has been renamed in Debian kernels >2.6.23 into snd. A workaround is to put a symlink at /lib/modules/x.x.xx/kernel/sound/soundcore.ko pointing to snd.ko


       # ALSA portion
       alias char-major-116 snd
       alias snd-card-0 snd-ice1724
       # module options should go here
       
       # 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

NB: 

For drivers older than 0.9.0beta11 use:

       snd-card-ice1724


To copy and paste the above to your /etc/​modules.conf file follow these instructions.
[edit] modules.conf

This is a short explanation of what happens in the /etc/​ modules.conf file.
[edit] Native devices

After the main multiplexer is loaded, its code automatically requests the top level sound card module. String snd-card-%i is requested for native devices where %i is the sound card number, counted from zero (the first sound card) to seven (the eighth sound card). String sound-slot-%i is requested for native devices where %i is slot number for the corresponding ALSA owner (which is basically the sound card number). The options line allows you to set various configuration options before the module is loaded. String id (or snd_id) lets you set the name of the card which is then returned in the /proc/​asound/​cards file, i.e. to user space applications. Other options may be available depending on the specific card. Options for these cards are found in the INSTALL file or above.

       username@hostname# pico /etc/modules.conf
       
       # ALSA portion
       alias snd-card-0 snd-hda-intel
       alias snd-card-1 snd-cmipci
       options snd-cmipci id="first" mpu_port=0x330
       
       # OSS/Free portion
       alias sound-slot-0 snd-card-0
       alias sound-slot-1 snd-card-1

NB: 

For drivers older than 0.9.0rc5 use:

       options snd-cmipci snd_id="first" snd_mpu_port=0x330


NB: 

The "snd_" prefix has been removed from the module options to fit with the kernel standard.


[edit] Autoloading OSS/free emulation

At this point we are finished with the configuration for ALSA native devices, but you may also need autoloading for the OSS/Free emulation modules, an ALSA add-on. At this time only one module does not depend on any others, thus must be loaded separately: snd-pcm1-oss. String sound-service-%i-%i is required for OSS/Free service where the first %i is the slot number/​sound card number and the second %i is the service number.

       username@hostname# pico /etc/modules.conf
       
       # OSS/Free portion - card #1
       alias sound-slot-0 snd-card-0
       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
       
       # OSS/Free portion - card #2 (cmipci)
       alias sound-slot-1 snd-card-1
       alias sound-service-1-0 snd-mixer-oss
       alias sound-service-1-3 snd-pcm-oss
       alias sound-service-1-12 snd-pcm-oss

The alias for snd-seq-oss is not necessary on the second device, because there is only one /dev/​sequencer regardless how many devices you have.
[edit] The .asoundrc file

This file allows you to have more advanced control over your card/​device. For most setups the default, system-wide configuration is sufficient. You may change this file only for special setup. The .asoundrc file consists of definitions for the various sound devices available in your system. It also provides access to the pcm plugins in alsa-lib. These allow you to do tricky things like combine your cards into one or access multiple I/O streams on your multi-channel card.

Below is the most basic definition (only example - not required to define at all).

Make a file called .asoundrc in your home and/​or root directory:

       vi ~/.asoundrc

Copy and paste the following into the file, then save it:

       pcm.ice1724 {
          type hw
          card 0
       }
       
       ctl.ice1724 {
          type hw
          card 0
       }

[edit] Links

Generic

    * Keep up to date with the news at M-Station
    * The most current book about Linux audio is Linux Music and Sound (September 2000)
    * Find more applications at Sound & MIDI Software For Linux SourceForge
    * For professional quality, low latency audio routing use JACK ‒ the "Jack Audio Connection Kit".
    * KDE users may use KEnvy24 utility from SourceForge

Specific

    * Users of this module
    * Old User contributed notes at www-old.alsa-project.org (old page)


heartsmagic

Alsa derlemesi bizim forumda anlatılmakta. Ayarları değiştirip deneyebilirsin.
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.

mkant

forumu araştırdım ve çözemedim çözemediğim için de konu açtım..o noktada sıkıntınız olmasın yani...

wikideki ilk komut

./hgcompile

komutu fakat bu komut çalışmıyor...yani 2.adıma bile geçemiyorum..

2.mesele de hiç komut bilmeyen adam ayarları değiştirip nasıl yapsın?? mantıklı mı sizce??

heartsmagic

http://forum.ubuntu-tr.net/index.php/topic,5753.0.html
Senin geçtiğin yukarıdaki anlatım, forumda var demek istemiştim...

Anlatımı nereden alıntıladın bilemiyorum. Eğer komut bilmemenin yanında İngilizce sıkıntısı da varsa takıldığın yerleri yine sorabilirsin. Fakat dediğim gibi derleme zaten forumda anlatılıyor. Araştırmana rağmen gözünden kaşmış olmalı.
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.

mkant

make komutunda hata veriyor..

forumda ''Eğer işlem tüm aşamalardan "Error" yani hata vermeden geçtiyse kurulum tamamlanmıştır. Diğer paketleri de benzer şekilde derleyelim.'' denmiş..ama error verdiğinde ne yapılması gerektiğinden bahsedilmemiş..zannedersenm bu sorunun nedeni terminali çok kurcalamam...bu nedenle tekrar kurayım dedim..bu sefer de kubuntu 9.10 kullanayım dedim..windowsdaki kurulum bitti ve resetden sonra kubuntu kurulumu bitti herşey çok güzel yolundaydı..sistem resetlenip açıldığında login adımın arapça olduğunu farkettim..heralde kurarken yanlışlıkla seçmişimdir diye tekrar kurdum yine aynı..çözümü aradım malesef birşey bulamadım...

en iyisi normal kurulum yapayım..

ilginiz için teşekkürler..

bytan

Wubi olarak kurulan sistemde 9.04 ve 9.10 için arapça böceği var. Forumda bir yerlerde çözüm önerileri de geçmişti.

Yaptığın derleme sırasında hata iletileri alman normal. Terminali kurcalamanla ilgisi yoktur bunun. Her derlemenin hata iletisi farklı olduğu için de belli bir anlatım yok. Ancak yapılacak işlem basit: Verilen hata iletileri teker teker çözülür. Nasıl çözülür? Şayet bir pakedin eksikliğinden bahsediliyorsa hata iletisinde, o paket kurulur. Buradaki çoğu zaman en iyi yardımcı google oluyor.
Umut en büyük kötülüktür; işkenceyi uzatır. - F.N.


Bir şey ne ise odur, bu kadar. Öyleyse, iki şey arasında bağdaşıklık varsa, bu aralarında iletişim kuruyorlar demek değildir.
"... kavrayışını bilgi ile derinleştir ..."
PF @ ST