Probleme mit Sound Karte

alsa-utils ist schon die neueste Version.
War doch schon drauf.
Bei apt funkt dein pw ja.
Wenn jetzt
Code:
sudo alsaconf
nicht will, weiss ich auch nicht mehr weiter.
 
Jetzt komm ich gar nicht mehr zum Password:

laurent@laurent-laptop:~$ sudo alsaconf
sudo: alsaconf: command not found


Aber ist das nicht komisch wen ich einfach su eingebe den kann ich password net eingeben findet es nicht!
 
bei mir kommt das überhapt nicht (Das wo fett ist)

Irgendiwe hat er ein Problem mit meinem Password.

Was gibt es den noch für andere Linux anwendungen?

hauke@hauke:~$ alsaconf
bash: alsaconf: command not found
hauke@hauke:~$ sudo apt-get install alsaconf
Password:
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut... Fertig
E: Konnte Paket alsaconf nicht finden

hauke@hauke:~$
 
Was gibt es den noch für andere Linux anwendungen?
Viele. Es ist aber keine Lösung, wenn du sofort beim kleinsten Problem die Flinte ins Korn wirfst.

Versuch mal:
Code:
su -c alsaconf
Wenn nicht, dann erstelle dir halt nen root account:
Code:
sudo passwd
[deinrootpasswort]
 
laurent@laurent-laptop:~$ su -c alsaconf
Password:
su: Authentication failure
Entschuldigung.
laurent@laurent-laptop:~$ sudo passwd
Password:
Enter new UNIX password:
Retype new UNIX password:
passwd: Kennwort erfolgreich geändert


So konnte das password ändern :)

Wen ich nacher su -c alsaconf eingeben will kommt das :

laurent@laurent-laptop:~$ su -c alsaconf
Password:
bash: alsaconf: command not found
laurent@laurent-laptop:~$ su -c alsaconf
Password:
bash: alsaconf: command not found
 
Zuletzt bearbeitet:
Prima.
Jetzt
Code:
su
[deinrootpasswort]
alsaconf

/edit:
zur Erläuterung:
Du hast jetzt einen root account erstellt. (ubuntu hat per default keinen)
Arbeite im Normalfall lieber mit sudo [userpw]. Warum das bei alsaconf nicht geht, ist mir schleierhaft.
(Einer der Gründe, warum ich Ubuntu nicht mag)
 
Zuletzt bearbeitet:
Jetzt komme ich mit dem Password rein... Aber volgendes kommt....

laurent@laurent-laptop:~$ su
Password:
root@laurent-laptop:/home/laurent# alsaconf
bash: alsaconf: command not found
root@laurent-laptop:/home/laurent# alsaconf
bash: alsaconf: command not found
root@laurent-laptop:/home/laurent#
 
Option c nochmal versucht?
Code:
su -c alsaconf

Ansonsten wüssste ich ehrlich gesagt auch nicht mehr weiter. Ausser, dass dir evtl die entsprechenden Module fehlen.
 
laurent@laurent-laptop:~$ su -c alsaconf
Password:
bash: alsaconf: command not found
laurent@laurent-laptop:~$

Hm.... Das kommt... Also du hast auch KA was das sein könnte?
 
Nein.
Letzter Versuch:
Code:
su
pw
bash `which alsaconf`
 
Hm. Da passiert überhaupt nichts

laurent@laurent-laptop:~$ su
Password:
root@laurent-laptop:/home/laurent# bash `which alsaconf`
root@laurent-laptop:/home/laurent# bash `which alsaconf`
root@laurent-laptop:/home/laurent#


Danke viel mal den für deine hifle.

Was soll ich jetzt machen?
 
Zuletzt bearbeitet:
Hallo

Du musst vorher alsa-utils installieren.
Dann findest du auch /usr/sbin/alsaconf.

Gruß Wolfgang
 
Hallo

Du musst vorher alsa-utils installieren.
Dann findest du auch /usr/sbin/alsaconf.

Gruß Wolfgang

Hat er doch:
So jetzt hat das geklappt

ist gekommen

laurent@laurent-laptop:~$ sudo apt-get install alsa-utils
Password:
Paketlisten werden gelesen... 10Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebautAbhängigkeitsbaum wird aufgebautAbhängigkeitsbaum wird aufgebautAbhängigkeitsbaum wird aufgebautAbhängigkeitsbaum wird aufgebaut
Reading state information... 0% Reading state information... Fertig
alsa-utils ist schon die neueste Version.
0 aktualisiert, 0 neu installiert, 0 zu entfernen und 46 nicht aktualisiert.
 
Jo hab ich den schon gemacht:)
 
Zuletzt bearbeitet:
Ruf das Programm mit dem vollen Pfad auf.
Oder such mal nach alsaconf.
Sollte dann im Pfad /usr/sbin liegen.

Gruß Wolfgang
 
Wie geht nicht?
Kannst du nicht bisschen mehr sagen, was du gemacht hast und was passiert ist (Fehlermeldung)?

Gruß
 
Gewoehn dir mal gleich an, die konkreten Fehler hier reinzukopieren, sonst machst du dir keine Freunde. ;)
Sowas wie "geht nicht", "funzt nicht" und dergleichen bringt gar nichts.
 
alsaconf müsste (wie Wolfgang schon orakelte) doch auch bei Ubuntu in /usr/sbin/ liegen, oder? Gib doch einfach mal testhalber das hier in eine Konsole:

Code:
/usr/sbin/alsaconf

...wenn er da irgendwie anders reagiert als mit 'nix gefunden' und ähnlichen Quatsch, machst Du das gleiche als root (also mit 'su' und root-Passwort vorher). Ist ja wie verhext.
 
Zuletzt bearbeitet:

Ähnliche Themen

Mit Live-CD Linux-Tauglichkeit eines Notebooks feststellen

OpenSUSE 13.2, gallium-nine, mesa, wine

Probleme mit rsync

So, das wars nun endgültig mit Centos und Linux

Linkerproblem mit MXE

Zurück
Oben