aboaboit
|
2010-01-06
, 17:59
|
|
Posts: 129 |
Thanked: 60 times |
Joined on Jul 2009
@ Castello d'Argile (BO)
|
#61
|
|
2010-01-08
, 17:17
|
Posts: 36 |
Thanked: 20 times |
Joined on Nov 2009
@ Austin, TX
|
#62
|
Yes, I assumed iwconfig's error was fatal, my bad. However, it still doesn't work. Anyone else wants to take a pass at it?
|
2010-01-18
, 12:39
|
Posts: 540 |
Thanked: 288 times |
Joined on Sep 2009
|
#63
|
|
2010-01-18
, 15:59
|
|
Posts: 880 |
Thanked: 264 times |
Joined on Feb 2007
@ Cambridge, UK
|
#64
|
Niels pointed out this mockup http://www.facebook.com/photo.php?pi...d=253209882786
I wonder how they intent to handle NAT (supposing they do not wish to flash the kernel)
|
2010-01-18
, 18:31
|
Posts: 355 |
Thanked: 566 times |
Joined on Nov 2009
@ Redstone Canyon, Colorado
|
#65
|
|
2010-01-18
, 18:31
|
|
Moderator |
Posts: 7,109 |
Thanked: 8,820 times |
Joined on Oct 2007
@ Vancouver, BC, Canada
|
#66
|
simply compile up a bunch of kernel modules which can be loaded when the program starts - you don't even have to have them in the /lib/modules/n.nn.... directory, just insmod rather than modprobe
Hi all.
After two days of pajama hacking I'm now sure that stock 2009.42-11 kernel cannot support NAT modules in a proper way, because the netfilter core is compiled in without CONFIG_NF_CONNTRACK or CONFIG_NF_CONNTRACK_MODULE (see line 214 of net/netfilter/core.c).
So, no matter how hard we try to get a "debian-polite" way to add needed modules to this kernel, they will simply not work.
I'm posting this to see how other people involved in tethering projects would think about what we are in front of, specifically:
* Build a new, more modulable, kernel without getting too far from the rx51_defconfig and go with it.
* Go completely userland via proxies of any sort, even heavily tweaked for low resource usage.
|
2010-01-18
, 21:28
|
Posts: 540 |
Thanked: 288 times |
Joined on Sep 2009
|
#67
|
The Following User Says Thank You to rambo For This Useful Post: | ||
|
2010-01-18
, 21:39
|
Posts: 2,014 |
Thanked: 1,581 times |
Joined on Sep 2009
|
#68
|
|
2010-01-18
, 21:41
|
|
Posts: 739 |
Thanked: 242 times |
Joined on Sep 2007
@ Montreal
|
#69
|
The Following User Says Thank You to R-R For This Useful Post: | ||
|
2010-01-18
, 23:14
|
Posts: 355 |
Thanked: 566 times |
Joined on Nov 2009
@ Redstone Canyon, Colorado
|
#70
|
The Following User Says Thank You to jebba For This Useful Post: | ||