|
2009-12-22
, 08:30
|
Posts: 540 |
Thanked: 288 times |
Joined on Sep 2009
|
#32
|
I guess I missed this thread because I've been really looking for bluetooth NAP, but glad I found it today.
For clarification, do the kernel/modules/iptables binary in the mobilehotspot project provide working NAT?
The Following User Says Thank You to rambo For This Useful Post: | ||
|
2009-12-22
, 08:55
|
Posts: 17 |
Thanked: 182 times |
Joined on Sep 2009
@ Seattle - neopwn.com
|
#33
|
Starting with nf_conntrack which is requirement for just about everything having to do with routing and ending with iptable_nat (the dependency chain has a few other modules in between as well)
The Following User Says Thank You to neopwn For This Useful Post: | ||
|
2009-12-22
, 10:10
|
Posts: 540 |
Thanked: 288 times |
Joined on Sep 2009
|
#34
|
If anyone here needs these modules and zImage, post here and I'll gzip them for download on my server, along with instructions.
|
2009-12-22
, 14:38
|
Posts: 163 |
Thanked: 175 times |
Joined on Dec 2007
@ Alabama
|
#35
|
Various modules in that directory work, but the NAT ones don't for the same reasons rambo ran into.
You can see the various tests here:
http://www.freemoe.org/users/jebba/k...probe-test.log
I have built a number of kernels for this device already. At some point I will be making a fatter kernel with lots of various modules built into it that are missing from the stock kernel.
Thanks for pinging me about this thread,
-Jeff
http://wiki.maemo.org/User:Jebba
|
2009-12-24
, 06:37
|
|
Posts: 124 |
Thanked: 47 times |
Joined on Aug 2008
@ Northern DFW
|
#36
|
Bootloader error log follows:
ERROR: Image kernel won't fit in partition
ERROR: Error processing request, stalling
ERROR: EP0 STALL sent
ERROR: Premature end of control transfer
|
2009-12-24
, 17:37
|
Posts: 355 |
Thanked: 566 times |
Joined on Nov 2009
@ Redstone Canyon, Colorado
|
#37
|
Thanks for all your work on the n900 kernel. Is it possible to use an updated kernel? I tried compiling a stock 2.6.32 linux kernel according to the rx51_defconfig, but it doesnt boot even after copying the modules to /lib/modules/2.6.32-omap1, changing the /lib/modules/current, and flashing the newer kernel.
Any tips on the overall process would be great.
Thanks
git clone git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git
git archive --format=tar --prefix=linux-2.6.32-omap1/ v2.6.32-omap1 | gzip > ../linux-2.6.32-omap1.tar.gz
git archive --format=tar --prefix=linux-omap-6833f1a8/ HEAD | gzip > ../linux-omap-6833f1a8.tar.gz
The Following User Says Thank You to jebba For This Useful Post: | ||
|
2009-12-24
, 17:38
|
Posts: 355 |
Thanked: 566 times |
Joined on Nov 2009
@ Redstone Canyon, Colorado
|
#38
|
Hrm...when I try to use the zImage from mobilehotspot I'm getting the following error: (using flasher-3.5 -f -k zImage -R)
...
edit: Just installed Jebba's kernel & modules; looks like there's no conntrack/masquerade/etc in there either. Guess I'll go ahead and break out scratchbox.
The Following 2 Users Say Thank You to jebba For This Useful Post: | ||
|
2009-12-24
, 21:15
|
|
Posts: 124 |
Thanked: 47 times |
Joined on Aug 2008
@ Northern DFW
|
#39
|
|
2009-12-24
, 21:17
|
Posts: 355 |
Thanked: 566 times |
Joined on Nov 2009
@ Redstone Canyon, Colorado
|
#40
|
Thanks Jebba.
I played around a bit last night and compiled a bootable kernel, but the n900 didn't see my SIM card on it. I think what I'll do for the moment is go ahead and grab the .config from your setup and modify from there; I didn't play around with it much but it did seem to see all of the hardware.
Thanks to everyone here for all the hard work.
For clarification, do the kernel/modules/iptables binary in the mobilehotspot project provide working NAT? And you're just waiting on UI stuff?
If so, they'll save me a ton of time getting NAP up and I'd be happy to put together a semi-user-friendly shell script or something for use with wifi. I'm not capable of anything pretty and gui, but at least it might help people unfamiliar with the shell.
Useful links for newcomers: New members say hello, New users start here, Community subforum, Beginners' wiki page, Maemo5 101, Frequently Asked Questions (FAQ)
NOTE: Most users should avoid the extras-testing and extras-devel app repositories.
I'm not really a Maemo/smartphone expert, but I can usually find my way around a *nix system. If I somehow manage to help you out, thanks are appreciated.