maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   N900+JoikuSpot= NO internet (https://talk.maemo.org/showthread.php?t=52743)

RockCreek1 2010-06-12 13:41

Re: N900+JoikuSpot= NO internet
 
Hi
I have a similar problem. Joikuspot worked fine prior to the recent n900 update. It also seemed to work fine, though took a few tries to connect, during the interlude between my downloading the recent N900 update and the most recent Joiku update. I am just a regular N900 user and I do not want to mess around with root, etc. Nor do I think I should be required to do so for something I paid for. So I wonder if there is another way to deal with this problem. My compter indicates that I am clnnected to Joiku with an excellent signal. Thanks in advane for your help.

planetf1 2010-06-16 19:15

Re: N900+JoikuSpot= NO internet
 
I hit this problem with the custom kernel, however there's more to it than just the module

I got extremely poor performance with jokiuspot -- we're talking mostly dropped packets and occasional 3000ms ping -- to all intents and purposes it doesn't work.

Going to try the free package before deciding whether to go back to stock kernel (currently using the -37 titan kernel)

tzsm98 2010-06-19 06:36

Re: N900+JoikuSpot= NO internet
 
I was in the middle of trying to resolve this issue with JoikuShop customer support.

I used the two lines of code supplied by MohammadAG and it works and works well. This is from my desktop while tethered using JoikuSpot. This is really quite good.

http://www.speedtest.net/result/852299697.png

I've suggested to JoikuShop that they add a subroutine that detects which kernel is active and to have the code lines as part of the startup-shut down routines of the application.

M A S T E R 2010-06-19 15:27

Re: N900+JoikuSpot= NO internet
 
I also had this problem only after i updated for some reason. I havent fixed it yet because didn't see this thread until now! You guys are awesome, However before i go about doing this All i have to do is go to terminal, be in root and type what was posted earlier?

If so does it matter if i already have Titans Ideal/LV on? would that be a bad thing to do? should i go back to stock Speed before i do this transition? And/Or is it any different for anyone for any specific reason? Im ready to get my Joikuspot fixed. I thought i lost my moneys worth, so any help would be greatly appreciated by you guys.

Thanks in advanced.

-MASTER

tzsm98 2010-06-19 16:13

Re: N900+JoikuSpot= NO internet
 
Quote:

Originally Posted by M A S T E R (Post 721738)
I also had this problem only after i updated for some reason. I havent fixed it yet because didn't see this thread until now! You guys are awesome, However before i go about doing this All i have to do is go to terminal, be in root and type what was posted earlier?

If so does it matter if i already have Titans Ideal/LV on? would that be a bad thing to do? should i go back to stock Speed before i do this transition? And/Or is it any different for anyone for any specific reason? Im ready to get my Joikuspot fixed. I thought i lost my moneys worth, so any help would be greatly appreciated by you guys.

Thanks in advanced.

-MASTER

I am usually overclocked to 805MHz, I did not 'declock' before I entered the first line and everything worked when I ran JoikuSpot. I've had no instability (on the N900, my personal life is another story!) Failure to enter the second line one time did not seem to cause any issues. I believe this is a worry free sort of thing that will not interfer with other functions. That has been my experience.

I also tried to enter the lines of code using QueenBee widgets but that didn't have the desired result. Too bad, that would save a lot of code entering over the long haul.

M A S T E R 2010-06-19 16:19

Re: N900+JoikuSpot= NO internet
 
Quote:

Originally Posted by tzsm98 (Post 721794)
I am usually overclocked to 805MHz, I did not 'declock' before I entered the first line and everything worked when I ran JoikuSpot. I've had no instability (on the N900, my personal life is another story!) Failure to enter the second line one time did not seem to cause any issues. I believe this is a worry free sort of thing that will not interfer with other functions. That has been my experience.

I also tried to enter the lines of code using QueenBee widgets but that didn't have the desired result. Too bad, that would save a lot of code entering over the long haul.

Thanks for your post. I guess i just got to enter that line(s) in X-term and thats it right? awesome. Will let everyone know if i run into any problems ;)

-MASTER

tzsm98 2010-06-19 16:28

Re: N900+JoikuSpot= NO internet
 
Quote:

