The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    Broadcom 43xx & Nvidia 3D acceleration not working

    Discussion in 'Linux Compatibility and Software' started by Bog, Nov 9, 2007.

  1. Bog

    Bog Losing it...

    Reputations:
    4,018
    Messages:
    6,046
    Likes Received:
    7
    Trophy Points:
    206
    I have just installed Ubuntu 7.10 Gutsy on my HP dv6424 (see sig for specs). The Broadcom wireless card won't work, even after using the Restricted Drivers manager and installing the two packages ndiswrapper-utils and ndiswrapper-commons from Synaptic.

    Additionally, I need 3D acceleration in order to get CompizFusion working, but this has proven difficult. Ubuntu tried to automatically install the package nvidia-glx-new, but the resolution decreased greatly, and I could not change it via the Preferences menu. Any help is much appreciated.
     
  2. altimar

    altimar Notebook Enthusiast

    Reputations:
    93
    Messages:
    41
    Likes Received:
    0
    Trophy Points:
    15
    The easiest way to install the proprietary video drivers for Nvidia (and ATI) is a program called Envy. I highly recommend it.

    ---

    I had trouble using Ndiswrapper, but the newer kernels (2.6.22?) have decent native bcm43xx support. The following worked under 7.04 on my Inspiron 1520 with a dell 1390 (bcm43xx):

    Add this to your /etc/apt/sources.list:
    Code:
    deb http://ubuntu.cafuego.net edgy-cafuego bcm43xx
    Get the repo key:
    Code:
    wget http://ubuntu.cafuego.net/969F3F57.gpg -O- | sudo apt-key add -
    Update package list and install the broadcom firmware
    Code:
    sudo apt-get update && sudo apt-get install bcm43xx-firmware
    Load the kernel module (if you blacklisted it for ndiswrapper, make sure to remove it from /etc/modprobe.d/blacklist)
    Code:
    sudo modprobe bcm43xx
    Now the WiFi light should come on and you should see the interface listed:
    Code:
    iwconfig
    Hope this helps!
     
  3. Bog

    Bog Losing it...

    Reputations:
    4,018
    Messages:
    6,046
    Likes Received:
    7
    Trophy Points:
    206
    I haven't tried that, thanks for the instructions. Did you pull this off a How-to by any chance?
     
  4. altimar

    altimar Notebook Enthusiast

    Reputations:
    93
    Messages:
    41
    Likes Received:
    0
    Trophy Points:
    15
    Yeah, I should have credited the Ubuntu documentation site. The instructions were made for Edgy, but they worked for me with Feisty. Hopefully they'll work for Gutsy too.
     
  5. Bog

    Bog Losing it...

    Reputations:
    4,018
    Messages:
    6,046
    Likes Received:
    7
    Trophy Points:
    206
    I will try these instructions as soon as I get home and plug into my home network.
     
  6. Bog

    Bog Losing it...

    Reputations:
    4,018
    Messages:
    6,046
    Likes Received:
    7
    Trophy Points:
    206
    Thanks for the help Altimar, but I don't think that I have time required to get my webcam, microphone, graphics card, modem, and wireless working. I tried at least 3 tutorials and 2 reinstallations of Ubuntu after breaking it; I'm not going to spend any more time on it.