Respecta els auriculars usb segurament et cal seleccionar-los. Si fas servir KDE la opció es a menu-arranjament del systema-administació del ordinador-multimedia a on et surten una llista dels audios amb el ordre de preferecies. Si fas servir GNOME suposo quhi deu haver quelcom semblant
Pere Nubiola Radigales Telf: +34 656316974 e-mail: [email protected] [email protected] [email protected] El 24 de juliol de 2011 1:06, Arnau Bosch <[email protected]> ha escrit: > Hola, he instal·lat la testing i si el libreoffice ja ve instal·lat, ja sé > què és una altre tema però els auriculars usb tampoc em funcionen a la > versió wheezy, una altre cosa, he instal·lat el paquet > 'python-software-properties' per fer servir 'apt-add-repository' però > sembla que no funciona gaire bé, he probat amb un ppa a l'atzar i em surt > això: > > arnau@arnau-laptop:~$ sudo apt-add-repository ppa:gnome3-team/gnome3 > Traceback (most recent call last): > File "/usr/bin/apt-add-repository", line 65, in <module> > if not sp.add_source_from_line(line): > File > "/usr/lib/python2.6/dist-packages/softwareproperties/SoftwareProperties.py", > line 630, in add_source_from_line > (deb_line, file) = expand_ppa_line(line.strip(), self.distro.codename) > File "/usr/lib/python2.6/dist-packages/softwareproperties/ppa.py", line > 47, in expand_ppa_line > sourceslistd = apt_pkg.Config.find_dir("Dir::Etc::sourceparts") > AttributeError: 'module' object has no attribute 'Config' > > sembla que això és exclusiu per l'ubuntu no? > > El 24 de juliol de 2011 0:08, hubble <[email protected]> ha escrit: > > El Sat, 23 Jul 2011 23:09:00 +0200 >> hubble <[email protected]> va dir: >> >> > Reenvio que m'ho ha enviat a mi solament. >> > >> > Begin forwarded message: >> > >> > Date: Sat, 23 Jul 2011 21:14:51 +0200 >> > From: Arnau Bosch <[email protected]> >> > To: hubble <[email protected]> >> > Subject: Re: problemes amb debian >> > >> > >> > Ha funcionat, suposo que si m'instal·lo la versió testing tinc que fer >> el >> > mateix no? >> >> NO, a testing ja ve el libreoffice. >> >> >> >> >> > A veure si soluciono los del cascos >> > >> > >> > El 23 de juliol de 2011 21:00, hubble <[email protected]> ha >> escrit: >> > >> > > El Sat, 23 Jul 2011 20:36:23 +0200 >> > > Arnau Bosch <[email protected]> va dir: >> > > >> > > > Hola, >> > > > >> > > > M'he instal·lat la distribució debian per provar que tal funciona i >> m'he >> > > > trobat que no em funcionen un cascos usb, pero el sistema els >> reconeix, >> > > els >> > > > selecciono però segueix sonant l'altre targeta de so, us deixo unes >> > > imatges >> > > > perquè ho pugueu veure: >> > > > >> > > > http://img577.imageshack.us/img577/3893/captura2q.png >> > > > >> > > > http://img508.imageshack.us/img508/5500/captura1fr.png >> > > > >> > > > Amb ubuntu no tenia cap problema. >> > > > >> > > > Un altre problema que he tingut de passar de ubuntu a debian ha >> sigut que >> > > no >> > > > tenia el libreoffice, primer he borrat l'openoffice que tenia >> instal·lat >> > > amb >> > > > un apt-get remove --purge openoffice*.* llavors he intentat afegir >> el ppa >> > > > oficial amb add-apt-repository però he vist que no existeix. he >> trobat el >> > > > següent script a internet hi he pogut agregar-lo: >> > > > >> > > > #!/bin/bash >> > > > if [ $# -eq 1 ] >> > > > then >> > > > ppa_name=`echo "$1" | cut -d":" -f2 -s` >> > > > if [ -z "$ppa_name" ] >> > > > then >> > > > echo "PPA name not found" >> > > > echo "Utility to add PPA repositories in your debian machine" >> > > > echo "$0 ppa:user/ppa-name" >> > > > else >> > > > echo "$ppa_name" >> > > > echo "deb http://ppa.launchpad.net/$ppa_name/ubuntu natty main" >> >> >> > > > /etc/apt/sources.list >> > > > apt-get update >> /dev/null 2> /tmp/apt_add_key.txt >> > > > key=`cat /tmp/apt_add_key.txt | cut -d":" -f6 | cut -d" " -f3` >> > > > apt-key adv --keyserver keyserver.ubuntu.com --recv-keys $key >> > > > rm -rf /tmp/apt_add_key.txt >> > > > fi >> > > > else >> > > > echo "Utility to add PPA repositories in your debian machine" >> > > > echo "$0 ppa:user/ppa-name" >> > > > fi >> > > > >> > > > després faig un apt-get update, i al executar apt-get install >> libreoffice >> > > em >> > > > diu això: >> > > > >> > > > S'està llegint la llista de paquets... Fet >> > > > S'està construint l'arbre de dependències >> > > > S'està llegint la informació de l'estat... Fet >> > > > No s'han pogut instal·lar alguns paquets. Això pot ser degut a que >> vàreu >> > > > requerir una situació imposible o a que esteu emprant la distribució >> > > > unstable i alguns paquets requerits encara no han estat creats o bé >> > > > encara no els hi han afegit. >> > > > La informació següent pot ajudar-vos a resoldre la situació: >> > > > >> > > > Els següents paquets tenen dependències sense satisfer: >> > > > libreoffice : Depèn: libreoffice-core (= 1:3.3.2-2~bpo60+1) però no >> serà >> > > > instal·lat >> > > > Depèn: libreoffice-writer però no serà instal·lat >> > > > Depèn: libreoffice-calc però no serà instal·lat >> > > > Depèn: libreoffice-impress però no serà instal·lat >> > > > Depèn: libreoffice-draw però no serà instal·lat >> > > > Depèn: libreoffice-math però no serà instal·lat >> > > > Depèn: libreoffice-base però no serà instal·lat >> > > > Depèn: libreoffice-report-builder-bin però no serà >> > > instal·lat >> > > > Depèn: libreoffice-filter-mobiledev però no serà >> > > instal·lat >> > > > Depèn: libreoffice-java-common (>= 1:3.3.2~) però no >> serà >> > > > instal·lat >> > > > E: Paquets trencats >> > > > >> > > > Després he llegit a internet que als backports ja hi ha disponible >> > > > libreoffice, llavors he eliminat la línia a /etc/apt/sources.list, >> però >> > > > segueix sense funcionar, he probat amb un apt-get -f install, hi >> tampoc. >> > > > Posa que podria problema per utilitzar un versió unstable, però no >> és >> > > això >> > > > perquè faig servir la stable. >> > > > >> > > > Salutacions >> > > > >> > > Hola Arnau, >> > > >> > > Dels auticulars no se que dir-te, però del libreoffice si, jo et >> > > recomanaria que l'instal·lessis dels repositoris. >> > > >> > > Com que dius que no et surt a la llista de paquets suposo que tens una >> > > squeeze (debian stable) i la millor manera de poder tenir el >> libreoffcie a >> > > squeeze és afegir els backports[1] per la teva distribució. >> > > >> > > Hauries (essent rooot) d'obrir el fitxer situat a >> /etc/apt/sources.list i >> > > afegir la següent línia: >> > > >> > > deb http://backports.debian.org/debian-backports squeeze-backports >> main >> > > >> > > actualitzar els teus repositoris: >> > > # aptitude update >> > > >> > > i després per instal·lar-lo, donar la següent ordre si tens gnome: >> > > >> > > # aptitude install -t squeeze-backports libreoffice libreoffice-gtk >> > > libreoffice-l10n-ca >> > > >> > > Si fas servir kde: >> > > # aptitude install -t squeeze-backports libreoffice libreoffice-kde >> > > libreoffice-l10n-ca >> > > >> > > Aquí trovaràs informació sobre qué son els backports: >> > > http://backports-master.debian.org/ >> > > >> > > Apa, sort >> > > >> > > >> > > -- >> > > To UNSUBSCRIBE, email to [email protected] >> > > with a subject of "unsubscribe". Trouble? Contact >> > > [email protected] >> > > Archive: >> > > >> http://lists.debian.org/[email protected] >> > > >> > > >> > >> > >> > -- >> > To UNSUBSCRIBE, email to [email protected] >> > with a subject of "unsubscribe". Trouble? Contact >> [email protected] >> > Archive: >> http://lists.debian.org/[email protected] >> > >> >> >> -- >> To UNSUBSCRIBE, email to [email protected] >> with a subject of "unsubscribe". Trouble? Contact >> [email protected] >> Archive: >> http://lists.debian.org/[email protected] >> >> >

