AVLinux

Keine Ahnung, hab ja weder noch.
Ist eine von mehreren Audio Distributionen bzw. es gibt viele Möglichkeiten (jede Distribution kann man für z.B. Audio nehmen). Debian ist quasi Gegenteil von *buntu.
Debian-testing == ~Rolling-Release
Alles ist aber GNU(Software)/Linux(Kernel), bis auf evt. Aktualität, Handhabung, zugemüllt, ..., sind die gleich.
 
Falls man nach testen des Live-System AVLinux auf einem alten Rechner der in der Ecke steht installiert hat - siehe AVL2016.3UserManual.pdf, da ist alles beschrieben, install geht flux -, kann das
http://debiananwenderhandbuch.de/ als auch die
Debianwiki hilfreich sein da es sich um ein Debian-testing handelt *Yeah*.

Gut wäre der QuickScan durchzuführen, da z.B. die limits.conf noch nicht die Einträge hat.
Ob man Flashplayer braucht? Ich habe in deinstalliert.

Allgemein über RT: http://www.linux-magazin.de/Ausgaben/2008/06/Gerade-echtzeitig

Oder auch "bei Problemen hier Fragen".
 
AV Linux Assistant && Additional Drivers: &&

linux@su:):~$ tasksel
Code:
Paketkonfiguration

    ┌─────────────────────────┤ Softwareauswahl ├─────────────────────────┐
    │ Sie können eine oder mehrere der folgenden vordefinierten           │ 
    │ Software-Sammlungen zur Installation auswählen.                     │ 
    │                                                                     │ 
    │ Welche Software soll installiert werden?                            │ 
    │                                                                     │ 
    │    [ ] Packages for working with ambisonics (3D surround sound)     │ 
    │    [ ] Packages for creating animations                             │ 
    │    [ ] Audio processing plugins, synths and virtual instruments     │ 
    │    [ ] packages for manipulating & cataloging music and audio       │ 
    │    [ ] Packages for broadcasting media publicly or in the home      │ 
    │    [ ] Extra packages for developers and package compiling          │ 
    │    [ ] Packages for Disk Jockeys                                    │ 
    │    [ ] Packages for drums & beats                                   │ 
    │    [*] Packages for your firewire audiocard / interface             │ 
    │    [ ] Packages for making and editing artwork                      │ 
    │    [ ] Packages for playing with your (virtual) guitar gear         │ 
    │    [ ] JACK (Jack Audio Connection Kit) and ALSA related package▒   │ 
    │    [ ] LADI, Linuxaudio session management, packages            ▮   │ 
    │    [ ] Packages for looping music and audio                         │ 
    │    [ ] MIDI related packages                                        │ 
    │    [ ] Packages for mixing and mastering your music                 │ 
    │    [ ] Packages for musicians                                       │ 
    │    [ ] Packages for working with digital photography                │ 
    │    [ ] Packages which makes your multimedia tools complete          │ 
    │    [ ] Packages for working with Pure Data                          │ 
    │    [ ] Packages for audio recording                                 │ 
    │    [ ] Software samplers                                            │ 
    │    [ ] Packages for sound synthesis                             ▒   │ 
    │    [ ] Video packages                                           ▮   │ 
    │    [*] Debian desktop environment                                   │ 
    │    [ ] ... GNOME                                                    │ 
    │    [ ] ... Xfce                                                     │ 
    │    [ ] ... KDE                                                      │ 
    │    [ ] ... Cinnamon                                                 │ 
    │    [ ] ... MATE                                                     │ 
    │    [ ] ... LXDE                                                     │ 
    │    [ ] ... LXQt                                                     │ 
    │    [ ] web server                                                   │ 
    │    [*] Druckserver                                              ▒   │ 
    │    [*] SSH server                                               ▮   │ 
    │    [ ] laptop                                                       │ 
    │                                                                     │ 
    │                                                                     │ 
    │                               <Ok>                                  │ 
    │                                                                     │ 
    └─────────────────────────────────────────────────────────────────────┘

:supi:
 
