Unable to install PULSEAUDIO

Unofficial support for the KXStudio Linux distribution and applications.
More info at http://kxstudio.linuxaudio.org/

Moderators: MattKingUSA, khz

Post Reply
User avatar
lilith
Established Member
Posts: 1698
Joined: Fri May 27, 2016 11:41 pm
Location: bLACK fOREST
Has thanked: 117 times
Been thanked: 57 times
Contact:

Unable to install PULSEAUDIO

Post by lilith »

Hi,

after trying to install pulseaudio I get the following message:

Code: Select all

$ sudo apt-get install pulseaudio
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut.       
Statusinformationen werden eingelesen.... Fertig
Einige Pakete konnten nicht installiert werden. Das kann bedeuten, dass
Sie eine unmögliche Situation angefordert haben oder, wenn Sie die
Unstable-Distribution verwenden, dass einige erforderliche Pakete noch
nicht erstellt wurden oder Incoming noch nicht verlassen haben.
Die folgenden Informationen helfen Ihnen vielleicht, die Situation zu lösen:

Die folgenden Pakete haben unerfüllte Abhängigkeiten:
 pulseaudio : Hängt ab von: libpulse0 (= 1:4.0-0ubuntu11.1) aber 1:4.0-0ubuntu11.1+kxstudio1 soll installiert werden
              Empfiehlt: pulseaudio-module-x11 soll aber nicht installiert werden
              Empfiehlt: gstreamer0.10-pulseaudio soll aber nicht installiert werden
              Empfiehlt: rtkit soll aber nicht installiert werden
              Empfiehlt: pulseaudio-utils
E: Probleme können nicht korrigiert werden, Sie haben zurückgehaltene defekte Pakete.
in english

Code: Select all

Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
I assume that there might be something wrong with my sources.list, which reads:

Code: Select all

# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to

# newer versions of the distribution.
deb http://de.archive.ubuntu.com/ubuntu/ trusty main restricted
deb-src http://de.archive.ubuntu.com/ubuntu/ trusty main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://de.archive.ubuntu.com/ubuntu/ trusty-updates main restricted
deb-src http://de.archive.ubuntu.com/ubuntu/ trusty-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://de.archive.ubuntu.com/ubuntu/ trusty universe
deb-src http://de.archive.ubuntu.com/ubuntu/ trusty universe
deb http://de.archive.ubuntu.com/ubuntu/ trusty-updates universe
deb-src http://de.archive.ubuntu.com/ubuntu/ trusty-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://de.archive.ubuntu.com/ubuntu/ trusty multiverse
deb-src http://de.archive.ubuntu.com/ubuntu/ trusty multiverse
deb http://de.archive.ubuntu.com/ubuntu/ trusty-updates multiverse
deb-src http://de.archive.ubuntu.com/ubuntu/ trusty-updates multiverse

## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://de.archive.ubuntu.com/ubuntu/ trusty-backports main restricted universe multiverse
deb-src http://de.archive.ubuntu.com/ubuntu/ trusty-backports main restricted universe multiverse

deb http://security.ubuntu.com/ubuntu trusty-security main restricted
deb-src http://security.ubuntu.com/ubuntu trusty-security main restricted
deb http://security.ubuntu.com/ubuntu trusty-security universe
deb-src http://security.ubuntu.com/ubuntu trusty-security universe
deb http://security.ubuntu.com/ubuntu trusty-security multiverse
deb-src http://security.ubuntu.com/ubuntu trusty-security multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
# deb http://archive.canonical.com/ubuntu trusty partner
# deb-src http://archive.canonical.com/ubuntu trusty partner

## This software is not part of Ubuntu, but is offered by third-party
## developers who want to ship their latest software.
deb http://extras.ubuntu.com/ubuntu trusty main
deb-src http://extras.ubuntu.com/ubuntu trusty main
I tried

Code: Select all

sudo apt-get -f  install
and

Code: Select all

sudo apt-get dist-upgrade
, but it did basically nothing.

Once I installed some packages by hand and by accident with:

Code: Select all

