› Foros › PC › Software libre
Device node permission troubleshooting
Get the printer's device file and its permissions with:
$ lsusb
...
Bus 003 Device 002: ID 04b8:0841 Seiko Epson Corp.
$ ls -l /dev/bus/usb/003/002
crw-rw---- 1 root lp 189, 257 20. Okt 10:32 /dev/bus/usb/003/002
If the permissions are not already root:lp 660, enforce it by creating a custom udev rule, e.g
cat /etc/udev/rules.d/10-usbprinter.rules
ATTR{idVendor}=="04b8", ATTR{idProduct}=="0841", MODE:="0660", GROUP:="lp"
If you have a multifunction device (printer+scanner) you need to make the device detectable to sane too
cat /etc/udev/rules.d/10-usbprinter.rules
ATTR{idVendor}=="04b8", ATTR{idProduct}=="0841", MODE:="0660", GROUP:="lp", ENV{libsane_matched}:="yes"
Note that idVendor and idProduct are from the lsusb listing above.
Note - some printers will need permissions to be 666
kpik0 escribió:Estoy tratando de instalar Arch, todo perfecto hasta que llego al último paso, que es instalar el gestor de arranque (GRUB), y, cuando voy a instalarlo me muestra lo de dev/sda y cuando presiono OK, me dice que ha fallado y que mire en la terminal tty7 (que, irremediablemente, de la cual no puedo sacar nada en claro) y haga lo que haga me da error. Tengo GUID/GPT de sistema de particiones.
PD: Siento preguntar esto si es una obviedad, pero acabo de pasar de Linux Mint... y hay cosas que no me aclaro
jorchube escribió:kpik0 escribió:Estoy tratando de instalar Arch, todo perfecto hasta que llego al último paso, que es instalar el gestor de arranque (GRUB), y, cuando voy a instalarlo me muestra lo de dev/sda y cuando presiono OK, me dice que ha fallado y que mire en la terminal tty7 (que, irremediablemente, de la cual no puedo sacar nada en claro) y haga lo que haga me da error. Tengo GUID/GPT de sistema de particiones.
PD: Siento preguntar esto si es una obviedad, pero acabo de pasar de Linux Mint... y hay cosas que no me aclaro
Creo que GRUB no es compatible con GPT, GRUB 2 si.
dark_hunter escribió:nu_kru escribió:dark_hunter escribió:Buenas, tengo un problema con kaffeine y con flash, no reproducen sonido. Sin embargo con smplayer y xbmc no tengo problemas, reproducen sonido perfectamente.
Buscando por google modifiqué la configuración de xine para que utilizara alsa pero tampoco me ha funcionado.
¿Alguien sabe por qué puede ser?
https://wiki.archlinux.org/index.php/Fl ... d_in_Flash
xine? usas kde, no? kaffeine me imagino que hará uso de phonon, y el backend de xine está descontinuado, prueba a usar vlc, o gstreamer
Mi caso es precisamente el del link que pones:If you have multiple sound devices (a very common example is having a sound card and HDMI output in video card), then your preferred device may have a different number. For example:
Tengo una tarjeta de sonido y una salida HDMI en la tarjeta gráfica (ambas son integradas).
Sin embargo al escribir aplay -l me salen todos como card 0, (lo único que cambia es el dispositivo, device 0 analog, device 1 digital y device 3 HDMI).
EDIT: no he dicho nada, si aparte de añadir card 0 escribes device y el número del dispositivo funciona perfectamente. Ya tengo sonido en kaffeine y flash.
PD: sí, utilizo KDE.
EDIT2: ya que estoy aprovecho para preguntar si hay alguna manera de hacer streaming con samba en vez de que copie los archivos a una carpeta temporal y una vez copiados se ponga a reproducir.
Muchas gracias.
looking for inter-conflicts...
:: binutils and binutils-multilib are in conflict. Remove binutils-multilib?
[y/N] :: gcc-libs and gcc-libs-multilib are in conflict. Remove gcc-libs-multilib?
[y/N] :: gcc and gcc-multilib are in conflict. Remove gcc-multilib?
[y/N] error: failed to prepare transaction (could not satisfy dependencies)
:: gcc-ada: requires gcc=4.6.2-1
:: gcc-fortran: requires gcc=4.6.2-1
:: gcc-go: requires gcc=4.6.2-1
:: gcc-objc: requires gcc=4.6.2-1
:: libtool-multilib: requires gcc-multilib=4.6.2
:: Starting full system upgrade...
resolving dependencies...
warning: dependency cycle detected:
warning: lib32-gcc-libs will be installed before its gcc-libs-multilib dependency
looking for inter-conflicts...
warning: removing 'gcc-libs' from target list because it conflicts with 'gcc-libs-multilib'
warning: removing 'gcc' from target list because it conflicts with 'gcc-multilib'
error: failed to prepare transaction (could not satisfy dependencies)
:: gcc-ada: requires gcc=4.6.2-3
:: gcc-fortran: requires gcc=4.6.2-3
:: gcc-go: requires gcc=4.6.2-3
:: gcc-objc: requires gcc=4.6.2-3
coyote escribió:https://bbs.archlinux.org/viewtopic.php?id=131608
1 aur/wine-stable 1.2.3-1 (24)
A compatibility layer for running Windows programs
==> Enter n° of packages to be installed (ex: 1 2 3 or 1-3)
==> -------------------------------------------------------
==> 1
==> Downloading wine-stable PKGBUILD from AUR...
x PKGBUILD
Comment by: Det on Sat, 16 Oct 2010 15:45:06 +0000
Isn't a patch required for the pulse audio support? Additionally all that bison, flex, e.g. stuff is not needed to be defined in the PKGBUILD. It's included in (the) base-devel (group) that's already assumed to be installed since it's kinda essential for every single package that build stuff from source.
Also I dunno if the optional dependencies have changed from wine 1.2 to 1.3 but if they haven't you could sync you optdeps list with [community] or [multilib]'s wine.
Comment by: Det on Fri, 08 Apr 2011 18:59:06 +0000
Please update or disown.
Comment by: Thedemon007 on Thu, 05 May 2011 22:30:35 +0000
Please update to 1.3.19-2
Comment by: Det on Fri, 06 May 2011 17:55:30 +0000
Thedemon007, that's the version my Suse package 'bin32-wine-suse' used (it's now at 1.3.19-3). 1) It does not follow the stable releases - this one does, 2) the X-1.2, X-1.3, etc. minor releases are for openSUSE only.
Comment by: tea on Wed, 03 Aug 2011 13:58:16 +0000
Build broken on x86_64... freetype2 dev files can't be found.
Comment by: tea on Wed, 03 Aug 2011 14:30:42 +0000
Build on x86_64 can be fixed by installing lib32-bzip2 from the AUR. I recommend adding that as a makedepend.
First Submitted: Mon, 15 Mar 2010 18:44:31 +0000
wine-stable 1.2.3-1
( Unsupported package: Potentially dangerous ! )
==> Edit PKGBUILD ? [Y/n] ("A" to abort)
==> ------------------------------------
==> n
==> wine-stable dependencies:
- fontconfig (already installed)
- mesa (already installed)
- libxcursor (already installed)
- libxrandr (already installed)
- libxdamage (already installed)
- libxxf86dga (already installed)
- alsa-lib (already installed)
- autoconf (already installed)
- ncurses (already installed)
- bison (already installed)
- perl (already installed)
- fontforge (already installed)
- flex (already installed)
- prelink (already installed)
- libgphoto2 (already installed)
- giflib (already installed)
- libxpm (already installed)
- libpng (already installed)
- libxinerama (already installed)
- libxcomposite (already installed)
- libxmu (already installed)
- libxxf86vm (already installed)
- libxml2 (already installed)
- libxslt (already installed)
- libldap (already installed)
- lcms (already installed)
- mpg123 (already installed)
- openal (already installed)
- esound (already installed)
- jack (already installed)
- cups (already installed)
- sane (already installed)
- samba (already installed)
==> Continue building wine-stable ? [Y/n]
==> -------------------------------------
==>
==> Building and installing package
==> Creando el paquete: wine-stable 1.2.3-1 (jue dic 8 21:27:37 CET 2011)
==> Resolviendo dependencias...
==> Verificando conflictos...
==> Obteniendo fuentes...
-> Descargando wine-1.2.3.tar.bz2...
--2011-12-08 21:27:37-- http://ibiblio.org/pub/linux/system/emulators/wine/wine-1.2.3.tar.bz2
Resolviendo ibiblio.org... 152.19.134.40
Conectando con ibiblio.org[152.19.134.40]:80... conectado.
Petición HTTP enviada, esperando respuesta... 200 OK
Longitud: 17651336 (17M) [application/x-bzip2]
Grabando a: “wine-1.2.3.tar.bz2.part”
100%[===========================================================>] 17.651.336 107K/s en 2m 21s
2011-12-08 21:29:59 (122 KB/s) - “wine-1.2.3.tar.bz2.part” guardado [17651336/17651336]
==> Validando el archivo fuente con md5sums...
wine-1.2.3.tar.bz2 ... Aprobado
==> Descomprimiendo fuentes...
-> Extrayendo wine-1.2.3.tar.bz2 con bsdtar
==> Iniciando build()...
-> Building Wine...
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for cpp... cpp
checking whether gcc -m32 works... no
configure: error: Cannot build a 32-bit program, you need to install 32-bit development libraries.
==> ERROR: Se produjo un error en build().
Cancelando...
==> ERROR: Makepkg was unable to build wine-stable.
==> Restart building wine-stable ? [y/N]
==> ------------------------------------
==>
configure: error: Cannot build a 32-bit program, you need to install 32-bit development libraries.
kpik0 escribió:En la lista por defecto te viene con network,es ese no?
De todas formas,estoy reinstalando con el paquete networkmanager, y si no probaren con wicd
nu_kru escribió:kpik0 escribió:En la lista por defecto te viene con network,es ese no?
De todas formas,estoy reinstalando con el paquete networkmanager, y si no probaren con wicd
no, network no es networkmanager, y reinstalando no vas a hacer nada.
Sustituye network por networkmanager
https://wiki.archlinux.org/index.php/Ne ... it_daemons
community/virtualbox-archlinux-additions 4.1.6-4
Additions only for Arch Linux guests (userspace tools)
community/virtualbox-archlinux-modules 4.1.6-2
Additions only for Arch Linux guests (kernel modules)
[rigle@FIRERED ~]$ sudo dwarffortress
Contraseña:
Sound devices available:
ALSA Default
No Output
Picking ALSA Default. If your desired device was missing, make sure you have the appropriate 32-bit libraries installed. If you wanted a different device, configure ~/.openalrc appropriately.
ALSA lib dlmisc.c:236:(snd1_dlobj_cache_get) Cannot open shared library /usr/lib32/alsa-lib/libasound_module_pcm_pulse.so
AL lib: alsa.c:512: Could not open playback device 'default': No existe el dispositivo o la dirección
Initializing OpenAL failed, no sound will be played
el_menda78 escribió:no es d.lck es db.lck, lo puedes borrar sin problemas.
The Loko escribió:el_menda78 escribió:no es d.lck es db.lck, lo puedes borrar sin problemas.
Error escribiendo, pero en el el ordenador lo puse bien, creo...
dark_hunter escribió:The Loko escribió:el_menda78 escribió:no es d.lck es db.lck, lo puedes borrar sin problemas.
Error escribiendo, pero en el el ordenador lo puse bien, creo...
Para asegurarte que lo escribes bien utiliza la función de autocompletar (con el tabulador).
Saludos
dark_hunter escribió:Buenas, tengo un HTPC con archlinux conectado a la tele por HDMI, el problema es que cada 10-20 segundos se escucha como un chasquido con prácticamente todos los videos en baja definición (incluyendo youtube).
Con los videos en HD nunca pasa, ¿alguien sabe que puede ser?
analca3 escribió:...
coyote escribió:analca3 escribió:...
Cierra la sesión o abre una tty y para el entorno gráfico (/etc/rc.d/kdm stop)
mv ~/.kde4 ~/.kde-bak (~/ es tu home)
Inicia de nuevo la sesión y prueba.
ReKoN escribió:A mí siempre me ha ido con AltGr+4
ReKoN escribió:Y lo otro es que bueno, algún consejo para optimizar la duración de la batería? Tengo un Asus 1215B y con Windows me dura unas 6/7 horas, en cambio con Arch es la mitad. No es gran problema porque suelo tenerlo conectado a la corriente con la batería quitada, pero me gustaría alargar la duración en Arch si es posible.
Tengo Arch con KDE por si sirve de algo.
dark_hunter escribió:dark_hunter escribió:Buenas, tengo un HTPC con archlinux conectado a la tele por HDMI, el problema es que cada 10-20 segundos se escucha como un chasquido con prácticamente todos los videos en baja definición (incluyendo youtube).
Con los videos en HD nunca pasa, ¿alguien sabe que puede ser?
Ilustro con un video (los videos de juego de tronos son los únicos en HD en los que se oye el zumbido).
http://youtu.be/CjA-7nSFMYE