Results 1 to 10 of 16

Thread: How to enable Apple Macbook MB403LL/A Wifi (Broadcom Corp. BCM4328 802.11a/b/g/n)

Hybrid View

  1. #1
    Join Date
    Sep 2007
    Beans
    8

    Talking How to enable Apple Macbook MB403LL/A Wifi (Broadcom Corp. BCM4328 802.11a/b/g/n)

    1. type sudo lshw for hardware information.
    search for
    description: Network controller
    product: BCM4328 802.11a/b/g/n
    vendor: Broadcom Corporation
    physical id: 0
    bus info: pci@0000:02:00.0
    version: 03
    width: 64 bits
    clock: 33MHz
    capabilities: pm msi pciexpress bus_master cap_list
    configuration: latency=0

    OR type lspci
    search for

    02:00.0 Network controller: Broadcom Corporation BCM4328 802.11a/b/g/n (rev 03)

    If you have this network card Download this file and extract it to ubuntu desktop bcmwl5.zip

    2. Go to ---->Applications--->Add/Remove-->System Tools----->and search for application---> Windows Wireless Drivers Ndiswrapper driver installation tool.

    3. check the box for Windows Wireless Drivers Ndiswrapper driver installation tool and click Apply Changes. now you have ndiswrapper installed on your system.

    4. Now go to System--->Administration--->Windows Wireless Drivers.

    5. click Install New Driver--->select inf file location (e.g. /home/ubuntu/Desktop/bcmwl5.inf)

    6. click Install.

    7. Now go to System--->Administration-->Network--->select Wireless connection and click properties --> uncheck Enable roaming mode.

    8. a) now select your ESSID (e.g.DLINK_WIRELESS)
    b) Password type (e.g.WPA2 Personal)
    c) Network Password -----------
    d) Connection settings----(depending upon your network)

    9. click ok

    10. Done.
    Last edited by vanakush; May 20th, 2008 at 06:28 AM.

  2. #2
    Join Date
    Aug 2005
    Location
    Huntsville, AL, USA
    Beans
    7,526
    Distro
    Ubuntu

    Re: How to enable Apple Macbook MB403LL/A Wifi (Broadcom Corp. BCM4328 802.11a/b/g/n)

    Does not include the 64bit driver. Also could you please name the source of the driver file?

  3. #3
    Join Date
    Oct 2005
    Beans
    720

    Re: How to enable Apple Macbook MB403LL/A Wifi (Broadcom Corp. BCM4328 802.11a/b/g/n)

    Quote Originally Posted by cyberdork33 View Post
    Does not include the 64bit driver.
    Yes it does, because this driver is both for 32/64-bits.
    Also could you please name the source of the driver file?
    I've unzipped both files and compared them with those on the DVD #1 (BootCamp stuff) that came with my MBP 4,1 -- they're identical. Note that the OP has a rev 03 wireless chip; the newest is rev 05. The zip-file isn't needed as all MBP 4,1 owners will have that DVD...

  4. #4
    Join Date
    Aug 2005
    Location
    Huntsville, AL, USA
    Beans
    7,526
    Distro
    Ubuntu

    Re: How to enable Apple Macbook MB403LL/A Wifi (Broadcom Corp. BCM4328 802.11a/b/g/n)

    Quote Originally Posted by hajk View Post
    Yes it does, because this driver is both for 32/64-bits.
    The .sys file is the actual driver... the inf is a descriptor and is valid for both 32 and 64 bits, but you still need the 64bit sys file. check on the dvd package.

  5. #5
    Join Date
    May 2008
    Beans
    4

    Re: How to enable Apple Macbook MB403LL/A Wifi (Broadcom Corp. BCM4328 802.11a/b/g/n)

    It keeps telling me that its an invalid driver whenever I try to install it in the Windows Wireless Drivers app.

  6. #6
    Join Date
    Aug 2005
    Location
    Huntsville, AL, USA
    Beans
    7,526
    Distro
    Ubuntu

    Re: How to enable Apple Macbook MB403LL/A Wifi (Broadcom Corp. BCM4328 802.11a/b/g/n)

    Quote Originally Posted by MidnightRider617 View Post
    It keeps telling me that its an invalid driver whenever I try to install it in the Windows Wireless Drivers app.
    then you are not using the right driver for your hardware.

    you can see the installed drivers with
    Code:
    ndiswrapper -l
    using the names you see from the output of the above command, you can remove the "bad" drivers with:
    Code:
    sudo ndiswrapper -r drivername

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
  •