sudo dpkg -i kxstudio-repos_9.2.2~kxstudio1_all.deb
dpkg: Warnung: Version 9.2.2~trusty1 des Paketes kxstudio-repos wird durch ältere Version 9.2.2~kxstudio1 ersetzt
(Lese Datenbank ... 185185 Dateien und Verzeichnisse sind derzeit installiert.)
Vorbereitung zum Entpacken von kxstudio-repos_9.2.2~kxstudio1_all.deb ...
Entpacken von kxstudio-repos (9.2.2~kxstudio1) über (9.2.2~trusty1) ...
kxstudio-repos (9.2.2~kxstudio1) wird eingerichtet ...
OK
OK
gpg: Schlüsselbund `/tmp/tmpb1w0pqxm/secring.gpg' erstellt
gpg: Schlüsselbund `/tmp/tmpb1w0pqxm/pubring.gpg' erstellt
gpg: Schlüssel 2BD84BD9 von hkp-Server keyserver.ubuntu.com anfordern
gpg: /tmp/tmpb1w0pqxm/trustdb.gpg: trust-db erzeugt
gpg: Schlüssel 2BD84BD9: Öffentlicher Schlüssel "Launchpad PPA for KXStudio Debian" importiert
gpg: Anzahl insgesamt bearbeiteter Schlüssel: 1
gpg:               importiert: 1  (RSA: 1)
Maybe this is causing the problem :| ?
User avatar
lilith
Established Member
Posts: 1698
Joined: Fri May 27, 2016 11:41 pm
Location: bLACK fOREST
Has thanked: 117 times
Been thanked: 57 times
Contact:

Re: Unable to install PULSEAUDIO

Post by lilith »

@falkTX,

what do you mean with updates, updating the repository? I regularly makes apt get update and apt get upgrade.

Is it sufficient to execute?

Code: Select all

# Install required dependencies if needed
sudo apt-get install apt-transport-https software-properties-common wget

# Download package file
wget https://launchpad.net/~kxstudio-debian/+archive/kxstudio/+files/kxstudio-repos_9.4.1~kxstudio1_all.deb

# Install it
sudo dpkg -i kxstudio-repos_9.4.1~kxstudio1_all.deb
User avatar
lilith
Established Member
Posts: 1698
Joined: Fri May 27, 2016 11:41 pm
Location: bLACK fOREST
Has thanked: 117 times
Been thanked: 57 times
Contact:

Re: Unable to install PULSEAUDIO

Post by lilith »

falkTX wrote:I mean this:

Code: Select all

sudo apt-get update
sudo apt-get dist-upgrade
Thanks! I did, but nothing happens:

Code: Select all

