/srv/irclogs.ubuntu.com/2010/10/22/#ubuntu-arm.txt

tmzt_anybody know where I can get a static version of libpthread for the gcc-arm-4.5 compiler?04:25
=== JaMa|Zzz is now known as JaMa|W
asmcoshi07:34
asmcoscompile some source packages, them need depend other package07:40
asmcoswhere are there package depend table ?07:40
ukleinekasmcos: in debian/control?08:15
ukleinekasmcos: sudo apt-get build-dep $yourpackage might do the trick08:16
ukleinekasmcos: or you use pbuilder that automatically satisfies build dependencies in the chroot08:17
asmcosoh08:26
asmcosi can get list table?08:26
asmcosabout the depend08:26
ukleinekasmcos: grep-dctrl -n -s Depends Depends debian/control08:31
ukleinekasmcos: does ~ what you want08:31
asmcosexample08:33
asmcospython-gtk depend gtk08:33
asmcosgtk depend cario08:33
asmcoscario depend xxx08:33
asmcosso ,i need build python-gtk08:34
asmcosi need build gtk first08:34
asmcosi need the order08:35
=== hrw|gone is now known as hrw
hrwre09:14
* XorA|gone finds the lack of positive feedback when booting ubuntu on beagle disturbing09:31
=== XorA|gone is now known as XorA
ograXorA, ?10:08
ograyou dont get a splash screen ?10:09
XorAogra: DVI is totally dead on release images10:20
* XorA is finding debugging hard by heartbeat LED10:20
XorAah, 3rd reboot I get splash10:23
* XorA has no idea what it was doing10:24
ogra_acXorA, known issue, fix pending .... nicely nobody told us about the rewiring of the latest boards, so a kernel patch is missing10:24
XorAthis is a beagle, not an XM10:25
ogra_acoh10:25
XorAogra_ac: it seems to be just plain random if dvi comes up :-(10:30
ogra_acweird10:30
ogra_acsounds more like a HW issue to be honest10:31
ogra_aci havent seen or heard about such behavior yet10:31
XorAnot an issue I saw on Angstrom :-(10:32
* XorA hopes the dust on the board didnt break it10:32
* XorA gives up and looks at some other toy10:35
ogra_acberco, ndec, alsa-utils should be all fixed now, please test11:09
ogra_acit also shouldnt matter if the state file exists or not now11:09
bercoogra_ac: thanks. we will :)11:10
bercoogra_ac: alsa-utils fails to install. I believe some scripts are run under sudo (sudo apt-get install) and it complains. http://pastebin.ubuntu.com/518025/13:31
ogra_acberco, hmm, could you try on a panda ? i tested it here13:32
ogra_acdidnt have such issues13:32
bercoogra_ac: it's on a panda :)13:32
ogra_achow can that be ?13:33
ogra_acit reports the wrong device name13:33
bercoogra_ac: I took the 10.10 .img and configured firewall + proposed, that's it13:33
ogra_achmm13:33
bercoogra_ac: let me check, maybe my mistake :) too many boards on my desk13:34
ogra_acyour kernel definitely is to old13:34
bercoogra_ac: I confirm it's on a panda but I didn't upgrade the kernel yet13:34
ogra_acah13:34
* ogra_ac sighs 13:35
bercook so process is to upgrade kernel, i'll do it13:35
ogra_aci really dont see a way how to tell alsa-utils to make sure the kernel is new enough13:35
ogra_aci cant add a dependency for that13:35
ogra_acberco, well, it needs to work automatically13:35
ogra_acand we need the alsactl init call once13:36
ogra_acelse the systems wont be initialized at all and the state file will just save the uninitialized state13:36
bercoogra_ac: well in this case, alsa-utils needs to be fixed to depend on a kernel version13:36
ndecberco: you need to update from maverick-updates before doing the upgrade for maverick-proposed.13:37
* ogra_ac will never let such stuff slip again into an update, working sound needs to become a requirement pre-release13:37
ogra_acndec, the kernel he needs is also in proposed13:37
ogra_acthats my prob13:37
ogra_acberco, alsa-utils cant depends on a kernel13:37
ndecberco: did you run an upgrade, or just install alsa-utils?13:37
ogra_acndec, the prob is that the new kernel will only be there after the upgrade13:38
bercondec: just installed alsa-utils. I was very basic and just read the email I received from Lauchpad13:38
ogra_acand als-utils will come in with the same upgrade *before* the kernel is running13:38
ndecogra_ac:  i see... catch 22 ;-)13:38
ogra_acyes13:38
* ogra_ac curses13:38
ogra_acthis sound stuff turns into an etarenal problem13:39
ogra_ac*eternal13:39
ogra_acits all trivial ... but fixing it in an upgrade starts to seem impossible13:39
ogra_acprobably persia has an idea13:39
ogra_aci'm clearly running out of ideas13:40
bercondec: ogra_ac: after the upgrade is "sudo flash-kernel" needed? or is it automatically done?13:41
ogra_acberco, its all automatic13:41
bercowaoh! nice :)13:41
ogra_acyou should also get a notification on the desktop that a reboot is required after a kernel upgrade13:42
bercoogra_ac: ok, upgrade is taking place...13:43
ndecogra_ac: run the init at next boot instead of in postinst?13:43
ogra_acndec, how ?13:43
ogra_acthere are only two ways i can run the init13:43
ogra_acone is the postinst, the other is from the initscript ... if i run it from the initscrip i can only call it if no state file exists13:44
ogra_acelse it would run every time and the state file would never restore the mixer settings13:44
ogra_acndec, the core problem is that the driver (unlike all other drivers) needs the alsactl init call13:45
bercoogra_ac: can it be called in alsa-utils? if file does not exist then call alsactl init13:47
ogra_acberco, thats what alsa-utils does already13:47
ogra_acberco, the file always exists if you rebooted once13:48
ogra_acthe prob is that a) the call is needed at all and b) that we cant call the init on a totally virgin system (since we upgrade we dont know how often the user rebooted already)13:48
bercoogra_ac: ok, I think I missunderstood the issue you were discussing. your pb is when the upgrade happens and file exists, tight?13:49
ogra_acyes13:49
bercos/tight/right/13:49
ogra_acthats what the postinst is supposed to solve13:49
ogra_acbut i didnt take into account that kernel and alsa arrive at the same time13:49
ogra_aceven a dependency wouldnt help since the kernel needs to be active first13:49
ogra_ac(beyond the fact that i cant add a dep on kernel to alsa)13:50
ogra_acas nicolas said, its a catch 2213:50
bercobut if you are able to notify reboot, it means you know that a kernel upgrade happened. You can just delete state file in this case13:51
berconext boot it will be created correctly13:51
ogra_acthe state file is created on shutdwon13:51
ogra_aci would have to do heavy hacks to upstart to not make that happen13:52
ogra_acnot an option13:52
bercohmm13:52
ogra_acthe whole alsa setup is really not designed to kack around such driver probs in upgrades ... thats the prob13:52
ogra_ac*hack13:52
ogra_acusually drivers properly initialize13:53
ogra_acso you dont need such a call13:53
ogra_acwe need to get that definitely fixed for natty13:53
ogra_acin the driver ...13:54
ogra_acsadly i have no clue why it doesnt initialize :/13:54
persiaogra, I'm note quite sure what I'm supposed to have an idea about.  Is it that you need to run `alsactl init` before asound.state exists, and once asound.state exists, you can never do this?13:58
persias/note/not/13:58
ogra_acpersia, i can do this13:58
ogra_acpersia, new kernel is in proposed ... adding functionallity alsa needs ... alsa update is in proposed, needing the kernel features ...13:59
ogra_acpersia, both updates arrive together, alsa needs to call alsactl init once to make the card work13:59
ogra_acbut the init only works if the kernel is actively running13:59
persiaAh, but the kernel needs to have already been updated before alsa-utils can be updated?13:59
ogra_acyes13:59
persiaOh, updated && rebooted.13:59
ogra_acright14:00
persia`alsactl init` is currently in postinst?14:00
ogra_acand in alsas initscript if no state file exists14:00
ogra_acthe state file is created on shutdwon14:00
ogra_aci cant call aslactl init on every boot because that would reset the mixer settings14:01
persiaAh, so it can't ever work: either you aren't running the new kernel *OR* you will clobber the user's mixer settings.  Is that accurate?14:01
ogra_acright14:02
ogra_acone evil hack i can imagine is to put an initscript in place that checks the kernel version and the existence of a file we create once alsactl init was run14:02
persiaWith the old notification system, there used to be a way to send an alert to the user that they needed to take action, and they could select there, so we could have a one-time thing that would reset based on user choice on first reboot.14:03
persiaI don't think that works with the new notificaiton system (no action support).14:03
ogra_acright, it wont work with the new system14:03
persiaThat's not that evil a hack, it's basically how the old system worked, except that I'm not sure how to ask the user if they don't mind if we clobber their mixer settings.14:04
ogra_acits also still a myth to me why we need to call aslactl init at all14:04
ogra_acno other driver needs that14:04
persia"myth"?  "mystery"?14:04
ogra_acyes14:04
persiaDid mvo fix the debconf dialog bug?14:05
ogra_acnot yet i think14:05
ogra_aci'm not even sure he works on it14:05
persiaThen I think we can't talk to the user in any sane way.14:05
persiaWhich makes the choices 1) documentation or 2) break custom configurations once.14:06
ogra_aceven if we could, what would we say ?14:06
persia"It appears that your kernel doesn't have support for the SDP4430 audio interface, which is available on your computer.  Would you like this to be set up at the next reboot?  This will reset any mixer settings you may have adjusted."14:07
persiaOr something like that.14:08
ogra_acand then ?14:08
ogra_achow do we set them up at next boot ?14:08
persiaThe user would answer "yes" or "no" and we'd use that information to clobber or not clobber the config.14:08
ogra_acthat doesnt require a question14:08
ogra_acwe can clobber the config14:08
ogra_acthere was no sound support at all before14:09
persiaHave the postinst run a special script in /var/lib/ if it's present, and delete the script when the script has run once.14:09
persiaI don't like just clobbering the config very much, but that's easy to do.14:09
ogra_aci dont care about the config, since there never was a working one14:09
ogra_acwe can just wipe it14:09
persiaJust force-delete asound.state and run `alsactl init` ONCE only after verifying correct architecture and kernel version.14:09
ogra_acright14:10
persiaSome folk may have working USB-audio or something.14:10
ogra_achow do i delete the state file ?14:10
persiarm14:10
ogra_acat boot ?14:10
persiaafter fs mount, obviously.14:10
ogra_acupstart cretaes it on shutdown so we need to rm it on boot14:11
ogra_acand do that only once14:11
persiaAnd only do that when we're clobbering.14:11
ogra_acif the file doesnt exist i dont need to do anything14:11
persiahave the entire thing in a script14:11
ogra_acalsactl init is run automatically on device init14:11
persiahave the script only get installed on panda14:11
persiaHave the script run only if a supporting kernel is available.14:11
ogra_acugh14:11
ogra_acthats realy ugly and hackish14:12
ogra_acbut unless we have a driver that dosnt need the alsactl init it might be the only option14:12
persiaTrigger it with something like [ -x ${SCRIPT} ] && "${SCRIPT}" && rm "${SCRIPT}"14:12
persiaUSB14:12
ogra_aci dont really see yet how to have that only installed on pandas14:12
persiaCheck for some signature prior to emplacing the script.14:13
ogra_accp it from postinst ?14:14
persiaMaybe "/var/lib/alsa/SDP4430.cleanup" ?14:14
ogra_acalsa-utils turns into a very ugly thing through me14:14
persiaNo, here-file it from postinst.14:14
ogra_achmm14:14
ogra_acwell, i need an upstart job too14:15
persiaWhy?14:15
ogra_acnot sure that can come from a here doc14:15
ogra_acbecause something needs to trigger the script14:15
ogra_acon boot14:15
persiaJust modify /etc/init/alsa-mixer-save.conf14:15
ogra_acugh14:16
ogra_acthats only run on shutdown14:16
persiaUgh, so you need two.  Hrm.14:16
ogra_acright14:16
persiaYou could add a udev rule that ran the script (if present) on SDP4430 load... :)14:17
ogra_achmm14:18
ogra_acapropos udev rules14:18
ogra_acogra@panda:~$ ls /dev/snd/14:18
ogra_acby-path    pcmC0D0p   pcmC0D12c  pcmC0D15c  pcmC0D16p  pcmC0D18c  pcmC0D20c  pcmC0D3p  pcmC0D5p  pcmC0D8c  timer14:18
ogra_accontrolC0  pcmC0D10c  pcmC0D13p  pcmC0D15p  pcmC0D17c  pcmC0D19c  pcmC0D2c   pcmC0D4p  pcmC0D6p  pcmC0D8p14:18
ogra_acpcmC0D0c   pcmC0D11p  pcmC0D14p  pcmC0D16c  pcmC0D17p  pcmC0D1c   pcmC0D2p   pcmC0D5c  pcmC0D7p  pcmC0D9p14:18
persiaGood use of "apropos" !  Extra points.14:18
ogra_acwhere the heck do the devices get there ?14:18
ogra_acs/where/how/14:19
persiaALSA/ASoC14:19
ogra_acpersia, nope14:19
ogra_acwe dont create any devices under /dev/snd in maverick14:19
persiapaste me an lsmod?14:19
ogra_acall sound devices are in /dev directly on maverick14:19
persiaNot on my install.14:20
ogra_acpersia, but on all others14:20
persiaNot on *any* of my installs.14:20
ogra_acpersia, maverick dropped all udev rules that mangle sound device creation14:20
persiaAnd most of them are native-maverick rather than upgrades.14:20
persiaUse of /dev/snd isn't mangling.14:21
ogra_acthey *have* to live in /dev14:21
ogra_acunless the kernel creates them directly in there14:21
ogra_acwhich afaik it doesnt14:21
ogra_acpersia, grep snd /lib/udev/rules.d/*14:22
ogra_acnothing puts them there unless the kernel does it itself14:22
persiaI still think it's somewhere in /sbin/alsa-utils14:22
persiaBut it wouldn't surprise me if the kernel put them there, really.14:23
ogra_acwell, it must either be a udev rule or the kernel14:23
persiaI think "snd" ends up being part of DEV_BASENAME somehow14:24
ogra_aci dont have it on my ac10014:24
ogra_acso it must be the kernel14:25
ogra_acsince i have mavericks alsa14:25
persiaQuite possibly.14:25
ogra_acand mavericks udev14:25
ogra_ac(talking about my SB play USB card though)14:25
persiaWhat happens if you plug that into the panda?14:25
ogra_acnever tried ;)14:26
ogra_acand i'm to lazy to go upstaris atm14:26
ogra_acpersia, i think i'll drop the whole posinst hackery and hack up /sbin/alsa-utils with a kernel check14:28
ogra_acthat should DTRT14:28
persiaDon't.14:29
ogra_achttp://paste.ubuntu.com/518046/14:29
persiaYou want the run-once functionality.14:29
ogra_acthats what we already have14:29
ogra_aci can just touch an additional file14:29
ogra_accheck state file, check kernel, look for file14:30
persiaDo a here-file run-once script in the postinst.14:30
persiathen replace the -f call with [ -x "${SCRIPT}" ] && "${SCRIPT}" && rm "${SCRIPT}"14:30
ogra_acte -f call needs to stay14:31
ogra_ac*the14:31
ogra_acthats for virgin installs14:31
ogra_acwhere no state exists14:31
ogra_ac(natty)14:31
ogra_ac(and where we indeed have the right kernel in advance)14:32
persiaRight, but stick that in the run-once script.14:33
persiaActually, doesn't matter.  Fresh installs can't have asound.state14:34
persiaAnd we're force-clobbering it anyway.14:34
ogra_acwell, for natty my requirement is that the driver behaves properly14:35
ogra_acso i hope we wont need that hack at all there14:35
ogra_acbut until thats the case this code stays wheer it is14:35
ogra_acthe hack i will add now will be maverick only14:35
ogra_achmpf14:36
ogra_acand a have to do a dpkg check14:37
persiaThat's a bad place for the code: you end up running every boot.14:37
persiaReally, do a run-once script trick in place of the -f business.14:37
persiaThen in the run-once script do your dpkg-check, -f check, etc.14:37
ogra_acyes, like the other hacks in the preinit_levels_on_card() function14:37
persiaYou can always exit 1 to get out without deleting it, and run it next time.14:37
ogra_acthats what this function is for, other cards use it too for hackish stuff14:38
persiaOh, fine.14:38
ogra_ac(mainly intel hda)14:38
ogra_acand powermac14:38
ogra_acso the natty side is ok here14:38
ogra_acthe maverick one isnt14:38
ogra_acand i'm still not happy with the postinst run-once idea14:39
ogra_aci wonder if we cant get someone to instead fix the driver14:39
ogra_acbut the call was just cancelled, so discussion of that has to wait until UDS14:39
ogra_ac(at which point i wanted to have that completely fixed ... sigh)14:41
persiaFixing the driver is *hard*, or we would have dropped all the stuff currently in place a month ago.14:42
ogra_acndec, we need to discuss a lot of stuff next week (i had wished the call wasnt canceled today)14:42
persiaIt's not like the way to solve it changed in that time: it just took that long for anyone to begin to fix the driver enough that we could start using it.14:42
ogra_acpersia, there was no work since two weeks14:42
ogra_acsince everyone thinks its fixed14:42
persiaI know.  Still, the solution in place is the one we knew about 6 weeks ago.14:43
ogra_acwhich doesnt help14:43
ogra_acits half breeded14:43
persiaAnyway, point being that fixing it is *hard*.  We need to have a better understanding of what is needed.14:43
ogra_acpersia, hmpf ... another issue ... how would i know which kernel actually runs ?15:15
ogra_acuname only gets me everything up to the ABI version15:15
ogra_acdpkg-query -W -f='${Version}\n' linux-image-$(uname -r)15:15
ogra_acthat gets me the installed version but doesnt tell me if it runs15:16
ogra_aci dont think there is a way to get the info i actually need15:17
=== JaMa|W is now known as JaMa|Theater
persiaogra, I think you can't.15:24
persiaYou can only tell if a given ABI is running.15:24
persiaComplain to the kernel team, if you like.15:25
ogra_acpersia, nah, just found a way15:25
ogra_acogra@panda:~$ cat /proc/version_signature15:25
ogra_acUbuntu 2.6.35-903.15-omap4 2.6.35.315:25
persiaYet another reason it's good to ask questions of the right folk :)15:26
ogra_acheh15:27
kikoahoy there18:45
kikoguys, there's a server session scheduled early monday at UDS-N18:45
kikoI'd like some linaro people to attend to see where we can help, but it conflicts with our roundtable18:45
kikocould we move it around?18:45
persiakiko, The schedule is still very dynamic.  Subscribe your folks as "participation essential" to both sides of the conflict, and it ought mysteriously disappear.18:52
persiaI don't believe anyone likely to be active in this channel has special scheduling rights.18:52
kikopersia, well, I know, but in our case we can't easily add essential participants to our roundtable. I'll try though18:53
persiaHrm.  no idea.18:53
persiaYou might ask in #ubuntu-locoteams : I don't know *why* the summit devs tend to chat about the code there, but it seems to be the place.18:54
kikopersia,  I can move it manually?18:54
kikoif you say it's okay to have that in the second slot18:54
persiaIf you can move stuff, but don't make other people conflict :)18:54
kikodone! thanks persia18:55
* persia has a strong suspicion that humans should avoid trying to find a best-fit simultaneous schedule for ~300 participants, and register preferences instead18:55
jayabharathDoing a update from stock 10.10 image for OMAP4  (running on Pandaboard) -- is taking a loooong time.. any known issues?19:44
persiaHundreds :)19:47
jayabharath:D19:48
jayabharathdesktop update is smooth.. but on panda.. slow like a tortoise..19:49
persiaBut the two main factors you are hitting are 1) ports.ubuntu.com is painfully slow, and 2) there's something like 100 updates since release19:49
jayabharathDownloadding updates went pretty quick19:50
persia(we released 3 weeks early, and it just isn't as polished as we like, but we used to release at the beginning of October, and will be in *much* better shape to ensure the next release isn't broken)19:50
jayabharathInstalling is the slow part.. I guess it's the MMC card!19:50
jayabharathshould use USB stick... that should speed things up19:50
jayabharathunderstand19:51
persiaOh, if the download is done, yeah, it's the MMC being slow, and probably made slower by the dpkg/fsync thing combined with the FTL eraseblock management.19:51
jayabharathI see19:51
persiadpkg breaks fairly spectacularly if the state on disk isn't accurate, so it ends up calling fsync all the time because it can't trust the filesystems (no transaction support).19:52
persiaBut that means, essentially, no useful disk cache for dpkg operations, which makes slow storage painful (and moreso for managed flash, because each fsync ends up marking an eraseblock used, which means the FTL has to do all sorts of things)19:53
jayabharathI see.. thanks for give the details of what might be happening...19:53
persiaJust a guess though :)19:53
jayabharathUnderstand19:54
ogra_acpersia, i got a new stereo BT headset ...20:35
ogra_acfunnily its not found on the ac100 (while i see lots of phones from 300m distant neighbors)20:36
ogra_acpersia, any idea what i should look for ? BT seems to be fine, BT audio doesnt20:36
persiaHeh.20:37
persiaogra, Bring it to UDS.  I'm not going to dig up a BT headset at 4:30 to test this with you today.20:37
ogra_acits a really cool one for music and calls20:37
ogra_acbah, slacker !!!!20:38
ogra_ac... i'll indeed bring it ;)20:38
ogra_acthanks for answering at that time :)20:38
persiaNo, just need to proof-read and publish a bundle of specs and a couple documents before UDS.20:38
ogra_acwhat happened to the schedule ... the other channel reads funny20:38
* persia isn't especially diurnal or anything :p20:38
persiaI'm not sure precisely.  Everything went wonky, and I started using LP to look at specs.20:39
ogra_acwell, seems in order again20:40
ogra_acmy specs are still all there20:40
ogra_acand even at more convenient times now20:40
* ogra_ac reboots to see if BT behaves differently if plugged at boot20:41
persiaShouldn't,20:41
ogra_acha20:47
ogra_acit helps if the headset isnt paired with my phone while searching for it20:47
ogra_acnow how do i tell alsa about it ... hmm20:48
ogra_acyay, bluetooth music20:55
persiaSo, you figured out you had to tell pulse, rather than ALSA?20:55
ogra_acwell20:56
ogra_acits a bit tricky20:56
ogra_aci have to recompile the kernel with a hack to make the tegra card modular20:56
ogra_acthen pulse doesnt eat 100%CPU20:56
ogra_ac*then* i can let pulse start with dummy device20:57
ogra_acand *then* bt sound works20:57
ogra_acas well as my soundblaster USB card btw20:57
persiaheh.20:57
ogra_acintrestingly i have no volume control20:57
ogra_aci can control app volume in RB but no master in the panel or pulse20:58
ogra_acand mic input doesnt seem to work20:58
persiaYes you do, but there's a bug that the default volume control doesn't actually control the volume of the output you are using.20:58
persiaThis is most unexpected when you have a USB headset with HID volume buttons.20:58
ogra_acit works with the usb card20:58
persiaIf you go into the detailed volume control and fiddle levels on the individual devices, it ought work.20:58
ogra_acmore important is though that i get the mic working20:58
ogra_aci want to mumble with the headset20:58
persiaIt works on whatever it thinks is default, which is fine for folks that only have one sound output (who are becoming an increasingly small proportion)20:59
persiaIt's probably muted.20:59
ogra_acnot in the UI20:59
persiaTry muting and unmuting.  Sometimes the uninitialised state is incorrectly displayed.21:00
ogra_achmm, i will try21:01
* ogra_ac isnt sure if he can swithc from hifi to telephony mode without breaking RB21:01
persiaI doubt it: they are different BT profiles.  Some hardware supports input and output with hifi, some requires a profile switch.21:02
ogra_acwell, music stops if i switch to the telephony profile21:03
ogra_acheh, and RB paused properly21:03
persiaA profile switch ends up being like a hardware change, from pulse's perspective (as I understand it)21:04
ogra_acah21:04
ogra_achmm, no peaks on the meter21:05
ogra_acif i only knew where the mic sits in this gem of industrial design21:05
ogra_acits a jabra halo btw21:06
persiaYou might want to chat about BT stuff in some channel baptistemm haunts, as he seems to be our current primary maintainer.21:06
persia(although, like most sensible folk in his part of the world, he's probably not in front of his computer now)21:07
ogra_acyeah21:07
ogra_acits not urgent21:07
ogra_aci need the non NEON QT forst anyway21:07
ogra_ac*first21:07
ogra_acelse i cant run mumble21:08
persiaYou know, some folk like NEON.21:08
ogra_acand that might still be bulding21:08
persiaYou're the one on unsupported hardware.21:08
ogra_acgood for them21:08
ogra_acwe guarantee that nothing is built with NOEN in maverick21:10
ogra_ac*NEON21:10
ogra_aca fix is already in proposed21:10
ogra_acwell21:12
ogra_acstill building it seems21:12
ogra_achttps://edge.launchpad.net/ubuntu/+source/qt4-x11/4:4.7.0-0ubuntu4.1/+build/201272221:12
ogra_aci wonder if it will make it before i step on the plane21:12
persiaWho guarantees that?  I'm certain it's not true.21:19
persiaI doubt it.  qt4-x11 takes *forever*, and seems to die during build every once in a while (based on whackamole observations)21:20
ogra_acyeah21:22
ogra_acwell, in any case that build is with -no-neon21:22
ogra_acif it succeeds i hope it's actually true :)21:22
persiaI'm surprised rbelem didn't have anything to say: I think he needs NEON to run at a decent speed on his n900 :)21:25
ogra_acwell21:26
ogra_acit breaks all QT apps on dove21:26
ogra_acdavid was pretty upset21:26
ogra_ac(and indeed on ac100 but thats rather less important)21:26
persiaWho uses Qt on dove? :)21:27
ogra_acno idea21:27
ogra_acbut we guarantee that it works21:27
persiaThat's what I thought.21:27
persiaWho?21:27
persiaI'm absolutely certain there's vast chunks of stuff in the archive that uses NEON in one way or another.21:27
persiaSimply because of all the effort to *ADD* NEON support some time back.21:28
ogra_acsure, but none of the core libs in main21:28
persiaWell, except Qt :)21:28
persiaAnd everything built on Qt (you will be testing the entire rdepends stack, right?)21:28
ogra_acnope21:29
persiaSo, what about regression potentials?21:30
ogra_aci will test what i can21:30
ogra_acit wont regress on anything but arm21:30
persiaSo?  There's plenty of users of Qt on ARM.21:31
persiaAnd all the testing was done on NEON-capable platforms, etc.21:31
ogra_acits very very unlikely that you have NEON stuff on app level21:31
ogra_achah !21:49
ogra_achttps://edge.launchpad.net/ubuntu/+source/qt4-x11/4:4.7.0-0ubuntu4.1/+build/201272221:49
ogra_acfinished successfully21:49
linux_manjuHi all21:59
Guest57282hi, can someone helb my with a beaglebord c4 an ubuntu?22:00
linux_manjuI recently bought Beagleboard Rev A3 .. However HDMI / DVI to LCD tv was not working22:00
ogra_acpersia, fyi, mumble works fine with the new QT, no SIGILL anymore22:02
Guest57282i have problems with the installiation22:02
linux_manjuI checked up and found out a bug https://bugs.launchpad.net/ubuntu/+source/linux/+bug/663642 .. and reinstalled OMAPMaverickInstall ... Still now no DVI output but now Xorg fails with /dev/fb0 not found22:02
ubot2Launchpad bug 663642 in linux-linaro (Ubuntu Maverick) (and 3 other projects) "DVI doesn't work at BeagleBoard xM rev A3 (affects: 1) (heat: 16)" [Undecided,Fix committed]22:02
linux_manjuAny help would be appreciated22:02
=== Guest57282 is now known as geruds
gerudsi have a beagle c4 with android. now i want to install Ubuntu , but i it dount start the Image from sdcard22:07
gerudsand yes.. i am a dau22:08
persiaGuest60685, What doesn't work?22:09
persialinux_manju, Unfortunately, it needs a kernel change, which complicates installation.  I'd recommend following that bug, and either helping to test, or waiting until the fix is released.22:10
persiageruds, On my C4, I have to hold down S1 for a long time to get it to boot from SD.22:10
gerudsthe user button?22:10
linux_manjupersia: I did install  the recomended kernel as suggested here : https://wiki.ubuntu.com/ARM/OMAPMaverickInstall22:11
linux_manjupersia: Its been 7 days sofar.. I have been banging my head on this. but to no avail :(22:11
persialinux_manju, I don't know what to suggest.  Maybe someone else with that hardware that got it working will have an answer.22:13
persiageruds, Yes.22:13
ogra_achmpf ...22:14
linux_manjupersia: NP .. Thanks for trying though :)22:14
ogra_acpulse doesnt like to work with mumble22:14
gerudsi will try. moment22:14
linux_manjupersia: Its dumb from beagle board side to change the HW without notice22:14
persiaogra, No.  You need to fiddle mumble in lots of different ways.  I remember NCommander trying to get my handset to work with mumble: after about 4 hours he gave up.22:14
persialinux_manju, Hardware vendors often do this, unfortunately: the issue is mostly related to timing: when a change like that happens right before a release, it's hard to make sure things are supported.22:15
ogra_acwell, it works fine with my wired headset on the laptop22:15
persiageruds, What I do is hold it down *before* adding power, wait for all the lights to come up, and release only then (10-15 seconds later).22:16
persiaogra, Right, because wired uses ALSA.  BT is kinda special, because it talks to pulse directly (this is part of why we want pulse by default).22:16
persiamumble is just kinda broken, sadly.22:16
ogra_acbah22:18
ogra_acand the server kicks me out all the time22:18
gerudsok.. it dosent work. so my image on the sd shoud be faild22:18
gerudsi got the massage "no MMc card found"22:19
persiageruds, You have just the one SD slot?22:19
gerudsjap. only thoe one on the bord22:20
gerudsand a new installation off android will work fine22:21
gerudsso i thing the hardware is ok22:21
gerudsnew Message:"Unknow command 'mmcinit'22:23
persiaAnd this is a C4?22:25
gerudsjap22:26
gerudswritten on the bord ;-)22:26
persiaDunno then.  Works for me.22:26
persiaHow did you write the SD?22:26
gerudsi use this tutorial https://wiki.ubuntu.com/ARM/OMAPMaverickInstall22:27
gerudsif you have a smarter one i will try it ;-)22:28
persiaWhat I did was `gunzip ./ubuntu-netbook-10.10-preinstalled-netbook-armel+omap.img.gz && dd if=./ubuntu-netbook-10.10-preinstalled-netbook-armel+omap.img of=/dev/sdc bs=1M`22:29
persiaObviously, you might not be using sdc :)22:29
persiaBut I've heard of other folk who had success with dd and lack of success with cat22:29
geruds*g* ok.. i will use sdb ;-)22:30
gerudspersia the same problem 'no mmc card found' 'unkown command 'mmcinit'22:43
persiaAnd you verified the checksum of the download?22:46
ogra_achmm22:46
ogra_aci seem to be able to get it working with the usb headset22:46
ogra_acbut i cant hear a thing22:46
gerudsofcorse not ;-)22:47
gerudsi make a new download an check it22:47
ogra_acsigh, thats annoying22:51
ogra_acpersia, you dont feel like mumbling for a second i guess ?23:15
* ogra_ac finally found a HW config where the input seems to work23:16
gerudshei persia, ok i check the md5 its al ok. i try 10.10. and 10.4 ; every time the same problem23:20
persiageruds, Hrm.  I'm not sure what to tell you.  I wonder if there are some different revisions of "C4" or something.23:21
gerudsi thing the problem ist here : On omap3 systems with a modified NAND (i.e. beaglebord C series) do the following:23:21
gerudsOn a serial console connected to the system, halt any autoboot script and type23:21
gerudssetenv bootcmd 'mmc init;fatload mmc 0 0x82000000 boot.scr;source 0x82000000'; setenv autostart yes; saveenv; boot23:21
gerudsThe system should start booting (note that this step is only necessary if you have a NAND and the system does not default to reading boot.scr)23:21
persiaHrm.  Dunno.  I never succeeded in seeing anything on serial: I just held down the button and it booted from the SD and worked.23:22
persiaBit slow and not much RAM, but otherwise.23:22
gerudsok. i thing i will make a brake for today and will go on tomorow23:24
gerudsrealy thanks for your help. it show me that i am not realy stuped ;-)23:25
gerudsif i finde a solution i will tell you23:25
persiaIf you don't mind, it would be better to add it to the wiki.23:26
persiaWorks for me, meaning I'm not likely to add it, and if you find a good workaround, maybe if someone else with a C4 has your issue, they can try that (but note that not all C4s have the issue).23:26
persiaSame as where rsalveti added notes on his MX that linux_manju was using to try to get the XM/A3 working.23:27
gerudsjap i will poste it. i thing the problem is that androide is now in the NANE. if you have a new beagle the problem newer exist23:28
gerudsNAND23:28
persiaYou think the android bootloader in NAND is getting in the way of booting off MMC?23:29
gerudsyes23:29
persiaYou might try one of the recovery techniques from elinux.org to see if you can clear the NAND (obviously, backup anything interesting first)23:29
gerudsnice idear23:30
gerudsi will try it tomorrow..23:31
gerudsthx23:31
pworkHello, I ran the a rootstock command from my host machine to generate a rootstock .img, but I get a non fatal error, and no .img in the end : chroot: failed to run command `/bin/installer': Exec format error, I: Cleaning up..., I: Unmounting temporary image23:47
pworkDo you have any idea what goes wrong ?23:47
pworkOops, sorry, just after the 'Extracting <package>' step, I get "chroot: failed to run command `debootstrap/debootstrap': Exec format error" also23:48
pworkI followed the RootstockFromScratch howto23:52

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