Προς το περιεχόμενο

Αποθηκευση ρυθμισεων alsamixer


Αδμιν

Προτεινόμενες αναρτήσεις

Εδω και καιρο φτιαχνω τις εισοδους ηχου μεσω alsamixer αλλα μετα απο restart χανονται.

Εχω κανει alsactl store και προσθεσει το /ect/rc.local το alsactl restore οπως προτινεται σε διαφορα σαιτς και λιστες, αλλα μετα το restart εξακολοθουν να επιστρεφουν στα default.

 

Καμια ιδεα.

 

(Fedora 12 παντα)

Συνδέστε για να σχολιάσετε
Κοινοποίηση σε άλλες σελίδες

από Arch Linux wiki:

Restore ALSA Mixer settings at startup

Run alsactl store once to create /etc/asound.state.

# alsactl store

Edit /etc/rc.conf and add "alsa" to the list of daemons to start on boot-up. This will store the mixer settings on every shutdown and restore them when you boot.

 

If the mixer settings are not loaded on boot-up, add the following line to /etc/rc.local:

# alsactl restore

 

These methods still may not work, or you may prefer to have audio settings for individual users.

In this case, run alsactl store -f ~/.asoundrc as a normal user.

This will save and restore volume settings on a per user basis.

 

To automate this process, add the respective commands to ~/.bash_login and ~/.bash_logout, or the correct locations for the shell of your choice.

 

Δηλαδή, είτε βάζεις να εκτελείται alsactl restore σε κάθε login,

 

είτε βάζεις

 

alsactl store -f ~/.asoundrc στο ~/.bash_logout

 

και

 

alsactl restore -f ~/.asoundrc στο ~/.bash_login

 

πες μας αν έχει αποτέλεσμα γιατί το χω απορία.

Συνδέστε για να σχολιάσετε
Κοινοποίηση σε άλλες σελίδες

Αρχειοθετημένο

Αυτό το θέμα έχει αρχειοθετηθεί και είναι κλειστό για περαιτέρω απαντήσεις.

  • Δημιουργία νέου...