Search found 164 matches

by Proudog
Fri 10 Oct 2014, 16:41
Forum: Usuarios de habla Hispana
Topic: Me enseñas a compilar?
Replies: 4
Views: 2939

Barry Kauler dice cómo compilar la mayoria de los programas base de puppy en sus blogs; para un ejemplo general es como a continuación: # ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --build=i486-pc-linux-gnu # make # new2dir make install Pero eso sólo funciona si tiene un buen s...
by Proudog
Fri 03 Oct 2014, 21:26
Forum: Users ( For the regulars )
Topic: Incorrect CPU temps in Precise (Solved)
Replies: 17
Views: 4703

In Google . k10temp This driver permits reading of the internal temperature sensor of AMD Family 10h/11h/12h/14h/15h/16h processors. All these processors have a sensor, but on those for Socket F or AM2+, the sensor may return inconsistent values (erratum 319). The driver will refuse to load on these...
by Proudog
Fri 03 Oct 2014, 20:54
Forum: Users ( For the regulars )
Topic: Incorrect CPU temps in Precise (Solved)
Replies: 17
Views: 4703

How would I do this in puppy? Is not easy for average user, you need first calculate who is the offset of error (Maybe you need a external thermometer) The commands: #sensors sensors is used to show the current readings of all sensor chips, and to set all limits as specified in the configuration fi...
by Proudog
Fri 03 Oct 2014, 18:51
Forum: Users ( For the regulars )
Topic: Incorrect CPU temps in Precise (Solved)
Replies: 17
Views: 4703

I also tried that one, it gave a temp reading between 10 and 13 degrees celsius. That would seem an incorrect value. This very common and not is a issue, the BIOS of your PC is calibrating to always see a aprox. temp; You need re-calibrating this for lm-sensors. More info in: https://wiki.archlinux...
by Proudog
Sun 28 Sep 2014, 16:12
Forum: Ethernet
Topic: Puppy uses my Dlink 100Mbps PCI Ethernet card!
Replies: 5
Views: 7541

I have a DLink PCI card 100Mb / 1Gb DGE 528T Rev B1 , H/W ver B1 , that I use as an extra ethernet option . I think this card need the acx driver and firmware and this probably not included in the version of your Puppy kernel. For more info: https://wiki.debian.org/acx Edited: Probably I'am wrong, ...
by Proudog
Sat 27 Sep 2014, 18:21
Forum: Users ( For the regulars )
Topic: Keyboard stops working in 4.3.1
Replies: 3
Views: 683

I just tried booting a 4.3.1 live CD and the keyboard works for a few seconds, then a message pops up that reads "lp: driver loaded but no devices found" and then it stops working. Any ideas? Its a PS/2 keyboard btw and it works in 4.1.2, 4.2.1, win 7, and browserlinux. If the keyboard le...
by Proudog
Sun 26 Jun 2011, 02:02
Forum: Puppy Derivatives
Topic: Webserverpuppy LAMP and XAMPP
Replies: 133
Views: 151148

Download site is down

Is not possible get a Iso image of LAMP or XAMPP webserverpuppy (the link is out of line)

Where I can download a copy?

Thanks.
by Proudog
Sat 27 Nov 2010, 18:54
Forum: Bugs ( Submit bugs )
Topic: Quirky 1.4 bug reports and feedback
Replies: 136
Views: 77968

feedback

The sound, ethernet, and wired internet connection was autodetected at first boot: Sound: Card: Intel ICH 82801BA-ICH2 Chip: Analog Devices AD1885 Module: snd_intel8x0 Ethernet: Card: Intel PRO100 Module: e100 Bugs :cry: Video report do not work correctly when a Video capture device is installed REP...
by Proudog
Sat 09 Oct 2010, 15:40
Forum: Bugs ( Submit bugs )
Topic: Quirky 1.3 feedback and bug reports
Replies: 54
Views: 33836

Bug in gtkdialog-yafsplash

I found this little bug when a try /usr/sbin/filemnt. When yaf-splash is invoked with the parameter option -font "xxx" it's reported a "false" output, and not is screening the message. Edited Line error be changed in gtkdialog-splash: #100917 if old yaf-splash installed, and '-fo...
by Proudog
Sun 06 Jun 2010, 23:39
Forum: Bugs ( Submit bugs )
Topic: Quirky 1.2 feedback
Replies: 195
Views: 100209

rcrsn51 wrote:[/code]
What video driver are you using?.
radeon, in Quirky this driver don't go good with 16 bit depth, and mode 1152x864 res. In 4.3.1 both are OK.
by Proudog
Sat 05 Jun 2010, 16:35
Forum: Bugs ( Submit bugs )
Topic: Quirky 1.2 feedback
Replies: 195
Views: 100209

Re: bug

