IRC log of #cubox of Tue 16 Dec 2014. All times are in CET < Back to index

09:31 soppman anyone gotten spdif or usb audio to work in android?
10:28 soppman rabeeh, I saw yesterday you tried a lolipop build, could I try it?:) im desperate to get audio working
10:28 soppman and 5.0 has usb audio by default
10:43 rabeeh lollipop is not there
10:43 rabeeh will be mid Jan
10:44 rabeeh we still didn't get the sources from fsl; but once we get them we start massaging and porting them
10:46 soppman ok
10:47 soppman anything I could try to fiddle with to get either spdif or usb audio to work?
16:46 alpha_one_x86 http://pastebin.com/QPt76zzU
16:46 alpha_one_x86 With vanilla kernel
16:46 alpha_one_x86 any idea?
17:25 mk01_ alpha_one_x86: compiled as tickless ?
17:25 alpha_one_x86 maybe, I check... why,
17:25 alpha_one_x86 ?
17:34 jmontleon alpha_one_x86, booting from mmcblk0? is the driver built in?
17:35 jmontleon just a guess; i wouldnt have really expected all that with rootwait; maybe not the issue
17:36 alpha_one_x86 booting from mmcblk0p1 but the backtrace show it don't go to this part, it crash before
17:36 jmontleon alpha_one_x86, http://www.cubieforums.com/index.php?topic=1254.0
17:36 jmontleon Disabling CONFIG_JUMP_LABEL did the trick, it is booting now..
17:36 alpha_one_x86 and rootwait already set
17:36 jmontleon I vaguely rememger something like that
17:37 jmontleon your hint is "Internal error: Oops: 80f"
17:38 alpha_one_x86 Idle dynticks system (tickless idle)
17:38 alpha_one_x86 CONFIG_JUMP_LABEL disabled, I wait it compil
17:42 alpha_one_x86 CONFIG_JUMP_LABEL -> why it's not activable? kernel bug? compiler bug?
19:20 jmontleon alpha_one_x86, I think it and another option don't play well
19:21 jmontleon it and DEBUG_SET_MODULE_RONX on arm anyway
19:22 jmontleon i guess on other arch's it's not a problem; it's known; whether they will eventually fix it, or they become mutually eclusive or what; i don't know the plan
19:25 alpha_one_x86 I don't know if PREAMPT work, for 3.15 it have problem on other arm, but with 3.17 I don't have (imx6 too, but computer utilite)
19:27 alpha_one_x86 CONFIG_DEBUG_SET_MODULE_RONX => n to be safe?
19:28 alpha_one_x86 CONFIG_JUMP_LABEL -> same oups
19:52 jmontleon alpha_one_x86, make sure one is set to #
19:52 jmontleon I have:
19:52 jmontleon # CONFIG_DEBUG_SET_MODULE_RONX is not set
19:52 jmontleon CONFIG_JUMP_LABEL=y
19:54 jmontleon i guess the other way around should work too
20:14 alpha_one_x86 i have the reverse...
21:31 alpha_one_x86 jmontleon: same with change this config
21:31 jmontleon I do not know then
21:32 jmontleon from that error/oops it suggests that issue; if it's not working then it must be something else