sudo apt-get update      
OK   http://ppa.launchpad.net lucid InRelease
OK   http://security.ubuntu.com trusty-security InRelease                      
Ign http://extras.ubuntu.com trusty InRelease                                  
Ign http://de.archive.ubuntu.com trusty InRelease                              
OK   http://ppa.launchpad.net lucid InRelease                                  
OK   http://security.ubuntu.com trusty-security/main Sources                   
OK   http://de.archive.ubuntu.com trusty-updates InRelease                     
OK   http://extras.ubuntu.com trusty Release.gpg                               
OK   http://ppa.launchpad.net lucid InRelease                                  
OK   http://de.archive.ubuntu.com trusty-backports InRelease                   
OK   http://security.ubuntu.com trusty-security/restricted Sources             
OK   http://extras.ubuntu.com trusty Release                                   
OK   http://ppa.launchpad.net lucid InRelease                                  
OK   http://de.archive.ubuntu.com trusty Release.gpg                           
OK   http://security.ubuntu.com trusty-security/universe Sources               
OK   http://extras.ubuntu.com trusty/main Sources                              
OK   http://ppa.launchpad.net lucid InRelease                                  
OK   http://de.archive.ubuntu.com trusty-updates/main Sources                  
OK   http://security.ubuntu.com trusty-security/multiverse Sources             
OK   http://extras.ubuntu.com trusty/main amd64 Packages                       
OK   http://ppa.launchpad.net trusty InRelease                                 
OK   http://de.archive.ubuntu.com trusty-updates/restricted Sources            
OK   http://security.ubuntu.com trusty-security/main amd64 Packages            
OK   http://extras.ubuntu.com trusty/main i386 Packages                        
OK   http://ppa.launchpad.net trusty InRelease                                 
OK   http://de.archive.ubuntu.com trusty-updates/universe Sources              
Ign http://kxstudio.linuxaudio.org stable InRelease                            
OK   http://security.ubuntu.com trusty-security/restricted amd64 Packages      
OK   http://ppa.launchpad.net trusty InRelease                                 
OK   http://de.archive.ubuntu.com trusty-updates/multiverse Sources            
OK   http://security.ubuntu.com trusty-security/universe amd64 Packages        
OK   http://ppa.launchpad.net trusty InRelease                                 
OK   http://de.archive.ubuntu.com trusty-updates/main amd64 Packages                                                        
OK   http://security.ubuntu.com trusty-security/multiverse amd64 Packages                                                   
OK   http://de.archive.ubuntu.com trusty-updates/restricted amd64 Packages                                                  
OK   http://ppa.launchpad.net trusty InRelease                                                                              
OK   http://security.ubuntu.com trusty-security/main i386 Packages             
OK   http://de.archive.ubuntu.com trusty-updates/universe amd64 Packages       
OK   http://ppa.launchpad.net trusty InRelease                                 
OK   http://security.ubuntu.com trusty-security/restricted i386 Packages       
OK   http://kxstudio.linuxaudio.org stable Release.gpg                         
OK   http://de.archive.ubuntu.com trusty-updates/multiverse amd64 Packages     
OK   http://ppa.launchpad.net lucid/main amd64 Packages                        
OK   http://security.ubuntu.com trusty-security/universe i386 Packages         
OK   http://de.archive.ubuntu.com trusty-updates/main i386 Packages            
OK   http://ppa.launchpad.net lucid/main i386 Packages                         
OK   http://security.ubuntu.com trusty-security/multiverse i386 Packages       
OK   http://de.archive.ubuntu.com trusty-updates/restricted i386 Packages      
OK   http://security.ubuntu.com trusty-security/main Translation-en            
OK   http://de.archive.ubuntu.com trusty-updates/universe i386 Packages        
OK   http://security.ubuntu.com trusty-security/multiverse Translation-en      
OK   http://de.archive.ubuntu.com trusty-updates/multiverse i386 Packages      
OK   http://kxstudio.linuxaudio.org stable Release                             
OK   http://security.ubuntu.com trusty-security/restricted Translation-en      
OK   http://de.archive.ubuntu.com trusty-updates/main Translation-en           
OK   http://ppa.launchpad.net lucid/main amd64 Packages                        
OK   http://security.ubuntu.com trusty-security/universe Translation-en        
OK   http://de.archive.ubuntu.com trusty-updates/multiverse Translation-en     
OK   http://ppa.launchpad.net lucid/main i386 Packages                         
Ign http://extras.ubuntu.com trusty/main Translation-de_DE                     
OK   http://kxstudio.linuxaudio.org stable/free amd64 Packages                 
OK   http://de.archive.ubuntu.com trusty-updates/restricted Translation-en     
Ign http://extras.ubuntu.com trusty/main Translation-de                        
OK   http://de.archive.ubuntu.com trusty-updates/universe Translation-en       
Ign http://extras.ubuntu.com trusty/main Translation-en                        
OK   http://de.archive.ubuntu.com trusty-backports/main Sources                
OK   http://de.archive.ubuntu.com trusty-backports/restricted Sources          
OK   http://ppa.launchpad.net lucid/main amd64 Packages                        
OK   http://de.archive.ubuntu.com trusty-backports/universe Sources            
OK   http://kxstudio.linuxaudio.org stable/non-free amd64 Packages             
OK   http://ppa.launchpad.net lucid/main i386 Packages                         
OK   http://de.archive.ubuntu.com trusty-backports/multiverse Sources       
OK   http://de.archive.ubuntu.com trusty-backports/main amd64 Packages         
OK   http://de.archive.ubuntu.com trusty-backports/restricted amd64 Packages   
OK   http://de.archive.ubuntu.com trusty-backports/universe amd64 Packages     
OK   http://kxstudio.linuxaudio.org stable/free i386 Packages                  
OK   http://de.archive.ubuntu.com trusty-backports/multiverse amd64 Packages   
OK   http://ppa.launchpad.net lucid/main amd64 Packages                        
OK   http://de.archive.ubuntu.com trusty-backports/main i386 Packages          
OK   http://ppa.launchpad.net lucid/main i386 Packages                         
OK   http://de.archive.ubuntu.com trusty-backports/restricted i386 Packages    
OK   http://de.archive.ubuntu.com trusty-backports/universe i386 Packages      
OK   http://kxstudio.linuxaudio.org stable/non-free i386 Packages              
OK   http://de.archive.ubuntu.com trusty-backports/multiverse i386 Packages    
OK   http://de.archive.ubuntu.com trusty-backports/main Translation-en         
OK   http://ppa.launchpad.net lucid/main amd64 Packages                        
OK   http://de.archive.ubuntu.com trusty-backports/multiverse Translation-en   
OK   http://ppa.launchpad.net lucid/main i386 Packages                         
OK   http://de.archive.ubuntu.com trusty-backports/restricted Translation-en   
OK   http://kxstudio.linuxaudio.org stable/free Translation-en                 
OK   http://de.archive.ubuntu.com trusty-backports/universe Translation-en     
OK   http://ppa.launchpad.net trusty/main amd64 Packages                       
OK   http://de.archive.ubuntu.com trusty Release                               
OK   http://de.archive.ubuntu.com trusty/main Sources                       
OK   http://kxstudio.linuxaudio.org stable/non-free Translation-en     
OK   http://de.archive.ubuntu.com trusty/restricted Sources            
OK   http://ppa.launchpad.net trusty/main i386 Packages                
OK   http://de.archive.ubuntu.com trusty/universe Sources              
OK   http://ppa.launchpad.net trusty/main Translation-en                 
OK   http://de.archive.ubuntu.com trusty/multiverse Sources           
OK   http://de.archive.ubuntu.com trusty/main amd64 Packages
OK   http://ppa.launchpad.net trusty/main amd64 Packages
OK   http://de.archive.ubuntu.com trusty/restricted amd64 Packages
OK   http://ppa.launchpad.net trusty/main i386 Packages
OK   http://de.archive.ubuntu.com trusty/universe amd64 Packages
OK   http://ppa.launchpad.net trusty/main Translation-en
OK   http://de.archive.ubuntu.com trusty/multiverse amd64 Packages
OK   http://ppa.launchpad.net trusty/main amd64 Packages
OK   http://de.archive.ubuntu.com trusty/main i386 Packages
OK   http://ppa.launchpad.net trusty/main i386 Packages
OK   http://de.archive.ubuntu.com trusty/restricted i386 Packages
OK   http://ppa.launchpad.net trusty/main Translation-en
OK   http://de.archive.ubuntu.com trusty/universe i386 Packages       
OK   http://ppa.launchpad.net trusty/main amd64 Packages              
OK   http://de.archive.ubuntu.com trusty/multiverse i386 Packages
OK   http://ppa.launchpad.net trusty/main i386 Packages               
OK   http://ppa.launchpad.net trusty/main Translation-en              
OK   http://de.archive.ubuntu.com trusty/main Translation-de          
OK   http://ppa.launchpad.net trusty/main amd64 Packages
OK   http://de.archive.ubuntu.com trusty/main Translation-en                 
OK   http://ppa.launchpad.net trusty/main i386 Packages                 
OK   http://ppa.launchpad.net trusty/main Translation-en                
OK   http://de.archive.ubuntu.com trusty/multiverse Translation-de      
OK   http://ppa.launchpad.net trusty/main amd64 Packages
OK   http://ppa.launchpad.net trusty/main i386 Packages                 
OK   http://ppa.launchpad.net trusty/main Translation-en               
OK   http://de.archive.ubuntu.com trusty/multiverse Translation-en
OK   http://de.archive.ubuntu.com trusty/restricted Translation-de     
OK   http://de.archive.ubuntu.com trusty/restricted Translation-en     
OK   http://de.archive.ubuntu.com trusty/universe Translation-de
OK   http://de.archive.ubuntu.com trusty/universe Translation-en
Ign http://de.archive.ubuntu.com trusty/main Translation-de_DE               
Ign http://de.archive.ubuntu.com trusty/multiverse Translation-de_DE   
Ign http://de.archive.ubuntu.com trusty/restricted Translation-de_DE   
Ign http://de.archive.ubuntu.com trusty/universe Translation-de_DE     
Ign http://ppa.launchpad.net lucid/main Translation-de_DE
Ign http://ppa.launchpad.net lucid/main Translation-de
Ign http://ppa.launchpad.net lucid/main Translation-en
Ign http://ppa.launchpad.net lucid/main Translation-de_DE
Ign http://ppa.launchpad.net lucid/main Translation-de
Ign http://ppa.launchpad.net lucid/main Translation-en
Ign http://ppa.launchpad.net lucid/main Translation-de_DE
Ign http://ppa.launchpad.net lucid/main Translation-de
Ign http://ppa.launchpad.net lucid/main Translation-en
Ign http://ppa.launchpad.net lucid/main Translation-de_DE
Ign http://ppa.launchpad.net lucid/main Translation-de
Ign http://ppa.launchpad.net lucid/main Translation-en
Ign http://ppa.launchpad.net lucid/main Translation-de_DE
Ign http://ppa.launchpad.net lucid/main Translation-de
Ign http://ppa.launchpad.net lucid/main Translation-en
Paketlisten werden gelesen... Fertig