Konsolen basiertes updaten:
Code:
apt-get update && apt-get -y upgrade && apt-get -y dist-upgrade && apt-get -y autoremove && apt-get -f -y install && exit
 
Besser über "AV Linux Assistant" (dist-) updaten da in der /etc/apt/source.list ein Mix mit testing/sid/buntu sources steht. "AV Linux Assistant" updater berücksichtigt avlinux spezielle abhängigkeiten. Dieser zeigt auch an wann/ob man "apt-get autoremove" bzw. "apt-get -f install" machen sollte.
 
Wenn die Tastatur auf USA oder Arabisch ist -
in die Konsole oder dauerhaft in Autostart:
Code:
setxkbmap de

Noch mehr RT mit limits.conf: Als root in
Code:
/etc/security/limits.conf
Code:
 @audio - rtprio 90       
 @audio - memlock unlimited
eintragen. (# maximum realtime priority && # maximum locked-in-memory address space (KB))

Schnelleres updaten/syncen:
Code:
nano /etc/apt/sources.list
Die ersten 2 "deb/deb-src" (src = sources, braucht man falls man selbst Programme kompeieren will/muss) durch ein "#" auskommentieren (# deb http://mirror.csclub.... && # deb-src http://mirror.cscl..) und dafür einen .de Server nehmen (deb http://ftp.de.debia...), syncen geht schneller.
Code:
# DEBIAN TESTING
deb http://ftp.de.debian.org/debian/ testing main contrib non-free
deb-src http://ftp.de.debian.org/debian/ testing main contrib non-free
# deb http://mirror.csclub.uwaterloo.ca/debian/ testing contrib non-free main
# deb-src http://mirror.csclub.uwaterloo.ca/debian/ testing main non-free contrib

# DEBIAN UNSTABLE (AKA SID)
# deb http://mirror.csclub.uwaterloo.ca/debian/ unstable main non-free contrib
# deb-src http://mirror.csclub.uwaterloo.ca/debian/ unstable contrib non-free main

# Pipelight-Multi
deb http://repos.fds-team.de/stable/debian/ sid main

# LIQUORIX (OPTIONAL KERNELS)
deb http://liquorix.net/debian sid main
# deb-src http://liquorix.net/debian sid main

# AVL Kernels
deb http://www.bandshed.net/kernels/apt/ jessie main

# UBUNTUZILLA (Mozilla Firefox and Thunderbird Builds)
deb http://downloads.sourceforge.net/project/ubuntuzilla/mozilla/apt/ all main

# Tragtor & Other Apps
# deb http://repository.mein-neues-blog.de:9000/ /
deb http://http.us.debian.org/debian/ stretch main contrib

Besser mit "AV Linux Assistant" ein (dist-)upgrade machen.
Danach immer mal ein
Code:
apt-get -y autoremove && apt-get -f -y install
durchlaufen lassen um ~aufzuräumen.


Soundcard?
Wie das Modul heißt kann man evt. auf http://www.alsa-project.org/main/index.php/Matrix:Main rausfinden. Oder hier fragen.
Code:
cat /proc/asound/cards
Bei mir war Loopback die erste, super :sad:
Code:
 0 [Loopback       ]: Loopback - Loopback
                      Loopback 1
 1 [PST            ]: Digi96 - RME Digi96/8 PST
                      RME Digi96/8 PST at 0x90000000, irq 21
also als root
Code:
nano /etc/modprobe.d/alsa.conf
Code:
options snd-rme96 index=0
options snd-aloop index=1
eintragen. Dies gilt für das System/alle_Benutzer.
Als User
Code:
nano  ~/.asoundrc
Code:
defaults.ctl.card 0
defaults.pcm.card 0
defaults.timer.card 0
eintragen. Dies gilt für den angemeldeten Benutzer.
Dann sollte es so aussehen:
Code:
cat /proc/asound/cards
Code:
 0 [PST            ]: Digi96 - RME Digi96/8 PST
                      RME Digi96/8 PST at 0x90000000, irq 21
 1 [Loopback       ]: Loopback - Loopback
                      Loopback 1

Lieber über Paketmanager geziehlt Programme installieren als über tasksel!
http://wiki.linuxaudio.org/apps/start
Als root
Code:
synaptic
und da nach "kxstudio" suchen. Ich habe z.B.
Code:
KXStudio Customized Multimedia Menu with AV Linux additions
KXStudio LV2 extensions
KXStudio repositories
KXStudio meta-packages - LV2
KXStudio meta-packages - VST
KXStudio meta-packages - Restricted extras
KXStudio meta-packages - Audio plugins
hexter
Cadence
Catarina
Catia
Claudia
Carla
installiert. Mir war es wichtig KEIN pulseaudio wie auch unnötiges Zeug (naja GNU/Linux hab ich nicht wegbekommen :sad: ) zu installieren. Lest wenn ihr auf "anwenden" klickt was er alles installieren will/muss! Weniger ist mehr!

Naja für Spaß rate ich nehmen Sie GCC.

# http://bandshed.net/pdf/AVL2016.3UserManual.pdf
# http://kxstudio.linuxaudio.org/Applications
# http://debiananwenderhandbuch.de/
# Debianwiki
# QuickScan
 
Installiere firmware-linux-nonfree für ~unfreie/bessere u.a. Grafik Treiber.

Achte darauf das die UNSTABLE "#" ist in der sources.list. Nur bei bedarf das "#" entfernen == wird dann genommen. Es soll also eher so aussehen:
Code:
# deb http://mirror.csclub.uwaterloo.ca/debian/ unstable main non-free contrib
Unstable wird das ganze System verändern. Es gibt: stable, testing und unstable.
 
LM: AV Linux 2017.4.9 Released! \o/
Plugins.png


How to Install AV Linux
 

Code:
isotester@avl64box:~$ screenfetch 
         _,met$$$$$gg.           isotester@avl64box
      ,g$$$$$$$$$$$$$$$P.        OS: Debian 9.0 stretch
    ,g$$P""       """Y$$.".      Kernel: x86_64 Linux 4.4.30-rt41-avl2
   ,$$P'              `$$$.      Uptime: 9m
  ',$$P       ,ggs.     `$$b:    Packages: 2730
  `d$$'     ,$P"'   .    $$$     Shell: bash 4.4.11
   $$P      d$'     ,    $$P     Resolution: 1920x1080
   $$:      $$.   -    ,d$$'     DE: XFCE
   $$\;      Y$b._   _,d$P'      WM: Xfwm4
   Y$$.    `.`"Y$$$$P"'          WM Theme: Zukitre
   `$$b      "-.__               GTK Theme: Zukitre [GTK2]
    `Y$$                         Icon Theme: Vibrancy-Colors
     `Y$$.                       Font: Ubuntu Medium 10
       `$$b.                     CPU: Intel Atom CPU 330 @ 1.596GHz
         `Y$$b.                  GPU: Mesa DRI Intel(R) 945G 
            `"Y$b._              RAM: 685MiB / 1993MiB
                `""""
(
Code:
mud@freedom ~ $ screenfetch 
         -/oyddmdhs+:.                Plastic@People
     -odNMMMMMMMMNNmhy+-`             OS: Gentoo testing
   -yNMMMMMMMMMMMNNNmmdhy+-           Kernel: x86_64 Linux 4.9.20-rt-rt16-Gilgamesh
 `omMMMMMMMMMMMMNmdmmmmddhhy/`        Uptime: 17m
 omMMMMMMMMMMMNhhyyyohmdddhhhdo`      Packages: 911
.ydMMMMMMMMMMdhs++so/smdddhhhhdm+`    Shell: bash 4.4.12
 oyhdmNMMMMMMMNdyooydmddddhhhhyhNd.   Resolution: 1920x1080
  :oyhhdNNMMMMMMMNNNmmdddhhhhhyymMh   DE: LXDE
    .:+sydNMMMMMNNNmmmdddhhhhhhmMmy   WM: OpenBox
       /mMMMMMMNNNmmmdddhhhhhmMNhs:   WM Theme: Surreal_Gentoo
    `oNMMMMMMMNNNmmmddddhhdmMNhs+`    GTK Theme: ThinIce [GTK2]
  `sNMMMMMMMMNNNmmmdddddmNMmhs/.      Icon Theme: nuoveXT2
 /NMMMMMMMMNNNNmmmdddmNMNdso:`        Font: Sans 10
+MMMMMMMNNNNNmmmmdmNMNdso/-           CPU: AMD Phenom II X6 1055T @ 6x 2.809GHz [45.0°C]
yMMNNNNNNNmmmmmNNMmhs+/-`             GPU: Gallium 0.4 on llvmpipe (LLVM 4.0, 128 bits)
/hMMNNNNNNNNMNdhs++/-`                RAM: 510MiB / 11973MiB
`/ohdmmddhys+++/:.`                  
  `-//////:--.
;-)
)

## Date 26.5.17

Code:
root@avl64box:/# synaptic
Firmware:

umQL5L8.png



Kernel:

5emTahw.png



Module:

e32oUrK.png



  • [*] AV Linux Assistant

3713aLL.png



  • [*] Additional Drivers

lLeCzJV.png




Code:
┌───────────────────────────────────┤ Software selection ────────────────────────────────────┐
│ You can choose to install one or more of the following predefined collections of software.  │
│                                                                                             │
│ Choose software to install:                                                                 │
│                                                                                             │
│    [ ] Packages for working with ambisonics (3D surround sound)                             │
│    [ ] Packages for creating animations                                                     │
│    [ ] Audio processing plugins, synths and virtual instruments                             │
│    [ ] packages for manipulating & cataloging music and audio                               │
│    [ ] Packages for broadcasting media publicly or in the home                              │
│    [ ] Extra packages for developers and package compiling                                  │
│    [ ] Packages for Disk Jockeys                                                            │
│    [ ] Packages for drums & beats                                                           │
│    [*] Packages for your firewire audiocard / interface                                     │
│    [ ] Packages for making and editing artwork                                              │
│    [ ] Packages for playing with your (virtual) guitar gear                                 │
│    [ ] JACK (Jack Audio Connection Kit) and ALSA related packages                           │
│    [ ] LADI, Linuxaudio session management, packages                                        │
│    [ ] Packages for looping music and audio                                                 │
│    [ ] MIDI related packages                                                                │
│    [ ] Packages for mixing and mastering your music                                         │
│    [ ] Packages for musicians                                                               │
│    [ ] Packages for working with digital photography                                        │
│    [ ] Packages which makes your multimedia tools complete                                  │
│    [ ] Packages for working with Pure Data                                                  │
│    [ ] Packages for audio recording                                                         │
│    [ ] Software samplers                                                                    │
│    [ ] Packages for sound synthesis                                                         │
│    [ ] Video packages                                                                       │
│    [*] Debian desktop environment                                                           │
│    [ ] ... GNOME                                                                            │
│    [ ] ... Xfce                                                                             │
│    [ ] ... KDE                                                                              │
│    [ ] ... Cinnamon                                                                         │
│    [ ] ... MATE                                                                             │
│    [ ] ... LXDE                                                                             │
│    [ ] web server                                                                           │
│    [*] print server                                                                         │
│    [*] SSH server                                                                           │
│    [ ] laptop                                                                               │
│                                                                                             │
│                                                                                             │
│                                           <Ok>                                              │
│                                                                                             │
└─────────────────────────────────────────────────────────────────────────────────────────────┘

tEG6UrL.png
 
Bildergalerie: Installation und Manual von Debian EDU. (!Distributionsunabhängig!)

## Graphische Installation
Der Text-Modus und die graphische Installation sind bis auf das Aussehen identisch. Der graphische Modus erlaubt die Verwendung einer Maus und sieht natürlich schöner und moderner aus. Solange die Hardware keine Probleme mit der graphischen Darstellung hat, gibt es keinen Grund, diesen Modus nicht zu verwenden.

Hier folgt nun eine Serie von Screenshots einer graphischen Installation (Hauptserver + Arbeitsplatzrechner + LTSP-Server); gefolgt von Screenshots nach dem ersten Starten des Hauptservers,

####
## Das Debian Administrationshandbuch
# >> 4.2. Installieren, Schritt für Schritt <<
#####
 
@khz,

...auch wenn ich hier bei der Hälfte der Codes absolut nur "Bahnhof" verstehe, möchte ich trotzdem mal eine grosse Daumensammlung nach oben spendieren für die Arbeit und Mühe, die du dir hier machst! :supi: :supi: :supi: Grosse Klasse, bitte weiter so!


:phat: ,
 
Wenn es hilfreiche, wahre, nützliche, ... Informationen sind dann gerne.
[url:33iguoxu]https://www.heise.de/newsticker/meldung/Linux-Debian-9-Stretch-fuer-den-17-Juni-angekuendigt-3727031.html[/url] schrieb:
Nutzer in Deutschland können sich bisher auf ein geselliges Zusammenkommen inklusive Installparty in Darmstadt freuen.
BS_Pilsner-db0c20ae.png
 
AVLinux basiert auf u.a. "Debian 9.0 stretch". Seitdem stretch im Stable-Zweig ist ist das updaten einfach=unproblematisch.
Vieles was ich zu AVLinux-2016 schrieb als auch was ich zu AVLinux-2017_im_fast_Stable-Zweig geschrieben habe trifft höchstens nur noch bedingt zu. ;-)
Testet einfach mal oder macht was sinnvolles. *Tee_reich*
 
