![]() |
Nokia N9 wifi hotspot
Hey guys,sorry for a new thread
Here's the problem,when i activated my hotspot,only devices like ipad,iphone can see my phone connection,but other phones such as samsung etc etc cant see,why? PR-1.2 Hope somebody helps :) |
Re: Nokia N9 wifi hotspot
Most android does not support ad-hoc wifi(n9 user ad-hoc wifi hotspot)
You need to enable it on your android(I think you should root your android devices to do so) |
Re: Nokia N9 wifi hotspot
mine work flawlessly, maybe your samsung is blind for a while? :D
jk, try to restart the wifisharing and device first |
Re: Nokia N9 wifi hotspot
Quote:
|
Re: Nokia N9 wifi hotspot
Quote:
I scanned a few times,still nothing :) |
Re: Nokia N9 wifi hotspot
you have to hack wpa_applicant.conf file. for this your phone should be rooted. how to root and how to hack this you can easily find on net just with a google search.
|
Re: Nokia N9 wifi hotspot
?? I'm pretty sure you have to replace the wpa_supplicant binary file with one that is compiled with the changes to allow it to handle adhoc wifi. I did this on my ICS tablet, works fine. Just make sure whichever file you replace is for a similar build of android and disable wifi while you swap it in and update the permissions.
|
Re: Nokia N9 wifi hotspot
Thanks all! :) Working Great! ;)
|
Re: Nokia N9 wifi hotspot
Is there any way to change the ad-hoc wifi-hotspot to any other in N9.
|
Re: Nokia N9 wifi hotspot
Quote:
|
Re: Nokia N9 wifi hotspot
I am able to see the ad-network created by the N9 from both a Dell Streak 5 (running Cyanogenmod 7) and from the N900 running Fremantle (CSSU Testing+KP).
However, none of them are capable of connecting to the network. In the Dell Streak I see that the device is waiting to receive an IP while the N900 gets stuck trying to connect. Every configuration parameter in the N9 Hotspot application are set to default, so I don't know what could be the problem. Worst thing is that after activating the Wifi Hotspot application and trying to connect, even turning it off, the N9 is unable to connect to any Wifi network. A reboot is needed to get the wifi working again. I have also checked that my laptop is capable of connect and use the Internet from the N9 Hotspot with Windows 7 64 bits. |
Re: Nokia N9 wifi hotspot
Hey there
Don't wanna start new thread so i gonna ask here My computer's (laptop and desktop) can connect to the N9 but they can't access to the Internet through N9. Do I need to set IP or something manually? Or it should work automatically by default settings? |
Re: Nokia N9 wifi hotspot
@Kroll
it used to work, since a month or so it doesn't. i have no idea why. like you, i can connect to the wifi hotspot with several devices, but with neither one of them is it possible to do any web browsing. strangely enough, there seems to be a tiny bit of data transfer going on, both up and down. |
Re: Nokia N9 wifi hotspot
@edgar2
yeah, same thing. I wonder if hotspot application has been broken in last firmware version... |
Re: Nokia N9 wifi hotspot
Quote:
|
Re: Nokia N9 wifi hotspot
I had around >1 month ago similar symptoms of my Lumia not being able to access the internet even though connected to the hotspot.
At that time I put it down to the Lumia being the cause but reading the posts here kinda confirms the N9 may have been the cause... Funny thing is I just tried it and it works for all my devices... What concerns me however is I got an ad for Joikuspeed; this kinda makes me feel that Joikuspot are disabling their application remotely... If they are suddenly able to remotely send ads they surely retain the ability to disarm their app too hence we are somewhat screwed... |
Re: Nokia N9 wifi hotspot
I too noticed the ad for joiku-something when I launched the wifi hotspot app. I also experienced the same issue edgar2 reported. I thought it was due to T-Mobile blocking my hotspot, but even after calling T-Mobile and making sure that hotspot is enabled on their side, hotspot still doesn't work.
|
Re: Nokia N9 wifi hotspot
I have the advert too, but I'm able to hotspot and connect to it ony desktop. Can anyone see if it is possible to use the hotspot application from the older PR if thos fixes the problem? For some reason i think the advert feature got added onto the software in the last release.
|
Re: Nokia N9 wifi hotspot
I just tried to use my MacBook with N9's hotspot and it worked. However, a Windows 7 laptop was not able to connect to the Internet. Even though the systems indicates that there is Internet connection for IPv4, I cannot open any web pages.
At first I thought this was an issue with Windows devices, as a Windows 8 tablet cannot connect to the hotspot either. But when I try to connect the iPad to the hotspot, it doesn't work either. It behaves just like the Windows 7 laptop, i.e. connects to the hotspot, receives Wifi signal, gets assigned the proper IPv4 address (within the range I have specified in the app), but cannot load any web pages. This is strange because the iPad used to be able to browse the web using the hotspot connection. Can anyone shed some light on this issue? |
Re: Nokia N9 wifi hotspot
Quote:
|
Re: Nokia N9 wifi hotspot
i don't know if this was the reason for wifi hotspot not working, but this was the solution: i changed my internet connection APN from one back to the other. in my case for a long time i used to have standard "internet.saunalahti", which gives a NAT ip address, but i had changed it to "internet4", which gives a public ip address. for some reason changing back to NAT ip address fixed wifi hotspot.
|
Re: Nokia N9 wifi hotspot
I had same problem. What I did is, I changed port numbers from nat menu in n9. After that it start work fine :)
|
Re: Nokia N9 wifi hotspot
Quote:
Infrastructure after all is far more widely used, & far better in practice than ad-hoc. |
Re: Nokia N9 wifi hotspot
Quote:
I have a rMBP, last time I looked into tethering I had problems getting it working. Also read that it's damaging to the battery, might be best to connect via BT for simple browsing etc. |
Any news on infrastructure mode?
|
Re: Nokia N9 wifi hotspot
Yes that's what I asked :)
|
Re: Nokia N9 wifi hotspot
Well basically ther are few requirements that need to be met;
1.) You need to be running a NAT enabled kernel. 2.) You need to load a different firmware file to wl1271. (default is /lib/firmware/wl1271-fw.bin which does not support infrastructure AP) 3.) You need to assign IPv4 addresses, DNS parameters and routes to clients with DHCPD. How joikuspot gets around these things; it routes the packets via userspace which is a silly and unnecessary way to do it :D This is only done as for some reason the IP forwarding&nat functionality was not included in the default kernel.... |
Re: Nokia N9 wifi hotspot
All of that seems completely doable, (1) IIRC has already been demonstrated.
(3) seems like it should be relatively easy to do, the only thing that's not so clear is (2). Is there a different fw file out there which does support infra AP? Surely someone's already investigated all this & laid-out a nice/shiny tutorial? Assuming it's surmountable... :) Quote:
|
Re: Nokia N9 wifi hotspot
Quote:
Quote:
---------- edit --------- The page to look for directions is here: http://processors.wiki.ti.com/index....Wireless_Build |
Re: Nokia N9 wifi hotspot
Now as I checked it, the wireless driver in N9 kernel tree seem to be missing some parts related to the AP functionality.
I'd say you need to patch /drivers/net/wireless/wl12xx/ from the TI demonstration code to N9 kernel. |
Re: Nokia N9 wifi hotspot
Quote:
I am going to try some more. |
Re: Nokia N9 wifi hotspot
Quote:
|
Re: Nokia N9 wifi hotspot
Quote:
http://wireless.kernel.org/en/users/..._older_kernels There seems to be different functionality that starts in 2.6.34 that is needed for more advanced functions. I'm definitely not experienced with this stuff, just learning... Anyway... Where it says Kernel 2.6.36 and older I followed the first link for SDIO runtime PM support http://www.spinics.net/lists/linux-mmc/msg03966.html. I tried to find out what this patch is and couldn't see a git commit. There is a link to a wizery.com for git sources, but the link doesn't work. However, going to http://wizery.com/kernel.php shows where this committer's patches ended up in the kernel git. You'll see various commit messages there including this one: Code:
038d925 wl12xx: Enable AP-mode Another example is the Lenient generic runtime pm callbacks patch mentioned. This again seems to come from wizery.com as Code:
05aa55d PM / Runtime: Lenient generic runtime pm callbacks I verified this by going here,here, and hitting it here. I'm beginning to wonder if getting the 2.6.34 kernel working on the N9 would be feasible at this point, but I have never gotten this deep. |
Re: Nokia N9 wifi hotspot
Also, I tried to compile the TI code awhile back and kept running into problems with that version of compat-wireless posted there. The issues were all related to missing symbols in the 2.6.32 kernel but started appearing in 2.6.34.
|
Re: Nokia N9 wifi hotspot
So I managed to compile the latest Linux backports, but it causes a reboot loop on my N9. I'm now attempting to apply the patches mentioned at http://wireless.kernel.org/en/users/Drivers/wl12xx
I'm not experienced with this, so who knows if it will work or not. Anybody else experienced with backporting kernel functionality? |
Re: Nokia N9 wifi hotspot
Not me, unfortunately, my N9 currently isn't even set-up right to play with the sort of stuff you are.
|
Re: Nokia N9 wifi hotspot
Quote:
Usually when you get it to hang or reboot, the clues can be found from the console output. It's pretty easy to hook up to actually, you just need a cheap USB<->RS232 converter, something like this CP2102 module which cost under 2 euros on ebay. When using it, an adapter is nice but you can do without, usually I just press the RX&GND pins on end of the RS232-cable to the phone connectors by hand and reboot the device... the contact is good enough to get the boot message so I know where it slips from the rails :D |
Re: Nokia N9 wifi hotspot
How do you connect those leads to the N9? Where is the serial port?
|
Re: Nokia N9 wifi hotspot
Quote:
There are schematics on the net, showing the pins, but now I am in a meeting so I cannot dig out them for you. |
Re: Nokia N9 wifi hotspot
Quote:
I have a USB to RS-232 DB9 Serial Adapter (Prolific PL2303HX Chipset). Can I use this by connecting the appropriate pins to the DB9? |
All times are GMT. The time now is 19:09. |
vBulletin® Version 3.8.8