Re: [maemo-developers] WLAN and bluetooth modem on at the same time?

2006-03-30 Thread Kalle Valo
Teemu Harju [EMAIL PROTECTED] writes:

 Is it somehow possible to use the WLAN and bluetooth modem with my phone at
 the same time on Nokia 770? The UI doesn't seem to allow this, but are there
 some scripts that I could run from Xterm to achieve this? My idea would be
 to use the Nokia 770 as a gateway from ad-hoc WLAN to public Internet via
 3G. I'd probably need to make some changes to the routing tables also, but
 that I think I could figure those out if I got both connections up.

Yes, that's possible if you are willing to do some hacking. You could
first establish the 3G connection normally from the UI and then setup
the WLAN network manually:

ifconfig wlan0 up
iwconfig wlan0 mode Ad-Hoc essid mynetwork

After this you need to setup NAT and routing. You can find iwconfig
from the wireless-tools debian package.

-- 
Kalle Valo

___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


Re: [maemo-developers] WLAN and bluetooth modem on at the same time?

2006-03-30 Thread Teemu Harju
Thanks... that is probably the easier way. I was kind of trying to do it the hard way by establishing the 3G connection manually. How stupid of me.- Teemu2006/3/30, Kalle Valo 
[EMAIL PROTECTED]:Teemu Harju 
[EMAIL PROTECTED] writes: Is it somehow possible to use the WLAN and bluetooth modem with my phone at the same time on Nokia 770? The UI doesn't seem to allow this, but are there
 some scripts that I could run from Xterm to achieve this? My idea would be to use the Nokia 770 as a gateway from ad-hoc WLAN to public Internet via 3G. I'd probably need to make some changes to the routing tables also, but
 that I think I could figure those out if I got both connections up.Yes, that's possible if you are willing to do some hacking. You couldfirst establish the 3G connection normally from the UI and then setup
the WLAN network manually:ifconfig wlan0 upiwconfig wlan0 mode Ad-Hoc essid mynetworkAfter this you need to setup NAT and routing. You can find iwconfigfrom the wireless-tools debian package.
--Kalle Valo-- Teemu Harjuhttp://www.teemuharju.net
___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


[maemo-developers] WLAN and bluetooth modem on at the same time?

2006-03-24 Thread Teemu Harju
Hi,Is it somehow possible to use the WLAN and bluetooth modem with my phone at the same time on Nokia 770? The UI doesn't seem to allow this, but are there some scripts that I could run from Xterm to achieve this? My idea would be to use the Nokia 770 as a gateway from ad-hoc WLAN to public Internet via 3G. I'd probably need to make some changes to the routing tables also, but that I think I could figure those out if I got both connections up.
Regards,Teemu-- Teemu Harjuhttp://www.teemuharju.net
___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers