Conan28 Posté(e) le 5 février 2011 Partager Posté(e) le 5 février 2011 Bonsoir, j'ai un problème d'installation de ma Debian avec une installation en téléchargeant les paquets sur réseau, avec un iso stocké sur disque dur, c'est qu'il m'est impossible de me connecter sur le réseau. Le problème viens probablement du fait qu'il n'y a pas de microprogramme/pilote Wi-Fi chargé lors de la connexion, de ce fait je suis bloqué à cet étape. J'ai déjà le paquet .deb contenant en théorie un microprogramme pour ma carte réseau, mon problème est en fait de pouvoir le charger dans l'installateur si il marche, sachant qu'il est situé sur la même partition que le .iso (soit, une partition FAT) et qu'un shell/terminal me fait pas vraiment peur. Sachez que les contraintes sur lesquelles je reviendrais pas sont : pas de connexion filaire ni support amovible ou démontage du PC. Pour finir, la question moyennement stupide, après connexion et téléchargement, où sont situés les téléchargements des paquets téléchargés lors de la connexion ? Sauf si le téléchargement se fait après partitionnement du disque et dans ce cas je suppose qu'il est stocké sur la future partition pour Debian. Merci d'avance. Lien vers le commentaire Partager sur d’autres sites More sharing options...
moxepius Posté(e) le 13 février 2011 Partager Posté(e) le 13 février 2011 Les Firmwares sont a mettre dans le dossier /lib/firmware . L'installation se fait a partir d'un disque dur virtuel comme avec un live-CD. Lien vers le commentaire Partager sur d’autres sites More sharing options...
Dark26 Posté(e) le 14 février 2011 Partager Posté(e) le 14 février 2011 Pas de support externe ??? disque externe, clef usb, lecteur de carte ?????? tu as bien une partition ( fat 32 ou est stocké l'image pour booter ??? Car bon, le plus simple, c'est une clef usb bootable, un live cd, .... Lien vers le commentaire Partager sur d’autres sites More sharing options...
beankylla Posté(e) le 15 février 2011 Partager Posté(e) le 15 février 2011 Car bon, le plus simple, c'est une clef usb bootable, un live cd, .... +1 Lien vers le commentaire Partager sur d’autres sites More sharing options...
Conan28 Posté(e) le 15 février 2011 Auteur Partager Posté(e) le 15 février 2011 Voilà des nouvelles les gars et les filles : J'ai installé mon Linux, simplement, avec un .iso de 649 Mo (concordant avec le CD1 de la page "Obtenir Debian") stocké sur ma part' FAT, booté correctement et installé sans encombre avec une Debian sous Squeeze et GNOME de prêt. J'ai préféré d'abord installer Linux puis faire les opés pour faire marcher le Wi-Fi. Si j'ai réussi à faire l'installation de paquets (cf. DPKG), à avoir mon terminal en root (cf. su), autant vous dire que ma carte réseau attend avec impatiences des connexions Wi-Fi venant du pingouin MANCHOT. J'ai installé les paquets firmware-realtek, wireless-tools, network-manager, network-manager-gnome, make, dhcpcd, même Synaptic (qui était pas là de base, c'est dire le nombre de paquets à DL) et d'autres (suivant les dépendances de chacun), grâce à au système d'une partition FAT communiquant entre l'OS ayant Internet (un Windows) et mon Linux tout neuf (qui peut lire du NTFS si nécessaire crois-je). Le problème : j'ai toujours pas internet, je pense que le dépaquetage s'est bien passé (pour firmware-realtek au moins suppose-je, de mémoire c'était un .deb donc fait à coup de dpkg -i, faudrait que je vérifie /lib/firmware de mes yeux) mais ça n'avance pas. J'ai essayé la pléthore de paquets ci dessus, suivant les conseils du wiki de debian (sur rtl819x et sur HowToUseAWifi notamment), mais ça ne porte pas ses fruits. J'ai aussi téléchargé un tar.gz fourni par les gars de Realtek eux mêmes (pour ma carte réseau), prêt à compiler en théorie (si tenté qu'on ai make, que j'ai récupéré avec les partitions communicantes), donc comme écrit que le "readme", j'ai fait $ su, puis $ make install, mais ça me donne un message d'erreur, du genre “impossible de fabriquer “modules””, hors j'ai essayé dans presque tout les répertoires où y'avais un makefile mais même erreur. C'est bien d'être sous Linux, mais sans connexion internet, ça le fais moyen alors qu'on a une installation minimale (et un Apache tout prêt à configurer, quel blague) (j'ai rien contre Linux, c'est juste pour l'ironie de la situation). Merci pour vos réponses. Juste maintenant le problème a une autre tournure : Debian GNU/Linux est installé, maintenant faut le connecter (pour installer tout ce qui m'intéresse à travers un gestionnaire de paquets en priant pour que ça soit possible). Lien vers le commentaire Partager sur d’autres sites More sharing options...
Quiproquo Posté(e) le 15 février 2011 Partager Posté(e) le 15 février 2011 Le driver étant dans staging, il est très probablement désactivé dans le noyau standard, donc il faut recompiler un noyau en activant staging et le driver du wifi (avec comme base le .config du noyau actuel, qui est dans /boot). Penser à nommer le noyau différemment pour qu'il puisse cohabiter avec le paquet standard pour tester. Lien vers le commentaire Partager sur d’autres sites More sharing options...
moxepius Posté(e) le 17 février 2011 Partager Posté(e) le 17 février 2011 Ou trouver un clé wifi un peu plus compatible linux, ou un câble ethernet. Mais avant voir avec les outils de gnome. (Applet network-manager.) Lien vers le commentaire Partager sur d’autres sites More sharing options...
Quiproquo Posté(e) le 18 février 2011 Partager Posté(e) le 18 février 2011 # apt-get install linux-source-2.6.32 kernel-package libncurses5-dev # cd /usr/src # tar -xaf linux-source-2.6.32.tar.bz2 # cp /boot/config-2.6.32-* linux-source-2.6.32/.config # cd linux-source-2.6.32 # make menuconfig À partir de là, il faut aller dans General setup ---> pour cocher Prompt for development and/or incomplete code/drivers puis choisir un nom local pour le noyau : Local version - append to kernel release, par exemple RTL8192E. Ensuite, Device Drivers --->, cocher Staging drivers --->, y entrer, décocher Exclude Staging drivers from being built, sélectionner RealTek RTL8192E Wireless LAN NIC driver et appuyer sur m. Sauvegarder la configuration. # make-kpkg --revision 1 kernel_image # dpkg -i ../linux-image-2.6.32* # reboot Si le driver n'est pas présent dans la version du noyau proposée par ta distribution, il faut à la place utiliser une source plus récente, par exemple 2.6.36.4. Lien vers le commentaire Partager sur d’autres sites More sharing options...
Conan28 Posté(e) le 26 février 2011 Auteur Partager Posté(e) le 26 février 2011 Malheureusement, pas de bonne nouvelle en vue. Je sais même pas si c'est moi qui est aussi efficace qu'une tranche de jambon ou que j'ai une étape supplémentaire à faire. Revenons-en aux faits : J'ai réussi la compilation du noyau qui démarre sans soucis (bien que légèrement différent que le noyau de base), le noyau que j'ai pris étant purement et simplement le 2.6.37.1, j'ai passé du temps à comprendre qu'il fallait pas mettre de majuscule dans "Append version" et à mettre l'option --initrd, et après quelques coups il s'est mis à créer le initrd (sans ça donne un kernel panic.). Pour la configuration, j'ai presque rien eu à toucher, le "Exclude being built" dans Staging driver était déjà décoché et certains pilotes (donc celui qui m'intéresse) avait <M> à côté de leur nom. J'ai donc démarré, toujours pas de connexion, la dernière utilisation de l'entrée que j'ai mis dans le Network Manager est toujours à jamais, aucune interface supplémentaire et si j'ouvre Epiphany (c'est bien ce nom ?), j'ai "Could'nt resolve hostname" (logique)...la seule chose notable est que dans l'ancien, j'avais “BAR 6 : PCI gngna [0x0000effff0] [0x0000fffff]" ou un truc du genre, car ça défile assez vite, en tout cas dans le nouveau, il a disparu. À partir de là, je commence à me sentir lessivé et perdu (j'ai passé pas loin de 3-4h non-stop), j'ai vérifié qu'il y avais au moins une trace du pilote qu'il devait y avoir dans le dossier DEBIAN (là où apparemment ont été entreposé temporairement les fichiers avant leur paquetage), bien il y est, un rtl8192e_pci.ko de mémoire dans des sous dossiers de modules, à partir de là... Des détails sinon sur le "pilote" fourni par realtek lui même, voici l'erreur exacte (tentative de compilation dans l'ancien noyau) : root@localhost:/home/xxxxx/Kernel/rtl8192se_linux_2.6.0019.1207.2010# make make[1]: entrant dans le répertoire « /lib/modules/2.6.32-5-amd64/build » make[1]: *** Pas de règle pour fabriquer la cible « modules ». Arrêt. make[1]: quittant le répertoire « /lib/modules/2.6.32-5-amd64/build » make: *** [all] Erreur 2 Merci du temps que vous m'apportez. Lien vers le commentaire Partager sur d’autres sites More sharing options...
Quiproquo Posté(e) le 27 février 2011 Partager Posté(e) le 27 février 2011 Pour vérifier que le driver du nouveau noyau est bien chargé, tu peux taper iwconfig en tant que root (apporté par le paquet wireless-tools). Si tu as une interface wifi qui apparaît, il s'agit d'un problème de configuration réseau, sinon il faut continuer à creuser côté driver. As-tu essayé de charger le module à la main (modprobe r8192e_pci) ? Lien vers le commentaire Partager sur d’autres sites More sharing options...
Conan28 Posté(e) le 27 février 2011 Auteur Partager Posté(e) le 27 février 2011 Oui j'ai fais iwconfig, aucune trace mais non j'ai pas fait modprobe. Lien vers le commentaire Partager sur d’autres sites More sharing options...
lorinc Posté(e) le 2 mars 2011 Partager Posté(e) le 2 mars 2011 Tu peux déjà essayer de charger le module à la main avec modprobe, pour voir s'il existe. Et s'il se charge, tu peux vérifier comment le noyau l'accepte en regardant la fin du dmesg (dmesg | tail -n 20). Ça devrait permettre de voir s'il trouve le microcode. Lien vers le commentaire Partager sur d’autres sites More sharing options...
Conan28 Posté(e) le 5 mars 2011 Auteur Partager Posté(e) le 5 mars 2011 Vu la tronche du truc, il doit le trouver le module... root@localhost:/home/xxx# modprobe r8912e_pci root@localhost:/home/xxx# dmesg [...] (ajouté par moi) [ 150.112325] r8192e_pci: module is from the staging directory, the quality is unknown, you have been warned. [ 150.114712] ieee80211_crypt: registered algorithm 'NULL' [ 150.114714] ieee80211_crypt: registered algorithm 'TKIP' [ 150.114715] ieee80211_crypt: registered algorithm 'CCMP' [ 150.114717] ieee80211_crypt: registered algorithm 'WEP' [ 150.114727] [ 150.114727] Linux kernel driver for RTL8192 based WLAN cards [ 150.114729] Copyright (c) 2007-2008, Realsil Wlan root@localhost:/home/xxx# iwconfig lo no wireless extensions. eth0 no wireless extensions. Voilà ce que me donne le résultat des commandes dans le terminal...je trouve le résultat étonnant. Lien vers le commentaire Partager sur d’autres sites More sharing options...
Conan28 Posté(e) le 22 mars 2011 Auteur Partager Posté(e) le 22 mars 2011 UP et une info supplémentaire, ma liste de paquets : Souhait=inconnU/Installé/suppRimé/Purgé/H=à garder | État=Non/Installé/fichier-Config/dépaqUeté/échec-conFig/H=semi-installé/W=attend-traitement-déclenchements |/ Err?=(aucune)/besoin Réinstallation (État,Err: majuscule=mauvais) ||/ Nom Version Description +++-===========================================-==============================-======================================================================== ii acpi 1.5-2 displays information on ACPI devices ii acpi-support-base 0.137-5 scripts for handling base ACPI events such as the power button ii acpid 1:2.0.7-1 Advanced Configuration and Power Interface event daemon ii adduser 3.112+nmu2 add and remove users and groups ii alacarte 0.13.2-1 easy GNOME menu editing tool ii alsa-base 1.0.23+dfsg-2 ALSA driver configuration files ii alsa-utils 1.0.23-3 Utilities for configuring and using ALSA ii anacron 2.3-14 cron-like program that doesn't go by time ii apache2-mpm-prefork 2.2.16-6 Apache HTTP Server - traditional non-threaded model ii apache2-utils 2.2.16-6 utility programs for webservers ii apache2.2-bin 2.2.16-6 Apache HTTP Server common binary files ii apache2.2-common 2.2.16-6 Apache HTTP Server common files ii apt 0.8.10.3 Advanced front-end for dpkg ii apt-listchanges 2.85.7 package change history notification tool ii apt-utils 0.8.10.3 APT utility programs ii aptitude 0.6.3-3.2 terminal-based package manager (terminal interface only) ii at 3.1.12-1 Delayed job execution and batch processing ii autopoint 0.18.1.1-3 The autopoint program from GNU gettext ii base-files 6.0 Debian base system miscellaneous files ii base-passwd 3.5.22 Debian base system master password and group files ii bash 4.1-3 The GNU Bourne Again SHell ii bash-completion 1:1.2-3 programmable completion for the bash shell ii bc 1.06.95-2 The GNU bc arbitrary precision calculator language ii bind9 1:9.7.2.dfsg.P3-1.1 Internet Domain Name Server ii bind9-host 1:9.7.2.dfsg.P3-1.1 Version of 'host' bundled with BIND 9.X ii bind9utils 1:9.7.2.dfsg.P3-1.1 Utilities for BIND ii binutils 2.20.1-16 The GNU assembler, linker and binary utilities ii binutils-doc 2.20.1-16 Documentation for the GNU assembler, linker and binary utilities ii bison 1:2.4.1.dfsg-3 A parser generator that is compatible with YACC ii bison-doc 1:2.4.1-1 Documentation for the Bison parser generator ii brasero 2.30.3-2 CD/DVD burning application for GNOME ii brasero-common 2.30.3-2 Common files for the Brasero CD burning application and library ii bsd-mailx 8.1.2-0.20100314cvs-1 simple mail user agent ii bsdmainutils 8.0.13 collection of more utilities from FreeBSD ii bsdutils 1:2.17.2-9 Basic utilities from 4.4BSD-Lite iU build-essential 11.5 Informational list of build-essential packages ii busybox 1:1.17.1-8 Tiny utilities for small and embedded systems ii bzip2 1.0.5-6 high-quality block-sorting file compressor - utilities ii ca-certificates 20090814+nmu2 Common CA certificates ii capplets-data 1:2.30.1-2 configuration applets for GNOME - data files ii console-setup 1.68 console font and keymap setup program ii console-terminus 4.30-2 Fixed-width fonts for fast reading on the Linux console ii consolekit 0.4.1-4 framework for defining and tracking users, sessions and seats ii coreutils 8.5-1 GNU core utilities ii cpio 2.11-4 GNU cpio -- a program to manage archives of files ii cpp 4:4.4.5-2 The GNU C preprocessor (cpp) ii cpp-4.4 4.4.5-12 The GNU C preprocessor ii cron 3.0pl1-116 process scheduling daemon ii cups 1.4.4-7 Common UNIX Printing System™ - server ii cups-bsd 1.4.4-7 Common UNIX Printing System™ - BSD commands ii cups-client 1.4.4-7 Common UNIX Printing System™ - client programs (SysV) ii cups-common 1.4.4-7 Common UNIX Printing System™ - common files ii cups-ppdc 1.4.4-7 Common UNIX Printing System™ - PPD manipulation utilities ii dash 0.5.5.1-7.4 POSIX-compliant shell ii dbus 1.2.24-4 simple interprocess messaging system ii dbus-x11 1.2.24-4 simple interprocess messaging system (X11 deps) ii dc 1.06.95-2 The GNU dc arbitrary precision reverse-polish calculator ii debconf 1.5.36.1 Debian configuration management system ii debconf-i18n 1.5.36.1 full internationalization support for debconf ii debian-archive-keyring 2010.08.28 GnuPG archive keys of the Debian archive ii debian-faq 4.0.4+nmu1 The Debian FAQ ii debianutils 3.4 Miscellaneous utilities specific to Debian ii defoma 0.11.11 Debian Font Manager -- automatic font configuration framework ii desktop-base 6.0.5 common files for the Debian Desktop ii desktop-file-utils 0.15-2 Utilities for .desktop files ii dhcp3-client 4.1.1-P1-15 ISC DHCP server (transitional package) ii dhcpcd-dbus 0.5.2-2 DBus bindings for dhcpcd ii dhcpcd-gtk 0.5.1-1 GTK+ frontend for dhcpcd and wpa_supplicant ii dhcpcd5 5.2.8-1 RFC2131 compliant DHCP client with IPv4LL support ii diffutils 1:3.0-1 File comparison utilities ii discover 2.1.2-5 hardware identification system ii discover-data 2.2010.10.18 Data lists for Discover hardware detection system ii dmidecode 2.9-1.2 Dump Desktop Management Interface data ii dmsetup 2:1.02.48-5 The Linux Kernel Device Mapper userspace library ii dmz-cursor-theme 0.4.3 Style neutral, scalable cursor theme ii dnsutils 1:9.7.2.dfsg.P3-1.1 Clients provided with BIND ii doc-debian 4.0.2 Debian Project documentation and other documents ii doc-linux-text 2008.08-1 Linux HOWTOs and FAQs in ASCII format ii docbook-xml 4.5-7 standard XML documentation system for software and systems ii dpkg 1.15.8.10 Debian package management system ii dpkg-dev 1.15.8.10 Debian package development tools ii dvd+rw-tools 7.1-6 DVD+-RW/R tools ii e2fslibs 1.41.12-2 ext2/ext3/ext4 file system libraries ii e2fsprogs 1.41.12-2 ext2/ext3/ext4 file system utilities ii eject 2.1.5+deb1+cvs20081104-7.1 ejects CDs and operates CD-Changers under Linux ii eog 2.30.2-1 Eye of GNOME graphics viewer program ii epiphany-browser 2.30.6-1 Intuitive GNOME web browser ii epiphany-browser-data 2.30.6-1 Data files for the GNOME web browser ii esound-common 0.2.41-8 Enlightened Sound Daemon - Common files ii evince 2.30.3-2 Document (PostScript, PDF) viewer ii evince-common 2.30.3-2 Document (PostScript, PDF) viewer - common files ii evolution 2.30.3-5 groupware suite with mail client and organizer ii evolution-common 2.30.3-5 architecture independent files for Evolution ii evolution-data-server 2.30.3-2 evolution database backend server ii evolution-data-server-common 2.30.3-2 architecture independent files for Evolution Data Server ii exim4 4.72-6 metapackage to ease Exim MTA (v4) installation ii exim4-base 4.72-6 support files for all Exim MTA (v4) packages ii exim4-config 4.72-6 configuration for the Exim MTA (v4) ii exim4-daemon-light 4.72-6 lightweight Exim MTA (v4) daemon ii fakeroot 1.14.5-1 Gives a fake root environment ii file 5.04-5 Determines file type using "magic" numbers ii file-roller 2.30.2-2 an archive manager for GNOME ii findutils 4.4.2-1+b1 utilities for finding files--find, xargs ii firmware-realtek 0.28 Binary firmware for Realtek wired and wireless network adapters ii flex 2.5.35-10 A fast lexical analyzer generator. ii fontconfig 2.8.0-2.1 generic font configuration library - support binaries ii fontconfig-config 2.8.0-2.1 generic font configuration library - configuration ii ftp 0.17-23 The FTP client iU g++ 4:4.4.5-2 The GNU C++ compiler iU g++-4.4 4.4.5-12 The GNU C++ compiler iU g++-4.4-multilib 4.4.5-12 The GNU C++ compiler (multilib files) iU g++-multilib 4:4.4.5-2 The GNU C++ compiler (multilib files) iU gcc 4:4.4.5-2 The GNU C compiler iU gcc-4.4 4.4.5-12 The GNU C compiler ii gcc-4.4-base 4.4.5-12 The GNU Compiler Collection (base package) ii gcc-4.4-doc 4.4.4.nf1-1 documentation for the GNU compilers (gcc, gobjc, g++) ii gcc-4.4-locales 4.4.5-12 The GNU C compiler (native language support files) iU gcc-4.4-multilib 4.4.5-12 The GNU C compiler (multilib files) ii gcc-doc 5:3 documentation for the GNU compilers (gcc, gobjc, g++) ii gcc-doc-base 4.4.4.nf1-1 several GNU manual pages iU gcc-multilib 4:4.4.5-2 The GNU C compiler (multilib files) ii gconf2 2.28.1-6 GNOME configuration database system (support tools) ii gconf2-common 2.28.1-6 GNOME configuration database system (common files) iU gdb 7.2-1 The GNU Debugger ii gdb-doc 7.2-1 The GNU Debugger Documentation ii gdbserver 7.2-1 The GNU Debugger (remote server) ii gdm3 2.30.5-6 Next generation GNOME Display Manager ii gedit 2.30.4-1 official text editor of the GNOME desktop environment ii gedit-common 2.30.4-1 official text editor of the GNOME desktop environment (support files) ii genisoimage 9:1.1.11-1 Creates ISO-9660 CD-ROM filesystem images iU gettext 0.18.1.1-3 GNU Internationalization utilities ii gettext-base 0.18.1.1-3 GNU Internationalization utilities for the base system ii ghostscript 8.71~dfsg2-9 The GPL Ghostscript PostScript/PDF interpreter ii gir1.0-clutter-1.0 1.2.12-3 GObject introspection data for the Clutter 1.0 library ii gir1.0-freedesktop 0.6.14-1+b1 Introspection data for some FreeDesktop components ii gir1.0-glib-2.0 0.6.14-1+b1 Introspection data for GLib, GObject, Gio and GModule ii gir1.0-gstreamer-0.10 0.10.30-1 Description: GObject introspection data for the GStreamer library ii gir1.0-gtk-2.0 0.6.5-7 GObject introspection data for the GTK+ library ii gir1.0-json-glib-1.0 0.10.2-2 GLib JSON manipulation library (documentation) ii git 1:1.7.2.3-2.2 fast, scalable, distributed revision control system ii glibc-doc 2.11.2-11 Embedded GNU C Library: Documentation ii gnome-about 2.30.2-2 The GNOME about box ii gnome-applets 2.30.0-3 Various applets for the GNOME panel - binary files ii gnome-applets-data 2.30.0-3 Various applets for the GNOME panel - data files ii gnome-control-center 1:2.30.1-2 utilities to configure the GNOME desktop ii gnome-core 1:2.30+7 The GNOME Desktop Environment -- essential components ii gnome-desktop-data 2.30.2-2 Common files for GNOME desktop apps ii gnome-disk-utility 2.30.1-2 manage and configure disk drives and media ii gnome-doc-utils 0.20.1-1 a collection of documentation utilities for the GNOME project ii gnome-icon-theme 2.30.3-2 GNOME Desktop icon theme ii gnome-js-common 0.1.1-1 Common modules for GNOME JavaScript interpreters ii gnome-keyring 2.30.3-5 GNOME keyring services (daemon and tools) ii gnome-menus 2.30.3-1 an implementation of the freedesktop menu specification for GNOME ii gnome-mime-data 2.18.0-1 base MIME and Application database for GNOME. ii gnome-panel 2.30.2-2 launcher and docking facility for GNOME ii gnome-panel-data 2.30.2-2 common files for the GNOME Panel ii gnome-power-manager 2.32.0-2 power management tool for the GNOME desktop ii gnome-screensaver 2.30.0-2 GNOME screen saver and locker ii gnome-session 2.30.2-3 The GNOME Session Manager - GNOME 2 session ii gnome-session-bin 2.30.2-3 The GNOME Session Manager - Minimal runtime ii gnome-session-common 2.30.2-3 Common files for the GNOME session manager ii gnome-settings-daemon 2.30.2-2 daemon handling the GNOME session settings ii gnome-terminal 2.30.2-1 The GNOME terminal emulator application ii gnome-terminal-data 2.30.2-1 Data files for the GNOME terminal emulator ii gnome-themes 2.30.2-1 official themes for the GNOME desktop ii gnome-user-guide 2.30.1-1 GNOME user's guide ii gnupg 1.4.10-4 GNU privacy guard - a free PGP replacement ii gpgv 1.4.10-4 GNU privacy guard - signature verification tool ii grep 2.6.3-3 GNU grep, egrep and fgrep ii groff-base 1.20.1-10 GNU troff text-formatting system (base system components) ii grub-common 1.98+20100804-14 GRand Unified Bootloader, version 2 (common files) ii grub-pc 1.98+20100804-14 GRand Unified Bootloader, version 2 (PC/BIOS version) ii gsfonts 1:8.11+urwcyr1.0.7~pre44-4.2 Fonts for the Ghostscript interpreter(s) ii gstreamer0.10-alsa 0.10.30-1 GStreamer plugin for ALSA ii gstreamer0.10-plugins-base 0.10.30-1 GStreamer plugins from the "base" set ii gstreamer0.10-plugins-good 0.10.24-1 GStreamer plugins from the "good" set ii gstreamer0.10-x 0.10.30-1 GStreamer plugins for X11 and Pango ii gtk2-engines 1:2.20.1-1 theme engines for GTK+ 2.x ii gtk2-engines-pixbuf 2.20.1-2 Pixbuf-based theme for GTK+ 2.x ii gvfs 1.6.4-3 userspace virtual filesystem - server ii gvfs-backends 1.6.4-3 userspace virtual filesystem - backends ii gzip 1.3.12-9 GNU compression utilities ii hdparm 9.32-1 tune hard disk parameters for high performance[sup][color="red"][b]Bingo![/b][/color][/sup] ii hicolor-icon-theme 0.12-1 default fallback theme for FreeDesktop.org icon themes ii host 1:9.7.2.dfsg.P3-1.1 Transitional package ii hostname 3.04 utility to set/show the host name or domain name ii iceweasel 3.5.16-4 Web browser based on Firefox ii ifupdown 0.6.10 high level tools to configure network interfaces ii info 4.13a.dfsg.1-6 Standalone GNU Info documentation browser ii initramfs-tools 0.98.8 tools for generating an initramfs ii initscripts 2.88dsf-13.1 scripts for initializing and shutting down the system ii insserv 1.14.0-2 Tool to organize boot sequence using LSB init.d script dependencies ii install-info 4.13a.dfsg.1-6 Manage installed documentation in info format ii installation-report 2.44 system installation report iU intltool-debian 0.35.0+20060710.1 Help i18n of RFC822 compliant config files ii iproute 20100519-3 networking and traffic control tools ii iptables 1.4.8-3 administration tools for packet filtering and NAT ii iputils-ping 3:20100418-3 Tools to test the reachability of network hosts ii isc-dhcp-client 4.1.1-P1-15 ISC DHCP client ii isc-dhcp-common 4.1.1-P1-15 common files used by all the isc-dhcp* packages ii iso-codes 3.23-1 ISO language, territory, currency, script codes and their translations ii kbd 1.15.2-2 Linux console font and keytable utilities iU kernel-package 12.036+nmu1 A utility for building Linux kernel related Debian packages. ii keyboard-configuration 1.68 system-wide keyboard preferences ii klibc-utils 1.5.20-1 small utilities built with klibc for early boot ii laptop-detect 0.13.7 attempt to detect a laptop ii less 436-1 pager program similar to more iU lib32gcc1 1:4.4.5-12 GCC support library (32 bit Version) iU lib32gcc1-dbg 1:4.4.5-12 GCC support library (debug symbols) iU lib32gomp1 4.4.5-12 GCC OpenMP (GOMP) support library (32bit) iU lib32ncurses5 5.7+20100313-5 shared libraries for terminal handling (32-bit) iU lib32ncurses5-dev 5.7+20100313-5 developer's libraries for ncurses (32-bit) iU lib32ncursesw5 5.7+20100313-5 shared libraries for terminal handling (wide character support) (32-bit) iU lib32ncursesw5-dev 5.7+20100313-5 developer's libraries for ncursesw (32-bit) iU lib32stdc++6 4.4.5-12 The GNU Standard C++ Library v3 (32 bit Version) iU lib32stdc++6-4.4-dbg 4.4.5-12 The GNU Standard C++ Library v3 (debugging files) ii libaa1 1.4p5-38 ascii art library ii libacl1 2.2.49-4 Access control list shared library ii libapr1 1.4.2-6 The Apache Portable Runtime Library ii libaprutil1 1.3.9+dfsg-5 The Apache Portable Runtime Utility Library ii libaprutil1-dbd-sqlite3 1.3.9+dfsg-5 The Apache Portable Runtime Utility Library - SQLite3 Driver ii libaprutil1-ldap 1.3.9+dfsg-5 The Apache Portable Runtime Utility Library - LDAP Driver ii libarchive1 2.8.4-1 Single library to read/write tar, cpio, pax, zip, iso9660, etc. ii libart-2.0-2 2.3.21-1 Library of functions for 2D graphics - runtime files ii libasound2 1.0.23-2.1 shared library for ALSA applications ii libaspell15 0.60.6-4 GNU Aspell spell-checker runtime library ii libatasmart4 0.17+git20100219-2 ATA S.M.A.R.T. reading and parsing library ii libatk1.0-0 1.30.0-1 The ATK accessibility toolkit ii libattr1 1:2.4.44-2 Extended attribute shared library ii libaudiofile0 0.2.6-8 Open-source version of SGI's audiofile library ii libaudit0 1.7.13-1+b2 Dynamic library for security auditing ii libavahi-client3 0.6.27-2 Avahi client library ii libavahi-common-data 0.6.27-2 Avahi common data files ii libavahi-common3 0.6.27-2 Avahi common library ii libavahi-glib1 0.6.27-2 Avahi glib integration library ii libavahi-gobject0 0.6.27-2 Avahi GObject library ii libavahi-ui0 0.6.27-2 Avahi GTK+ User interface library ii libavc1394-0 0.5.3-1+b2 control IEEE 1394 audio/video devices ii libbind9-60 1:9.7.2.dfsg.P3-1.1 BIND9 Shared Library used by BIND ii libblas3gf 1.2-8 Basic Linear Algebra Reference implementations, shared library ii libblkid1 2.17.2-9 block device id library ii libbluetooth3 4.66-3 Library to use the BlueZ Linux Bluetooth stack ii libbonobo2-0 2.24.3-1 Bonobo CORBA interfaces library ii libbonobo2-common 2.24.3-1 Bonobo CORBA interfaces library -- support files ii libbonoboui2-0 2.24.3-1 The Bonobo UI library ii libbonoboui2-common 2.24.3-1 The Bonobo UI library -- common files ii libboost-iostreams1.42.0 1.42.0-4 Boost.Iostreams Library ii libbrasero-media0 2.30.3-2 CD/DVD burning library for GNOME - runtime ii libbsd0 0.2.0-1 utility functions from BSD systems - shared library ii libburn4 0.8.0.pl00-2 library to provide CD/DVD writing functions ii libbz2-1.0 1.0.5-6 high-quality block-sorting file compressor library - runtime ii libc-bin 2.11.2-10 Embedded GNU C Library: Binaries ii libc-dev-bin 2.11.2-11 Embedded GNU C Library: Development binaries ii libc6 2.11.2-10 Embedded GNU C Library: Shared libraries iU libc6-dev 2.11.2-11 Embedded GNU C Library: Development Libraries and Header Files iU libc6-dev-i386 2.11.2-11 Embedded GNU C Library: 32-bit development libraries for AMD64 iU libc6-i386 2.11.2-11 Embedded GNU C Library: 32-bit shared libraries for AMD64 ii libcaca0 0.99.beta17-1 colour ASCII art library ii libcairo2 1.8.10-6 The Cairo 2D vector graphics library ii libcamel1.2-14 2.30.3-2 The Evolution MIME message handling library ii libcanberra-gtk0 0.24-1 Gtk+ helper for playing widget event sounds with libcanberra ii libcanberra0 0.24-1 a simple abstract interface for playing event sounds ii libcap2 1:2.19-3 support for getting/setting POSIX.1e capabilities ii libcdio-cdda0 0.81-4 library to read and control digital audio CDs ii libcdio-paranoia0 0.81-4 library to read digital audio CDs with error correction ii libcdio10 0.81-4 library to read and control CD-ROM ii libcdparanoia0 3.10.2+debian-9 audio extraction tool for sampling CDs (library) ii libck-connector0 0.4.1-4 ConsoleKit libraries ii libclutter-1.0-0 1.2.12-3 Open GL based interactive canvas library ii libcomerr2 1.41.12-2 common error description library ii libcpufreq0 007-1 shared library to deal with the cpufreq Linux kernel feature ii libcroco3 0.6.2-1 a generic Cascading Style Sheet (CSS) parsing and manipulation toolkit ii libcups2 1.4.4-7 Common UNIX Printing System™ - Core library ii libcupscgi1 1.4.4-7 Common UNIX Printing System™ - CGI library ii libcupsdriver1 1.4.4-7 Common UNIX Printing System™ - Driver library ii libcupsimage2 1.4.4-7 Common UNIX Printing System™ - Raster image library ii libcupsmime1 1.4.4-7 Common UNIX Printing System™ - MIME library ii libcupsppdc1 1.4.4-7 Common UNIX Printing System™ - PPD manipulation library ii libcurl3-gnutls 7.21.3-1 Multi-protocol file transfer library (GnuTLS) ii libcwidget3 0.5.16-3 high-level terminal interface library for C++ (runtime files) ii libdatrie1 0.2.4-1 Double-array trie library ii libdb4.6 4.6.21-16 Berkeley v4.6 Database Libraries [runtime] ii libdb4.7 4.7.25-9 Berkeley v4.7 Database Libraries [runtime] ii libdb4.8 4.8.30-2 Berkeley v4.8 Database Libraries [runtime] ii libdbus-1-3 1.2.24-4 simple interprocess messaging system ii libdbus-glib-1-2 0.88-2.1 simple interprocess messaging system (GLib-based shared library) ii libdevmapper1.02.1 2:1.02.48-5 The Linux Kernel Device Mapper userspace library ii libdiscover2 2.1.2-5 hardware identification library ii libdjvulibre-text 3.5.23-3 Linguistic support files for libdjvulibre ii libdjvulibre21 3.5.23-3 Runtime support for the DjVu image format ii libdns69 1:9.7.2.dfsg.P3-1.1 DNS Shared Library used by BIND ii libdpkg-perl 1.15.8.10 Dpkg perl modules ii libdrm-intel1 2.4.21-1~squeeze3 Userspace interface to intel-specific kernel DRM services -- runtime ii libdrm-nouveau1 2.4.21-1~squeeze3 Userspace interface to nouveau-specific kernel DRM services -- runtime ii libdrm-radeon1 2.4.21-1~squeeze3 Userspace interface to radeon-specific kernel DRM services -- runtime ii libdrm2 2.4.21-1~squeeze3 Userspace interface to kernel DRM services -- runtime ii libdv4 1.0.0-2.1 software library for DV format digital video (runtime lib) ii libebackend1.2-0 2.30.3-2 Utility library for evolution data servers ii libebook1.2-9 2.30.3-2 Client library for evolution address books ii libecal1.2-7 2.30.3-2 Client library for evolution calendars ii libedata-book1.2-2 2.30.3-2 Backend library for evolution address books ii libedata-cal1.2-7 2.30.3-2 Backend library for evolution calendars ii libedataserver1.2-13 2.30.3-2 Utility library for evolution data servers ii libedataserverui1.2-8 2.30.3-2 GUI utility library for evolution data servers ii libedit2 2.11-20080614-2 BSD editline and history libraries ii libeggdbus-1-0 0.6-1 D-Bus bindings for GObject ii libegroupwise1.2-13 2.30.3-2 Client library for accessing groupwise POA through SOAP interface ii libenchant1c2a 1.6.0-1 a wrapper library for various spell checker engines ii libept1 1.0.4 High-level library for managing Debian package information ii liberror-perl 0.17-1 Perl module for error/exception handling in an OO-ish way ii libesd0 0.2.41-8 Enlightened Sound Daemon - Shared libraries ii libevent-1.4-2 1.4.13-stable-1 An asynchronous event notification library ii libevince2 2.30.3-2 Document (PostScript, PDF) rendering library ii libevolution 2.30.3-5 evolution libraries ii libexempi3 2.1.1-1 library to parse XMP metadata (Library) ii libexif12 0.6.19-1 library to parse EXIF files ii libexpat1 2.0.1-7 XML parsing C library - runtime library ii libfam0 2.7.0-17 Client library to control the FAM daemon ii libffi5 3.0.9-3 Foreign Function Interface library runtime ii libfile-copy-recursive-perl 0.38-1 Perl extension for recursively copying files and directories ii libflac8 1.2.1-2+b1 Free Lossless Audio Codec - runtime C library ii libfontconfig1 2.8.0-2.1 generic font configuration library - runtime ii libfontenc1 1:1.0.5-2 X11 font encoding library ii libfreetype6 2.4.2-2.1 FreeType 2 font engine, shared library files ii libfs6 2:1.0.2-1 X11 Font Services library ii libgail18 2.20.1-2 GNOME Accessibility Implementation Library -- shared libraries ii libgc1c2 1:6.8-1.2 conservative garbage collector for C and C++ ii libgcc1 1:4.4.5-12 GCC support library iU libgcc1-dbg 1:4.4.5-12 GCC support library (debug symbols) ii libgconf2-4 2.28.1-6 GNOME configuration database system (shared libraries) ii libgcr0 2.30.3-5 Library for Crypto UI related task - runtime ii libgcrypt11 1.4.5-2 LGPL Crypto library - runtime library ii libgdata-google1.2-1 2.30.3-2 Client library for accessing Google POA through SOAP interface ii libgdata1.2-1 2.30.3-2 Client library for accessing Google POA through SOAP interface ii libgdbm3 1.8.3-9 GNU dbm database routines (runtime version) ii libgdu-gtk0 2.30.1-2 GTK+ standard dialog library for libgdu ii libgdu0 2.30.1-2 GObject based Disk Utility Library ii libgeoip1 1.4.7~beta6+dfsg-1 A non-DNS IP-to-country resolver library ii libgfortran3 4.4.5-8 Runtime library for GNU Fortran applications ii libgirepository1.0-0 0.6.14-1+b1 Library for handling GObject introspection data (runtime library) ii libgl1-mesa-dri 7.7.1-4 A free implementation of the OpenGL API -- DRI modules ii libgl1-mesa-glx 7.7.1-4 A free implementation of the OpenGL API -- GLX runtime ii libglade2-0 1:2.6.4-1 library to load .glade files at runtime ii libglib2.0-0 2.24.2-1 The GLib library of C routines ii libglib2.0-data 2.24.2-1 Common files for GLib library ii libglu1-mesa 7.7.1-4 The OpenGL utility library (GLU) ii libgmime-2.4-2 2.4.14-1+nmu1 MIME message parser and creator library - runtime ii libgmp3c2 2:4.3.2+dfsg-1 Multiprecision arithmetic library ii libgnome-bluetooth7 2.30.0-2 GNOME Bluetooth tools - support library ii libgnome-desktop-2-17 2.30.2-2 Utility library for loading .desktop files - runtime files ii libgnome-keyring0 2.30.1-1 GNOME keyring services library ii libgnome-menu2 2.30.3-1 an implementation of the freedesktop menu specification for GNOME ii libgnome-window-settings1 1:2.30.1-2 Utility library for getting window manager settings ii libgnome2-0 2.30.0-1 The GNOME library - runtime files ii libgnome2-common 2.30.0-1 The GNOME library - common files ii libgnomecanvas2-0 2.30.1-1 A powerful object-oriented display - runtime files ii libgnomecanvas2-common 2.30.1-1 A powerful object-oriented display - common files ii libgnomekbd-common 2.30.2-2 GNOME library to manage keyboard configuration - common files ii libgnomekbd4 2.30.2-2 GNOME library to manage keyboard configuration - shared library ii libgnomeui-0 2.24.3-1 The GNOME libraries (User Interface) - runtime files ii libgnomeui-common 2.24.3-1 The GNOME libraries (User Interface) - common files ii libgnomevfs2-0 1:2.24.3-1 GNOME Virtual File System (runtime libraries) ii libgnomevfs2-common 1:2.24.3-1 GNOME Virtual File System (common files) ii libgnutls26 2.8.6-1 the GNU TLS library - runtime library ii libgomp1 4.4.5-12 GCC OpenMP (GOMP) support library iU libgomp1-dbg 4.4.5-12 GCC OpenMP (GOMP) support library (debug symbols) ii libgp11-0 2.30.3-5 Glib wrapper library for PKCS#11 - runtime ii libgpg-error0 1.6-1 library for common error values and messages in GnuPG components ii libgpgme11 1.2.0-1.2 GPGME - GnuPG Made Easy ii libgphoto2-2 2.4.6-3 gphoto2 digital camera library ii libgphoto2-port0 2.4.6-3 gphoto2 digital camera port library ii libgpm2 1.20.4-3.3 General Purpose Mouse - shared library ii libgs8 8.71~dfsg2-9 The Ghostscript PostScript/PDF interpreter Library ii libgsf-1-114 1.14.18-1 Structured File Library - runtime version ii libgsf-1-common 1.14.18-1 Structured File Library - common files ii libgssapi-krb5-2 1.8.3+dfsg-4 MIT Kerberos runtime libraries - krb5 GSS-API Mechanism ii libgssglue1 0.1-4 mechanism-switch gssapi library ii libgssrpc4 1.8.3+dfsg-4 MIT Kerberos runtime libraries - GSS enabled ONCRPC ii libgstreamer-plugins-base0.10-0 0.10.30-1 GStreamer libraries from the "base" set ii libgstreamer0.10-0 0.10.30-1 Core GStreamer libraries and elements ii libgtk2.0-0 2.20.1-2 The GTK+ graphical user interface library ii libgtk2.0-bin 2.20.1-2 The programs for the GTK+ graphical user interface library ii libgtk2.0-common 2.20.1-2 Common files for the GTK+ graphical user interface library ii libgtkhtml-editor-common 3.30.3-1 HTML rendering/editing library - editor widget data ii libgtkhtml-editor0 3.30.3-1 HTML rendering/editing library - editor widget ii libgtkhtml3.14-19 3.30.3-1 HTML rendering/editing library - runtime files ii libgtksourceview2.0-0 2.10.4-1 shared libraries for the GTK+ syntax highlighting widget ii libgtksourceview2.0-common 2.10.4-1 common files for the GTK+ syntax highlighting widget ii libgtop2-7 2.28.1-1 gtop system monitoring library (shared) ii libgtop2-common 2.28.1-1 gtop system monitoring library (common) ii libgucharmap7 1:2.30.3-1 Unicode browser widget library (shared library) ii libgudev-1.0-0 164-3 GObject-based wrapper library for libudev ii libgweather-common 2.30.3-1 GWeather common files ii libgweather1 2.30.3-1 GWeather shared library ii libhal-storage1 0.5.14-3 Hardware Abstraction Layer - shared library for storage devices ii libhal1 0.5.14-3 Hardware Abstraction Layer - shared library ii libhtml-parser-perl 3.66-1 collection of modules that parse HTML text documents ii libhtml-tagset-perl 3.20-2 Data tables pertaining to HTML ii libhtml-tree-perl 3.23-2 Perl module to represent and create HTML syntax trees ii libhunspell-1.2-0 1.2.11-1 spell checker and morphological analyzer (shared library) ii libical0 0.44-3 iCalendar library implementation in C (runtime) ii libice6 2:1.0.6-2 X11 Inter-Client Exchange library ii libicu44 4.4.1-7 International Components for Unicode ii libidl0 0.8.14-0.1 library for parsing CORBA IDL files ii libidn11 1.15-2 GNU Libidn library, implementation of IETF IDN specifications ii libiec61883-0 1.2.0-0.1 an partial implementation of IEC 61883 ii libijs-0.35 0.35-7 IJS raster image transport protocol: shared library ii libimobiledevice1 1.0.2-1 Library for communicating with the iPhone and iPod Touch ii libisc62 1:9.7.2.dfsg.P3-1.1 ISC Shared Library used by BIND ii libisccc60 1:9.7.2.dfsg.P3-1.1 Command Channel Library used by BIND ii libisccfg62 1:9.7.2.dfsg.P3-1.1 Config File Handling Library used by BIND ii libisofs6 0.6.32-2 library to create ISO9960 images ii libiw30 30~pre9-5 Wireless tools - library ii libjasper1 1.900.1-7+b1 The JasPer JPEG-2000 runtime library ii libjbig2dec0 0.11-1 JBIG2 decoder library - shared libraries ii libjpeg62 6b1-1 The Independent JPEG Group's JPEG runtime library (version 6.2) ii libjson-glib-1.0-0 0.10.2-2 GLib JSON manipulation library ii libk5crypto3 1.8.3+dfsg-4 MIT Kerberos runtime libraries - Crypto Library ii libkadm5clnt-mit7 1.8.3+dfsg-4 MIT Kerberos runtime libraries - Administration Clients ii libkadm5srv-mit7 1.8.3+dfsg-4 MIT Kerberos runtime libraries - KDC and Admin Server ii libkdb5-4 1.8.3+dfsg-4 MIT Kerberos runtime libraries - Kerberos database ii libkeyutils1 1.4-1 Linux Key Management Utilities (library) ii libklibc 1.5.20-1 minimal libc subset for use with initramfs ii libkpathsea5 2009-8 TeX Live: path search library for TeX (runtime part) ii libkrb5-3 1.8.3+dfsg-4 MIT Kerberos runtime libraries ii libkrb5support0 1.8.3+dfsg-4 MIT Kerberos runtime libraries - Support library ii liblapack3gf 3.2.1-8 library of linear algebra routines 3 - shared version ii liblcms1 1.18.dfsg-1.2+b3 Color management library ii libldap-2.4-2 2.4.23-7 OpenLDAP libraries ii liblocale-gettext-perl 1.05-6 Using libc functions for internationalization in Perl ii liblockfile1 1.08-4 NFS-safe locking library, includes dotlockfile program ii libltdl7 2.2.6b-2 A system independent dlopen wrapper for GNU libtool ii liblua5.1-0 5.1.4-5 Simple, extensible, embeddable programming language ii liblwres60 1:9.7.2.dfsg.P3-1.1 Lightweight Resolver Library used by BIND ii liblzma2 5.0.0-2 XZ-format compression library ii libmagic1 5.04-5 File type determination library using "magic" numbers ii libmailtools-perl 2.06-1 Manipulate email in perl programs ii libmetacity-private0 1:2.30.1-3 library for the Metacity window manager ii libmozjs2d 1.9.1.16-4 The Mozilla SpiderMonkey JavaScript library ii libmpfr4 3.0.0-2 multiple precision floating-point computation ii libnautilus-extension1 2.30.1-2 libraries for nautilus components - runtime version ii libncurses5 5.7+20100313-5 shared libraries for terminal handling iU libncurses5-dev 5.7+20100313-5 developer's libraries and docs for ncurses ii libncursesw5 5.7+20100313-5 shared libraries for terminal handling (wide character support) ii libnet-dbus-perl 0.33.6-2 Extension for the DBus bindings ii libnewt0.52 0.52.11-1 Not Erik's Windowing Toolkit - text mode windowing with slang ii libnfnetlink0 1.0.0-1 Netfilter netlink library ii libnfsidmap2 0.23-2 An nfs idmapping library ii libnl1 1.1-6 library for dealing with netlink sockets ii libnm-glib-vpn1 0.8.2-5 network management framework (GLib VPN shared library) ii libnm-glib2 0.8.2-5 network management framework (GLib shared library) ii libnm-util1 0.8.2-5 network management framework (shared library) ii libnotify1 0.5.0-2 sends desktop notifications to a notification daemon ii libnspr4-0d 4.8.6-1 NetScape Portable Runtime Library ii libnss3-1d 3.12.8-1 Network Security Service libraries ii libogg0 1.2.0~dfsg-1 Ogg bitstream library ii liboobs-1-4 2.30.1-1 GObject based interface to system-tools-backends - shared library ii libopenjpeg2 1.3+dfsg-4 JPEG 2000 image compression/decompression library ii liborbit2 1:2.14.18-0.1 libraries for ORBit2 - a CORBA ORB ii liborc-0.4-0 1:0.4.6-2 Library of Optimized Inner Loops Runtime Compiler ii libpam-modules 1.1.1-6.1 Pluggable Authentication Modules for PAM ii libpam-runtime 1.1.1-6.1 Runtime support for the PAM library ii libpam0g 1.1.1-6.1 Pluggable Authentication Modules library ii libpanel-applet2-0 2.30.2-2 library for GNOME Panel applets ii libpango1.0-0 1.28.3-1+squeeze1 Layout and rendering of internationalized text ii libpango1.0-common 1.28.3-1+squeeze1 Modules and configuration files for the Pango ii libpaper1 1.1.24 library for handling paper characteristics ii libparted0debian1 2.3-5 The GNU Parted disk partitioning shared library ii libpcap0.8 1.1.1-2 system interface for user-level packet capture ii libpci3 1:3.1.7-6 Linux PCI Utilities (shared library) ii libpciaccess0 0.12.0-1 Generic PCI access library for X ii libpcre3 8.02-1.1 Perl 5 Compatible Regular Expression Library - runtime files ii libpcsclite1 1.5.5-4 Middleware to access a smart card using PC/SC (library) ii libpixman-1-0 0.16.4-1 pixel-manipulation library for X and cairo ii libplist1 1.3-2 Library for handling Apple binary and XML property lists ii libpng12-0 1.2.44-1 PNG library - runtime ii libpolkit-agent-1-0 0.96-4 PolicyKit Authentication Agent API ii libpolkit-backend-1-0 0.96-4 PolicyKit backend API ii libpolkit-gobject-1-0 0.96-4 PolicyKit Authorization API ii libpolkit-gtk-1-0 0.96-3 PolicyKit GTK+ API ii libpoppler-glib4 0.12.4-1.2 PDF rendering library (GLib-based shared library) ii libpoppler5 0.12.4-1.2 PDF rendering library ii libpopt0 1.16-1 lib for parsing cmdline parameters ii libpq5 8.4.5-0squeeze2 PostgreSQL C client library ii libproxy0 0.3.1-2 automatic proxy configuration management library (shared) ii libpth20 2.0.7-16 The GNU Portable Threads ii libpython2.6 2.6.6-8+b1 Shared Python runtime library (version 2.6) ii librarian0 0.8.1-5 Documentation meta-data library (library package) ii libraw1394-11 2.0.5-2 library for direct access to IEEE 1394 bus (aka FireWire) ii libreadline5 5.2-7 GNU readline and history libraries, run-time libraries ii libreadline6 6.1-3 GNU readline and history libraries, run-time libraries ii librpcsecgss3 0.19-2 allows secure rpc communication using the rpcsec_gss protocol ii librsvg2-2 2.26.3-1 SAX-based renderer library for SVG files (runtime) ii librsvg2-common 2.26.3-1 SAX-based renderer library for SVG files (extra runtime) ii libsasl2-2 2.1.23.dfsg1-7 Cyrus SASL - authentication abstraction library ii libseed0 2.30.0-1+b1 GObject JavaScript bindings for the webkit engine - Runtime ii libselinux1 2.0.96-1 SELinux runtime shared libraries ii libsepol1 2.0.41-1 SELinux library for manipulating binary security policies ii libsgutils2-2 1.29-1 utilities for devices using the SCSI command set (shared libraries) ii libshout3 2.2.2-5+b1 MP3/Ogg Vorbis broadcast streaming library ii libsigc++-2.0-0c2a 2.2.4.2-1 type-safe Signal Framework for C++ - runtime ii libslab0a 2.30.0-1 beautification app library file ii libslang2 2.2.2-4 The S-Lang programming library - runtime version ii libslp1 1.2.1-7.8 OpenSLP libraries ii libsm6 2:1.1.1-1 X11 Session Management library ii libsmbclient 2:3.5.6~dfsg-3 shared library for communication with SMB/CIFS servers ii libsoup-gnome2.4-1 2.30.2-1 an HTTP library implementation in C -- GNOME support library ii libsoup2.4-1 2.30.2-1 an HTTP library implementation in C -- Shared library ii libspectre1 0.2.6-1 Library for rendering PostScript documents ii libspeex1 1.2~rc1-1 The Speex codec runtime library ii libsqlite3-0 3.7.3-1 SQLite 3 shared library ii libss2 1.41.12-2 command-line interface parsing library ii libssl0.9.8 0.9.8o-4 SSL shared libraries ii libstartup-notification0 0.10-1 library for program launch feedback (shared library) ii libstdc++6 4.4.5-8 The GNU Standard C++ Library v3 iU libstdc++6-4.4-dbg 4.4.5-12 The GNU Standard C++ Library v3 (debugging files) iU libstdc++6-4.4-dev 4.4.5-12 The GNU Standard C++ Library v3 (development files) ii libsysfs2 2.1.0+repack-1 interface library to sysfs ii libt1-5 5.1.2-3 Type 1 font rasterizer library - runtime ii libtag1-vanilla 1.6.3-1 TagLib Audio Meta-Data Library (Vanilla flavour) ii libtag1c2a 1.6.3-1 TagLib Audio Meta-Data Library ii libtalloc2 2.0.1-1 hierarchical pool based memory allocator ii libtasn1-3 2.7-1 Manage ASN.1 structures (runtime) ii libtdb1 1.2.1-2+b1 Trivial Database - shared library ii libtext-charwidth-perl 0.04-6 get display widths of characters on the terminal ii libtext-iconv-perl 1.7-2 converts between character sets in Perl ii libtext-wrapi18n-perl 0.06-7 internationalized substitute of Text::Wrap ii libthai-data 0.1.14-2 Data files for Thai language support library ii libthai0 0.1.14-2 Thai language support library ii libtheora0 1.1.1+dfsg.1-3 The Theora Video Compression Codec ii libtiff4 3.9.4-5 Tag Image File Format (TIFF) library ii libtimedate-perl 1.2000-1 collection of modules to manipulate date/time information ii libtokyocabinet8 1.4.37-6 Tokyo Cabinet Database Libraries [runtime] ii libtotem-plparser17 2.30.3-1 Totem Playlist Parser library - runtime files ii libtracker-client-0.8-0 0.8.17-1 metadata database, indexer and search tool - library ii libudev0 164-3 libudev shared library ii libunique-1.0-0 1.1.6-1.1 Library for writing single instance applications - shared libraries ii libunistring0 0.9.3-3 Unicode string library for C ii libunwind7 0.99-0.2 A library to determine the call-chain of a program - runtime ii libupower-glib1 0.9.5-5 abstraction for power management - shared library ii liburi-perl 1.54-2 module to manipulate and access URI strings ii libusb-0.1-4 2:0.1.12-16 userspace USB programming library ii libusb-1.0-0 2:1.0.8-2 userspace USB programming library ii libusbmuxd1 1.0.4-1 USB multiplexor daemon for iPhone and iPod Touch devices - library ii libuuid-perl 0.02-4 Perl extension for using UUID interfaces as defined in e2fsprogs ii libuuid1 2.17.2-9 Universally Unique ID library ii libv4l-0 0.8.0-1 Collection of video4linux support libraries ii libvisual-0.4-0 0.4.0-3 Audio visualization framework ii libvorbis0a 1.3.1-1 The Vorbis General Audio Compression Codec (Decoder library) ii libvorbisenc2 1.3.1-1 The Vorbis General Audio Compression Codec (Encoder library) ii libvorbisfile3 1.3.1-1 The Vorbis General Audio Compression Codec (High Level API) ii libvte-common 1:0.24.3-2 Terminal emulator widget for GTK+ 2.0 - common files ii libvte9 1:0.24.3-2 Terminal emulator widget for GTK+ 2.0 - runtime files ii libwavpack1 4.60.1-1 an audio codec (lossy and lossless) - library ii libwbclient0 2:3.5.6~dfsg-3 Samba winbind client library ii libwebkit-1.0-2 1.2.6-2 Web content engine library for Gtk+ ii libwebkit-1.0-common 1.2.6-2 Web content engine library for Gtk+ - data files ii libwnck-common 2.30.4-2 Window Navigator Construction Kit - common files ii libwnck22 2.30.4-2 Window Navigator Construction Kit - runtime files ii libwrap0 7.6.q-19 Wietse Venema's TCP wrappers library ii libwww-perl 5.836-1 Perl HTTP/WWW client/server library ii libx11-6 2:1.3.3-4 X11 client-side library ii libx11-data 2:1.3.3-4 X11 client-side library ii libx11-xcb1 2:1.3.3-4 Xlib/XCB interface library ii libxapian22 1.2.3-2 Search engine library ii libxau6 1:1.0.6-1 X11 authorisation library ii libxaw7 2:1.0.7-1 X11 Athena Widget library ii libxcb-atom1 0.3.6-1 utility libraries for X C Binding -- atom ii libxcb-aux0 0.3.6-1 utility libraries for X C Binding -- aux ii libxcb-dri2-0 1.6-1 X C Binding, dri2 extension ii libxcb-event1 0.3.6-1 utility libraries for X C Binding -- event ii libxcb-render-util0 0.3.6-1 utility libraries for X C Binding -- render-util ii libxcb-render0 1.6-1 X C Binding, render extension ii libxcb1 1.6-1 X C Binding ii libxcomposite1 1:0.4.2-1 X11 Composite extension library ii libxcursor1 1:1.1.10-2 X cursor management library ii libxdamage1 1:1.1.3-1 X11 damaged region extension library ii libxdmcp6 1:1.0.3-2 X11 Display Manager Control Protocol library ii libxext6 2:1.1.2-1 X11 miscellaneous extension library ii libxfixes3 1:4.0.5-1 X11 miscellaneous 'fixes' extension library ii libxfont1 1:1.4.1-2 X11 font rasterisation library ii libxft2 2.1.14-2 FreeType-based font drawing library for X ii libxi6 2:1.3-6 X11 Input extension library ii libxinerama1 2:1.1-3 X11 Xinerama extension library ii libxkbfile1 1:1.0.6-2 X11 keyboard file manipulation library ii libxklavier16 5.0-2 X Keyboard Extension high-level API ii libxml-parser-perl 2.36-1.1+b1 Perl module for parsing XML files ii libxml-twig-perl 1:3.34-1 Perl module for processing huge XML documents in tree mode ii libxml2 2.7.8.dfsg-2 GNOME XML library ii libxml2-utils 2.7.8.dfsg-2 XML utilities ii libxmu6 2:1.0.5-2 X11 miscellaneous utility library ii libxmuu1 2:1.0.5-2 X11 miscellaneous micro-utility library ii libxpm4 1:3.5.8-1 X11 pixmap library ii libxrandr2 2:1.3.0-3 X11 RandR extension library ii libxrender1 1:0.9.6-1 X Rendering Extension client library ii libxres1 2:1.0.4-1 X11 Resource extension library ii libxslt1.1 1.1.26-6 XSLT 1.0 processing library - runtime library ii libxss1 1:1.2.0-2 X11 Screen Saver extension library ii libxt6 1:1.0.7-1 X11 toolkit intrinsics library ii libxtst6 2:1.1.0-3 X11 Testing -- Record extension library ii libxv1 2:1.0.5-1 X11 Video extension library ii libxvmc1 2:1.0.5-1 X11 Video extension library ii libxxf86dga1 2:1.1.1-2 X11 Direct Graphics Access extension library ii libxxf86vm1 1:1.1.0-2 X11 XFree86 video mode extension library ii linux-base 2.6.32-30 Linux image base package ii linux-image-2.6.32-5-amd64 2.6.32-30 Linux 2.6.32 for 64-bit PCs ii linux-image-2.6.37.1-europe1-26-02-2011 1 Linux kernel binary image for version 2.6.37.1-europe1-26-02-2011 ii linux-libc-dev 2.6.32-30 Linux support headers for userspace development ii linux-sound-base 1.0.23+dfsg-2 base package for ALSA and OSS sound systems ii locales 2.11.2-10 Embedded GNU C Library: National Language (locale) data [support] ii login 1:4.1.4.2+svn3283-2 system login tools ii logrotate 3.7.8-6 Log rotation utility ii lsb-base 3.2-23.2squeeze1 Linux Standard Base 3.2 init script functionality ii lsof 4.81.dfsg.1-1 List open files ii m4 1.4.14-3 a macro processing language ii make 3.81-8 An utility for Directing compilation. ii man-db 2.5.7-8 on-line manual pager ii manpages 3.27-1 Manual pages about using a GNU/Linux system ii manpages-dev 3.27-1 Manual pages about using GNU/Linux for development ii manpages-fr 3.27fr1.4-1 French version of the manual pages about using GNU/Linux ii mawk 1.3.3-15 a pattern scanning and text processing language ii menu 2.1.44 generates programs menu for all menu-aware applications ii menu-xdg 0.5 freedesktop.org menu compliant window manager scripts ii metacity 1:2.30.1-3 lightweight GTK+ window manager ii metacity-common 1:2.30.1-3 shared files for the Metacity window manager ii mime-support 3.48-1 MIME files 'mime.types' & 'mailcap', and support programs ii mlocate 0.22.2-1 quickly find files on the filesystem based on their name ii module-assistant 0.11.3 tool to make module package creation easier ii module-init-tools 3.12-1 tools for managing Linux kernel modules ii mount 2.17.2-9 Tools for mounting and manipulating filesystems ii mutt 1.5.20-9+squeeze1 text-based mailreader supporting MIME, GPG, PGP and threading ii nano 2.2.4-1 small, friendly text editor inspired by Pico ii nautilus 2.30.1-2 file manager and graphical shell for GNOME ii nautilus-data 2.30.1-2 data files for nautilus ii ncurses-base 5.7+20100313-5 basic terminal type definitions ii ncurses-bin 5.7+20100313-5 terminal-related programs and man pages ii ncurses-term 5.7+20100313-5 additional terminal type definitions ii net-tools 1.60-23 The NET-3 networking toolkit ii netbase 4.45 Basic TCP/IP networking system ii netcat-traditional 1.10-38 TCP/IP swiss army knife ii network-manager 0.8.2-5 network management framework daemon ii network-manager-gnome 0.8.2-3 network management framework (GNOME frontend) ii nfs-common 1:1.2.2-4 NFS support files common to client and server ii nfs-kernel-server 1:1.2.2-4 support for NFS kernel server ii notification-daemon 0.5.0-2 daemon to displays passive pop-up notifications ii openssh-blacklist 0.4.1 list of default blacklisted OpenSSH RSA and DSA keys ii openssh-client 1:5.5p1-6 secure shell (SSH) client, for secure access to remote machines ii openssh-server 1:5.5p1-6 secure shell (SSH) server, for secure access from remote machines ii openssl 0.9.8o-4 Secure Socket Layer (SSL) binary and related cryptographic tools ii p7zip-full 9.04~dfsg.1-1 7z and 7za file archivers with high compression ratio ii passwd 1:4.1.4.2+svn3283-2 change and administer password and group data ii patch 2.6-2 Apply a diff file to an original ii pciutils 1:3.1.7-6 Linux PCI Utilities ii pcmciautils 015-1 PCMCIA utilities for Linux 2.6 ii perl 5.10.1-17 Larry Wall's Practical Extraction and Report Language ii perl-base 5.10.1-17 minimal Perl system ii perl-modules 5.10.1-17 Core Perl modules iU po-debconf 1.0.16+nmu1 tool for managing templates file translations with gettext ii policykit-1 0.96-4 framework for managing administrative policies and privileges ii policykit-1-gnome 0.96-3 GNOME authentication agent for PolicyKit-1 ii poppler-utils 0.12.4-1.2 PDF utilitites (based on libpoppler) ii portmap 6.0.0-2 RPC port mapper ii postgresql 8.4.5-0squeeze2 object-relational SQL database (supported version) ii postgresql-8.4 8.4.5-0squeeze2 object-relational SQL database, version 8.4 server ii postgresql-client-8.4 8.4.5-0squeeze2 front-end programs for PostgreSQL 8.4 ii postgresql-client-common 113 manager for multiple PostgreSQL client versions ii postgresql-common 113 PostgreSQL database-cluster manager ii ppp 2.4.5-4 Point-to-Point Protocol (PPP) - daemon ii procmail 3.22-19 Versatile e-mail processor ii procps 1:3.2.8-9 /proc file system utilities ii psmisc 22.11-1 utilities that use the proc file system ii python 2.6.6-3+squeeze5 interactive high-level object-oriented language (default version) ii python-apt 0.7.100.1 Python interface to libapt-pkg ii python-apt-common 0.7.100.1 Python interface to libapt-pkg (locales) ii python-cairo 1.8.8-1+b1 Python bindings for the Cairo vector graphics library ii python-central 0.6.16+nmu1 register and build utility for Python packages ii python-gconf 2.28.1-1 Python bindings for the GConf configuration database system ii python-gmenu 2.30.3-1 an implementation of the freedesktop menu specification for GNOME ii python-gnome2 2.28.1-1 Python bindings for the GNOME desktop environment ii python-gobject 2.21.4+is.2.21.3-1 Python bindings for the GObject library ii python-gtk2 2.17.0-4 Python bindings for the GTK+ widget set ii python-gtksourceview2 2.10.1-1 Python bindings for the GtkSourceView widget ii python-libxml2 2.7.8.dfsg-2 Python bindings for the GNOME XML library ii python-minimal 2.6.6-3+squeeze5 minimal subset of the Python language (default version) ii python-numpy 1:1.4.1-5 Numerical Python adds a fast array facility to the Python language ii python-pyorbit 2.24.0-6 A Python language binding for the ORBit2 CORBA implementation ii python-reportbug 4.12.6 Python modules for interacting with bug tracking systems ii python-support 1.0.10 automated rebuilding support for Python modules ii python2.6 2.6.6-8+b1 An interactive high-level object-oriented language (version 2.6) ii python2.6-minimal 2.6.6-8+b1 A minimal subset of the Python language (version 2.6) ii readline-common 6.1-3 GNU readline and history libraries, common files ii reportbug 4.12.6 reports bugs in the Debian distribution ii rsyslog 4.6.4-2 enhanced multi-threaded syslogd ii samba 2:3.5.6~dfsg-3 SMB/CIFS file, print, and login server for Unix ii samba-common 2:3.5.6~dfsg-3 common files used by both the Samba server and client ii sed 4.2.1-7 The GNU sed stream editor ii sensible-utils 0.0.4 Utilities for sensible alternative selection ii sgml-base 1.26+nmu1 SGML infrastructure and SGML catalog file support ii sgml-data 2.0.4 common SGML and XML data ii shared-mime-info 0.71-4 FreeDesktop.org shared MIME database and spec ii ssl-cert 1.0.28 simple debconf wrapper for OpenSSL ii synaptic 0.70 Graphical package manager ii system-tools-backends 2.10.1-2 System Tools to manage computer configuration -- scripts ii sysv-rc 2.88dsf-13.1 System-V-like runlevel change mechanism ii sysvinit 2.88dsf-13.1 System-V-like init utilities ii sysvinit-utils 2.88dsf-13.1 System-V-like utilities ii tar 1.23-3 GNU version of the tar archiving utility ii tasksel 2.88 Tool for selecting tasks for installation on Debian systems ii tasksel-data 2.88 Official tasks used for installation of Debian systems ii tcpd 7.6.q-19 Wietse Venema's TCP wrapper utilities ii telnet 0.17-36 The telnet client ii texinfo 4.13a.dfsg.1-6 Documentation system for on-line information and printed output ii time 1.7-23.1 The GNU time program for measuring cpu resource usage ii totem 2.30.2-6 A simple media player for the GNOME desktop based on GStreamer ii totem-common 2.30.2-6 Data files for the Totem media player ii traceroute 1:2.0.15-1 Traces the route taken by packets over an IPv4/IPv6 network ii ttf-dejavu 2.31-1 Metapackage to pull in ttf-dejavu-core and ttf-dejavu-extra ii ttf-dejavu-core 2.31-1 Vera font family derivate with additional characters ii ttf-dejavu-extra 2.31-1 Vera font family derivate with additional characters ii ttf-freefont 20090104-7 Freefont Serif, Sans and Mono Truetype fonts ii twm 1:1.0.4-2 Tab window manager ii tzdata 2010o-1 time zone and daylight-saving time data ii ucf 3.0025+nmu1 Update Configuration File: preserve user changes to config files. ii udev 164-3 /dev/ and hotplug management daemon ii udisks 1.0.1+git20100614-3 abstraction for enumerating block devices ii update-inetd 4.38+nmu1 inetd configuration file updater ii upower 0.9.5-5 abstraction for power management ii usbmuxd 1.0.4-1 USB multiplexor daemon for iPhone and iPod Touch devices ii usbutils 0.87-5 Linux USB utilities ii util-linux 2.17.2-9 Miscellaneous system utilities ii vim-common 2:7.2.445+hg~cb94c42c0e1a-1 Vi IMproved - Common files ii vim-tiny 2:7.2.445+hg~cb94c42c0e1a-1 Vi IMproved - enhanced vi editor - compact version ii w3m 0.5.2-9 WWW browsable pager with excellent tables/frames support ii wamerican 6-3 American English dictionary words for /usr/share/dict ii wget 1.12-2.1 retrieves files from the web ii whiptail 0.52.11-1 Displays user-friendly dialog boxes from shell scripts ii whois 5.0.10 an intelligent whois client ii wireless-tools 30~pre9-5 Tools for manipulating Linux Wireless Extensions ii wpasupplicant 0.6.10-2.1 client support for WPA and WPA2 (IEEE 802.11i) ii x11-apps 7.5+5 X applications ii x11-common 1:7.5+8 X Window System (X.Org) infrastructure ii x11-session-utils 7.5+1 X session utilities ii x11-utils 7.5+4 X11 utilities ii x11-xfs-utils 7.4+1 X font server utilities ii x11-xkb-utils 7.5+5 X11 XKB utilities ii x11-xserver-utils 7.5+2 X server utilities ii xauth 1:1.0.4-1 X authentication utility ii xfonts-100dpi 1:1.0.1 100 dpi fonts for X ii xfonts-75dpi 1:1.0.1 75 dpi fonts for X ii xfonts-base 1:1.0.1 standard fonts for X ii xfonts-encodings 1:1.0.3-1 Encodings for X.Org fonts ii xfonts-scalable 1:1.0.1-1 scalable fonts for X ii xfonts-utils 1:7.5+2 X Window System font utility programs ii xinit 1.2.0-2 X server initialisation tool ii xkb-data 1.8-2 X Keyboard Extension (XKB) configuration data ii xml-core 0.13 XML infrastructure and XML catalog file support ii xorg 1:7.5+8 X.Org X Window System ii xorg-docs-core 1:1.5-1 Core documentation for the X.org X Window System ii xserver-common 2:1.7.7-11 common files used by various X servers ii xserver-xorg 1:7.5+8 the X.Org X server ii xserver-xorg-core 2:1.7.7-11 Xorg X server - core server ii xserver-xorg-input-all 1:7.5+8 the X.Org X server -- input driver metapackage ii xserver-xorg-input-evdev 1:2.3.2-6 X.Org X server -- evdev input driver ii xserver-xorg-input-synaptics 1.2.2-2 Synaptics TouchPad driver for X.Org server ii xserver-xorg-input-wacom 0.10.5+20100416-1 X.Org X server -- Wacom input driver ii xserver-xorg-video-all 1:7.5+8 the X.Org X server -- output driver metapackage ii xserver-xorg-video-apm 1:1.2.2-2 X.Org X server -- APM display driver ii xserver-xorg-video-ark 1:0.7.2-2 X.Org X server -- ark display driver ii xserver-xorg-video-ati 1:6.13.1-2+squeeze1 X.Org X server -- AMD/ATI display driver wrapper ii xserver-xorg-video-chips 1:1.2.3-1 X.Org X server -- Chips display driver ii xserver-xorg-video-cirrus 1:1.3.2-2+squeeze1 X.Org X server -- Cirrus display driver ii xserver-xorg-video-fbdev 1:0.4.2-2 X.Org X server -- fbdev display driver ii xserver-xorg-video-i128 1:1.3.3-2 X.Org X server -- i128 display driver ii xserver-xorg-video-intel 2:2.13.0-5 X.Org X server -- Intel i8xx, i9xx display driver ii xserver-xorg-video-mach64 6.8.2-3 X.Org X server -- ATI Mach64 display driver ii xserver-xorg-video-mga 1:1.4.11.dfsg-4+squeeze1 X.Org X server -- MGA display driver ii xserver-xorg-video-neomagic 1:1.2.4-3 X.Org X server -- Neomagic display driver ii xserver-xorg-video-nouveau 1:0.0.15+git20100329+7858345-5 X.Org X server -- Nouveau display driver (experimental) ii xserver-xorg-video-nv 1:2.1.17-3 X.Org X server -- NV display driver ii xserver-xorg-video-openchrome 1:0.2.904+svn842-2 X.Org X server -- VIA display driver ii xserver-xorg-video-r128 6.8.1-3 X.Org X server -- ATI r128 display driver ii xserver-xorg-video-radeon 1:6.13.1-2+squeeze1 X.Org X server -- AMD/ATI Radeon display driver ii xserver-xorg-video-rendition 1:4.2.3-3 X.Org X server -- Rendition display driver ii xserver-xorg-video-s3 1:0.6.3-2 X.Org X server -- legacy S3 display driver ii xserver-xorg-video-s3virge 1:1.10.4-2 X.Org X server -- S3 ViRGE display driver ii xserver-xorg-video-savage 1:2.3.1-2 X.Org X server -- Savage display driver ii xserver-xorg-video-siliconmotion 1:1.7.3-2 X.Org X server -- SiliconMotion display driver ii xserver-xorg-video-sis 1:0.10.3-1 X.Org X server -- SiS display driver ii xserver-xorg-video-sisusb 1:0.9.3-2 X.Org X server -- SiS USB display driver ii xserver-xorg-video-tdfx 1:1.4.3-2 X.Org X server -- tdfx display driver ii xserver-xorg-video-trident 1:1.3.3-2 X.Org X server -- Trident display driver ii xserver-xorg-video-tseng 1:1.2.3-2 X.Org X server -- Tseng display driver ii xserver-xorg-video-vesa 1:2.3.0-3 X.Org X server -- VESA display driver ii xserver-xorg-video-vmware 1:11.0.1-2 X.Org X server -- VMware display driver ii xserver-xorg-video-voodoo 1:1.2.3-2 X.Org X server -- Voodoo display driver ii xsltproc 1.1.26-6 XSLT 1.0 command line processor ii xulrunner-1.9.1 1.9.1.16-4 XUL + XPCOM application runner ii xz-utils 5.0.0-2 XZ-format compression utilities ii yelp 2.30.1+webkit-1 Help browser for GNOME ii zenity 2.30.0-1 Display graphical dialog boxes from shell scripts ii zlib1g 1:1.2.3.4.dfsg-3 compression library - runtime Lien vers le commentaire Partager sur d’autres sites More sharing options...
Conan28 Posté(e) le 14 août 2011 Auteur Partager Posté(e) le 14 août 2011 J'ai oublié de le dire mais, je tenais à signaler que mon sujet est résolu et surtout COMMENT. Grâce au .tar.bz2 pris chez Realtek mais surtout l'installation de linux_headers (et de build_essentials, aussi). Après installation de linux_headers, tapez dans un terminal « cd /lib/modules/`uname -r` » ( ` = Altgr+7 sur les claviers français) (sans les guillemets) puis entrée, puis faites « ln -s /usr/src/linux_header » puis saisissez TAB, puis tapez « build » et appuyez entrée. Ensuite, il faut aller, grâce à cd, dans le dossier où vous avez extrait le tar.gz de realtek, puis après faites « make », puis entrée, puis « su » (su est un acronyme pour Super User), appuyez sur entrée, ensuite il vous réclamera votre mot de passe root, de ce fait tapez le et appuyez sur entrée, puis « make install », puis entrée, puis tapez « reboot » et appuyez sur entrée . Si par contre vous avez le même bug que moi avec GNOME qui ne démarre pas, autrement dit si 4/5 vous n'apercevez qu'un écran noir avec votre souris dedans à la place de l'écran de connexion, tentez d'abord d'appuyer sur Ctrl, Alt et F2 simultanément, puis relâchez, si vous ne voyez pas apparaître quelque chose du genre « Debian (...) tty2 », redémarrez et refaites la commande après que vous passiez de l'écran où il y a « Starting (...) » avec un autre écran noir. Ensuite, tapez root, puis appuyez sur entrée, saisissez votre mot de passe puis appuyez sur entrée. Il est plus facile de rater la saisie de votre mot de passe ici, de ce fait vous pouvez être amené à retaper « root » et votre mot de passe plusieurs fois. Ensuite, faites « cat /etc/hostname », appuyez sur entrée, retenez ce qu'il vient de s'afficher, du genre « tux », ou « mycomputer », puis tapez nano /etc/hostname, appuyez sur entrée, naviguez dans le fichier avec les touches fléchées, puis positionnez vous à la fin de la ligne qui commence par « 127.0.0.1 localhost », appuyez sur espace puis tapez ce que vous avez retenu, faites de même pour « ::1 localhost », puis appuyez simultanément sur Ctrl et O, puis appuyez sur entrée, appuyez simulanéments sur Ctrl et X, tapez « reboot », puis appuyez sur entrée. Normalement maintenant vous êtes débarrassé du problème. Pour ma part, tout va bien, maintenant je suis sous Gentoo et ma Debian marche sans compiler de noyau. Enfin, pour ceux que ça intéresse, j'ai résolu le problème concernant ma carte réseau depuis le 28 avril et vers début mai j'ai découvert le truc du host. Ah et au fait, faire quelque fois « modprobe --remove r8192se_pci » puis « modprobe r8192se_pci » dans un terminal peut aider à résoudre les problèmes de connectivités quand NetworkManager annonce en dix minutes plusieurs déconnexions puis reconnexions ou que d'un coup, il annonce « câble réseau débranché » et qu'aucune reconnexion s'en suit. EDIT : Rajout du « Enfin, pour ceux (...) » Lien vers le commentaire Partager sur d’autres sites More sharing options...
Messages recommandés
Archivé
Ce sujet est désormais archivé et ne peut plus recevoir de nouvelles réponses.