Search:

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

Search: Search took 0.03 seconds.

  1. Re: Tools to find damaged files (data corruption)?

    Thanks for the answers. I just found the notification mail in the spam folder.

    I have moved the old files several times, each time i built a new PC and than copied them to the new PC, from HDD...
  2. Tools to find damaged files (data corruption)?

    On my PC i found files which are 25-30 years old and damaged: Some have length zero, some are too small, e. g. a postscript file with only 256 byte, and some have trash inside, e. g. C source file...
  3. Re: How to make modules for kernel 3.8.0-35-generic?

    I found the answer:

    1. Get the sources to the local directory:

    apt-get source linux-image-$(uname -r)

    This gives:

    linux-3.8.0 linux_3.8.0-35.50.diff.gz linux_3.8.0-35.50.dsc ...
  4. How to make modules for kernel 3.8.0-35-generic?

    I used the Ubuntu kernel sources to make modified modules for Ubuntu kernel version 3.8.0-31-generic and could simply copy them for 3.8.0-33-generic and 3.8.0-34-generic but unter 3.8.0-35-generic i...
  5. Re: from source compiled modules are 15 times bigger then the installed modules

    As i posted modinfo and diff shows that the dependencies are the same.
    But by googling with the right words i found the answer: readelf -S rt2800lib.ko
    shows that the new module has debug...
  6. Re: from source compiled modules are 15 times bigger then the installed modules

    I also checked the files with strings and diff and could see that the main difference are f=-lines:

    > f=p0txf=q0trf=
    > 0tlf=
    > f=R3t\f=
    > 3tVf=r5tPf=
    > f=r(
    > f=p0
    > f=q0
    > f=r5
  7. Re: from source compiled modules are 15 times bigger then the installed modules

    Yes, but i made the kernel config with

    yes "" | make oldconfig

    So the settings should be the same.




    I used modinfo and diff but there are no great changes:
  8. from source compiled modules are 15 times bigger then the installed modules

    I could compile load and unload modules, but the modules installed vom apt are about 15 times smaller:

    >ls -ilaF
    2643532 -rw-r--r-- 1 root root 50764 2013-09-10 22:30:16 rt73usb.2013-10-082229...
  9. Replies
    3
    Views
    2,125

    [Solved] Re: Can't compile the ubuntu kernel sources

    I finally found the problem: It is necessary to start with

    make distclean

    because make clean or make mrproper is not enough.
    So the problem is some trash in the ubuntu kernel sources.
    After...
  10. Replies
    3
    Views
    2,125

    Re: Can't compile the ubuntu kernel sources

    That makes no sense because make oldconfig overrides the .config you copied before.
    And i tried both versions of .config, but make all always ends with the same error :(




    I need no package,...
  11. Replies
    3
    Views
    2,125

    Can't compile the ubuntu kernel sources

    I could install the ubuntu kernel sources with "apt-get source linux-image-$(uname -r)" and patch them with "zcat linux_3.8.0-31.46.diff.gz | patch -p0 2>&1 | tee patch.out" but i can't compile:

    *...
  12. Re: I need modified modules but where/how do i have to build them?

    Ok, but there ist something missing: With

    apt-get source linux-image-$(uname -r)

    i get linux-3.8.0, linux_3.8.0-31.46.diff.gz, linux_3.8.0-31.46.dsc and linux_3.8.0.orig.tar.gz.
    So i had...
  13. I need modified modules but where/how do i have to build them?

    Under OpenSuSE i modified some few module source file under /usr/src/linux,
    built the modules in /usr/src/linux and installed only these, automated with a
    script and since several years.
    Now i...
Results 1 to 13 of 13