![]() |
Re: Has anyone sucessfuly got bootmenu to work with a WIMAX?
Quote:
|
Re: Has anyone sucessfuly got bootmenu to work with a WIMAX?
Quote:
|
Re: Has anyone sucessfuly got bootmenu to work with a WIMAX?
Quote:
BTW, would you care to figure out which missing part breaks it when removing extra stuff? There is to_remove.lst file and it goes over it and 'rm -rf' 's it. My tip is library in /usr/local/lib. The line that fails is "iwtool radio on" in linuxrc. You could remount initfs rw, chroot to it and try to remove stuff in steps and try to run iwtool after each one. |
Re: Has anyone sucessfuly got bootmenu to work with a WIMAX?
@fanoush: I'll give it a try and see where the initfs breaks.
|
Re: Has anyone sucessfuly got bootmenu to work with a WIMAX?
to_remove.lst had ./usr/local/lib, which was deleting these files:
./usr/local/lib/libiw.so.29 ./usr/local/lib/libiw.so I removed that line, and rewrote initfs this time selecting the option of remove unneeded extra and factory testing stuff, and the device came back up fine after the reboot. |
Re: Has anyone sucessfuly got bootmenu to work with a WIMAX?
I see, thanks. Looks like N810 wimax initfs has indeed some extra stuff, I cannot find even iwtool command in my initfs (maybe it is in /usr/local/bin?, there is no such directory in N810 version) and the wimax firmware blob is mising too (if there is any). That explains your 3.4MB size. Ok I'll remove lines
./usr/local/lib ./usr/local That should keep testserver removed but other stuff in /usr/local intact. BTW, it would be easier if they would distribute same initfs for both devices :-) Anyone wants to PM me his N810 wimax edition WLAN MAC ID (with last two digits zeroed if you wish)? |
Re: Has anyone sucessfuly got bootmenu to work with a WIMAX?
Thanks. BTW, if you need a tarball of the initfs image, I can mail that to you. iwtool is on initfs' /usr/bin on my tablet.
|
Re: Has anyone sucessfuly got bootmenu to work with a WIMAX?
Quote:
|
Re: Has anyone sucessfuly got bootmenu to work with a WIMAX?
If you look at the "to_remove.lst" list, you can go in and manually remove individual sections to make room. "du -sx *" will show how big each subdirectory is in total (all the files in all directories below are in the total).
(Actually this file or the flasher scipt is inefficient or the source of the problem - the script is doing "rm -rf" on each line of the above file which means recursively remove files and directories, but the list has both files, then the containing directories, e.g. /usr/local/lib/testserver/... but also removes /usr/local completely too) To remove things manually: mount /mnt/initfs -o remount,rw cd /mnt/initfs/ rm -r usr/share/man usr/local/lib/testserver usr/lib/libtestserver* ... etc. Then sync, or mount /mnt/initfs -o remount,ro df should show the results. |
Re: Has anyone sucessfuly got bootmenu to work with a WIMAX?
http://www.internettablettalk.com/fo...ax+mac+address
While you are updating, I know how to add the console (font, bitblt, etc. modules) on the alternate vt, but it would be a lot more convenient if I could get those modules loaded and whatever enabled as part of this install script. (And I'm trying to get the wlan (wifi) modules to load before wimax - wifiinfo gets confused if the wimax is at the top in /proc/net/wireless). |
All times are GMT. The time now is 21:21. |
vBulletin® Version 3.8.8