Originally Posted by RockCreek1 (Post 711962)
Hi
I have a similar problem. Joikuspot worked fine prior to the recent n900 update. It also seemed to work fine, though took a few tries to connect, during the interlude between my downloading the recent N900 update and the most recent Joiku update. I am just a regular N900 user and I do not want to mess around with root, etc. Nor do I think I should be required to do so for something I paid for. So I wonder if there is another way to deal with this problem. My compter indicates that I am connected to Joiku with an excellent signal. Thanks in advance for your help.

I've suggested to JoikuShop that they add a subroutine that detects which kernel is active and to have the code lines as part of the startup-shut down routines of the application. I also tried using QueenBee to handle the code but that didn't work.

Until JoikuShop takes my advice messing around in root to the extent this fix requires means having to be extra careful about typing and reviewing what you've typed before hitting the 'enter' key. You:
  • open xterm
  • type sudo gainroot 'enter'
  • type modprobe JoikuSpot_Bouncer 'enter'
  • close x-term
Case sensitive so be sure to watch for the capital letters. After you are done with JS:
  • open xterm
  • type sudo gainroot 'enter'
  • type modprobe -r JoikuSpot_Bouncer 'enter'
  • close x-term


Practice typing it in a note program or Conboy to build your confidence. I wish I could cut and paste from my note program to x-term but that doesn't seem to be possible. I'm kinda, sorta fearless when it comes to entering short pieces of code. The longer scripts are what scare me off. I'm too awful of a typist.

M A S T E R 2010-06-19 17:20

Re: N900+JoikuSpot= NO internet
 
Quote:

Originally Posted by tzsm98 (Post 721811)
I've suggested to JoikuShop that they add a subroutine that detects which kernel is active and to have the code lines as part of the startup-shut down routines of the application. I also tried using QueenBee to handle the code but that didn't work.

Until JoikuShop takes my advice messing around in root to the extent this fix requires means having to be extra careful about typing and reviewing what you've typed before hitting the 'enter' key. You:
  • open xterm
  • type sudo gainroot 'enter'
  • type modprobe JoikuSpot_Bouncer 'enter'
  • close x-term
Case sensitive so be sure to watch for the capital letters. After you are done with JS:
  • open xterm
  • type sudo gainroot 'enter'
  • type modprobe -r JoikuSpot_Bouncer 'enter'
  • close x-term


Practice typing it in a note program or Conboy to build your confidence. I wish I could cut and paste from my note program to x-term but that doesn't seem to be possible. I'm kinda, sorta fearless when it comes to entering short pieces of code. The longer scripts are what scare me off. I'm too awful of a typist.

Wait a sec then. You are telling me that everytime i am OC'd i have to type the first batch of lines to use JSpot and then after i am done i have to essentially put it back? is that what the code is pretty much doing? If so what happens if i do not put it back? will something happen if i turn of my N900? or if i go back to stock kernel?

Is this mainly for the kernel then Because if i always use the same kernel will have to put Jspot modprobe back? I am clueless in this area BTW >.<

-MASTER

Gusse 2010-06-19 19:36

Re: N900+JoikuSpot= NO internet
 
Quote:

Originally Posted by M A S T E R (Post 721868)
Wait a sec then. You are telling me that everytime i am OC'd i have to type the first batch of lines to use JSpot and then after i am done i have to essentially put it back? is that what the code is pretty much doing? If so what happens if i do not put it back? will something happen if i turn of my N900? or if i go back to stock kernel?

Is this mainly for the kernel then Because if i always use the same kernel will have to put Jspot modprobe back? I am clueless in this area BTW >.<

-MASTER

If you follow workaround guide from post #8 then you don't need to do any additional steps before or after using JoikuSpot. Working with latest Titan kernel (2.6.28.10power37).

M A S T E R 2010-06-19 20:15

Re: N900+JoikuSpot= NO internet
 
Quote:

Originally Posted by Gusse (Post 722002)
If you follow workaround guide from post #8 then you don't need to do any additional steps before or after using JoikuSpot. Working with latest Titan kernel (2.6.28.10power37).

Cool The only thing i need to learn how to do at the moment is how exactly do a back up of the original. (i am assuming you need to back it up just in case of some accident or when an update happens to either the kernel or Jspot). I did it the manual way and my Jspot works now i just dont want to have to turn it off like that all the time but i guess i can just remember the code lol.

-MASTER


All times are GMT. The time now is 21:37.

vBulletin® Version 3.8.8