Folio 100 update 2.2.5.0131 kernel source code

Hi,
I can't find anywhere the source code for the kernel used in 2.2.5.0131 update. According to GPL you MUST provide this kernel source code
Please fix this issue as soon as possible.
Regards.
Message was edited by: nopy

We are looking for the kernel source code too. Please could you provide a download link?
Thanks.

Similar Messages

  • How to force CoreDump in the Kernel source code

    Hi,
    Anyone know, how to force coredump in the Kernel source code?. And also to collect all information related to CPU Registers, CPU IRAM, Cache Data and complete SDRAM content.

    pull your RAM out....
    Wouldn't recommend doing that really...... And why would you want to cause a kernel panic?
    EDIT: Spelling sucked...
    Last edited by crankyadmin (2009-09-28 22:02:14)

  • Attn Lenovo Reps: A2109A kernel source code

    Hi,
    On the Lenovo Support site, for the A2109A, under Drivers and Software, in category "Preloaded software" there's a file called a2109n_gpl_kernel_570.7z labeled as "Open Source Code - IdeaTab A2109A".   I take it this is the source code for the kernel.
    I downloaded the file and tried to extract the contents of the 7zip archive, but it's password protected.  What is the password for this?
    Solved!
    Go to Solution.

    Oh for the love of.... Thanks for the heads up.  We'll get this fixed.
    Full disclosure: Lenovo issues my paychecks.

  • Kernel source code?

    Where can I download the source code to the kernel on the ZiiO devices?

    Any news on that? We all know GPL and so?

  • Compiling a driver, need assistance on kernel source configuration

    Hello BBS.
    I am compiling a module for the Asus PCE N53 wireless pci-e card. I have obtained the driver source, and followed the instructions, and have gotten to the point where I need assistance. The instructions requires the kernel source, i have successfully obtained and configured it using the Command line prompt, except for one feature. I need to enable the intel IPW2200 driver code in the kernel source for this driver. What procedure do I follow to enable it?

    > I know in face value, that my request may seem odd. I just need to use the source of the kernel, not a new kernel... I have found that what I am requesting... will fix the problem, based on a Gentoo solution: http://forums.gentoo.org/viewtopic-t-93 … art-0.html. Needing to know how to configure the kernel source to enable the intel driver still stands. The source I am using is the latest arch kernel source.
    ===============
    RT5592 Linux Driver quick start       
    ====================
    Check tools: 
    ====================
    *Before install driver, please check already install compile tool and  kernel source code
    1>Install compile tool
        $yum install gcc-c++
    2>check kernel source code exists /usr/src/kernels/ "kernel name"
        Download your kernel source code
        *http://www.kernel.org/pub/linux/kernel/        
        or
        $yum install kernel-devel
    ====================
    Build Instructions: 
    ====================
    1> $tar -jxvf DPO_GPL_RT5592STA_LinuxSTA_vx.x.x.x.tar.bz2
         go to "DPO_GPL_RT5592STA_LinuxSTA_vx.x.x.x" directory.
    2> In Makefile
         set the "MODE = STA" in Makefile and chose the TARGET to Linux by set "TARGET = LINUX"
         define the linux kernel source include file path LINUX_SRC
         modify to meet your need.
    3> In os/linux/config.mk
         define the GCC and LD of the target machine
         define the compiler flags CFLAGS
         modify to meet your need.
         ** Build for being controlled by NetworkManager or wpa_supplicant wext functions
             Please set 'HAS_WPA_SUPPLICANT=y' and 'HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=y'.
             => $wpa_supplicant -Dwext -ira0 -c wpa_supplicant.conf -d
         ** Build for being controlled by WpaSupplicant with Ralink Driver
             Please set 'HAS_WPA_SUPPLICANT=y' and 'HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=n'.
             => $wpa_supplicant -Dralink -ira0 -c wpa_supplicant.conf -d
    4> $make           
         # compile driver source code, need administrator.
         # To fix "error: too few arguments to function ¡¥iwe_stream_add_event"
            => $patch -i os/linux/sta_ioctl.c.patch os/linux/sta_ioctl.c
    5> $make install
         #install driver
         #copy RT2860STA.dat to /etc/Wireless/RT2860STA/RT2860STA.dat
    6>$vi /etc/rc.d/rc.local
         #input "ifconfig ra0 up"
        $reboot
    7> unload driver   
         $ifconfig ra0 down
         $rmmod rt5592sta
    ======
    Heres the output of my error, when I compile:
    =======
    make -C tools
    make[1]: Entering directory `/home/white/driver/DPO_GPL_RT5592STA_LinuxSTA_v2.6.0.0_20120326/tools'
    gcc -g bin2h.c -o bin2h
    make[1]: Leaving directory `/home/white/driver/DPO_GPL_RT5592STA_LinuxSTA_v2.6.0.0_20120326/tools'
    /home/white/driver/DPO_GPL_RT5592STA_LinuxSTA_v2.6.0.0_20120326/tools/bin2h
    cp -f os/linux/Makefile.6 /home/white/driver/DPO_GPL_RT5592STA_LinuxSTA_v2.6.0.0_20120326/os/linux/Makefile
    make -C /home/white/linux-3.2.9 SUBDIRS=/home/white/driver/DPO_GPL_RT5592STA_LinuxSTA_v2.6.0.0_20120326/os/linux modules
    make[1]: Entering directory `/home/white/linux-3.2.9'
      WARNING: Symbol version dump /home/white/linux-3.2.9/Module.symvers
               is missing; modules will have no dependencies and modversions.
      CC [M]  /home/white/driver/DPO_GPL_RT5592STA_LinuxSTA_v2.6.0.0_20120326/os/linux/../../os/linux/sta_ioctl.o
    /home/white/driver/DPO_GPL_RT5592STA_LinuxSTA_v2.6.0.0_20120326/os/linux/../../os/linux/sta_ioctl.c:2364:2: error: unknown field ‘private’ specified in initializer
    /home/white/driver/DPO_GPL_RT5592STA_LinuxSTA_v2.6.0.0_20120326/os/linux/../../os/linux/sta_ioctl.c:2364:2: warning: initialization from incompatible pointer type [enabled by default]
    /home/white/driver/DPO_GPL_RT5592STA_LinuxSTA_v2.6.0.0_20120326/os/linux/../../os/linux/sta_ioctl.c:2364:2: warning: (near initialization for ‘rt28xx_iw_handler_def.get_wireless_stats’) [enabled by default]
    /home/white/driver/DPO_GPL_RT5592STA_LinuxSTA_v2.6.0.0_20120326/os/linux/../../os/linux/sta_ioctl.c:2365:2: error: unknown field ‘num_private’ specified in initializer
    /home/white/driver/DPO_GPL_RT5592STA_LinuxSTA_v2.6.0.0_20120326/os/linux/../../os/linux/sta_ioctl.c:2365:2: warning: excess elements in struct initializer [enabled by default]
    /home/white/driver/DPO_GPL_RT5592STA_LinuxSTA_v2.6.0.0_20120326/os/linux/../../os/linux/sta_ioctl.c:2365:2: warning: (near initialization for ‘rt28xx_iw_handler_def’) [enabled by default]
    /home/white/driver/DPO_GPL_RT5592STA_LinuxSTA_v2.6.0.0_20120326/os/linux/../../os/linux/sta_ioctl.c:2366:2: error: unknown field ‘private_args’ specified in initializer
    /home/white/driver/DPO_GPL_RT5592STA_LinuxSTA_v2.6.0.0_20120326/os/linux/../../os/linux/sta_ioctl.c:2366:26: warning: excess elements in struct initializer [enabled by default]
    /home/white/driver/DPO_GPL_RT5592STA_LinuxSTA_v2.6.0.0_20120326/os/linux/../../os/linux/sta_ioctl.c:2366:26: warning: (near initialization for ‘rt28xx_iw_handler_def’) [enabled by default]
    /home/white/driver/DPO_GPL_RT5592STA_LinuxSTA_v2.6.0.0_20120326/os/linux/../../os/linux/sta_ioctl.c:2367:2: error: unknown field ‘num_private_args’ specified in initializer
    /home/white/driver/DPO_GPL_RT5592STA_LinuxSTA_v2.6.0.0_20120326/os/linux/../../os/linux/sta_ioctl.c:2367:2: warning: excess elements in struct initializer [enabled by default]
    /home/white/driver/DPO_GPL_RT5592STA_LinuxSTA_v2.6.0.0_20120326/os/linux/../../os/linux/sta_ioctl.c:2367:2: warning: (near initialization for ‘rt28xx_iw_handler_def’) [enabled by default]
    make[2]: *** [/home/white/driver/DPO_GPL_RT5592STA_LinuxSTA_v2.6.0.0_20120326/os/linux/../../os/linux/sta_ioctl.o] Error 1
    make[1]: *** [_module_/home/white/driver/DPO_GPL_RT5592STA_LinuxSTA_v2.6.0.0_20120326/os/linux] Error 2
    make[1]: Leaving directory `/home/white/linux-3.2.9'
    make: *** [LINUX] Error 2
    Last edited by confusedoldman (2012-12-25 20:14:34)

  • [SOLVED] Where can I browse the Arch kernel source?

    I tried to look for the kernel source code under /usr/src/linux-3.4.9-1-ARCH but there's only a binary file (an image?) vmlinuz in there. I wanted to look for drivers concerning usb for fun, but I can't seem to find the excact location of the kernel source code.
    Last edited by burninate (2012-08-25 09:48:56)

    Sure you can, but it'll pretty much be the same as if you downloaded the code from kernel.org. You can use makepkg and the ABS to easily get the source and Arch's patch(es) on your computer.
    Edit: If you have linux-headers installed, then the path HalosGhost refers to has the headers, not the full source
    Last edited by SidK (2012-08-22 19:29:08)

  • I cannot seem to load firefox for toshiba folio 100 android

    I want to use firefox on my toshiba folio 100. That has android version 2.x installed. But when i click on the download bottom firefox for android, nottng happens
    It has 16 gb internal mem

    Even on some compatible devices, a bug prevents Firefox from appearing in the Market. This may be related to the recent Market update. On these devices, you can download the app directly from here using the Android browser:
    http://ftp.mozilla.org/pub/mozilla.org/mobile/releases/4.0b3/android-r7/multi/
    For more details on the bug, see https://bugzilla.mozilla.org/show_bug.cgi?id=621015

  • Cannot see offline folios after updating to iOS8

    Hi guys, since i’ve updated my ipad to iOS version 8, i’m experiencing some issues with the adobe content viewer app.
    The problem is that i cannot open the editions created before the update. The status bar keeps working but nothing happens. Differently, if i reupdate the folio by updating manually its articles, i get a duplicate edition on the content viewer app that works perfectly.
    This only relates to offline folios uploaded trough the ipad’s cable.
    Although it seems the problem is solved for me by redoing the update of every single articles, there’s a friend of mine (which seems had already posted the same question here) who cannot open his offline folios even when he do the articles update again.
    Another strange issue, when i try opening the content viewer's default folio, i get a blank document and the app suddenly crashes.
    i’m using Indesign cc 2014 with the latest update and a 2013 ipad mini retina.
    *UPDATE*
    Announcement: Latest Digital Publishing Suite Update Includes iOS 8 Support and More « Adobe Digital Publishing
    As i've seen on the adobe blog, on iOS8 you cannot view apps (and then folios) made under version v31. This would have answered my question, but i've tried making another folio in v32 and i get the same error.
    I suppose it's something related to the iOS update, since i've tried on the Android version on my galaxy note and everything works just fine.

    Hi
    I've just experienced exactly the same. I made a  v32 folio but once I go back to the library and try to re open it....nothing happen. I mean I see the status bar working but it doesn't open.
    I'll wait for the fix.

  • Why the Folio Producer update every article each time ?

    I have remarked that the Folio Producer publish every article on the distribution server even if there's no update.
    Before, the Folio Producer updated only articles which were modified by the folio builder.

    It's a pain.  For some reason I have 2979 Genius items that sync every time.  It takes a half hour over wireless.  WHY?  I can't find an answer.

  • Folio Builder update damaged

    I'm having trouble installing the Folio Building update. The message says "Install" is damage and can't be opened. You should eject the disk image.

    Lion did get GateKeeper with the 10.7.5 update: http://support.apple.com/kb/HT5290
    The recommendation made by Bob (#4) is correct.
    /Peter

  • Looking at syslogs messages getting set_rtc_mmss: can't update from x to x - kernel

    Hello,
       Im just looking at the syslogs im getting from the fabrics.
       I noticed alot of warning about :
    %DAEMON-5-SYSTEM_MSG: time reset +0.257072 s - ntpd[5315]
    %KERN-4-SYSTEM_MSG: set_rtc_mmss: can't update from 49 to 0 - kernel
    %KERN-4-SYSTEM_MSG: set_rtc_mmss: nowtime=1339758026, save_control=0x82, save_freq_select=0x72 - kernel
       To me it looks like the kernel complains when the time get updated by NTP. Someone have those entries in logs also?

    Would help to have the version of UCSM you're running.
    There's an open bug on a similar issue: CSCti71838   - %KERN-4-SYSTEM_MSG: set_rtc_mmss: can't update from 52 to 6 - kernel
    It's a general Nexus OS NTP bug, not specific to UCS.  At this stage it appears purely cosmetic and does not affect the system.  The bug is still in the "new" state.  Please monitor the bug toolkit for updates.
    Can you also check that the delta between the UCS current time and NTP server are less than 30min?
    I'd suggest you open a quick TAC case, provide the output and request your case be linked to this bug.  This will increase the priority to have it resolved.
    Regards,
    Robert

  • Camera Firmware Update Asking for 32 bit Kernel?

    I'm updating my Sony DSLR camera firmware and it rejects doing the update because of 64 bit kernel and asking for 32 bit??
    What needs to be done to accomplish that?
    Gene

    Forgot to mention, I did do a search & tried the reboot while holing down 2 & 3 keys to no avail. Tried Restart & then Shutdown - didn't work
    Gene

  • Folio builder update issue

    Was prompted to update folio builder on my Windows 7 PC running InDesign CS5.5. Did so, restarted, launched InDesign and once again was prompted to access folio builder update. Tried it again, same result.
    Tried updating both folio producer and folio builder, got the same results.
    Still getting the prompt "A newer version of Folio Builder is available for download."
    Any ideas on steps to rectify?
    Thx

    I found a solution to my problem, which is kind of similar.  Hopefully this can help others who get the update folio builder request, even when its been updated.
    I found Indesign CS6 + Folio Builder has some type of glitch on my Windows 7 machine.  If the folio builder window is open when I open Indesign, it will close as soon as Indesign starts up.  When I open the Folio Builder panel it will always ask me to update the folio builder, even though it is fully updated.
    The solution for me, is to make sure the folio builder panel is always closed when I close down Indesign.  In this way when Indesign is opened, the folio builder panel does not open automatically.  I then wait for a few seconds after Indesign has fully opened.  Once it's fully open and ready to go, I open the folio builder panel and viola the folio builder panel opens correctly and I'm signed in.

  • Skype on folio 100 toshiba android doesn't work

    how can i install skype on my folio 100 toshiba

    Thanks everyone for flagging this. Our product team is looking into this.
    Looks like currently all problem reports are from users on Android 5.x: Can you check the app permissions if there might be restricted access to 3G for the Skype application? I'm not too familiar with Android 5 yet, but there might be granular app permissions for network access 3G versus WiFi.
    Follow the latest Skype Community News
    ↓ Did my reply answer your question? Accept it as a solution to help others, Thanks. ↓

  • Toshiba folio 100

    Greetings from Croatia.
    1. I bought Folio 100 as you can see at subject message, now i have big problems with that tablet.
    I called service Toshiba in Croatia and they told me they never repaired Toshiba folio 100 and cant help.
    I dont know what to do now . 
    First at all  , there is only one upgrade here and it's Opera browser . 
    I try to put another version of android on , but i recieve message Certification failed.
    And now when i go back to my Screen of tablet - i got message - 
    ! Sorry
    The application TOSHIBA HOME Menu (process android.process.acore) has stopped unexpectedly. Please try again.
    And now i cant even go to my screen menu and do nothing, no service cant help me , what can i do? Throw out from window Tablet Toshiba folio 100?????
    Neither my Serial no doesnt exist here on your page. 
    Give me a solution to make this work. 
    Best regards.
    Attachments:
    2013-10-29 18.04.13.jpg ‏613 KB

    This is the forum for Toshiba USA. Our site will only have information for models sold by Toshiba USA. Unfortunately, we don't have information on foreign models.
    - Peter

Maybe you are looking for