| Author |
Message |
rarsa

Joined: 29 May 2005 Posts: 3053 Location: Kitchener, Ontario, Canada
|
Posted: Sat 10 Dec 2005, 00:19 Post subject:
|
|
Here it is: http://mxhaard.free.fr/download.html
The author actually updates the version every month.
|
|
Back to top
|
|
 |
Lobster
Official Crustacean

Joined: 04 May 2005 Posts: 15109 Location: Paradox Realm
|
Posted: Mon 12 Dec 2005, 12:10 Post subject:
|
|
I am trying this under 107a
* First I tried with the java 1.0.5 prepared by G2
Nope for some reason was unsuccessful
* So I tried with their own stable java (had this before with java progs - there own one is more stable as they say
* Signed up with Mic. . . Micr . . . "The Company that must not be named" "VoldeSoft" (I think it is)
* Got a basic Mercury working OK
* downloaded and unzipped the spca5xx.o
* Now seem to be stuck with this - time for some seaweed tea and maybe I will try again
| Quote: | # cp /root/spca5xx.o /lib/modules/`uname -r`/kernel/drivers/usb/spca5xx.o
cp: cannot create regular file `/lib/modules/2.4.29/kernel/drivers/usb/spca5xx.o ': No such file or directory
|
Mercury seems a very pleasant program and I have to agree with your pragmatic approach. Do we want video conferencing? Yep. Then we have to compromise. I must admit I did feel unclean after signing up with MS Passport control - think I will go and browse some porn sites to remove the taint . . .
Really looking forward to the Dotpup
_________________ Puppy WIKI
|
|
Back to top
|
|
 |
MU

Joined: 24 Aug 2005 Posts: 13642 Location: Karlsruhe, Germany
|
Posted: Mon 12 Dec 2005, 13:35 Post subject:
|
|
| Lobster wrote: | * Now seem to be stuck with this - time for some seaweed tea and maybe I will try again
| Quote: | # cp /root/spca5xx.o /lib/modules/`uname -r`/kernel/drivers/usb/spca5xx.o
cp: cannot create regular file `/lib/modules/2.4.29/kernel/drivers/usb/spca5xx.o ': No such file or directory
|
|
Lobster, simply look at the filestructure of Puppy in Rox, then you will see this should work:
cp /root/spca5xx.o /lib/modules/2.4.29/usb/spca5xx.o
Mark
|
|
Back to top
|
|
 |
klhrevolutionist

Joined: 08 Jun 2005 Posts: 1124
|
Posted: Mon 12 Dec 2005, 20:03 Post subject:
riddle me this |
|
Ok. This is almost working!!
Alright I installed the mercury messenger without java as I already
have java installed and mercury works. Instead of installing
mercury to /root/ I installed to /opt/
So my question is where do I extract or put the files mentioned below?
Extract NativeLibs-linux.zip to /root/Mercury/jre/lib/i386
_________________ Heaven is on the way, until then let's get the truth out!
|
|
Back to top
|
|
 |
Lobster
Official Crustacean

Joined: 04 May 2005 Posts: 15109 Location: Paradox Realm
|
Posted: Mon 12 Dec 2005, 20:17 Post subject:
|
|
| MU wrote: |
cp /root/spca5xx.o /lib/modules/2.4.29/usb/spca5xx.o
Mark |
OK did that and got here
eh . . . am I nearly there? Have a logitech camera installed but not sure what else to do? More commands?
More testers needed!
_________________ Puppy WIKI
|
|
Back to top
|
|
 |
rarsa

Joined: 29 May 2005 Posts: 3053 Location: Kitchener, Ontario, Canada
|
Posted: Mon 12 Dec 2005, 21:40 Post subject:
Re: riddle me this |
|
| klhrevolutionist wrote: | So my question is where do I extract or put the files mentioned below?
Extract NativeLibs-linux.zip to /root/Mercury/jre/lib/i386 | Wherever your jre/lib/386 folder is. I cannot answer because it depends on where you installed Java.
|
|
Back to top
|
|
 |
rarsa

Joined: 29 May 2005 Posts: 3053 Location: Kitchener, Ontario, Canada
|
Posted: Mon 12 Dec 2005, 21:48 Post subject:
|
|
| Lobster wrote: | eh . . . am I nearly there? Have a logitech camera installed but not sure what else to do? More commands? | Follow the instructions in this post
http://www.murga.org/~puppy/viewtopic.php?p=12043#12043
Please notice that in that post it indicates to go and follow the instructions in the Mercury web site. The instructions there are fairly clear and I didn't find the need to repeat them.
|
|
Back to top
|
|
 |
klhrevolutionist

Joined: 08 Jun 2005 Posts: 1124
|
Posted: Tue 13 Dec 2005, 00:19 Post subject:
pupcam |
|
Click for larger image.
Well it is not the best quality. But with time.........
Thanks to rarsa and all the tester's and whomever else helped.
_________________ Heaven is on the way, until then let's get the truth out!
|
|
Back to top
|
|
 |
rarsa

Joined: 29 May 2005 Posts: 3053 Location: Kitchener, Ontario, Canada
|
Posted: Tue 13 Dec 2005, 01:28 Post subject:
|
|
Great! At least it's working for some else than me!
You just need to focus your camera.
|
|
Back to top
|
|
 |
RMW
Joined: 12 Sep 2005 Posts: 85
|
Posted: Wed 14 Dec 2005, 10:45 Post subject:
|
|
| Code: | # cp /mnt/mydata/spca5xx.o /lib/modules/2.4.29/usb/spca5xx.o
# depmode -ae
bash: depmode: command not found
# modprobe videodev
# modprobe spca5xx
modprobe: Can't locate module spca5xx
|
depmode: command not found ?
|
|
Back to top
|
|
 |
klhrevolutionist

Joined: 08 Jun 2005 Posts: 1124
|
Posted: Wed 14 Dec 2005, 14:56 Post subject:
issue |
|
Err, that is what screwed me once as well.
Rarsa must have had the same problem we all have sometimes.
We end up misspelling.
So here
# cp /mnt/mydata/spca5xx.o /lib/modules/2.4.29/usb/spca5xx.o
# depmod -ae
# modprobe videodev
# modprobe spca5xx
Now if you want this to load everytime you boot
add these lines to rc.local
depmod -ae
modprobe videodev
modprobe spca5xx
_________________ Heaven is on the way, until then let's get the truth out!
Last edited by klhrevolutionist on Wed 14 Dec 2005, 15:20; edited 1 time in total
|
|
Back to top
|
|
 |
RMW
Joined: 12 Sep 2005 Posts: 85
|
Posted: Wed 14 Dec 2005, 15:02 Post subject:
|
|
thanks, that helped. Now the JMF files, I'm getting the same problem with the NativeLinux...zip file not wanting to unzip.
| Code: | # unzip NativeLibs-linux.zip -d /root/my-applications/Mercury/jre/lib/i386
Archive: NativeLibs-linux.zip
End-of-central-directory signature not found. Either this file is not
a zipfile, or it constitutes one disk of a multi-part archive. In the
latter case the central directory and zipfile comment will be found on
the last disk(s) of this archive.
unzip: cannot find zipfile directory in one of NativeLibs-linux.zip or
NativeLibs-linux.zip.zip, and cannot find NativeLibs-linux.zip.ZIP, period. |
|
|
Back to top
|
|
 |
goncal
Joined: 09 Oct 2005 Posts: 71 Location: Girona, Spain
|
Posted: Wed 14 Dec 2005, 16:33 Post subject:
script |
|
hi klhr
I think you might have been referring to me and my very simple script, in which case here it goes -
[code]cp /root/spca5xx.o /lib/modules/`uname -r`/usb/spca5xx.o
depmod -ae
modprobe videodev
modprobe spca5xx[/code]
hope it helps
cheers G
|
|
Back to top
|
|
 |
RMW
Joined: 12 Sep 2005 Posts: 85
|
Posted: Wed 14 Dec 2005, 16:52 Post subject:
|
|
lol yes, depmod instead of depmode. I was copying and pasting commands.
|
|
Back to top
|
|
 |
rarsa

Joined: 29 May 2005 Posts: 3053 Location: Kitchener, Ontario, Canada
|
Posted: Wed 14 Dec 2005, 22:47 Post subject:
|
|
As far as I remember you had to download the NativeLinux-libs using bittorrent. (or ctorrent). When you do that, the file appears to be complete while it is still downloading. You may need to continue the download until it's complete.
|
|
Back to top
|
|
 |
|