Reply
Thread Tools
Posts: 3 | Thanked: 0 times | Joined on Jun 2011
#51
is there a script for windows that i could use i dont know what to do at this time im so tired of being way over charged for internet. next they will be charging me for air ...o wait to late
 
Posts: 1,425 | Thanked: 983 times | Joined on May 2010 @ Hong Kong
#52
Originally Posted by help78 View Post
is there a script for windows that i could use i dont know what to do at this time im so tired of being way over charged for internet. next they will be charging me for air ...o wait to late
LOL yes we are charged for air these days.

6790 is not running on Windows, it's running on Symbian. I wondered why you can't get Joikuspot running on Symbian. Where did you get your Joikuspot from? Is it from the official site? Does it has extension sisx?

Other option is to connect to your mobile phone via Bluetooth DUN and use it as modem for your PC, but this is quite device and mobile carrier specific, say you need to know how to establish DUN with PC, and the connection string to connect to your mobile carrier, which I can't offer further help for you in this as I'm not using 6790 and I probably use the different carrier as yours.
 
Posts: 27 | Thanked: 3 times | Joined on Aug 2010 @ Puerto Rico
#53
Help 78,
I used to have a nokia n97 that runs on symbian and I used to connect the phone to my pc using the nokia usb cable. After the pc having installed the mobile phone drivers you can check and see if you phone appears in the "Device and Printer" folder of windows. There should be two icons of the nokia, one for the storage device and the other for the nokia 6790.
I have set an example for you on the pictures attached, (note that this can be made with a pc that has a bluetooth device connected).

Step on how i did it,
1. go to Devices and Printers folder > right click on the phone icon > Dial - up Networking > create a dial-up connection
2. choose the first bluetooth modem selection (if it doesn't work try the others just in case)
3. In the Dial-up phone number write *99# (I don't remember where I got this number from but it has worked for me on the N97). Leave Both Username and Password in blank. You can also change the Connection Name if you like.
4. press connect button

Note,
I am using windows 7 and i think that vista also has the same feature of this kind
Attached Images
   
 

The Following User Says Thank You to downstormaf For This Useful Post:
My_PeSePe's Avatar
Posts: 62 | Thanked: 7 times | Joined on Aug 2010 @ Spain ( Granada )
#54
I've been al day tryingand nothing



/home/user # cd MyDocs/wifi_hotspot/
/home/user/MyDocs/wifi_hotspot # sh open_wifi_hotspot.sh
+ start wlancond
start: Job not changed: wlancond
+ modprobe crc7
+ modprobe mac80211
+ modprobe wl12xx
+ modprobe ipt_MASQUERADE
FATAL: Module ipt_MASQUERADE not found.
+ iptables -F
+ iptables -t nat -F
iptables v1.4.6: can't initialize iptables table `nat': Table does not exist (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.
+ iptables -t nat -A POSTROUTING -o gprs0 -j MASQUERADE
iptables v1.4.6: can't initialize iptables table `nat': Table does not exist (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.
+ echo 1
+ ifconfig wlan0 down
+ iwconfig wlan0 mode ad-hoc
+ ifconfig wlan0 up
+ iwconfig wlan0 essid honeypot
+ iwconfig wlan0 key s:0000000000000
+ iwconfig wlan0 channel 10
+ ifconfig wlan0 192.168.1.1 netmask 255.255.255.0 up
+ start-stop-daemon -S -p /var/run/wifi_tethering.pid -m -b -x /usr/sbin/dnsmasq -- -k -I lo -z -a 192.168.1.1 -F 192.168.3.100,192.168.3.127 -b
+ run-standalone.sh dbus-send --type=method_call --dest=org.freedesktop.Notifications /org/freedesktop/Notifications org.freedesktop.Notifications.SystemNoteInfoprint string:WiFi HotSpot Activated
/home/user/MyDocs/wifi_hotspot # ifconfig
gprs0 Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
inet addr:10.170.74.54 P-t-P:10.170.74.54 Mask:255.255.255.255
UP POINTOPOINT RUNNING NOARP MTU:1400 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:2 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:10
RX bytes:0 (0.0 B) TX bytes:130 (130.0 B)

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:65 errors:0 dropped:0 overruns:0 frame:0
TX packets:65 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:5240 (5.1 KiB) TX bytes:5240 (5.1 KiB)

phonet0 Link encap:UNSPEC HWaddr 15-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
UP POINTOPOINT RUNNING NOARP MTU:4000 Metric:1
RX packets:285 errors:0 dropped:0 overruns:0 frame:0
TX packets:137 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:8688 (8.4 KiB) TX bytes:2271 (2.2 KiB)

/home/user/MyDocs/wifi_hotspot #



Point in the image is established and connected , but when i navigate says not conected . Can it be by the ip's or the mask ?

Greetings
__________________
Admin for ..::Phonesfera::.. Maemo and other Phones Thanks Maemo.org
 
Posts: 1,425 | Thanked: 983 times | Joined on May 2010 @ Hong Kong
#55
From the output you provided the kernel module ipt_MASQUERADE failed to load.

Show me the output of the following:

uname -a
 
My_PeSePe's Avatar
Posts: 62 | Thanked: 7 times | Joined on Aug 2010 @ Spain ( Granada )
#56
2.6.28.10-power47 the last kernel
__________________
Admin for ..::Phonesfera::.. Maemo and other Phones Thanks Maemo.org
 
Posts: 1,425 | Thanked: 983 times | Joined on May 2010 @ Hong Kong
#57
Originally Posted by My_PeSePe View Post
2.6.28.10-power47 the last kernel
How about:

ls /lib/modules/2.6.28.10power47/ip*.ko
 
My_PeSePe's Avatar
Posts: 62 | Thanked: 7 times | Joined on Aug 2010 @ Spain ( Granada )
#58
ls /lib/modules/2.6.28.10-power47/lip*.ko
ls: /lib/modules/2.6.28.10-power47/lip*.ko: No such file or director
ls /lib/modules/2.6.28.10power47/lib*.ko
ls: /lib/modules/2.6.28.10��power47/lib*.ko: No such file or director y
__________________
Admin for ..::Phonesfera::.. Maemo and other Phones Thanks Maemo.org
 
Posts: 1,425 | Thanked: 983 times | Joined on May 2010 @ Hong Kong
#59
Originally Posted by My_PeSePe View Post
ls /lib/modules/2.6.28.10-power47/lip*.ko
ls: /lib/modules/2.6.28.10-power47/lip*.ko: No such file or director
ls /lib/modules/2.6.28.10power47/lib*.ko
ls: /lib/modules/2.6.28.10��power47/lib*.ko: No such file or director y
None of the above typed correctly. May be you could use copy&paste to paste the command line in my post to the xterminal.
 
My_PeSePe's Avatar
Posts: 62 | Thanked: 7 times | Joined on Aug 2010 @ Spain ( Granada )
#60
__________________
Admin for ..::Phonesfera::.. Maemo and other Phones Thanks Maemo.org
 
Reply


 
Forum Jump


All times are GMT. The time now is 05:22.