Code: Select all

~$ sudo apt-get dist-upgrade
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut.       
Statusinformationen werden eingelesen.... Fertig
Paketaktualisierung (Upgrade) wird berechnet... Fertig
0 aktualisiert, 0 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.
fox@fox-MS-7817:~$ 
User avatar
lilith
Established Member
Posts: 1698
Joined: Fri May 27, 2016 11:41 pm
Location: bLACK fOREST
Has thanked: 117 times
Been thanked: 57 times
Contact:

Re: Unable to install PULSEAUDIO

Post by lilith »

Ok. Thank's for helping :)
User avatar
lilith
Established Member
Posts: 1698
Joined: Fri May 27, 2016 11:41 pm
Location: bLACK fOREST
Has thanked: 117 times
Been thanked: 57 times
Contact:

Re: Unable to install PULSEAUDIO

Post by lilith »

Now I updated something:

Code: Select all

fox@fox-MS-7817:~$ sudo apt-get dist-upgrade
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut.       
Statusinformationen werden eingelesen.... Fertig
Paketaktualisierung (Upgrade) wird berechnet... Fertig
Die folgenden NEUEN Pakete werden installiert:
  linux-headers-3.13.0-107 linux-headers-3.13.0-107-lowlatency
  linux-image-3.13.0-107-lowlatency
