Results 1 to 10 of 20

Thread: Ubuntu on mac No Network adapters

Hybrid View

  1. #1
    Join Date
    Sep 2007
    Location
    Portsmouth, RI USA
    Beans
    31
    Distro
    Ubuntu 12.04 Precise Pangolin

    Angry Ubuntu on mac No Network adapters

    I have a macbook pro 13in from 2010. I installed ubuntu 10.04 on it and all went well except the fact that it says no network adapters present. I've played around with linux a little bit but I am still very new to this. How can I get the drivers needed to see my network hardware and how do I go about installing them. Playing with computers is fun except when the network adapter driver doesn't work -_- lol.

  2. #2
    Join Date
    Sep 2007
    Location
    Portsmouth, RI USA
    Beans
    31
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Ubuntu on mac No Network adapters

    i hope someone can help me out I don't want this to end like my last post... http://ubuntuforums.org/showthread.php?t=834258 lol

  3. #3
    Join Date
    Mar 2010
    Location
    India
    Beans
    8,116

    Re: Ubuntu on mac No Network adapters

    You shouldn't make multiple posts before 24 hours without getting any replies. It is harmful to your thread because it makes it look (in a general search) as if is getting help while actually it is not.

    Having said that, I shouldn't have posted as well if I couldn't help. But I think I sometimes get lucky with networking issues (at least this one wouldn't go unanswered like the one you linked to )

    Let us first see if Ubuntu actually detected any adapters or not. Please run the following commands in terminal and post back the outputs:
    Code:
    sudo lshw -C network
    If it doesn't give any outputs, then-
    Code:
    lspci -nn
    dmesg | grep -i net
    While posting the outputs, please put them in 'Code' box like above ones by adding [code]..and..[/code] tags respectively at the beginning and end of the outputs (you can click on # at the top of edit box to auto generate them, then copy-paste the outputs in-between the generated tags).

    Also, have you done these basic checks?-

    • If there is a physical switch, make sure it is turned 'On'
    • the adapter is NOT DISABLED in BIOS
    • Is the adapter working on the mac OS part?

    I'm not familiar with macs, but I think these basic steps are same for any computer system.
    Varun
    Help others by marking threads as [SOLVED], if they are. (See how)
    Wireless Script | Use Code Tags

  4. #4
    Join Date
    Sep 2007
    Location
    Portsmouth, RI USA
    Beans
    31
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Ubuntu on mac No Network adapters

    the outputs are
    Code:
      *-network UNCLAIMED      
           description: Ethernet controller 
           product: NetXtreme BCM57765 Gigabit Ethernet PCIe 
           vendor: Broadcom Corporation 
           physical id: 0 
           bus info: pci@0000:02:00.0 
           version: 10 
           width: 64 bits 
           clock: 33MHz 
           capabilities: pm msi msix pciexpress bus_master cap_list 
           configuration: latency=0 
           resources: memory:a0400000-a040ffff(prefetchable) memory:a0410000-a041ffff(prefetchable) 
      *-network UNCLAIMED 
           description: Network controller 
           product: Broadcom Corporation 
           vendor: Broadcom Corporation 
           physical id: 0 
           bus info: pci@0000:03:00.0 
           version: 02 
           width: 64 bits 
           clock: 33MHz 
           capabilities: pm msi pciexpress bus_master cap_list 
           configuration: latency=0 
           resources: memory:a0600000-a0603fff

  5. #5
    Join Date
    Feb 2011
    Location
    new york state
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Ubuntu on mac No Network adapters

    how about a
    Code:
    lspci -nn | grep 14e4

    thanks
    Power tends to corrupt, and absolute power corrupts absolutely. Great men are almost always bad men, even when they exercise influence and not authority

  6. #6
    Join Date
    Sep 2007
    Location
    Portsmouth, RI USA
    Beans
    31
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Ubuntu on mac No Network adapters

    i get this

    Code:
    02:00.0 Ethernet controller [0200]: Broadcom Corporation NetXtreme BCM57765 Gigabit Ethernet PCIe [14e4:16b4] (rev 10) 
    02:00.1 SD Host controller [0805]: Broadcom Corporation Device [14e4:16bc] (rev 10) 
    03:00.0 Network controller [0280]: Broadcom Corporation Device [14e4:4331] (rev 02)

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
  •