/srv/irclogs.ubuntu.com/2008/09/02/#ubuntu-mobile.txt

Nibblerhi01:04
Nibbleri noticed ubuntu-mobile is in the default 8.04 repository - is there a way to activate this, so to try it out on a desktop with touchscreen?01:05
persiaNibbler: Not easily.  The 8.04 repositories contain only about 95% of what was in the Ubuntu MID release, and so expose a number of known bugs (including hard crashes).  Also, Ubuntu MID is fairly firmly tied to the lpia architecture right now.01:14
persiaYou could reinstall your desktop with Ubuntu MID to play with it, but you'd probably do better to launch the KVM image and use that.  The touchscreen ought send the right information to KVM.01:15
smp4488is there a development package for mobile?04:53
persiasmp4488: Not a specific package.  Development is done on a per-package basis for the packages that are part of Ubuntu Mobile, and then collected into the resulting images.05:06
persiaWhat are you trying to accomplish?  I may be able to suggest something.05:06
smp4488im trying to get a car pc interface going05:12
smp4488i looked at nghost but i like the mobile interface better05:12
smp4488any suggestions?05:16
persiaDo you have target hardware?  Have you tried installing the Ubuntu MID images on that hardware?05:19
smp4488i have it running on my main pc in xephyr05:23
persiaAh.  I'll recommend against that.  My experience was that many things that worked in Xephy didn't work on actual hardware, and vice-cersa.05:23
persiaYou might try running the KVM image in a virtual environment to play with it.05:23
smp4488gotcha05:24
smp4488right now im just trying to get a feel for it05:24
persiaOnce you have a working install, you should be able to install any binary packages created for the lpia architecture on that install, to test various changes.05:25
smp4488so what all has already been implemented, bluetooth gps?05:26
persiaYou can create binary packages for the lpia architecture using a variety of build systems, working against an lpia chroot on nearly any x86 or x86_64 system.  I personally use sbuild, although pbuilder has a number of advocates.05:26
persiaSo, the workflow depends on the goal.  Either adjust things on an install, or otherwise determine some change you want to try.05:27
persiaMake those changes to a source package, and then build a binary package for lpia that matches the source package.05:27
persiaInstall that binary package on your install, and test the result.05:27
smp4488ok bear with me in new to all this05:28
persiaBluetooth works mostly, although there are still some issues.  I don't have GPS hardware, so haven't tested that.05:29
persiaThe touch interface works fairly well, although the lack of a screen rotation applet is a bit unfortunate for tablet use (depending on content).05:29
smp4488well my hopes are still high05:30
smp4488my car pc is out in the garage so right now im testing it on my pc just to get everything figured out05:31
persiaMakes sense.  For device enablement, I do recommend having the hardware on the desk, as some things are a little different in a virtual environment, but for basic application functionality, etc. working directly on the device is likely sufficient.05:32
persiaErr.  working directly in a *virtual environment* is likely sufficient05:32
smp4488i do agree it is better to have your actual hardware but i would rather develop on my main pc untill i get the feel for everything05:33
smp4488i can run hildon from my main install but in the chrooted environment i already get errors05:35
smp4488/usr/bin/mas no such file or directory05:36
persiaYeah, that's why I suggest not using Xephyr.  You'll find a virtual install much more likely to work cleanly.05:38
smp4488ok so where do i start with that, virtual machiene?05:39
smp4488KVM i assume05:42
persia http://cdimage.ubuntu.com/mobile/releases/hardy/ has an image for KVM which is probably a good place to start.05:44
persiaYou can use apt-get to add more packages to that image later.05:44
smp4488ok we will see how that goes05:46
smp4488i am having trouble with KVM is ther a channel for that?06:03
persiaWhat sort of trouble?  For something simple and about the image, we might be able to help here.  For more complex questions, #ubuntu-virt is probably better.06:08
smp4488im getting errors about hardware acceleration06:08
persiaAh.  Does `grep vm /proc/cpuinfo` produce any output?06:12
smp4488yes06:14
smp4488a bunch of flags06:14
persiaOK.  I'm going to guess that you have the virtualisation extensions turned off in your bios.06:14
smp4488yea thats what someone else said06:15
persiaAlternately, it may be that the necessary kernel modules aren't loaded.06:15
smp4488im going to reboot and look06:15
smp4488where would the setting be in the bios?06:15
persiaDoes `sudo modprobe kvm` help?06:15
persiaIn mine, it's under "Advanced", but that may not mean much :)06:15
smp4488yea it works06:15
smp4488it loaded the module06:15
persiaCan you run kvm with the module loaded?  Might just be the missing module.06:16
smp4488i can load that module but when i try to load kvm-amd i get errors06:16
smp4488opperation not supported06:16
smp4488i will brb let me reboot and see what i can find06:17
smp4488_you still here06:26
smp4488_i couldnt find anything in the bios06:26
smp4488_im on my laptop now06:26
persiaAnnoying that.  And the kvm module is loaded, and KVM still doesn't work?  I wouldn't expect that if /proc/cpuinfo contained some vm* flag.06:27
smp4488_i dont ts your acceptance of this policy. For details on06:28
smp4488_ - freenode network policy, please take a look at our policy06:28
smp4488_ - page (http://freenode.net/policy.shtml). Thank you for using06:28
smp4488_ - the network!06:28
smp4488_ - 06:28
smp4488_ - freenode is a service of Peer-Directed Projects Center, an06:28
smp4488_ - IRS 501(c)(3) not-for-profit organization.  Our yearly06:28
persiaMy apologies, but my knowledge of how it ought work doesn't extend much further: you might try on #ubuntu-virt.06:28
smp4488_ - fundraihink so06:28
* persia blames synaptics06:28
smp4488_im going to reboot and se what i can come up with06:28
smp4488_you think it may be something in the kernel?06:29
persiaGood luck.06:29
persiaWell, I don't know that much about KVM, but I do know that it requires a kernel module to run, and that the kernel module requires some capabilities in the processor.06:29
persiaI believe that one can detect this with `grep vm /proc/cpuinfo`, but I may be mistaken.06:30
persiaI know some BIOSes turn off the virtualisation, or have turning it on or off as an option.  I'm not sure how this works other than for the one of my machines that supports KVM (most of them don't)06:30
smp4488__this is lame06:38
smp4488__i need to update my bios06:39
=== smp4488__ is now known as smp4488
gfcshey guys06:49
gfcsone question06:49
gfcsUbuntu MDI works in Nokia n810 ??06:50
smp4488ok now i am getting somewhere06:52
persiagfcs: No.  The Nokia n810 has an ARM processor, and Ubuntu doesn't have an ARM buildds.  You might be interested in mojo.handhelds.org : most of the packages ought be recompiled for ARM there.06:54
persiasmp4488: The BIOS update enabled the KVM option?06:54
gfcspersia, Thank you06:56
smp4488no im trying to use virtualbox06:56
smp4488now im gettin kernel module errors but im working on it06:57
persiaYeah, virtualbox works for more processors.  I think you have to convert the qcow2 image into another format to load into virtualbox, but I admit I don't actually know the commands to do that.06:58
smp4488im getting kernel module errors now though06:59
persiaI remember hearing something about kernel module version skew, but I don't really know the details.  You may need to pull some special different package to make it work.06:59
smp4488or install the right module07:00
persiaheh.  indeed :)07:01
smp4488i think i found it07:01
smp4488nope07:05
=== persia_ is now known as persia
smp4488ok i have virtualbox going07:41
smp4488now how do i load the image lol07:41
smp4488sweet jesus i finally got it to boot and its not even on my test pc07:50
persiaCool!07:53
smp4488but now it is searching for installation source07:55
smp4488sleep for 5 seconds07:55
smp4488how do i fix that?07:55
persiasmp4488: Sorry: I've been distracted.  I'm not sure exactly, but many reports are that it takes a very long time to install.08:23
Nibblerpersia: thanks08:57
amitkasac: you take care of firefox too, right?10:55
amitkbug 262693 is causing firefox to shutdown. I guess I'll just turn off flash.10:57
ubottuLaunchpad bug 262693 in flashplugin-nonfree "Flash not working: Intrepid, 2.6.27, FF3" [Undecided,Confirmed] https://launchpad.net/bugs/26269310:57
persiaamitk: You may find a wider number of firefox maintainers in #ubuntu-mozillateam10:58
amitkpersia: ok10:58
amitkpersia: duh... just noticed that I was posting to ubuntu-mobile, instead of ubuntu-devel :)10:59
persiaamitk: #ubuntu-devel might also be a good forum, but I think #ubuntu-mozillateam is likely best :)10:59
nibblerwhat are .kvm and .qcow2 files? 12:43
nibbleror: what install media can i use to just install ubuntu-mobile from cd eg, or test it in a vm?12:44
nibblerah... kvm.... ahhhhhh12:48
persianibbler: There are also some .img files, and you can use dd to put them on a USB stick for installation on real target hardware.12:49
nibblerah okay.... will this give me a live system, or just an installer?12:50
nxvlgood morning12:50
persiaThe images are just the installer.  The KVM is a live system12:50
nibblerokay, i'll try get the kvm running then12:51
nibblerthanks12:51
=== asac_ is now known as asac
smp4488anyone here?16:24
persiasmp4488: Three score of us, not including yourself.16:25
smp4488lol16:27
smp4488man i am having nothing but problems16:27
smp4488im getting that checking device for installation source over and over16:28
persiaI thought you had decided on a virtual solution?  In that case, you want to use the virtual images.  The install images assume they are attached via USB, and the virtual environments don't handle that so well.16:30
smp4488ahh so where do i find thos image files?16:30
smp4488i am using virtual box16:31
smp4488any suggestions?16:39
nibblercheck topic16:42
smp4488i have the image file but i keep getting the searching for source error16:42
smp4488it sleeps for 5 then does it over and over16:43
nibblerah ok... no idea16:44
nibblernever seen this ubuntu-mobile16:44
persiasmp4488: The install image, or the KVM image?16:44
smp4488i converted the kvm image16:45
smp4488the .img file16:46
smp4488to .vdi16:46
smp4488but then i downloaded the tar and im going to see what i can do with that image16:46
smp4488which one do i want to convert the .img or the .kvm16:47
ograthe .qcow216:54
smp4488convert it to vdi?16:55
ograright16:55
ograwell, first to .raw16:55
ografrom there to .vdi16:55
smp4488so not the .img or .kvm16:55
ogra.kvm is a script iirc16:55
ogracalling qemu -kvm blah.qcow216:55
* ogra runs out 16:56
smp4488gotcha16:56
smp4488now i get kernel module errors on startup17:16
persiaExcellent.  That's expected, and you can safely ignore them.17:16
smp4488the screen blinks and what is the login?17:17
smp4488oh and the swap failed to load17:18
persiaI believe it's username ume and password ubuntu.17:21
persiaChange the password if you intend to have any private data :)17:21
smp4488thanks17:21
smp4488nut why does the screen keep blinking?17:22
persiaThat's not a question to which I know the answer :)17:23
smp4488now im getting somewhere17:46
smp4488im trying to install something and i am missing build and header files for my kernel18:26
smp4488where are the config files for mobile?18:44
=== matt_c_ is now known as matt_c
heruanhi all19:39
heruanI installed ubuntu-mobile on my Aspire One19:39
guruzgreat19:40
guruzi'm planning to do that too19:40
guruzwhat can you tell about it19:40
guruz:D19:40
guruzthe netbook remix thing?19:40
heruanexaclty... the package ubuntu-mobile comes without the netbook-remix, but with an hackish gnome environment19:41
heruanthat's not ideal... so I installed the netbook-remix and I found it fantastic19:41
guruz:)19:42
guruzMy current problem is that I am only using firefox19:42
guruzand i don't care much where it runs O:-)19:42
guruzBut well.. as soon as I have some time ;)19:42
heruanare you using ubuntu-desktop or mid edition?19:43
guruzthat default thing19:44
guruzlinpus19:44
heruanah, okay :p19:44
guruzit's lame, i know19:44
heruanno, no... linpus has a great pro: boot time19:45
heruanI don't know how it can boot so quickly19:45
heruanI think it's a must shortening boot time in ubuntu-mobile19:46
guruzYeah19:46
guruzthat's right19:46
guruzthe boot time is incredible19:46
guruzhm, then let's hope ubuntu does at least save more battery power than linpus19:46
guruzand i'd like to have suspend to disk too ;)19:46
=== emgent`NL is now known as emgent`nl
smp4488anyone know where the config files are for mobile23:11

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!