2010-05-08 04:28 Hey everone, new nanonote user.  Updated the firmware and now it boots to gmenu2x how  do I  get back to the command line or stop gmenu from booting at start 2010-05-08 04:29 qwebirc79405: hey, try ctrl+alt+f1 2010-05-08 04:29 that shoudl get you a console 2010-05-08 04:29 maybe ctrl+alt+f2 2010-05-08 04:30 let me check the file you'll need to change 2010-05-08 04:30 ctrh alt f1 worked 2010-05-08 04:31 gosh can't hit the keys straight 2010-05-08 04:31 Thank you 2010-05-08 04:31 Been trying all day 2010-05-08 04:32 heh ok 2010-05-08 04:32 and in /etc/rc.d/S99start you will find gmenu being started 2010-05-08 04:32 you can either remove the file completely 2010-05-08 04:33 or comment out /usr/bin/gmenu2x with a leading # 2010-05-08 04:35 thx for tip will comment out 2010-05-08 04:35 qwebirc79405: no prob :) 2010-05-08 04:35 I will add it to the wiki right away :) 2010-05-08 05:16 tuxbrain: morning, what is ur nick on the wiki? 2010-05-08 10:14 larsc, i think going up a dir in gmenu2x is still broken 2010-05-08 10:15 unless the version of gmenu2x in the latest image isn't the one with applied patches 2010-05-08 10:20 zear: it's not in the image 2010-05-08 10:20 ah 2010-05-08 10:21 btw, i don't know who is responsible for the image, but you can easily add gmenu2x entries for "console" and "poweroff", "reboot" 2010-05-08 10:21 i'd like to find such entries preinstalled with the image 2010-05-08 10:24 zear: send a patch 2010-05-08 10:24 larsc, first i'd need to have a newest version of gmenu2x installed 2010-05-08 10:24 the one with the fixes 2010-05-08 10:24 is it easy enough to compile with owrt? 2010-05-08 10:25 yes 2010-05-08 10:25 edit feeds/qi/gmenu2x/Makefile 2010-05-08 10:25 ls 2010-05-08 10:25 and set PKG_REV to HEAD 2010-05-08 10:26 then you'll get the latest version 2010-05-08 10:26 larsc, i must have an outdated version of owrt as i don't have the ./feeds/qi dir 2010-05-08 10:27 zear: what is in your feeds.conf? 2010-05-08 10:28 actually, i don't have one 2010-05-08 10:28 i only have feeds.conf.default 2010-05-08 10:28 ah ok 2010-05-08 10:28 cp feeds.conf.default feeds.conf 2010-05-08 10:29 now do scripts/feeds update and i'll have the qi dir? 2010-05-08 10:30 attempting to do an ipkg of nupdf, what's the best place to have it install to (on the nanonote) 2010-05-08 10:32 zear: if there is an qi entry in feeds.conf, then yes 2010-05-08 10:32 larsc, i copied feeds.conf.default to feeds.conf, then ran scripts/feeds update and scripts/feeds install -a and i still don't have ./feeds/qi dir 2010-05-08 10:32 darfgarf: /usr/bin/ 2010-05-08 10:32 larsc, oh, there is not 2010-05-08 10:33 larsc, is it ok to have the data folder there aswell? 2010-05-08 10:33 as i've done it to be self contained, as that's easier for the dingoo 2010-05-08 10:34 darfgarf, that's the reason i hate the "linux" way of storing the data on embedded devices 2010-05-08 10:34 yes, spreads out all over the place 2010-05-08 10:36 darfgarf: data is /usr/share 2010-05-08 10:38 zear: do you have openwrt from openwrt.org or qi-hardware.org? 2010-05-08 10:38 larsc, git clone git://projects.qi-hardware.com/openwrt-xburst.git 2010-05-08 10:39 though it's about a month old 2010-05-08 10:39 zear: git checkout xburst 2010-05-08 10:39 larsc, i need to do it inside the openwrt-xburst dir? 2010-05-08 10:40 yes 2010-05-08 10:40 error: pathspec 'xburst' did not match any file(s) known to git. 2010-05-08 10:40 ah, sorry 2010-05-08 10:41 origin/xburst 2010-05-08 10:41 Note: moving to "origin/xburst" which isn't a local branch 2010-05-08 10:41 i understand that is safe? 2010-05-08 10:41 i still don't have the ./feeds/qi dir 2010-05-08 10:41 yes 2010-05-08 10:42 now you need to copy feeds.conf.default and run feeds/scripts update 2010-05-08 10:42 how do you disable gmenu form launching? much prefer the terminal as i mostly do program testing/etc 2010-05-08 10:44 darfgarf, http://en.qi-hardware.com/wiki/Disable_Gmenu2x_autostart 2010-05-08 10:44 thanks 2010-05-08 10:44 np 2010-05-08 10:45 and how do we install ipkg's to the nn? doesn't have ipkg at all it seems 2010-05-08 10:45 zear: i hope it works, have to go now 2010-05-08 10:45 larsc, nope, doesnt :) 2010-05-08 10:47 opkg install .... 2010-05-08 10:49 ah, what architecture does it want in the ipkg? and kmod-sound-soc....list + directfb.list aren't found 2010-05-08 10:51 i just ignore those errors or touch the files and it goes away :) 2010-05-08 10:53 right, that's those covered then, so what should the architecture be in the control file? 2010-05-08 10:54 u making this by hand or something? 2010-05-08 10:54 packaging the binary into one 2010-05-08 10:54 so yeah, pretty much 2010-05-08 10:55 not sure but could look inside one built through openwrt to see what it says 2010-05-08 10:55 don't think so, it removes the control file when it packages it up, just for ipkg-build 2010-05-08 10:57 Architecture: xburst 2010-05-08 10:58 trying it righ tnow, i just assumed it would accept mipsel 2010-05-08 10:59 the control file was inside package 2010-05-08 10:59 really? because when it's being packaged it removes it 2010-05-08 10:59 or at least says it does... 2010-05-08 11:00 yeh was control.tar.gz one of the 3 files untarrred 2010-05-08 11:03 odd, it's still giving the missing .list errors, yet they exist 2010-05-08 11:03 think i might update first :D 2010-05-08 11:14 Miro around? 2010-05-08 11:28 xiangfu: hey 2010-05-08 11:28 the ubifs guy 2010-05-08 11:28 kristianpaul, hi 2010-05-08 11:28 i was reading http://en.qi-hardware.com/wiki/Ubifs 2010-05-08 11:29 so i can do ubifs the 1700MB of remaining NAND and then add it to shole filesystem= 2010-05-08 11:29 ? 2010-05-08 11:31 yes. we can do ubifs on the 1700MB nand. 2010-05-08 11:31 how? 2010-05-08 11:32 ubiformat /dev/mtd3 -y 2010-05-08 11:32 ubiattach /dev/ubi_ctrl -m 3 2010-05-08 11:32 ubimkvol /dev/ubi1 -s 1730MiB -N data 2010-05-08 11:32 mkdir /data 2010-05-08 11:32 mount -t ubifs ubi1:data /data/ 2010-05-08 11:33 but i need do mount at boot time with a script or i can tell kernel use it? 2010-05-08 11:35 actually thats the quetiona i want to make :) 2010-05-08 11:35 or at least i way after every system upgrade i dont have to coy scripts again 2010-05-08 11:38 I am not find a method let "/etc/fstab" auto mount ubifs now. :-( 2010-05-08 11:41 :/ 2010-05-08 11:41 well i'll keep using the script at initd 2010-05-08 11:46 kristianpaul, I will keep searching the method :-) 2010-05-08 11:46 script ! 2010-05-08 11:46 but will reduce startup time 2010-05-08 11:47 may be i need find how how to laucn gmenu and the same time i mount the /data 2010-05-08 11:49 launch gmenu is at /etc/init.d/start 2010-05-08 11:50 yeah i replaced with a script that mounts and then lucnh gmenu2x 2010-05-08 11:56 great 2010-05-08 13:44 Afternoon guys.  Anyone get Debian running on the NN?   Followed the directions here http://pyneo.org/howto/debian/nano.html  it starts to boot but won't complete. 2010-05-08 13:44 try again 2010-05-08 13:44 i had the sample problem 2010-05-08 13:44 no luck yet but i was told to try again 2010-05-08 13:44 it dint work at first 2010-05-08 13:47 Cool, will give it another wack, thanks! 2010-05-08 13:48 but it works 2010-05-08 13:48 jsut dont desesperate 2010-05-08 13:48 as may be id did :( 2010-05-08 13:48 s/id/i 2010-05-08 13:49 :-) 2010-05-08 13:50 thanks for the link. I'm gonna try to install debian too :) 2010-05-08 13:50 Well, now it's booting as soon as I plug it in, it's not waiting for the power button. 2010-05-08 13:51 are you plugging to usb directky? 2010-05-08 13:51 or already placed battery? 2010-05-08 13:51 Yup 2010-05-08 13:51 it happens if ^ 2010-05-08 13:52 Removed battery, plug it into USB (direct to laptop) and it boots.   Well, tries to boot, get's stuck with a blank screen 2010-05-08 13:53 yeah that black screen happens to me 2010-05-08 13:53 What the hell.  Ok, now it just stopped autobooting and I'm back to usbboot. 2010-05-08 14:35 tuxbrain: ping 2010-05-08 19:39 Lars-Peter Clausen: gpio-charger: exit should be in __exit section. http://qi-hw.com/p/qi-kernel/b3eaf21 2010-05-08 19:39 Lars-Peter Clausen: jz4740-fb: init and exit should be static http://qi-hw.com/p/qi-kernel/228e339 2010-05-08 19:39 Lars-Peter Clausen: jz4740-adc: Add missing __devexit_p http://qi-hw.com/p/qi-kernel/7da4da3 2010-05-08 19:39 Lars-Peter Clausen: jz4740-udc: probe and remove should be in __dev{init,exit} sections http://qi-hw.com/p/qi-kernel/0c14655 2010-05-08 19:39 Lars-Peter Clausen: jz-mmc: remove should be in __devexit section http://qi-hw.com/p/qi-kernel/14ac3b0 2010-05-08 19:39 Lars-Peter Clausen: jz4740-battery: probe and remove function should be in __dev{init,exit} sections. http://qi-hw.com/p/qi-kernel/8e1c092 2010-05-08 19:41 Lars-Peter Clausen: jz4740-fb: Fix clock error checking in probe. http://qi-hw.com/p/qi-kernel/838ee54