Ubuntu Dapper Drake 6.06 est sortie, après quelques semaines de retard.
Premier constat, se reporter au guide de démarrage en anglais : http://ubuntuguide.org/wiki/Dapper
Le guide en français étant plutôt pour la version précédente, la Breezy.
Deuxième constat, très peu de dépôts sont activés dans le sources.list, il faut les activer dans synaptic. Mais après avoir activé ces dépôts supplémentaires, des logiciels comme avidemux ne sont toujours pas présents dans la liste.
En fait, les dépôts multiverse ne sont même pas listés dans le sources.list. Il faut les rajouter en manuel, sans oublier les dépôt du PLF
Voici mon sources.list à titre d’exemple :
# deb cdrom:[Kubuntu 6.06 _Dapper Drake_ - Release i386 (20060531)]/ dapper main restricted
deb cdrom:[Kubuntu 6.06 _Dapper Drake_ - Release i386 (20060531)]/ dapper main restricted
deb http://fr.archive.ubuntu.com/ubuntu/ dapper main restricted
deb-src http://fr.archive.ubuntu.com/ubuntu/ dapper main restricted
## Major bug fix updates produced after the final release of the
## distribution.
deb http://fr.archive.ubuntu.com/ubuntu/ dapper-updates main restricted
deb-src http://fr.archive.ubuntu.com/ubuntu/ dapper-updates main restricted
## Uncomment the following two lines to add software from the 'universe'
## repository.
## 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
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
## rajouté multiverse
deb http://fr.archive.ubuntu.com/ubuntu/ dapper universe multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ dapper universe
## Uncomment the following two lines to add software from the 'backports'
## repository.
## 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://fr.archive.ubuntu.com/ubuntu/ dapper-backports main restricted universe multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ dapper-backports main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu/ dapper-security main restricted
deb-src http://security.ubuntu.com/ubuntu/ dapper-security main restricted
## rajouté multiverse
deb http://security.ubuntu.com/ubuntu/ dapper-security universe multiverse
# deb-src http://security.ubuntu.com/ubuntu/ dapper-security universe
## PLF REPOSITORY
deb http://packages.freecontrib.org/ubuntu/plf dapper free non-free
deb-src http://packages.freecontrib.org/ubuntu/plf dapper free non-free
Troisième constat, l’imprimante Minolta1300 W (je suppose que le problème est identique avec la Magicolor 2300W) ne daigne à nouveau pas fonctionner (problème plus que récurrent sur Ubuntu puisque dans les deux précédentes versions il fallait compiler le driver). Mais cette fois, le problème est différent. Symptôme toujours identique, fichier d’impression dans la file d’attente, rien ne se passe.
La solution se trouve ici. Marche à suivre : installer l’imprimante comme habituellement, puis éditer le fichier /etc/cups/printers.conf puis remplacer la ligne
DeviceURI usb://KONICA/MINOLTA%20PP1300W
par :
DeviceURI file:///dev/usblp0
On n’oublie pas de redémarrer le serveurs cups (sous peine de s’arracher les cheveux ) :
sudo /etc/init.d/cupsys stop
sudo /etc/init.d/cupsys start
Prochaine étape : partager l’imprimante avec Samba…
|