enr00
Routinier
Könnte mir jemand erklären, wie man Audio-driver installieren kann unter Sidux?
wenn nötig nenne ich auch noch den namen der soundkarte...
wenn nötig nenne ich auch noch den namen der soundkarte...
Folge dem Video um zu sehen, wie unsere Website als Web-App auf dem Startbildschirm installiert werden kann.
Anmerkung: Diese Funktion erfordert derzeit den Zugriff auf die Seite über den integrierten Safari-Browser.
Wozu Alsa-HG?
Eben.Gottseidank nennt der nette TE keine weiteren Details zur Hardware o.ä.
Harr, harr.wenn nötig nenne ich auch noch den namen der soundkarte...
wenn nötig nenne ich auch noch den namen der soundkarte...
habe ich getan, es funktioniert aber immer noch nichtEs solte doch reichen, alsaconf als root aufzurufen.
werde ich mir jetzt durchlesen
Falls alle Stricke reißen, Gottseidank nennt der nette TE keine weiteren Details zur Hardware o.ä.
Wozu sollte das auch nötig sein? Schon mal was von Datenschutz gehört?!?
ehrlich gesagt weiss ich nicht wie ich das herausfinden könnte am PC...Oder der TE ist beim Geheimdienst und gibt Infos nur unter äußerstem Druck
Das könnte ich vllt. auch mal tun *grins*Deswegen fragt er auch lieber hier, als mi sidux-Forum. *g*
Der geneigte Linuxer führt dann folgendes aus:ehrlich gesagt weiss ich nicht wie ich das herausfinden könnte am PC...
Docj ich habe noch die Kiste meines Mainboards. Dort ist die Soundkarte integriert:
Asus p5B plus (VISTA EDITION)
lspci | grep -i audio
00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 02
Und jetzt, wäre es das einfachste, nach #alsa in freenode.net zu gehen und zu fragen, welchen Parameter man da am besten dem Modul mitgibt.
Welche Meldungen wirft alsaconf raus?
│ │
│ ALSA CONFIGURATOR │
│ version 1.0.16 │
│ │
│ This script is a configurator for │
│ Advanced Linux Sound Architecture (ALSA) driver. │
│ │
│ │
│ You should stop all sound applications now. │
│ │
│ Please notice, that sound configuration with this script │
│ is not needed if you are running testing/sid with an up │
│ to date kernel and your sound device is a suopported PCI │
│ one. In that case *udev* is predestinated to load your │
│ driver ;) │
│ But any way, you can finish this procedure with a working │
│ PCI-Sound at the end. │
│ │
│ │
├─────────────────────────────────────────────────────────────┤
│ < OK > │
└─────────────────────────────────────────────────────────────┘
Unloading ALSA sound driver modules: snd-hda-intel snd-pcm-oss snd-mixer-oss snd-pcm snd-timer snd-page-alloc.
Building card database...
┌──────────────────────────────────────┐
│ Searching sound cards │
│ ┌────────────────────────────────┐ │
│ │ 97% │ │
│ └────────────────────────────────┘ │
└──────────────────────────────────────┘
┌──────────────────────────Soundcard Selection─────────────────────────────┐
│ │
│ Following card(s) are found on your system. │
│ Choose a soundcard to configure: │
│ ┌──────────────────────────────────────────────────────────────────────┐ │
│ │hda-intel Intel Corporation 82801H (ICH8 Family) HD Audio Controller │ │
│ │legacy Probe legacy ISA (non-PnP) chips │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ └──────────────────────────────────────────────────────────────────────┘ │
├──────────────────────────────────────────────────────────────────────────┤
│ < OK > <Cancel> │
└──────────────────────────────────────────────────────────────────────────┘
┌────────────────────────────────────────────────┐
│ │
│ Configuring snd-hda-intel │
│ Do you want to modify /etc/modprobe.d/sound │
│ (and /etc/modprobe.conf if present)? │
├────────────────────────────────────────────────┤
│ < Yes > < No > │
└────────────────────────────────────────────────┘
┌──────────────────────────────────────────────────────────┐
│ │
│ │
│ OK, sound driver is configured. │
│ │
│ ALSA CONFIGURATOR │
│ │
│ will prepare the card for playing now. │
│ │
│ Now I'll run alsasound init script, then I'll use │
│ amixer to raise the default volumes. │
│ You can change the volume later via a mixer │
│ program such as alsamixer or gamix. │
│ │
│ │
│ │
├──────────────────────────────────────────────────────────┤
│ < OK > │
└──────────────────────────────────────────────────────────┘
Loading driver...
Setting default volumes...
amixer: Mixer attach default error: No such file or directory
Saving the mixer setup used for this in /var/lib/alsa/asound.state.
/usr/sbin/alsactl: save_state:1497: No soundcards found...
===============================================================================
Now ALSA is ready to use.
For adjustment of volumes, use your favorite mixer.
Have a lot of fun!
root@sidux:/home/antr4xx#
Ist das Modul snd_hda_intel geladen (lsmod|grep -i snd_hda_intel)?
root@sidux:/home/antr4xx# lsmod|grep -i snd_hda_intel
snd_hda_intel 295712 0
snd_pcm 80644 2 snd_hda_intel,snd_pcm_oss
snd 55684 5 snd_hda_intel,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer
snd_page_alloc 11400 2 snd_hda_intel,snd_pcm
root@sidux:/home/antr4xx#
alsamixer?
root@sidux:/home/antr4xx# alsamixer
alsamixer: function snd_ctl_open failed for default: No such file or directory
root@sidux:/home/antr4xx#