Page 1 of 1

QneXt Instant Messenger

Posted: Sun 04 Sep 2005, 16:51
by klhrevolutionist
Qnext is a multi-platform instant messenger. It integrates just about everything one
could want or need out of an instant messenger.
Examples, Qnext does Qnext, AIM, Yahoo, MSN, ICQ, IRC, all encrypted!
Qnext does audio chat. Qnext does video conferencing.
Qnext does photo sharing. Qnext does file-transfer up to any size you can dream!
Qnext does file-sharing. Qnext does group text chat. Qnext does online gaming.
Qnext does remote pc access. Qnext does music streaming, listen to your buddies
music without downloading.
Qnext is pretty cool, it takes advantage of P2P.
And would be ideal for puppy foundation members and developer's sharing code
and improving apps.
It is bulky, it can be used on dial-up.
This will put an executable in my-roxapps
For more help on using go to
Website = www.qnext.com
Forum = http://forum.qnext.com/

This will install everything in /usr/local/qnext
To use it.
This will put an executable in /root/my-applications/bin/
named qnext

Posted: Sun 04 Sep 2005, 18:03
by Lobster
This is very nice. :)

It also requires java? I think so as it seems to use jar files. I did download it about a week ago decided it was a bit big and slow for Puppy - however as a way of doing voice conferencing - I think we should explore - it seems very similar (in functionality) to "Trillian"

OK I am on line for a while so if anyone wants to try out the Qnext audio conference - look for Lobster aka Ed Jason . . .
I may not be intelligible (nothing new there) as I have been fasting all day for no good reason . . .

Now I will try and sort out the IRC component - we have the settings on the wiki
here
http://www.goosee.com/puppy/wikka/PuppyLinuxIRC

Wait a minute . . . does it do IRC? - does ICQ . . .
yep it has IRC - but could not connect to #puppylinux :(

Will try again later

Posted: Mon 31 Oct 2005, 18:39
by RMW
I've tried installing this a couple of times and it never works. No directory /usr/local/qnext/ is created, and the binary doesn't do anything when clicked on. Broken dotpup maybe?

It's a shame, cause the GAIM 1.02 packaged with Puppy is vastly out of date (1.5 is current, and 2.0 is expected very soon), so I was hoping Qnext might fill in some of the missing functions.

hey

Posted: Mon 31 Oct 2005, 19:23
by klhrevolutionist
If you are using a live-cd chances are this might not work, as it
weighs about 100mb. So that maybe your problem ?
Give more detail, as I tested the dotpup and it works fine.
If you go into root/my-applications/bin/

there is an executable named qnext press that & whalla qnext works.
This requires java !!!
If you want drag the executable qnext to the desktop

Posted: Tue 01 Nov 2005, 13:50
by RMW
No, I installed Java first :)

I've tried it on both a Live CD, and on an NTFS install, and neither time did the dotpup install correctly. So, went to the Qnext website and installed from the archive file, which is basically unzipping it into the root directory (not to be confused with /root btw.)

You can't leave it there, or it will vanish on reboot, so I moved the whole qnext directory to /root, and now Qnext will run. Of course it locks up the computer pretty quickly. Seems to be related to sound, and I recall I had the same problem with GAIM until I started using the console beep instead of other sounds... which were kind of annoying anyway, so I don't miss them.

Thanks for the response, I do appreciate the help.

Qnext - will not run

Posted: Thu 03 Nov 2005, 19:03
by goncal
Hi klhr

I'm very excited about Qnext as it will get me to my final destination - becoming Windows independent by installing videoconferencing. (Now my Canon A400 does work by using gtkcam - great!)

I downloaded and installed Qnext dotpup and when I click on qnext on /root/my-applications/bin nothing will happen at all. What am I doing wrong?

Also am looking for a safe and quick way of installing spca5xx Labtec webcam drivers on my Puppy 1.0.5... any suggestion would be greatly appreciated.

Thanks and congratulations on great work done.

Cheers

Gon

java

Posted: Thu 03 Nov 2005, 19:13
by klhrevolutionist
Do you have java installed ?
I'm glad people are telling me there is an error, but I have tested the dotpup
very thouroughly and find nothing wrong.

The only thing I can think of is that you are using a live-cd, or pupfile,
or a multi-session. I know nothing of those three. So tell me what you are
running puppy from, via pup001, cd, multi-session, usb, flash ?

As far as the driver goes spca thingy, We are still waiting for someone to compile it in the kernel hopefully we can get enough people to bug barry
about it as it weighs nothing.

Get back with me.

qnext: using pup001 on FAT32

Posted: Thu 03 Nov 2005, 20:12
by goncal
klhr

thanks yet again. Using pup001 method. Large enough, right now 111MB free out of 700MB total. No idea whether I have a swap file enabled or not. pup001 resides on a FAT32 partition with 5GB free.

cheers gon

Posted: Thu 03 Nov 2005, 20:13
by MU
I think rarsa found a spca5xx-module?
http://www.murga.org/~puppy/viewtopic.p ... ht=mercury

