Find the answer to your Linux question:
Results 1 to 5 of 5
Hi to all! I face the following problem, which I don't know if it is an ubuntu or kernel or networkmanager problem. I compile kernels from the v. 26.30.2 until ...
  1. #1
    Just Joined!
    Join Date
    Aug 2009
    Posts
    3

    kernel >2.6.30.2 and networkmanager

    Hi to all!
    I face the following problem, which I don't know if it is an ubuntu or kernel or networkmanager problem.

    I compile kernels from the v. 26.30.2 until the latest ...30.5 but each time the networkmanager doesn't work!

    Using the
    Code:
     lspci -nn
    I can see that my network cards are correct, but the
    Code:
     ifconfig
    command doesn't return the usual interfaces. When I which back the normal ubuntu kernel everything is up again.

    Could anybody help me?

  2. #2
    Linux Newbie
    Join Date
    Jan 2008
    Location
    Canada
    Posts
    109
    Hi Nisok
    When building your kernel, did you do a 'make clean' and were there any errors or warnings with the compile. Sometimes compiles are forced to complete even with errors and this can get forgotten in makefiles, until something doesn't work.
    It is possible, particularly with Dynamic Linked Compiles, that certain libraries are not suitable for the newer kernel. You are you know on the 'bleeding' edge when you compile your own kernel.
    Actually don't feel bad as lots of developers have jobs because of these problems. Cheers...
    Robert

  3. #3
    Linux Guru
    Join Date
    Nov 2004
    Posts
    6,110
    Sounds like your modules aren't loaded. Do you know what you used before? forcedeth, b44, ath_pci?

  4. #4
    Just Joined!
    Join Date
    Aug 2009
    Posts
    3
    robertdaleweir
    Yes I used clean. Actually I did
    Code:
     make-kpkg clean
    bigtomrodney
    What I did was to remove all the pci drivers that I don't use and the rest I compiled inside the kernel. I try not to use modules for PCI devices.

  5. #5
    Just Joined!
    Join Date
    Aug 2009
    Posts
    3
    I still face the problem..

    Any suggestions?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...