Search:

Type: Posts; User: leviteo; Keyword(s):

Search: Search took 0.09 seconds.

  1. Replies
    10
    Views
    1,366

    Re: how to write to a particular address in C?

    I agree with xb12x, to have access a reserved address you will have to write a driver. After that you register drivers on kernel and you will be able to use it from user space.

    To use the address...
  2. Replies
    3
    Views
    1,308

    [SOLVED] Re: c++ header files

    Hey,

    Look in the internet for C++ API.

    As an example: http://www.cplusplus.com/reference/
  3. Replies
    2
    Views
    477

    Re: Beginning a Career?

    Hello,

    "My question is, is what kind of code does Ubuntu run on?"

    It can run almost everything in World. C, C++, PERL, bash scripts, Java ...

    If you want to work with kernel and drivers I...
  4. Replies
    10
    Views
    1,127

    [ubuntu] Re: permission denied for old files.

    Did you try to open the files with sudo?
  5. Replies
    10
    Views
    1,127

    [ubuntu] Re: permission denied for old files.

    When you run the ls -l command in these directory what is the result?
  6. Replies
    10
    Views
    1,127

    [ubuntu] Re: permission denied for old files.

    Hey Bruce,

    DONT RUN fsck on mounted filesystem. Use the command to check your partition.

    Then umount the sda2 and run fsck.
  7. Replies
    3
    Views
    365

    Re: Failure mounting device after logging in

    You are having a problem with your root file system.

    The Ubuntu installation is new?

    Try to boot with an Ubuntu CD and the check for data corruption using fsck utility.
  8. [ubuntu] Re: Ubuntu 12.10 freezes briefly when launching application

    You must redirect the output of dmesg to a file.

    Example:
    levi@levinTu:/home/levi$ dmesg > freeze.txt
  9. Replies
    10
    Views
    1,127

    [ubuntu] Re: permission denied for old files.

    Hi,

    As you already see some part of the HD on Nautilius your HD is already mounted.

    Check that with:

    cat /proc/partitions

    In my machine:
  10. Replies
    10
    Views
    1,127

    [ubuntu] Re: permission denied for old files.

    Hey,

    First of all we must check if your data is not corrupted.

    I believe this following is a good start point to you:

    http://www.thegeekstuff.com/2012/08/fsck-command-examples/

    You will...
  11. [ubuntu] Re: Ubuntu 12.10 freezes briefly when launching application

    Hey,

    Please get a kernel log and send it here. Let us see if there is some clue on that.

    To get kernel log, after the screen freeze, go to terminal and:

    dmesg > freeze.txt

    :)
    BR
  12. [all variants] Re: Import a folder of images with file names for captions?

    Hey,

    I dont know if i really got your question but if you are trying to create a odt file based in the name of .jpg in some folder you may try this:

    http://linux.die.net/man/1/unoconv

    Leví
  13. Replies
    12
    Views
    778

    [ubuntu] Re: getting to the nuts and bolts of ubuntu

    Hey,

    You can try Ubuntu on emdedded devices too =)

    Try

    http://elinux.org/BeagleBoardUbuntu

    Leví
Results 1 to 13 of 13