Page 184 of 260
214X co exists with 431
Posted: Wed 07 Jul 2010, 17:37
by yorkiesnorkie
Hi,
Just to let you know I moved the 214X files to hda1. I modified the grub line:
Code: Select all
#Start of 214x
title = Puppy 214x (frugal) on hda1
rootnoverify (hd0,0)
kernel (hd0,0)/vmlinuz root=/dev/ram0 pmedia=idehd
initrd (hd0,0)/initrd.gz
#End of 214x
It still boots, no issues.
So, puppy 431 is in a folder, /mnt/hda1/puppy431, but the 214X files are all located in /mnt/hda1, i.e., there's no subfolder.
Grub is still in ext2.
Y.
Setup on Compaq 5000 good to go
Posted: Fri 09 Jul 2010, 13:02
by yorkiesnorkie
Hi,
Back to work, or fun

, I set up puppy 214X on our Compaq a while ago. When I came back this morning it wasn't booting properly, so I sorted it all out again, exactly like our laptop so to speak.
Basically, I've got an ext2 partition, and 214X is the only puppy in it. I used the grub line I mentioned above, with a minor variation of (hda0,4) That did the trick.
Wireless connected right off the go, which was great.
(I recall having problems with the laptop when I first tried a wireless connection using puppy 3, so I'll have to try and remember what I did back then to get it working. Later...)
Right now I've installed the devx pet and I'm going to have a run at compiling the latest clamav. We'll soon see how that goes.
So far I'm liking 214X a lot.
Until later,
Y.
link to extra pets
Posted: Fri 09 Jul 2010, 15:12
by nancy reagan
I suggest you put the link to your page with the extra pets (which I came across by incidence at something like "wisdom") on the 1st page of this topis.
adduser issue
Posted: Fri 09 Jul 2010, 15:34
by yorkiesnorkie
Hi,
I need some advice. I've been trying to compile clamav 0.96.1 but I've run into a snag. It keeps bugging me to adduser clamav and addgroup clamav. The problem is, when I run these commands in the terminal they seem to fail, bubkis. When the configure is running I get as far as:
Code: Select all
checking for clamav in /etc/passwd... no
The documentation informs me that I have to have these two set up. Of course as we know puppy runs as root (with which I have no issue) but I'd like to set up these as dummies so that it makes the script happy, any thoughts?
By the way this is my compile command:
Code: Select all
./configure CFLAGS="-mtune=i386 -Os -pipe -fomit-frame-pointer" CXXFLAGS="${CFLAGS}" --prefix=/usr --sysconfdir=/etc --localstatedir=/var --enable-shared --enable-strip --build=i386-pc-linux-gnu | tee /mnt/home/config_result.txt
The " | tee /mnt/home/config_result.txt" dumps out the content of rxvt to a file for easy reading. I also found this in the config.log:
Code: Select all
configure:15873: WARNING: ****** bzip2 libraries are affected by the CVE-2008-1372 bug
configure:15875: WARNING: ****** We strongly suggest you to update to bzip2 1.0.5.
configure:15877: WARNING: ****** Please do not report stability problems to the ClamAV developers!
Y.
IBM 380 Wireless connection achieved
Posted: Sat 10 Jul 2010, 10:22
by yorkiesnorkie
Hi,
I have wireless, but not with the r8180 driver and pcmcia card. I borrowed a DLink USB wireless adapter and am using ndiswrapper with it.
The pcmcia card is a generic one, IEEE802.11b WLAN Cardbus Card, using the rtl8180l drivers. It works fine in puppy 431 but will not connect during the wizard test phase.
Well, at least the usb Dlink works, but it uses my only usb port on the laptop.
Y.
Re: IBM 380 Wireless connection achieved
Posted: Sun 11 Jul 2010, 00:10
by ttuuxxx
yorkiesnorkie wrote:Hi,
I have wireless, but not with the r8180 driver and pcmcia card. I borrowed a DLink USB wireless adapter and am using ndiswrapper with it.
The pcmcia card is a generic one, IEEE802.11b WLAN Cardbus Card, using the rtl8180l drivers. It works fine in puppy 431 but will not connect during the wizard test phase.
Well, at least the usb Dlink works, but it uses my only usb port on the laptop.
Y.
Hi It took some time to find a version that would compile on puppy, but actually I found the altered sources on this forum itself. Should of look here first, anyways below is the driver that I just compiled, also This is where I found the sources
http://www.murga-linux.com/puppy/viewto ... 370b167ea9
ttuuxxx
Re: adduser issue
Posted: Sun 11 Jul 2010, 01:06
by ttuuxxx
yorkiesnorkie wrote:Hi,
I need some advice. I've been trying to compile clamav 0.96.1 but I've run into a snag. It keeps bugging me to adduser clamav and addgroup clamav. The problem is, when I run these commands in the terminal they seem to fail, bubkis. When the configure is running I get as far as:
Y.
first install the pet below to update bzip
then configure it with
./configure CFLAGS="-mtune=i386 -O2 -pipe -fomit-frame-pointer" CXXFLAGS="${CFLAGS}" --prefix=/usr --sysconfdir=/etc --localstatedir=/var --enable-shared --enable-strip --build=i386-pc-linux-gnu --with-user=root --with-group=root
then you have to edit the /etc/clamd.conf and then you should be good to go

ttuuxxx
Posted: Sun 11 Jul 2010, 08:28
by ttuuxxx
here's a Rox plugin that allows you to open and extract txz format files with Fileroller, Slackware packages uses this format.
ttuuxxx
Posted: Sun 11 Jul 2010, 08:41
by ttuuxxx
Here's a clamAV and avscan(gtk1 GUI for clamv) 30MB package
http://www.smokey01.com/ttuuxxx/2.14X/S ... 1-i386.pet
It does need some configuring to work. Well its a start.
ttuuxxx
Posted: Sun 11 Jul 2010, 09:48
by ttuuxxx
Here's a fax program with the gtkgui, probably would need a dialup modem with fax to use it, just guessing, I don't have dialup so really no way to try it, could be useful for some people.
Posted: Sun 11 Jul 2010, 10:16
by ttuuxxx
Here is nice gtk2 theme selector

ttuuxxx
Posted: Sun 11 Jul 2010, 14:21
by tempestuous
yorkiesnorkie wrote:I have wireless, but not with the r8180 driver and pcmcia card.
ttuuxxx wrote:below is the driver that I just compiled
rtl8180-sa2400-dev-fix.for2.6.17-i386.pet
ttuuxxx, I did some investigation regarding the RTL8180 driver you posted.
Indeed, the standard driver in 2.14X needs updating, but there are several issues I see with the version you posted:
- your dotpet package is near-identical to the driver already contained in 2.14X (since they were both compiled from the same source code contributed by kirk) but your version does include 1 extra module which Barry failed to include originally in the 2.6.18.1 kernel, namely: ieee80211_crypt_wep-r8180
... unfortunately this new module will never be recognised (and never loaded) because your dotpet package fails to register the presence of the new module. You should have included a post-install script to run the "depmod" command.
- the name you assigned to the dotpet driver package was taken from kirk's source code package, which is confusing and unintuitive, and fails to indicate the kernel version compatibility.
- this driver is far from stable, and sometimes requires some extra configuration steps to get it working, and this information is not available in your post.
- anyone looking for Realtek RTL8180 driver information in Puppy 2.14X (and 2.12-2.16) will be hard-pressed to find it in this post of 245 pages.
So I have just posted an RTL8180 driver update in this post:
"Extra drivers for Puppy 2 with 2.6.18.1 kernel"
http://www.murga-linux.com/puppy/viewto ... 551#433551
Posted: Sun 11 Jul 2010, 14:28
by ttuuxxx
Hi Guys, Last year I was playing around with Dpup and came across a Gnome game called Gweled, its basically a nice beJeweled game. Anyways I didn't bother compiling it because of all the Gnome libs, well tonight I figured why not, The game itself is like 142kb and the Libs directory was around 42MB, Then I removed the locals, docs, man pages and stripped the libs and bin files, now Its 13Mb or 3.3MB pet

anyways The game has sound which most don't and plays well.
you just need these 2 packages installed to play the game.
http://www.smokey01.com/ttuuxxx/2.14X/S ... 7-i386.pet
http://www.smokey01.com/ttuuxxx/2.14X/S ... 0-i386.pet
if you want the locals and doc files install this one, (not needed for the game, just the for the 12 gnome libs)
http://www.smokey01.com/ttuuxxx/2.14X/S ... s-docs.pet
If you want the dev files so you can compile with the 12 extra gnome packages,
http://www.smokey01.com/ttuuxxx/2.14X/S ... .0-dev.pet
But like I said you only need the first 2 packages to play the game.

ttuuxxx
Hello
Posted: Sun 11 Jul 2010, 15:13
by Minnesota
Just a not say, good to see you in the FOREGROUND again.
G
Re: Hello
Posted: Sun 11 Jul 2010, 15:34
by ttuuxxx
Minnesota wrote:Just a not say, good to see you in the FOREGROUND again.
G
Thanks Minnesota I just had some spare time today,

My Job is almost finished, They are talking about laying me off because the church is almost finished building it now, So I'll have more spare time in the very near future.
ttuuxxx
Posted: Sun 11 Jul 2010, 22:48
by James C
Gweled is a great little time- waster, thanks.

clamav-0.96.1-i386.pet
Posted: Mon 12 Jul 2010, 10:26
by yorkiesnorkie
Hi ttuuuxxx,
Try this and see if it works any better than the last one! I compiled it using your configure but I had to do it in puppy 431. See if it works anyway. Its still rather large.
http://www.murga-linux.com/puppy/viewto ... 731#433731
Y.
******
UPDATE
No it's not going to work in 214X, I just ran a test, see below, it thinks it needs a library. I need to recompile this under 214X. To do that I've got to figure out how to create a dummy user, clamav, ah, read your earlier post, will fix!
Code: Select all
sh-3.00# sh-3.00# freshclam
sh: sh-3.00#: command not found
sh-3.00# freshclam: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.5' not found (required by /usr/lib/libclamav.so.6)
> sh-3.00#
Posted: Mon 12 Jul 2010, 10:36
by ttuuxxx
Just bought a new Microwave oven tonight, Guess what I'm doing with my old one???????????????????
Making a spot welder

very simple, here's the how to
http://hackaday.com/2009/06/23/how-to-b ... ot-welder/
and other fun things
http://www.dansworkshop.com/projects/index.htm
ttuuxxx
Re: adduser issue
Posted: Mon 12 Jul 2010, 12:07
by yorkiesnorkie
ttuuxxx wrote:
first install the pet below to update bzip
then configure it with
./configure CFLAGS="-mtune=i386 -O2 -pipe -fomit-frame-pointer" CXXFLAGS="${CFLAGS}" --prefix=/usr --sysconfdir=/etc --localstatedir=/var --enable-shared --enable-strip --build=i386-pc-linux-gnu --with-user=root --with-group=root
then you have to edit the /etc/clamd.conf and then you should be good to go

ttuuxxx
Awesome, thanks, will do!
Y.
Re: IBM 380 Wireless connection achieved
Posted: Mon 12 Jul 2010, 12:10
by yorkiesnorkie
ttuuxxx wrote:yorkiesnorkie wrote:Hi,
I have wireless, but not with the r8180 driver and pcmcia card. I borrowed a DLink USB wireless adapter and am using ndiswrapper with it.
The pcmcia card is a generic one, IEEE802.11b WLAN Cardbus Card, using the rtl8180l drivers. It works fine in puppy 431 but will not connect during the wizard test phase.
Well, at least the usb Dlink works, but it uses my only usb port on the laptop.
Y.
Hi It took some time to find a version that would compile on puppy, but actually I found the altered sources on this forum itself. Should of look here first, anyways below is the driver that I just compiled, also This is where I found the sources
http://www.murga-linux.com/puppy/viewto ... 370b167ea9
ttuuxxx
Great, thanks. I'll take another look at that after I get clamav re-compiled.
Y.