Die folgenden Pakete werden aktualisiert (Upgrade):
  linux-headers-lowlatency linux-image-lowlatency linux-lowlatency
3 aktualisiert, 3 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.
Es müssen 61,6 MB an Archiven heruntergeladen werden.
Nach dieser Operation werden 271 MB Plattenplatz zusätzlich benutzt.
Möchten Sie fortfahren? [J/n] J
Holen: 1 http://de.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-image-3.13.0-107-lowlatency amd64 3.13.0-107.154 [52,0 MB]
Holen: 2 http://de.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-headers-3.13.0-107 all 3.13.0-107.154 [8.901 kB]
Holen: 3 http://de.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-headers-3.13.0-107-lowlatency amd64 3.13.0-107.154 [697 kB]
Holen: 4 http://de.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-lowlatency amd64 3.13.0.107.115 [1.782 B]
Holen: 5 http://de.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-image-lowlatency amd64 3.13.0.107.115 [2.288 B]
Holen: 6 http://de.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-headers-lowlatency amd64 3.13.0.107.115 [2.282 B]
Es wurden 61,6 MB in 11 s geholt (5.588 kB/s).                                 
Vormals nicht ausgewähltes Paket linux-image-3.13.0-107-lowlatency wird gewählt.
(Lese Datenbank ... 186752 Dateien und Verzeichnisse sind derzeit installiert.)
Vorbereitung zum Entpacken von .../linux-image-3.13.0-107-lowlatency_3.13.0-107.154_amd64.deb ...
Done.
Entpacken von linux-image-3.13.0-107-lowlatency (3.13.0-107.154) ...
Vormals nicht ausgewähltes Paket linux-headers-3.13.0-107 wird gewählt.
Vorbereitung zum Entpacken von .../linux-headers-3.13.0-107_3.13.0-107.154_all.deb ...
Entpacken von linux-headers-3.13.0-107 (3.13.0-107.154) ...
Vormals nicht ausgewähltes Paket linux-headers-3.13.0-107-lowlatency wird gewählt.
Vorbereitung zum Entpacken von .../linux-headers-3.13.0-107-lowlatency_3.13.0-107.154_amd64.deb ...
Entpacken von linux-headers-3.13.0-107-lowlatency (3.13.0-107.154) ...
Vorbereitung zum Entpacken von .../linux-lowlatency_3.13.0.107.115_amd64.deb ...
Entpacken von linux-lowlatency (3.13.0.107.115) über (3.13.0.106.114) ...
Vorbereitung zum Entpacken von .../linux-image-lowlatency_3.13.0.107.115_amd64.deb ...
Entpacken von linux-image-lowlatency (3.13.0.107.115) über (3.13.0.106.114) ...
Vorbereitung zum Entpacken von .../linux-headers-lowlatency_3.13.0.107.115_amd64.deb ...
Entpacken von linux-headers-lowlatency (3.13.0.107.115) über (3.13.0.106.114) ...
linux-image-3.13.0-107-lowlatency (3.13.0-107.154) wird eingerichtet ...
Running depmod.
update-initramfs: deferring update (hook will be called later)
Examining /etc/kernel/postinst.d.
run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 3.13.0-107-lowlatency /boot/vmlinuz-3.13.0-107-lowlatency
run-parts: executing /etc/kernel/postinst.d/dkms 3.13.0-107-lowlatency /boot/vmlinuz-3.13.0-107-lowlatency
run-parts: executing /etc/kernel/postinst.d/initramfs-tools 3.13.0-107-lowlatency /boot/vmlinuz-3.13.0-107-lowlatency
update-initramfs: Generating /boot/initrd.img-3.13.0-107-lowlatency
run-parts: executing /etc/kernel/postinst.d/pm-utils 3.13.0-107-lowlatency /boot/vmlinuz-3.13.0-107-lowlatency
run-parts: executing /etc/kernel/postinst.d/update-notifier 3.13.0-107-lowlatency /boot/vmlinuz-3.13.0-107-lowlatency
run-parts: executing /etc/kernel/postinst.d/zz-update-grub 3.13.0-107-lowlatency /boot/vmlinuz-3.13.0-107-lowlatency
Grub-Konfigurationsdatei wird generiert …
Warnung: Werte ungleich 0 für »GRUB_TIMEOUT« werden, falls »GRUB_HIDDEN_TIMEOUT« aktiviert ist, nicht mehr unterstützt.
Linux-Abbild gefunden: /boot/vmlinuz-3.13.0-107-lowlatency
initrd-Abbild gefunden: /boot/initrd.img-3.13.0-107-lowlatency
Linux-Abbild gefunden: /boot/vmlinuz-3.13.0-106-lowlatency
initrd-Abbild gefunden: /boot/initrd.img-3.13.0-106-lowlatency
Linux-Abbild gefunden: /boot/vmlinuz-3.13.0-87-lowlatency
initrd-Abbild gefunden: /boot/initrd.img-3.13.0-87-lowlatency
erledigt
linux-headers-3.13.0-107 (3.13.0-107.154) wird eingerichtet ...
linux-headers-3.13.0-107-lowlatency (3.13.0-107.154) wird eingerichtet ...
Examining /etc/kernel/header_postinst.d.
run-parts: executing /etc/kernel/header_postinst.d/dkms 3.13.0-107-lowlatency /boot/vmlinuz-3.13.0-107-lowlatency
linux-image-lowlatency (3.13.0.107.115) wird eingerichtet ...
linux-headers-lowlatency (3.13.0.107.115) wird eingerichtet ...
linux-lowlatency (3.13.0.107.115) wird eingerichtet ...
... but still impossible to install pulseaudio.
User avatar
lilith
Established Member
Posts: 1698
Joined: Fri May 27, 2016 11:41 pm
Location: bLACK fOREST
Has thanked: 117 times
Been thanked: 57 times
Contact:

Re: Unable to install PULSEAUDIO

Post by lilith »

Hi falkTX, did you find some to look into that?

Cheers, Marco
Post Reply