For some time I could not install VLC on Debian, tried everything I could imagine... but nog luck. Gives me something like this:
[0x9ffdf08] main interface error: no interface module matched "globalhotkeys,none"
[0x9ffdf08] main interface debug: TIMER module_need() : 0.098 ms - Total 0.098 ms / 1 intvls (Avg 0.098 ms)
[0x9ffdf08] main interface error: no suitable interface module
[0x9ffd8a8] main libvlc error: interface "globalhotkeys,none" initialization failed
[0x9ffd8a8] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
A pretty vague error message if you ask me, Christophe Mutricy offered a solution to this problem:
Remove all config: rm -rf ~/.config/vlc;rm ~/.cache/vlc
Comment:
#/usr/local/lib
in file
/etc/ld.so.conf.d/libc.conf
now run: sudo ldconfig and reinstall vlc with the repository. Works like a charm.
Show/hide all debug information
bar@querida:~$ vlc -vvv
VLC media player 1.0.1 Goldeneye
[0x9ffd8a8] main libvlc debug: VLC media player - version 1.0.1 Goldeneye - (c) 1996-2009 the VideoLAN team
[0x9ffd8a8] main libvlc debug: libvlc was configured with ./configure '--build=i486-linux-gnu' '--disable-maintainer-mode' '--enable-release' '--prefix=/usr' '--config-cache' '--enable-fast-install' '--with-binary-version=1+b1' '--disable-update-check' '--disable-fb' '--enable-ggi' '--enable-sdl' '--enable-mad' '--enable-jack' '--enable-pulse' '--enable-lirc' '--enable-a52' '--enable-aa' '--enable-dvbpsi' '--enable-mozilla' '--with-mozilla-pkg=iceape-plugin' '--enable-dvb' '--enable-ogg' '--enable-vorbis' '--enable-shout' '--enable-qt4' '--enable-flac' '--enable-skins2' '--enable-freetype' '--enable-mkv' '--enable-speex' '--enable-caca' '--enable-live555' '--enable-libmpeg2' '--enable-fribidi' '--enable-mod' '--enable-theora' '--enable-dvdnav' '--enable-gnutls' '--enable-ncurses' '--enable-smb' '--disable-gnomevfs' '--enable-bonjour' '--enable-mpc' '--enable-vcd' '--enable-vcdx' '--enable-notify' '--enable-twolame' '--enable-faad' '--disable-zvbi' '--enable-telx' '--disable-
x264' '--disable-atmo' '--enable-taglib' '--enable-libass' '--enable-dca' '--enable-realrtsp' '--disable-dv' '--enable-alsa' '--enable-v4l' '--enable-v4l2' '--enable-pvr' '--enable-svgalib' 'build_alias=i486-linux-gnu' 'CFLAGS=-g -O2' 'LDFLAGS=-Wl,--as-needed' 'CPPFLAGS=' 'CXXFLAGS=-g -O2'
[0x9ffd8a8] main libvlc debug: translation test: code is "C"
[0x9ffd8a8] main libvlc debug: checking plugin modules
[0x9ffd8a8] main libvlc debug: loading plugins cache file /home/bar/.cache/vlc/plugins-04041e.dat
[0x9ffd8a8] main libvlc debug: recursively browsing `/usr/lib/vlc'
[0x9ffd8a8] main libvlc debug: module bank initialized (374 modules)
[0x9ffd8a8] main libvlc debug: opening config file (/home/bar/.config/vlc/vlcrc)
[0x9ffd8a8] main libvlc debug: CPU has capabilities 486 586 MMX MMXEXT FPU
[0x9ffd8a8] main libvlc debug: looking for memcpy module: 3 candidates
[0x9ffd8a8] main libvlc debug: using memcpy module "memcpymmxext"
[0xa08cd50] main playlist debug: Activated
[0xa08cd50] main playlist debug: rebuilding array of current - root Playlist
[0xa08cd50] main playlist debug: rebuild done - 0 items, index -1
[0xa097840] main interface debug: looking for interface module: 1 candidate
[0xa097840] main interface debug: using interface module "hotkeys"
[0xa097840] main interface debug: TIMER module_need() : 0.305 ms - Total 0.305 ms / 1 intvls (Avg 0.305 ms)
[0xa097840] main interface debug: thread started
[0xa097840] main interface debug: thread (interface) created at priority 0 (interface/interface.c:151)
[0xa09b0c0] main interface debug: looking for interface module: 1 candidate
[0xa09b0c0] main interface debug: using interface module "inhibit"
[0xa09b0c0] main interface debug: TIMER module_need() : 0.701 ms - Total 0.701 ms / 1 intvls (Avg 0.701 ms)
[0xa09b0c0] main interface debug: thread (interface) created at priority 0 (interface/interface.c:151)
[0xa09b0c0] main interface debug: thread started
[0xb7701268] main interface debug: looking for interface module: 1 candidate
[0xb7701268] main interface debug: using interface module "screensaver"
[0xb7701268] main interface debug: TIMER module_need() : 0.191 ms - Total 0.191 ms / 1 intvls (Avg 0.191 ms)
[0xb7701268] main interface debug: thread (interface) created at priority 0 (interface/interface.c:151)
[0xb7701268] main interface debug: thread started
[0x9ffdb18] main interface debug: looking for interface module: 1 candidate
[0x9ffdb18] main interface debug: using interface module "signals"
[0x9ffdb18] main interface debug: TIMER module_need() : 0.194 ms - Total 0.194 ms / 1 intvls (Avg 0.194 ms)
[0x9ffdb18] main interface debug: thread started
[0x9ffdb18] main interface debug: thread ended
[0x9ffdb18] main interface debug: thread (interface) created at priority 0 (interface/interface.c:151)
[0x9ffdf08] main interface debug: looking for interface module: 0 candidates
[0x9ffdf08] main interface error: no interface module matched "globalhotkeys,none"
[0x9ffdf08] main interface debug: TIMER module_need() : 0.098 ms - Total 0.098 ms / 1 intvls (Avg 0.098 ms)
[0x9ffdf08] main interface error: no suitable interface module
[0x9ffd8a8] main libvlc error: interface "globalhotkeys,none" initialization failed
[0x9ffd8a8] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
[0xb7703a50] main interface debug: looking for interface module: 4 candidates
[0xb7703a50] main interface debug: using interface module "qt4"
[0xb7703a50] main interface debug: TIMER module_need() : 184.697 ms - Total 184.697 ms / 1 intvls (Avg 184.697 ms)
[0xb7703a50] main interface debug: thread (interface) created at priority 0 (interface/interface.c:151)
Segmentation fault
sudo apt-get remove libavformat52 libavcodec52 libavutil49
The following packages will be REMOVED:
cinelerra ffmpeg ffmpegthumbnailer kino libasound2-plugins libavcodec52
libavdevice52 libavfilter0 libavformat52 libavutil49 libffmpegthumbnailer3
libmjpegtools-1.9 libquicktime1 libquicktimehv libxine1-ffmpeg
libxine1-plugins lives lives-data mjpegtools transcode vlc vlc-nox
0 upgraded, 0 newly installed, 22 to remove and 29 not upgraded.
After this operation, 63.3MB disk space will be freed.
...
bar@querida:~$ cat /etc/apt/sources.list
##Add a gpg pubkey to apt / synaptic
## wget http://download.virtualbox.org/virtualbox/debian/sun_vbox.asc -O- | sudo apt-key add -
## LAME wget 'http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x24C52AC3' -O- | sudo apt-key add -
## debian unofficial wget 'http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x507CCE4B' -O- | sudo apt-key add -
## Debian Unstable (sid)
# deb http://ftp.nl.debian.org/debian/ sid main contrib non-free
# deb http://ftp.surfnet.nl/os/Linux/distr/debian/ sid main contrib non-free
deb http://ftp.debian.org/debian/ sid main contrib non-free
##deb-src http://ftp.de.debian.org/debian sid main
##VIRTUALBOX
deb http://download.virtualbox.org/virtualbox/debian/ lenny non-free
##LAME
##deb http://ftp.debian-unofficial.org/debian/ testing main contrib non-free
##deb ftp://ftp.tiscali.nl/debian-unofficial/ testing main contrib non-free
##deb http://ftp.debian-unofficial.org/debian/ sid main contrib non-free
## No more valid keys
##MULTIMEDIA - mencoder here
## KEYS http://www.debian-multimedia.org/pool/main/d/debian-multimedia-keyring/debian-multimedia-keyring_2008.10.16_all.deb
##deb http://mirror.hro.nl/debian-multimedia/ unstable main
##Wine
##wget http://www.lamaresh.net/apt/key.gpg -O- | sudo apt-key add -
deb http://www.lamaresh.net/apt sid main
bar@querida:~$
bar@querida:~$ vlc -vvv
VLC media player 1.0.1 Goldeneye
[0x932f8a8] main libvlc debug: VLC media player - version 1.0.1 Goldeneye - (c) 1996-2009 the VideoLAN team
[0x932f8a8] main libvlc debug: libvlc was configured with ./configure '--build=i486-linux-gnu' '--disable-maintainer-mode' '--enable-release' '--prefix=/usr' '--config-cache' '--enable-fast-install' '--with-binary-version=1+b1' '--disable-update-check' '--disable-fb' '--enable-ggi' '--enable-sdl' '--enable-mad' '--enable-jack' '--enable-pulse' '--enable-lirc' '--enable-a52' '--enable-aa' '--enable-dvbpsi' '--enable-mozilla' '--with-mozilla-pkg=iceape-plugin' '--enable-dvb' '--enable-ogg' '--enable-vorbis' '--enable-shout' '--enable-qt4' '--enable-flac' '--enable-skins2' '--enable-freetype' '--enable-mkv' '--enable-speex' '--enable-caca' '--enable-live555' '--enable-libmpeg2' '--enable-fribidi' '--enable-mod' '--enable-theora' '--enable-dvdnav' '--enable-gnutls' '--enable-ncurses' '--enable-smb' '--disable-gnomevfs' '--enable-bonjour' '--enable-mpc' '--enable-vcd' '--enable-vcdx' '--enable-notify' '--enable-twolame' '--enable-faad' '--disable-zvbi' '--enable-telx' '--disable-x264' '--disable-atmo' '--enable-taglib' '--enable-libass' '--enable-dca' '--enable-realrtsp' '--disable-dv' '--enable-alsa' '--enable-v4l' '--enable-v4l2' '--enable-pvr' '--enable-svgalib' 'build_alias=i486-linux-gnu' 'CFLAGS=-g -O2' 'LDFLAGS=-Wl,--as-needed' 'CPPFLAGS=' 'CXXFLAGS=-g -O2'
[0x932f8a8] main libvlc debug: translation test: code is "C"
[0x932f8a8] main libvlc debug: checking plugin modules
[0x932f8a8] main libvlc debug: loading plugins cache file /home/bar/.cache/vlc/plugins-04041e.dat
[0x932f8a8] main libvlc debug: recursively browsing `/usr/lib/vlc'
[0x932f8a8] main libvlc debug: module bank initialized (374 modules)
[0x932f8a8] main libvlc debug: opening config file (/home/bar/.config/vlc/vlcrc)
[0x932f8a8] main libvlc debug: CPU has capabilities 486 586 MMX MMXEXT FPU
[0x932f8a8] main libvlc debug: looking for memcpy module: 3 candidates
[0x932f8a8] main libvlc debug: using memcpy module "memcpymmxext"
[0x93be880] main playlist debug: rebuilding array of current - root Playlist
[0x93be880] main playlist debug: rebuild done - 0 items, index -1
[0x93be880] main playlist debug: Activated
[0x93c9818] main interface debug: looking for interface module: 1 candidate
[0x93c9818] main interface debug: using interface module "hotkeys"
[0x93c9818] main interface debug: TIMER module_need() : 0.289 ms - Total 0.289 ms / 1 intvls (Avg 0.289 ms)
[0x93c9818] main interface debug: thread started
[0x93c9818] main interface debug: thread (interface) created at priority 0 (interface/interface.c:151)
[0x93cd770] main interface debug: looking for interface module: 1 candidate
[0x93cd770] main interface debug: using interface module "inhibit"
[0x93cd770] main interface debug: TIMER module_need() : 1.097 ms - Total 1.097 ms / 1 intvls (Avg 1.097 ms)
[0x93cd770] main interface debug: thread started
[0x93cd770] main interface debug: thread (interface) created at priority 0 (interface/interface.c:151)
[0x93cea58] main interface debug: looking for interface module: 1 candidate
[0x93cea58] main interface debug: using interface module "screensaver"
[0x93cea58] main interface debug: TIMER module_need() : 0.203 ms - Total 0.203 ms / 1 intvls (Avg 0.203 ms)
[0x93cea58] main interface debug: thread started
[0x93cea58] main interface debug: thread (interface) created at priority 0 (interface/interface.c:151)
[0x932fb18] main interface debug: looking for interface module: 1 candidate
[0x932fb18] main interface debug: using interface module "signals"
[0x932fb18] main interface debug: TIMER module_need() : 0.429 ms - Total 0.429 ms / 1 intvls (Avg 0.429 ms)
[0x932fb18] main interface debug: thread started
[0x932fb18] main interface debug: thread ended
[0x932fb18] main interface debug: thread (interface) created at priority 0 (interface/interface.c:151)
[0x93d1f40] main interface debug: looking for interface module: 0 candidates
[0x93d1f40] main interface error: no interface module matched "globalhotkeys,none"
[0x93d1f40] main interface debug: TIMER module_need() : 0.095 ms - Total 0.095 ms / 1 intvls (Avg 0.095 ms)
[0x93d1f40] main interface error: no suitable interface module
[0x932f8a8] main libvlc error: interface "globalhotkeys,none" initialization failed
[0x932f8a8] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
[0x93d2040] main interface debug: looking for interface module: 4 candidates
[0x93d2040] main interface debug: using interface module "qt4"
[0x93d2040] main interface debug: TIMER module_need() : 823.523 ms - Total 823.523 ms / 1 intvls (Avg 823.523 ms)
[0x93d2040] main interface debug: thread (interface) created at priority 0 (interface/interface.c:151)
Segmentation fault
bar@querida:~$ gdb /usr/bin/vlc
GNU gdb (GDB) 6.8.50.20090628-cvs-debian
Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "i486-linux-gnu".
For bug reporting instructions, please see:
http://www.gnu.org/software/gdb/bugs/...
(gdb) backtrace
No stack.
(gdb) run
Starting program: /usr/bin/vlc
[Thread debugging using libthread_db enabled]
VLC media player 1.0.1 Goldeneye
[New Thread 0xb513eb90 (LWP 3759)]
[New Thread 0xb50bdb90 (LWP 3760)]
[New Thread 0xb503cb90 (LWP 3761)]
[New Thread 0xb4fbbb90 (LWP 3762)]
[New Thread 0xb4dffb90 (LWP 3763)]
[0x8182fe0] main interface error: no interface module matched "screensaver,none"
[0x8182fe0] main interface error: no suitable interface module
[0x804b8a8] main libvlc error: interface "screensaver,none" initialization failed
[0x804b8a8] main libvlc error: option drawable-xid does not exist
[New Thread 0xb4d7eb90 (LWP 3764)]
[New Thread 0xb4cfdb90 (LWP 3765)]
[0x8183840] main interface error: no interface module matched "globalhotkeys,none"
[Thread 0xb4cfdb90 (LWP 3765) exited]
[0x8183840] main interface error: no suitable interface module
[0x804b8a8] main libvlc error: interface "globalhotkeys,none" initialization failed
[0x804b8a8] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
Remote control interface initialized. Type `help' for help.
[New Thread 0xb4c7cb90 (LWP 3766)]
Program received signal SIGSEGV, Segmentation fault.
0xb7fbb11a in libvlc_playlist_play () from /usr/local/lib/libvlc.so.2
Current language: auto; currently asm
(gdb) backtrace
#0 0xb7fbb11a in libvlc_playlist_play () from /usr/local/lib/libvlc.so.2
#1 0x00000012 in ?? ()
Backtrace stopped: previous frame inner to this frame (corrupt stack?)
(gdb)