Before i've read that threat, I tried to compile one, but got an error
# make
grep: /lib/modules/2.4.29/build/include/linux/autoconf.h: No such file or directory
grep: /lib/modules/2.4.29/build/include/linux/autoconf.h: No such file or directory
Compiling drivers/usb/spcadecoder.c
Compiling drivers/usb/spca5xx.c
drivers/usb/spca5xx.c: In function `spca50x_read_proc':
drivers/usb/spca5xx.c:1269: error: structure has no member named `snap_enabled'
drivers/usb/spca5xx.c: At top level:
drivers/usb/spca5xx.c:142: warning: `bright' defined but not used
drivers/usb/spca5xx.c:143: warning: `contrast' defined but not used
make: *** [drivers/usb/spca5xx.o] Error 1

Maybe I have no kernel-modules installed, I'm loosing overview over my puppies :roll:

took the source from here:
http://mxhaard.free.fr/download.html

So just try Rarsa's compiled module.

Mark

kernel

Posted: Thu 03 Nov 2005, 20:32
by klhrevolutionist
See, I have no idea about FAT32 or anything so it might have something to do with that ? We will see what kinda responses we get.

Edit for MU response below

I will follow your lead, you are more knowledgeable.

Posted: Thu 03 Nov 2005, 20:46
by MU
You should not need a new Kernel, as it is just a module.

modprobe videodev
modprobe spca5xx

That should do it.
The readme of the source sais, the Kernel-source is needed for compilation, but it is not changed.
So the 2 modules should work with the existing kernel (as far as I understood it).

Mark

audio chat

Posted: Fri 04 Nov 2005, 10:31
by menno
I have installed it in puppy 0.9 and it seems to work except the audio .
(I have no webcam so I donn't know about this) . Any Idea why ?
I have run the buildin device probes but that doesn't help .
I have a AD1885 builtin sound card from Analogdevice's .
Is the sound working by someone with the same sound card(chip) .
Other things as play xGine and mp3 works fine .

Posted: Mon 07 Nov 2005, 16:33
by RMW
MU wrote:You should not need a new Kernel, as it is just a module.

modprobe videodev
modprobe spca5xx

That should do it.
Just gives me the "can't find module spca5xx"...

Posted: Mon 07 Nov 2005, 18:43
by MU
Be sure to read Rarsas Postings.
They are very detailed:
http://www.murga.org/~puppy/viewtopic.php?p=12042#12042

You must extract the driver, use this command after downloading it:
cd /root
tar -xzvf spca5xx.tar.gz

Mark

qnext up and running

Posted: Fri 11 Nov 2005, 20:17
by goncal
Hi klhr

Qnext does work on my system, problem was my reduced version of Java which I now replaced with the right one (JVM included with Mercury).

I am now in the process of trying to get videoconference with someone else. My webcam is activated by the spca5xx drivers and I have been already using it with Mercury. The webcam slows down Mercury quite a lot, so I am eager to see what the cam does to Qnext.

cheers Gon

segmentation fault

Posted: Fri 11 Nov 2005, 20:20
by goncal
well... now the xwin system just shut down giving me a segmentation fault message... will keep trying...

cheers gon

Posted: Mon 14 Nov 2005, 14:54
by RMW
MU wrote:Be sure to read Rarsas Postings.
They are very detailed:
http://www.murga.org/~puppy/viewtopic.php?p=12042#12042

You must extract the driver, use this command after downloading it:
cd /root
tar -xzvf spca5xx.tar.gz

Mark
eh, I've followed all the directions. The directories don't exist, and when I correct them it still won't modprobe spca5xx. Oh well.

go ahead with spca5xx... but on Mercury

Posted: Mon 14 Nov 2005, 15:58
by goncal who forgot 2 sgnin
rmw

I followed the instructions and all was ok, I would suggest for you to go through them again as they are detailed but the procedure itself is rather complicated.

Having said that, Qnext still hangs my computer. I would recommend Mercury which does work. In order to have Mercury up and running you need to modprobe spca5xx anyway.

cheers gon

Posted: Wed 16 Nov 2005, 14:12
by RMW
I've followed the directions for spca5xx to the letter, numerous times.

First, there is no directory /lib/modules/2.4.29/kernels/drivers/usb. Maybe there was before, but there isn't one in 1.0.6.

The closest directory in that tree is /lib/modules/2.4.29/usb.

I've typed depmode -ae into the terminal window, I get command not found.

I can modprobe videodev, but modprobe spca5xx gives me "Can't locate module spca5xx".

Sorry, but I've followed the instructions to the letter and under no circumstances will it find spca5xx.

My very humble script

Posted: Fri 03 Mar 2006, 20:43
by goncal
Here is a bash script I wrote with the instructions I got which we were talking about. This is what I use to load the modules. It does work but before modprob'ing it is copying the files to a directory which must be temporary as this needs to be done every time the system is started up.

I am a novice so to run the script I am typing bash /root/startvideocam as I have the file in the /root/ directory.

Hope this helps.

I am zipping it because the forum will only allow to upload a zip file, not a file without an extension. It will work without the extension just by typing bash /.../startvideocam

Cheers, Gon