Re: [Ubuntu-phone] patch to fix the kernel cmdline handling

2013-08-05 Thread András Mamenyák
You can check it out here [1] if you are interested in what other stuff menuconfig changed. [1] https://github.com/mamenyaka/android_kernel_samsung_smdk4412/commit/16eac3fb0f74028fe88a29dfdcd7cb17ea2be731 On Mon, Aug 5, 2013 at 1:20 PM, András Mamenyák wrote: > Yes, I did it the exact same way

Re: [Ubuntu-phone] patch to fix the kernel cmdline handling

2013-08-05 Thread András Mamenyák
Yes, I did it the exact same way, only I simply loaded the defconfig file from makeconfig after copying it to kernel root. But then I compared it to the original using Meld, and only kept the changes that were with cmdline. On Mon, Aug 5, 2013 at 10:41 AM, Oliver Grawert wrote: > On So, 2013-08

Re: [Ubuntu-phone] patch to fix the kernel cmdline handling

2013-08-05 Thread Oliver Grawert
On So, 2013-08-04 at 19:14 +0200, András Mamenyák wrote: > Okay, now I think I got it right, but still, it sits on samsung logo. > Sorry if I screwed up again. > Is it ok BTW that menuconfig changes some other stuff in my defconfig > file when I only edited the cmdline option? > no, it should not,

Re: [Ubuntu-phone] patch to fix the kernel cmdline handling

2013-08-04 Thread András Mamenyák
Okay, now I think I got it right, but still, it sits on samsung logo. Sorry if I screwed up again. Is it ok BTW that menuconfig changes some other stuff in my defconfig file when I only edited the cmdline option? [1] http://paste.ubuntu.com/5948192/ [2] http://paste.ubuntu.com/5948193/ On Sun, A

Re: [Ubuntu-phone] patch to fix the kernel cmdline handling

2013-08-04 Thread András Mamenyák
I am so sorry, I really had no clue. Thank you for still trying to help me. >From now on I am now using make menuconfig to adjust the config. On Sun, Aug 4, 2013 at 5:49 PM, Oliver Grawert wrote: > hi, > On So, 2013-08-04 at 17:23 +0200, András Mamenyák wrote: > > My modification: > ... > > > >

Re: [Ubuntu-phone] patch to fix the kernel cmdline handling

2013-08-04 Thread Oliver Grawert
hi, On So, 2013-08-04 at 17:23 +0200, András Mamenyák wrote: > My modification: ... > > CONFIG_CMDLINE_FROM_BOOTLOADER=y > CONFIG_CMDLINE_EXTEND=y > CONFIG_CMDLINE_FORCE=y > only one of these three can be set at a time ... seriously, use one of the tools the kernel ships instead of hacking the c

Re: [Ubuntu-phone] patch to fix the kernel cmdline handling

2013-08-04 Thread András Mamenyák
My modification: -CONFIG_CMDLINE="console=ttySAC2,115200" +CONFIG_CMDLINE="console=tty1" CONFIG_CMDLINE_FROM_BOOTLOADER=y -# CONFIG_CMDLINE_EXTEND is not set -# CONFIG_CMDLINE_FORCE is not set +CONFIG_CMDLINE_EXTEND=y +CONFIG_CMDLINE_FORCE=y On Sun, Aug 4, 2013 at 5:09 PM, Oliver Grawert wrote

Re: [Ubuntu-phone] patch to fix the kernel cmdline handling

2013-08-04 Thread Oliver Grawert
On So, 2013-08-04 at 16:40 +0200, András Mamenyák wrote: > And what about my earlier dmesg without the patch? There were no > errors like this. > > > So, again, without the patch: [1][2] > With patch: [3][4] > > the kernel cmdline is identical in all your dmesg outputs ... and it looks pretty w

Re: [Ubuntu-phone] patch to fix the kernel cmdline handling

2013-08-04 Thread András Mamenyák
And what about my earlier dmesg without the patch? There were no errors like this. So, again, without the patch: [1][2] With patch: [3][4] Also: root@ubuntu-phablet:/# ls /dev/disk/by-name/ BOOT BOTA0 BOTA1 CACHE EFS PARAM RADIO RECOVERY SYSTEM root@ubuntu-phablet:/# ls /dev/disk/by-part

Re: [Ubuntu-phone] patch to fix the kernel cmdline handling

