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