....DARMSTADT....

Darmstädter trinken aber Pfungstädter!
hab ich mir sagen lassen! :)
------------------------------------------------------------
wegen dem BRAUSTÜBEL ding da
-----------------------------------------------------------

TANGO 2 LINUX läuft super selbst mit 512 MB ram
 
:hallo:
Na ich trink so CA 1 Liter Bier im Jahr, dann aber das arische DARMstädter! ;-)
SICKSUKI schrieb:
TANGO 2 LINUX läuft super selbst mit 512 MB ram
Mir haut Fluxbox Session schon ~90MB in den RAM. :sad:


Von https://www.sequencer.de/synthesizer/threads/windows-vsts-auf-linux-loesung.124850/
Antwort von GMaq: https://linuxmusicians.com/viewtopic.php?p=84429#p84429
am besten da dann für weitere Fragen ...
Hi!

The sources.list looks OK, except 'pipelight' is no longer developed so it can be commented out or removed.

nVidia and RT is a mess!

1. nVidia's own drivers from nVidia's site currently will fail to build when they detect that the default custom AV Linux kernel is RT preempt, so currently that doesn't work... If I can isolate one of the recent nVidia drivers and work around the RT detection then it may be possible. I have not had time so far this summer to look deeply into it and have a lot of not so great stuff going on offline right now.