2013-08-04 Thread Oliver Grawert
hi, On So, 2013-08-04 at 13:59 +0200, András Mamenyák wrote: > I created the mentioned file, rebooted, but now I got these errors, > and screen is still black: > ... > I/ServiceManager( 2361): Waiting for service sensorservice... > I/ServiceManager( 1749): Waiting for service SurfaceFlinger... > ..

Re: [Ubuntu-phone] patch to fix the kernel cmdline handling

2013-08-04 Thread Max Wällstedt
That was indeed the problem, I managed to get adb after a while. Now with your hack Ubuntu reboots into graphics just fine! 2013/8/4 Oliver Grawert > On Fr, 2013-08-02 at 20:35 +0200, Max Wällstedt wrote: > > Thanks, that worked, but I also had to unset CONFIG_CMDLINE_FORCE to > > get the recov

Re: [Ubuntu-phone] patch to fix the kernel cmdline handling

2013-08-04 Thread András Mamenyák
I created the mentioned file, rebooted, but now I got these errors, and screen is still black: ... I/ServiceManager( 2361): Waiting for service sensorservice... I/ServiceManager( 1749): Waiting for service SurfaceFlinger... ... dmesg [1]. logcat [2] [1] http://paste.ubuntu.com/5947271/ [2] http:/

Re: [Ubuntu-phone] patch to fix the kernel cmdline handling

2013-08-04 Thread Oliver Grawert
On Fr, 2013-08-02 at 20:35 +0200, Max Wällstedt wrote: > Thanks, that worked, but I also had to unset CONFIG_CMDLINE_FORCE to > get the recovery. heh, that would have been unset automatically when setting CONFIG_CMDLINE_EXTEND with something like make menuconfig, sorry i didnt take into account you

Re: [Ubuntu-phone] patch to fix the kernel cmdline handling

2013-08-02 Thread András Mamenyák
Here is my rules file On Fri, Aug 2, 2013 at 10:47 PM, Jani Monoses wrote: > Do you have an udev rule setting the graphics related device node > accessible by non-root too ? > > > On Fri, Aug 2, 2013 at 11:21 PM, András Mamenyák wrote: > >> And logcat: http://paste.ubuntu.com/5941366/ >> >> >> O

Re: [Ubuntu-phone] patch to fix the kernel cmdline handling

2013-08-02 Thread Jani Monoses
Do you have an udev rule setting the graphics related device node accessible by non-root too ? On Fri, Aug 2, 2013 at 11:21 PM, András Mamenyák wrote: > And logcat: http://paste.ubuntu.com/5941366/ > > > On Fri, Aug 2, 2013 at 10:05 PM, András Mamenyák wrote: > >> IT WORKS! >> >> Thank you, my N

Re: [Ubuntu-phone] patch to fix the kernel cmdline handling

2013-08-02 Thread András Mamenyák
And logcat: http://paste.ubuntu.com/5941366/ On Fri, Aug 2, 2013 at 10:05 PM, András Mamenyák wrote: > IT WORKS! > > Thank you, my Note 10.1 saucy port now boots! > But to a black screen... > Please look at my dmesg: http://paste.ubuntu.com/5941329 > > > On Fri, Aug 2, 2013 at 8:35 PM, Max Wälls

Re: [Ubuntu-phone] patch to fix the kernel cmdline handling

2013-08-02 Thread András Mamenyák
IT WORKS! Thank you, my Note 10.1 saucy port now boots! But to a black screen... Please look at my dmesg: http://paste.ubuntu.com/5941329 On Fri, Aug 2, 2013 at 8:35 PM, Max Wällstedt wrote: > Thanks, that worked, but I also had to unset CONFIG_CMDLINE_FORCE to get > the recovery. > I can howev

Re: [Ubuntu-phone] patch to fix the kernel cmdline handling

2013-08-02 Thread Max Wällstedt
Thanks, that worked, but I also had to unset CONFIG_CMDLINE_FORCE to get the recovery. I can however only boot into Ubuntu once. After the first reboot it only enters a state of black screen and no adb. Thanks for all your hard work on Ubuntu Touch and i9100, it really has moved things forward!

[Ubuntu-phone] patch to fix the kernel cmdline handling

2013-08-02 Thread Oliver Grawert
hi, at http://paste.ubuntu.com/5939625/ is a patch that makes sure the kernel cmdline string is appended (instead of prepending it) to the bootloader args, this way we can put "console=tty1" into the kernel cdmline string and have it override the "console=ram" the bootloader sets by default. usi