Prosíme přihlašte se nebo zaregistrujte.

Přihlašte se svým uživatelským jménem a heslem.
Vaše pomoc je stále potřeba!

Autor Téma: instalace integ. zvukovky soundmax integrated digital hd audio  (Přečteno 2767 krát)

AntiCZ

  • Návštěvník
  • Příspěvků: 4
Mam problem s integorvanou zvukovkou. Zvuk jde bez problemu, ale nejde mi mikrak. Chtel jsem to vyresit instalaci driveru co mam u desky, ale je to na me moc slozity. Instalace probiha pres 2 scripty a jeste editaci souboru. V navodu nechapu krok 5) a tu editaci krok 7). Scripty jsem v terminalu spustil, ale to je asi tak vse.
Chtel jsem to vyresit druhou zvukovkou, ale je to sound blaster a nejsou na to ovladace do linuxu. Ubutu ji sice nasel, ale kdyz spustim treba video a prepnu na sound blaster, tak zvuk samozrejme nejde a jeste se video uplne zastavi. Ale to jen tak navic, radsi bych rozchodil tu integrovanou. Kdyby to pomohlo muzu jeste posleze dodat vypis z terminalu po spusteni scriptu. Kdyz jsme ted ten navod procital tak vlastne tam nerozumim nicemu, krom toho ze mam spustit ty scipty.... :)

Jeste jsem na foru ubuntu nasel topic ktery toto resi. http://ubuntuforums.org/showthread.php?t=179322 Jako moznost uvadi flashnuti BIOSu do cehoz se mi moc nechce. Jinak mam linuxe treti den, tak prosim na me pomalu.

Kód: [Vybrat]
I have found a solution for my M2NPV-VM mobo.

Not sure how that could apply to laptop cases but as I can see people are looking for generic High Definition audio "soundMAX ADI AD1986A" fixes.
Here is my case description and solution details.

Basically everything is simple (after I spent almost a week looking for answers  ).

-Update BIOS (not even sure if that is required step, but it generally always good idea to do that).
-Get latest ALSA drivers. I got "1.0.12rc1" but "1.0.11 final" should also do.
-Put "options snd-hda-intel position_fix=1 model=3stack" to "/etc/modprobe.d/alsa-base".
-Worked for me after reboot.

navod

Kód: [Vybrat]
   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 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".
   For available cards and options, see ./configure --help.

 * Example
      ./configure --with-debug=full
      ./configure --with-cards=sb16,emu10k1 --with-card-options=sb16-csp

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). 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.

 
« Poslední změna: 04 Února 2010, 18:55:29 od AntiCZ »

 

Provoz zaštiťuje spolek OpenAlt.