Announcement

Collapse
No announcement yet.

Announcement

Collapse
No announcement yet.

PicUntu-4.5-nand-BasicGUI installer - One file, few click install.

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • tyeo098
    replied
    Originally posted by kotsos75 View Post
    Originally posted by me
    If modprobe does nothig it means it loaded and good.

    You can do sudo lsmod and see rkwifi in list it means its running.
    You do not need to worry about actual module location. Once you run depmod, kernel knows where it is.

    Now launch WICD and connect to wifi!
    says no wireless networks found
    Hmm... can you give me the output of

    Code:
    ls /etc/firmware
    ?

    You may need to
    Code:
    sudo cp /system/etc/firmware/* /etc/firmware/
    I think. Run
    Code:
    dmesg | grep firmware
    and see where the kernel is trying to load the firmware from. Then go to that location and see if the firmware is there xD

    Leave a comment:


  • kotsos75
    replied
    Originally posted by tyeo098 View Post
    if this command doing nothing then its ok i run this and nothing happens
    i have try to run this sudo insmod /lib/modules/3.0.72+/kernel/drivers/net/rkwifi.ko
    and says file exist
    If modprobe does nothig it means it loaded and good.

    You can do sudo lsmod and see rkwifi in list it means its running.
    You do not need to worry about actual module location. Once you run depmod, kernel knows where it is.

    Now launch WICD and connect to wifi![/QUOTE]

    says no wireless networks found

    Leave a comment:


  • tyeo098
    replied
    Originally posted by kotsos75 View Post
    Code:
    sudo modprobe rkwifi
    if this command doing nothing then its ok i run this and nothing happens
    i have try to run this sudo insmod /lib/modules/3.0.72+/kernel/drivers/net/rkwifi.ko
    and says file exist
    [/QUOTE]

    If modprobe does nothig it means it loaded and good.

    You can do sudo lsmod and see rkwifi in list it means its running.
    You do not need to worry about actual module location. Once you run depmod, kernel knows where it is.

    Now launch WICD and connect to wifi!

    Leave a comment:


  • kotsos75
    replied
    Code:
    sudo modprobe rkwifi
    [/QUOTE]
    if this command doing nothing then its ok i run this and nothing happens
    i have try to run this sudo insmod /lib/modules/3.0.72+/kernel/drivers/net/rkwifi.ko
    and says file exist

    Leave a comment:


  • tyeo098
    replied
    Yes, its probably moved to /lib/modules/3.0.72+/kernel/drivers/net like it says to do so in Step 9

    Try running:

    Code:
    sudo modprobe rkwifi

    Leave a comment:


  • kotsos75
    replied
    Originally posted by tyeo098 View Post
    The kernel and the filesystem are separate.

    Think of it like starter and engine in a car.

    Starter = kernel
    Engine = filesystem

    You can change the starter for a different one but it does not affect the petrol in the tank for the engine

    Likewise, you can switch kernels all day long and still use the same filesystem, all your changes and files will still remain.

    That might be bad analogy, but I hope you understand.
    so i try now to do the step 9 and i see file /lib/modules/rkwifi.ko.3.0.72+ not found
    is this maybe moved when i have made the step 9 before i flash this kernel?

    Leave a comment:


  • tyeo098
    replied
    The kernel and the filesystem are separate.

    Think of it like starter and engine in a car.

    Starter = kernel
    Engine = filesystem

    You can change the starter for a different one but it does not affect the petrol in the tank for the engine

    Likewise, you can switch kernels all day long and still use the same filesystem, all your changes and files will still remain.

    That might be bad analogy, but I hope you understand.

    Leave a comment:


  • kotsos75
    replied
    ok i have flash this kernel and the graphics working good. now i mast do the step 9 again ?
    becose i have done bofore the flushing and was working

    now file rkwifi.ko.3.0.72+ its not found
    and the pc restarts after while

    Leave a comment:


  • kotsos75
    replied
    Originally posted by tyeo098 View Post
    Easy there buddy, don't jump in to compiling without the proper knowledge of such things!

    The source is available because some people (like me) like to tinker with the internal workings to change it. I provided that source because the MK908 NAND source was not available.

    In that source, I also included link to pre-compiled image for people who do not want to or do not know how to compile: https://github.com/tyeo098/MK908-Ker...ter/kernel.img

    Try flashing that

    As for your wifi problem, did you move the module to the module to the kernel/drivers/net folder in Step 9?
    Hi
    sorry for the long post before and yes i am very new in linux but i like it very much. i will try now to flash this one and we see about the wifi after that
    thanks you very much

    Leave a comment:


  • tyeo098
    replied
    Easy there buddy, don't jump in to compiling without the proper knowledge of such things!

    The source is available because some people (like me) like to tinker with the internal workings to change it. I provided that source because the MK908 NAND source was not available.

    In that source, I also included link to pre-compiled image for people who do not want to or do not know how to compile: https://github.com/tyeo098/MK908-Ker...ter/kernel.img

    Try flashing that

    As for your wifi problem, did you move the module to the module to the kernel/drivers/net folder in Step 9?

    Leave a comment:


  • kotsos75
    replied
    Originally posted by tyeo098 View Post
    Follow link in post 274. Follow those instructions for 1080P kernel and working wifi for all programs
    hi
    ok now i have done everything and the graphics looking real good but now i have no internet the command (sudo insmod /lib/modules/rkwifi.ko.3.0.72+) says error could not load module.... no such file or directory
    what i have done wrong this time?
    i will start one more time everything from the begining i thing there was some errors when i have run the ./maker.sh this time i will try to make it correct

    root@g8picuntu:/home/picuntu/Downloads/MK908-Kernel-NAND-master# make mrproper
    CLEAN .
    CLEAN arch/arm/kernel
    Building with KERNELRELEASE = 3.0.72+
    CLEAN drivers/video/logo
    CLEAN arch/arm/boot/compressed
    CLEAN include/config include/generated
    CLEAN include/linux/version.h Module.symvers
    root@g8picuntu:/home/picuntu/Downloads/MK908-Kernel-NAND-master# ./maker.sh
    HOSTCC scripts/basic/fixdep
    HOSTCC scripts/kconfig/conf.o
    SHIPPED scripts/kconfig/zconf.tab.c
    SHIPPED scripts/kconfig/zconf.hash.c
    SHIPPED scripts/kconfig/lex.zconf.c
    HOSTCC scripts/kconfig/zconf.tab.o
    HOSTLD scripts/kconfig/conf
    scripts/kconfig/conf --silentoldconfig Kconfig
    CHK include/linux/version.h
    UPD include/linux/version.h
    CHK include/generated/utsrelease.h
    UPD include/generated/utsrelease.h
    CC scripts/mod/empty.o
    HOSTCC scripts/mod/mk_elfconfig
    Generating include/generated/mach-types.h
    HOSTCC scripts/kallsyms
    MKELF scripts/mod/elfconfig.h
    HOSTCC scripts/mod/file2alias.o
    HOSTCC scripts/pnmtologo
    scripts/pnmtologo.c: In function 'write_footer':
    scripts/pnmtologo.c:281:3: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'unsigned int' [-Wformat]
    scripts/pnmtologo.c:282:3: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'unsigned int' [-Wformat]
    HOSTCC scripts/bmptologo
    scripts/bmptologo.c: In function 'write_footer':
    scripts/bmptologo.c:247:3: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'unsigned int' [-Wformat]
    HOSTCC scripts/mod/modpost.o
    HOSTCC scripts/mod/sumversion.o
    CC kernel/bounds.s
    GEN include/generated/bounds.h
    CC arch/arm/kernel/asm-offsets.s
    GEN include/generated/asm-offsets.h
    CALL scripts/checksyscalls.sh
    HOSTCC scripts/conmakehash
    HOSTCC scripts/bin2c
    HOSTLD scripts/mod/modpost
    CC init/main.o
    CHK include/generated/compile.h
    HOSTCC usr/gen_init_cpio
    CC arch/arm/vfp/vfpmodule.o
    UPD include/generated/compile.h
    AS arch/arm/vfp/entry.o
    CC init/do_mounts.o
    AS arch/arm/vfp/vfphw.o
    CC arch/arm/vfp/vfpsingle.o
    GEN usr/initramfs_data.cpio
    AS usr/initramfs_data.o
    LD usr/built-in.o
    /bin/sh: 1: arm-linux-gnueabihf-ld: not found
    make[1]: *** [usr/built-in.o] Error 127
    make: *** [usr] Error 2
    make: *** Waiting for unfinished jobs....
    CC arch/arm/vfp/vfpdouble.o
    CC init/do_mounts_initrd.o
    CC init/initramfs.o
    CC init/calibrate.o
    CC init/version.o
    LD init/mounts.o
    /bin/sh: 1: arm-linux-gnueabihf-ld: not found
    make[1]: *** [init/mounts.o] Error 127
    make[1]: *** Waiting for unfinished jobs....
    make: *** [init] Error 2
    LD arch/arm/vfp/vfp.o
    /bin/sh: 1: arm-linux-gnueabihf-ld: not found
    make[1]: *** [arch/arm/vfp/vfp.o] Error 127
    make: *** [arch/arm/vfp] Error 2
    ./maker.sh: line 5: tyeo/mkbootimg: cannot execute binary file
    root@g8picuntu:/home/picuntu/Downloads/MK908-Kernel-NAND-master#
    what i make wrong?
    Last edited by kotsos75; 20 January 2014, 14:58.

    Leave a comment:


  • kotsos75
    replied
    Originally posted by tyeo098 View Post
    Follow link in post 274. Follow those instructions for 1080P kernel and working wifi for all programs
    ok i have done all steps but i dont know how to do the last one:
    (But I love you guys. So here is the kernel source (and precompiled image) on my github, with paranoid wifi and other flag disabled. So you can fork and modify to your hearts content.

    ust run maker.sh which compiles and assembles the kernel source into something usable.)

    i am going to this link and i don't understand how to do that. is any step by step guide? it looks very difficult to me
    anyway i am very excited looking this mini pc working like real desktop
    thanks

    Leave a comment:


  • tyeo098
    replied
    Originally posted by kotsos75 View Post
    Hi
    thanks you for the reply. i have yesterday try one more time with picuntu 4.5 i have done this time what the post #78 says and now i have internet too (not for all programs but firefox works when i run it as root) but the graphics is bad. is it posible to work graphiks good or this is not posible yet?
    every time i have try to flash only the recovery kernel my mk908 not boot.when i try to erese nand this stops very quickly in 2sec. and give me mesage (O.K.) but i think this is not eresed is this very important to erese nand? or i am ok becose my mk908 works with picuntu right now
    i forget to tell you that i have flash the divice with the first (#1 post) full image. is this corect or i have to flash any newer?
    Follow link in post 274. Follow those instructions for 1080P kernel and working wifi for all programs

    Leave a comment:


  • kotsos75
    replied
    Originally posted by tyeo098 View Post
    Yes, you will need to flash a recovery kernel (check out mine on github) for MK908V3 and put a rootfs on an SD card with label 'linuxroot'

    Or follow my direction 3 posts above for NAND install to get rid of android.
    Hi
    thanks you for the reply. i have yesterday try one more time with picuntu 4.5 i have done this time what the post #78 says and now i have internet too (not for all programs but firefox works when i run it as root) but the graphics is bad. is it posible to work graphiks good or this is not posible yet?
    every time i have try to flash only the recovery kernel my mk908 not boot.when i try to erese nand this stops very quickly in 2sec. and give me mesage (O.K.) but i think this is not eresed is this very important to erese nand? or i am ok becose my mk908 works with picuntu right now
    i forget to tell you that i have flash the divice with the first (#1 post) full image. is this corect or i have to flash any newer?
    Last edited by kotsos75; 18 January 2014, 10:12.

    Leave a comment:


  • tyeo098
    replied
    Originally posted by kotsos75 View Post
    Hi all
    i have try to install picuntu on my MK908 v3(from china no idea if is the real one) and works good but without wifi. i have try 2 diferent usb wifi dongles but nothing. so i like to ask if someone have full rom pack with working wifi becose i have read many times about kernels and i have no idea what this is. i have flush the finless 1.7a and this the only android rom that works with my device. is there any easy way to have finless 1.7a in nand and picuntu or any other linux in sd card and be to duall boot?
    sorry for my bad english
    thanks in advance
    Yes, you will need to flash a recovery kernel (check out mine on github) for MK908V3 and put a rootfs on an SD card with label 'linuxroot'

    Or follow my direction 3 posts above for NAND install to get rid of android.

    Leave a comment:

Working...
X