![]() |
2010-12-09
, 11:09
|
|
Posts: 58 |
Thanked: 22 times |
Joined on Jan 2010
@ Snowierasha
|
#332
|
![]() |
2010-12-13
, 10:06
|
Posts: 270 |
Thanked: 37 times |
Joined on Sep 2010
|
#333
|
![]() |
2010-12-14
, 14:51
|
|
Posts: 134 |
Thanked: 247 times |
Joined on Sep 2009
@ Spain, EU
|
#334
|
As for windows, at least Realtek wifi utility has a "Software AP" feature. Haven't test it though. In this case you just specify gateway adress on the PC = N900 adress and you should be done.
![]() |
2010-12-26
, 18:19
|
Posts: 318 |
Thanked: 49 times |
Joined on Nov 2009
|
#335
|
![]() |
2010-12-27
, 04:45
|
|
Posts: 293 |
Thanked: 373 times |
Joined on Jul 2010
@ Westside
|
#336
|
![]() |
2010-12-27
, 06:11
|
|
Posts: 2,142 |
Thanked: 2,054 times |
Joined on Dec 2006
@ Sicily
|
#337
|
~ $ sudo /usr/sbin/mobilehotspot_backend start ; echo $? DEBUG: executing uname -r DEBUG: executing lsmod DEBUG: executing insmod /lib/modules/2.6.28.10power46/nf_conntrack.ko DEBUG: executing lsmod DEBUG: executing insmod /lib/modules/2.6.28.10power46/nf_defrag_ipv4.ko DEBUG: executing lsmod DEBUG: executing insmod /lib/modules/2.6.28.10power46/nf_conntrack_ipv4.ko DEBUG: executing lsmod DEBUG: executing lsmod DEBUG: executing lsmod DEBUG: executing insmod /lib/modules/2.6.28.10power46/nf_nat.ko DEBUG: executing lsmod DEBUG: executing insmod /lib/modules/2.6.28.10power46/iptable_nat.ko DEBUG: executing lsmod DEBUG: executing insmod /lib/modules/2.6.28.10power46/ipt_MASQUERADE.ko DEBUG: executing ifconfig wlan0 down DEBUG: executing iwconfig wlan0 mode ad-hoc DEBUG: executing ifconfig wlan0 up DEBUG: executing iwconfig wlan0 essid "MHS" DEBUG: executing ifconfig wlan0 10.58.1.1 netmask 255.255.255.0 up ERROR:dbus.proxies:Introspect error on :1.85:/com/nokia/icd2: dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NotSupported: Unsupported interface or method DEBUG: executing /usr/sbin/dnsmasq -i wlan0 -a 10.58.1.1 -I lo -z -x /var/run/dnsmasq.wlan0.pid --dhcp-range=10.58.1.10,10.58.1.100,6h --dhcp-option=3,10.58.1.1 --dhcp-option=6,10.58.1.1 DEBUG: executing iptables --flush DEBUG: executing iptables --flush -t nat DEBUG: executing iptables -P FORWARD ACCEPT DEBUG: executing iptables -P INPUT ACCEPT DEBUG: executing iptables -P OUTPUT ACCEPT DEBUG: executing iptables -t nat -A POSTROUTING -j MASQUERADE -s 10.58.1.0/24 0 ~ $ sudo /usr/sbin/mobilehotspot_backend stop ; echo $? DEBUG: executing uname -r DEBUG-read_previous_state: setting state key 'gconf' to value: {'wlan_search_interval': 0} DEBUG-read_previous_state: setting state key 'kernel' to value: {'loaded_modules': {'x_tables': False, 'nf_nat': True, 'nf_conntrack': True, 'ipt_MASQUERADE': True, 'nf_conntrack_ipv4': True, 'ip_tables': False, 'iptable_nat': True, 'nf_defrag_ipv4': True}} DEBUG-read_previous_state: setting state key 'icd' to value: {} DEBUG: executing iptables --flush DEBUG: executing iptables --flush -t nat DEBUG: Sending SIGTERM to: 9626 DEBUG: executing ifconfig wlan0 down DEBUG: executing iwconfig wlan0 mode managed DEBUG: executing iwconfig wlan0 key open ERROR:dbus.proxies:Introspect error on :1.85:/com/nokia/icd2: dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NotSupported: Unsupported interface or method DEBUG: executing rmmod ipt_MASQUERADE DEBUG: executing rmmod iptable_nat DEBUG: executing rmmod nf_nat DEBUG: executing rmmod nf_conntrack_ipv4 DEBUG: executing rmmod nf_defrag_ipv4 DEBUG: executing rmmod nf_conntrack 0 ~ $
![]() |
2010-12-27
, 11:08
|
Posts: 540 |
Thanked: 288 times |
Joined on Sep 2009
|
#338
|
Hi
Exception: Command 'insmod /lib/modules/2.6.28-omap1/nf_conntrack.ko' returned with code 256 (0 expected)
![]() |
2010-12-27
, 11:11
|
Posts: 540 |
Thanked: 288 times |
Joined on Sep 2009
|
#339
|
The Following User Says Thank You to rambo For This Useful Post: | ||
![]() |
2011-01-07
, 11:32
|
Posts: 1,179 |
Thanked: 770 times |
Joined on Nov 2009
|
#340
|
If the PC could make itself appear as a basestation then in such case power-management (and WPA) would be available.
Unfortunately there is no sane way for the PC to "host" the connection even if in theory DHCP (and via that routing information) could still be served from the N900.
("why not sane": it would require separate hosting programs for each OS, and depending on the wifi drivers etc it might or might not work. While Linux makes stuff like this easy [supposing proper drivers are available] you can count me out of trying to develop something for windows).