2. If you install Debian's own RT kernel from the Stretch repositories then Synaptic will let you install the Debian 'nvidia-driver' metapackage and it will install BUT... in my experience there was some kind of OpenGL library mismatch and when you try to use any plugins with OpenGL UI's (a good example are Robin Gareus' x42 plugins) then they will instantly crash your host (in my case Ardour/Mixbus) so this option seems to work at first but is also broken (in my testing experience).

3. In AV Linux if you must have nVidia support I recommend to install the Liquorix lowlatency (not RT) kernel (the Liquorix repository is included by default) and then you can install the nVidia drivers using the sgfxi script which is also included.

sgfxi instructions are here: http://smxi.org/docs/sgfxi-manual.htm

sgfxi does work pretty well but it is extremely scary for newbies because it must be run as Root outside of X, so it can be very intimidating.

I'm sorry the news is not good for nVidia and RT on AV Linux right now...

Hope than answers your question, best regards!
Glen

How to use Windows VST Plugins on Linux | Tutorials

Ansehen: https://www.youtube.com/watch?v=PiaWozQ69eE
 
Zuletzt bearbeitet:
GMaq schrieb:
AV Linux 2018.4.12 has been Released!!

*BUGFIXES

-Updated 4.9.76 RT Kernel with KPTI 'Meltdown' security patch (64bit AVL Only) - Thanks Trulan Martin!
*KPTI can be disabled at boot, see Manual page 76, Be aware no 32bit KPTI patch exists!
-Numerous important fixes to compatibility with KXStudio Repos - Thanks falkTX!
-Updated and fixed outdated Cin 5.1 and Spotify Repositories.
-WineASIO now works properly.
-Removed Grub-Customizer because it doesn't work on UEFI installs.

*NEW ADDITIONS

-ISO files now have accompanying MD5 and SHA256 files, verify your downloads! (Manual page 5)
-Optional 'lowlatency' Kernels (Required for Proprietary Video Drivers) - Thanks Trulan Martin!
-Optional 'SGFXI' Proprietary Video Driver Install (Requires 'lowlatency' Kernel).
-UEFI install (64bit AVL only) *So far only tested in VBox! - Thanks korakios and arjepsen!
-Wine-Staging replaces Debian's Wine packaging and WineHQ Repos have been added.
-Added firmware for Echo Audio devices
-Dynamic CPU Frequency adjustment (in 'Settings' menu) - Thanks korakios!
-Realtime Quick Config scan to check system tuning - Thanks raboof!
-Standalone AV Linux DD LiveUSB Writer to create ISOHybrid LiveUSB keys - Thanks Tony Brijeski!
-Simple Killswitch Utility to shut down unwanted processes.
-Kdenlive is back on the menu!
-Yoshimi comes back! - Thanks Will Godfrey!
-Xhip Synth and Plugins http://xhip.net/ - Thanks acidose!
-LinVST (64bit AVL only) - Thanks osxmidi!
-SFZero SFZ Instrument Plugin - Thanks osxmidi!
-Noise Repellent Noise Reduction Plugin - Thanks lucianodato!
-Added new Shuriken Beat Slicer Repositories - Thanks rockhopper!
-Added Dragonfly Reverb plugins - Thanks Michael Willis, rghvdberg!
-Cool Retro Terminal... it's just for fun!

*NOTEWORTHY UPDATES


-AVL User Manual is now 130 pages with numerous additions, expanded content and clarifications.
-Official bundled builds of Ardour 5.12, ArdourVST 5.12 (32bit AVL only) - Thanks Paul Davis, Robin Gareus et al!
-Harrison Mixbus 4.3 and Plugin Demos- Thanks Ben Loftis, Robin Gareus!
-All Applications and Plugins from the KXStudio Repos are synced and updated - Thanks falkTX and all FOSS developers!
-AVL Drumkits LV2 0.2.3 - Thanks Robin Gareus!
-Cinelerra 'Cin 5.1' Video Editor (SO many improvements!!) - Thanks Goodguy, Phyllis!
-LSP Plugins 1.1.1 - Thanks sadko4u!
-Shuriken Beat Slicer 0.5.1 - Thanks rockhopper!
-Polyphone 1.8.
-Quick Updater Utility cleaned up.

*THANKS!


anahata, ByteMark, and Jeremy Jongepier at linuxaudio.org for Download facilities!
rockhopper, NUMAflex, drwhat - ISO Testing
jjfro, drwhat, ufug, magicalex and all other Manual Proofreaders!

*KNOWN ISSUES

-KPTI will introduce a performance hit, it's debatable how much it will impact Audio work but it does have an impact.
*KPTI can be disabled which will restore performance but leave your machine vulnerable to the 'Meltdown' exploit.
-Booting is slower on UEFI computers and getting to login takes longer.
-A recent update of Unetbootin no longer works to create bootable LiveUSB Keys of AV Linux 2018.
-AV Linux contains a new AV Linux DD LiveUSB Writer to write LiveUSB Keys with DD
-For those on other Deb-based Distros this is packaged here:
http://www.bandshed.net/packages/avl2usb/avl2usb_0.1.1-avlinux8-1_all.deb
-Otherwise writing to USB Key with DD from commandline will also work.

*NOT SO FAST!!

If you're new to AV Linux or Linux Audio in general you NEED to RTFM!
http://bandshed.net/pdf/AVL2018UserManual.pdf

*OK, GET AV Linux 2018 HERE!:

http://www.bandshed.net/avlinux/

*PLEASE DONATE IF YOU CAN...


The documentation for AV Linux alone is a time investment of many hours not to mention curating an entire OS that is convenient to use and ready for professional grade Audio and Video production at your fingertips. My sincere and heartfelt thanks to those who have already donated and supported the project. It is my own choice to share my time and efforts on making AV Linux available but I think in the bigger picture communities work best when when there is engagement by both sides. I would also ask that that people consider donating to falkTX's KXStudio project which has greatly enriched not only AV Linux but also all Debian/Ubuntu derivatives..

Please consider hitting the yellow Paypal button on the AV Linux website, ANY amount is welcomed and appreciated thanks!

Glen MacArthur - AV Linux Maintainer
Quelle: https://linuxmusicians.com/viewtopic.php?f=24&p=91998#p91998
 
Weg von *buntu?
- Debian-testing (32bit und 64bit)
- GCC4 oder GCC5 Compilers
- 4.1.5 RT Kernel
- CPU governed "performance"
- KXStudio Repositories
- XFCE4 Desktop
- kein Pulseaudio
- ...

http://www.bandshed.net/
http://bandshed.net/pdf/AVL2016.3UserManual.pdf

Wenn man den Rechner nicht nur fürs Musikmachen nutzt, sollte Pulseaudio vorhanden sein. Soweit ich weiß, wurde in Firefox die ALSA-Unterstützung bereits entfernt.

Das ist auch kein Beinbruch, wenn man mit pulseaudio-jack den Pulseaudio über den jackd ausgeben lässt. Läuft hier seit Jahren bestens und ermöglicht es, alle möglichen Anwendungen in jack zu integrieren und deren Ausgabe oder Eingabe z.B. durch Plugins zu schicken.
 
Ist auch wieder im AVLinux mit drin. War damals, siehe Eingangspost, kurzzeitig ohne Pulseaudio.
Fand ich gut. Aber ja ist schwer ohne Pulseaudio (PA).
Er hat es ja dann auch irgendwann wieder das PA mir rein genommen. IMHO

Ich habe Gentoo ohne Pulseaudio und es geht (noch) gut soweit.
U. a. Firefox hat "jack" USE-flag, spricht also mit jackd:
siehe USE="jack -pulseaudio", geht seit keine Ahnung Version Nummer kA 0.5/1 Jahr.
Aber ohne PA hat Nachteile da nicht alle Programme mit jack zu bauen sind.
 
Zuletzt bearbeitet:
Kann ich meine /home Partition, welche ich über die Installation vom KXStudio ISO angelegt habe, beibehalten und AVLinux installieren? Macht das überhaupt Sinn oder dann lieber alles platt machen und Daten zurückspielen?
 
Wenn dein "/home" eine eigene Partition hat dann ja.
Dein Wurzelverzeichnis "/" (KXStudio/AVLinux/...) auf einer andere(n) Partition(en).
Was sinnvoll ist die versteckten Dateien in einen "Backup" Ordner zu verschieben.
Code:
A@A ~ $ ./.
Je nach installierter Programme, Versionsnummern, Abhängigkeiten ... können die alten versteckten Dateien (config) ~Probleme bereiten.
Deine persönlichen Daten hast du extern gesichert. Dann ist auch c/p zum neuen "/home" leicht.
Alte "/home" ist ~weniger Arbeit. IMHO
 
Zuletzt bearbeitet:
Ich meinte KXStudio kommt runter AVLinux kommt drauf und /home wird behalten. Ich denke ein einfaches cp ist wohl das Beste, sonst kommen sich die config in die Quere...
 
Da sind Config-Dateien drin, die man übernehmen kann und welche, die man nicht übernehmen kann. Von daher lieber außer Datenverzeichnissen erstmal nichts übernehmen und dann selektiv nachfahren.
Ich übernehme zum Beispiel immer das versteckte Thunderbird-Verzeichnis, da sind die ganzen Mails und Konteneinstellungen drin.

Für viele Programme empfiehlt sich auch immer mal wieder eine cleane Installation. Je nachdem, man im Laufe der Zeit so zusammenkonfiguriert hat.
 


News

Zurück
Oben