View Poll Results: Was this helpful to you?

Voters
1159. You may not vote on this poll
Page 129 of 152 FirstFirst ... 2979119127128129130131139 ... LastLast
Results 1,281 to 1,290 of 1518

Thread: Master Kernel Thread

  1. #1281
    v41 is offline Just Give Me the Beans!
    Join Date
    Jun 2009
    Beans
    Hidden!
    Distro
    Ubuntu 10.04 Lucid Lynx

    Question Re: Master Kernel Thread: how to get wireless broadcom bcm4328 to work?

    So far I've failed to get wireless working with a custom kernel. Hence I'm wondering whether there's a straightforward way to activate/compile wireless in a custom kernel, without resorting to ndiswrapper? There has been some discussion of wireless in this and other threads, but some of it has gone over my head and some of it may not be relevant to my wireless card.

    My wireless card is broadcom bcm4328 802.11a/b/g/n (rev 03), and this appears not to be supported by the b43 driver.

    When using the stock Jaunty kernel my wireless card makes use of the linux restricted modules. In particular, there is a module called wl which does not exist in the custom kernel

    The custom kernel [2.6.30.4] includes various modules related to broadcom and wireless,
    viz broadcom, b43, b43legacy, lib80211, lib80211_crypt_ccmp, lib80211_crypt_tkip, lib80211_crypt_wep. However NetworkManager does not recognise the wireless card.

    Suggestions gratefully received...
    macbook-4.1, OS-X.6 + Ubuntu-10.04 64-bit

  2. #1282
    Join Date
    Apr 2006
    Beans
    Hidden!

    Re: Master Kernel Thread

    Kia Ora gang.

    so being abit sleepy i forgot to tick "cleanup" when i compiled using KernelCheck utility (thanks worked a treat)

    which directories and that can i remove

    Running this bad boy here
    2.6.30.4-candela #1 SMP Thu Aug 13 12:38:37 NZST 2009 i686 GNU/Linux

    and have 2.6.28-14 and -15 on the drive.

    think about 4.5 gb is still sitting someplace in the way!!
    da Jaffa

  3. #1283
    Join Date
    Jun 2009
    Location
    Melbourne, Australia
    Beans
    143
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Master Kernel Thread

    I can't use Kernelcheck due to qt3 dependencies, is there anyway past this?

  4. #1284
    Join Date
    Apr 2006
    Location
    Chicago
    Beans
    1,406
    Distro
    Ubuntu

    Re: Master Kernel Thread

    I can't get the nvidia drivers built. Manually running the installer produces this error
    Code:
      SYMLINK include/asm -> include/asm-x86
    mkdir -p .tmp_versions ; rm -f .tmp_versions/*
    make -f scripts/Makefile.build obj=scripts/basic
    (cat /dev/null; ) > scripts/basic/modules.order
    make -f scripts/Makefile.build obj=.
    (cat /dev/null; ) > modules.order
    make[3]: *** No rule to make target `kernel/bounds.c', needed by `kernel/bounds.s'.  Stop.
    make[2]: *** [prepare0] Error 2
    NVIDIA: left KBUILD.
    nvidia.ko failed to build!
    make[1]: *** [module] Error 1
    make: *** [module] Error 2
    Constant development is the law of life, and a man who always tries to maintain his dogmas in order to appear consistent drives himself into a false position - Mahatma Gandhi

  5. #1285
    Join Date
    Nov 2006
    Location
    United States
    Beans
    665
    Distro
    Ubuntu Development Release

    Re: Master Kernel Thread: how to get wireless broadcom bcm4328 to work?

    Quote Originally Posted by v41 View Post
    So far I've failed to get wireless working with a custom kernel. Hence I'm wondering whether there's a straightforward way to activate/compile wireless in a custom kernel, without resorting to ndiswrapper? There has been some discussion of wireless in this and other threads, but some of it has gone over my head and some of it may not be relevant to my wireless card.

    My wireless card is broadcom bcm4328 802.11a/b/g/n (rev 03), and this appears not to be supported by the b43 driver.

    When using the stock Jaunty kernel my wireless card makes use of the linux restricted modules. In particular, there is a module called wl which does not exist in the custom kernel

    The custom kernel [2.6.30.4] includes various modules related to broadcom and wireless,
    viz broadcom, b43, b43legacy, lib80211, lib80211_crypt_ccmp, lib80211_crypt_tkip, lib80211_crypt_wep. However NetworkManager does not recognise the wireless card.

    Suggestions gratefully received...
    Code:
    modprobe b43
    I don't have this problem so it's merely a suggestion.
    The one and only, Master Kernel Thread
    KernelCheck - Finally. A way to easily download, compile, and install the latest kernel. Release 1.2.5 available now.

  6. #1286
    Join Date
    Nov 2006
    Location
    United States
    Beans
    665
    Distro
    Ubuntu Development Release

    Re: Master Kernel Thread

    Quote Originally Posted by jaffa_nz View Post
    Kia Ora gang.

    so being abit sleepy i forgot to tick "cleanup" when i compiled using KernelCheck utility (thanks worked a treat)

    which directories and that can i remove

    Running this bad boy here
    2.6.30.4-candela #1 SMP Thu Aug 13 12:38:37 NZST 2009 i686 GNU/Linux

    and have 2.6.28-14 and -15 on the drive.

    think about 4.5 gb is still sitting someplace in the way!!
    /usr/src/linux and /usr/src/linux-2.6.30
    The one and only, Master Kernel Thread
    KernelCheck - Finally. A way to easily download, compile, and install the latest kernel. Release 1.2.5 available now.

  7. #1287
    Join Date
    Nov 2006
    Location
    United States
    Beans
    665
    Distro
    Ubuntu Development Release

    Re: Master Kernel Thread

    Quote Originally Posted by hanzomon4 View Post
    I can't get the nvidia drivers built. Manually running the installer produces this error
    Code:
      SYMLINK include/asm -> include/asm-x86
    mkdir -p .tmp_versions ; rm -f .tmp_versions/*
    make -f scripts/Makefile.build obj=scripts/basic
    (cat /dev/null; ) > scripts/basic/modules.order
    make -f scripts/Makefile.build obj=.
    (cat /dev/null; ) > modules.order
    make[3]: *** No rule to make target `kernel/bounds.c', needed by `kernel/bounds.s'.  Stop.
    make[2]: *** [prepare0] Error 2
    NVIDIA: left KBUILD.
    nvidia.ko failed to build!
    make[1]: *** [module] Error 1
    make: *** [module] Error 2
    Are you running the binary installer from nVidia's website?
    The one and only, Master Kernel Thread
    KernelCheck - Finally. A way to easily download, compile, and install the latest kernel. Release 1.2.5 available now.

  8. #1288
    v41 is offline Just Give Me the Beans!
    Join Date
    Jun 2009
    Beans
    Hidden!
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Master Kernel Thread: how to get wireless broadcom bcm4328 to work?

    Quote Originally Posted by master_kernel View Post
    Code:
    modprobe b43
    I don't have this problem so it's merely a suggestion.
    The opensource wireless driver b43 seems to only support older wireless cards, according to the developers' webpage.

    My wireless card is not supported by the opensource driver but is supported by linux-restricted-modules.

    If it is possible to use restricted modules in conjunction with a vanilla kernel then I'd love to hear of it...
    macbook-4.1, OS-X.6 + Ubuntu-10.04 64-bit

  9. #1289
    v41 is offline Just Give Me the Beans!
    Join Date
    Jun 2009
    Beans
    Hidden!
    Distro
    Ubuntu 10.04 Lucid Lynx

    Smile Re: Master Kernel Thread: how to get wireless broadcom bcm4328 to work?

    Quote Originally Posted by v41 View Post
    The opensource wireless driver b43 seems to only support older wireless cards, according to the developers' webpage.

    My wireless card is not supported by the opensource driver but is supported by linux-restricted-modules.

    If it is possible to use restricted modules in conjunction with a vanilla kernel then I'd love to hear of it...
    Problem solved

    The driver from broadcom,

    http://www.broadcom.com/support/802.11/linux_sta.php

    works with newer cards that are not supported by the b43 opensource driver in the vanilla/mainline kernel.
    macbook-4.1, OS-X.6 + Ubuntu-10.04 64-bit

  10. #1290
    Join Date
    Apr 2006
    Location
    Chicago
    Beans
    1,406
    Distro
    Ubuntu

    Re: Master Kernel Thread

    Quote Originally Posted by master_kernel View Post
    Are you running the binary installer from nVidia's website?
    I'm going through /usr/src/nvidia-xxxx/ make module, but I also tried the installer from nvidia and dkms all fail to build. I applied the RT patch and oddly enough the rt-kernel from the ubuntu-studio ppa won't build either
    Constant development is the law of life, and a man who always tries to maintain his dogmas in order to appear consistent drives himself into a false position - Mahatma Gandhi

Page 129 of 152 FirstFirst ... 2979119127128129130131139 ... LastLast

Tags for this Thread

Bookmarks

Posting Permissions

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