rcrsn51 wrote: What processor does your machine have?
It's a old P4 1.7Ghz, 1core, i think this a general bug in this puppy edition.
by Proudog
Sat 05 Jun 2010, 15:14
Forum: Bugs ( Submit bugs )
Topic: Quirky 1.2 feedback
Replies: 195
Views: 100209

bug

When the dmesg command is loaded in my system, report this warning:

Code: Select all

traytemp [xxxx] segfault at X ip xxxx xx xxx error 4 in libc-2.10.1.so [xxxxx+xxxxx]
by Proudog
Sat 30 Jan 2010, 17:20
Forum: Usuarios de habla Hispana
Topic: Como hacer un programa sencillo para puppy linux
Replies: 104
Views: 79886

Re: Que dificil meter ecuaciones en gtkdialog...

welcome to gtkdialog3 scripting ... gtkdialog3 is not difficult, just need a little bit of time to learn and understand ... Here's something for you to ponder over a cup of coffee ... It's quite easy once you understand the structure ... Have fun ... #!/bin/bash MAIN_DIALOG=' <window title="Vo...
by Proudog
Fri 29 Jan 2010, 19:52
Forum: Usuarios de habla Hispana
Topic: Como hacer un programa sencillo para puppy linux
Replies: 104
Views: 79886

Re: Ley de Ohm versión 3

Para robustecer el programa... Mi aporte con la versión GNU gettext compatible: #!/bin/bash # # Ohm5.sh: Cálculo de Voltaje, Corriente y Resistencia (Ley de Ohm) # Versión gettext, Yurfader21 # Programa totalmente Libre # export TEXTDOMAIN="Ohm" Error_2=$(gettext "Error 02: Por favor...
by Proudog
Mon 25 Jan 2010, 20:50
Forum: Usuarios de habla Hispana
Topic: Como hacer un programa sencillo para puppy linux
Replies: 104
Views: 79886

Re: hola

Bueno aqui les pongo el codigo en C y me dicen si esta bien asi o tiene algunos errores, y como pasaria ese codigo C a codigo Bash para ejecutarlo en puppy? El código no está completo, porque sólo tiene "4 cases", lo demás son fracciones del código original, que al parecer están escritas ...
by Proudog
Sun 24 Jan 2010, 18:57
Forum: Usuarios de habla Hispana
Topic: Como hacer un programa sencillo para puppy linux
Replies: 104
Views: 79886

Re: Respuesta a tu programa....

Hola walter Leonado... el programa en C que has puesto en el post no funciona por que le falta la libreria "disp.h." La librería "disp.h" es para plataforma de DOS, por lo que el programa de 1999 no es para Unix, por lo que es necesario reescribir esta parte en el código: { disp...
by Proudog
Sat 23 Jan 2010, 04:29
Forum: Usuarios de habla Hispana
Topic: Ayuda Amigos para configuracion HP COLOR LASERJET CP1215
Replies: 2
Views: 2579

Re: Ayuda Amigos para configuracion HP COLOR LASERJET CP1215

ahora mi problema es que me han dado una impresora laser en mi trabajo, la cual es la mencionada en el titulo HP COLOR LASERJET CP1215 desde muy temprano me puse a buscar en el foro en ingles y español....pero no puedo imprimir la página de prueba..... Es mejor que publiques en la sección en inglés...
by Proudog
Sat 23 Jan 2010, 04:23
Forum: Usuarios de habla Hispana
Topic: Lingot 0.7.6 (afinador de instrumentos musicales)
Replies: 4
Views: 3706

Re: Lingot 0.7.6 (afinador de instrumentos musicales)

Alguien que tenga experiencia que me ayude a instalar este programa que me baje de la pagina oficial y nose como instalarlo, tiene un archivo que dice install, le doy click pero no pasa nada, nose si habra que compilarlo o que pero yo nose como se compila esto. Necesitas primero instalar el .sfs de...
by Proudog
Thu 21 Jan 2010, 14:02
Forum: Usuarios de habla Hispana
Topic: AYUDA POR FABOR NO PUEDO EJECUTAR OPEN OFFICE 3.2
Replies: 2
Views: 2480

Re: AYUDA POR FABOR NO PUEDO EJECUTAR OPEN OFFICE 3.2

es impresindible que use paquete de ofimatica y pues la verdad desde hace 2 dias estoy tratando de instalar open office y no logro correrlo adecuadamente, en ninguna de sus versiones, ya probe las versiones SFS de go-openoffice 3.0, 3.1, 3.11 y la ultima que probe en este momento estoy usando puppy...
by Proudog
Tue 19 Jan 2010, 15:04
Forum: Usuarios de habla Hispana
Topic: Error al compilar aplicaciones en Puppy
Replies: 4
Views: 2968

La version de Puppy que estoy usando es la 1.07 del 2005 y no viene en un cd como la 4.3 sino que se ejecuta desde windows. El archivo sfs no lo carge porque no sabia. Habra un archivo sfs para esta version de puppy? Si recuerdo esa versión está "abandonada" desde hace mucho, por lo que t...