Page 1 of 7 123 ... LastLast
Results 1 to 10 of 67

Thread: Wireless connection troubles

  1. #1
    Join Date
    Oct 2012
    Beans
    58

    Question Wireless connection troubles

    Hi, a few days back after some struggling. I managed to install Ubuntu 11.10 on my 2010 13' Macbook pro 7,1. I'm very new to Linux and entering commands through Terminal. I don't know how to search for wireless networks so, I added it into the wireless connections. But I don't know how to get my BSSID/SSID or MAC device number, I think it's called. So I tried getting onto the internet with an Ethernet cable. When I plugged it in it still wouldn't make a connection. Then I had noticed it said firmware missing by all the connection/wireless information. I have already used a looootttt of google to no avail . Any help with this problem will be greatly appreciated thank you in advance

  2. #2
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    26,047
    Distro
    Ubuntu Development Release

    Re: Wireless connection troubles

    Let's see what kind of wireless card you have and we'll find some firmware. Please open a terminal and do:
    Code:
    lspci -nn | grep 0280
    That pipe symbol | is on the right side of my US keyboard on the same key with \. Thanks.
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  3. #3
    Join Date
    Jul 2012
    Beans
    Hidden!

    Re: Wireless connection troubles

    You may need the linux compatible driver for your network device. You could try a google search
    using your device name driver linux

  4. #4
    Join Date
    Oct 2012
    Beans
    58

    Re: Wireless connection troubles

    Chili555 unfortunately I don't have the laptop right now and I wont for another 4 hours or so. So just please keep this thread in mind, because as soon as I get it later today i'll do what you said and let you know.

  5. #5
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    26,047
    Distro
    Ubuntu Development Release

    Re: Wireless connection troubles

    Quote Originally Posted by Nagantman View Post
    Chili555 unfortunately I don't have the laptop right now and I wont for another 4 hours or so. So just please keep this thread in mind, because as soon as I get it later today i'll do what you said and let you know.
    I'm subscribed, so I'll get an email when you reply. I'll look forward to your result.
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  6. #6
    Join Date
    Oct 2012
    Beans
    58

    Re: Wireless connection troubles

    Alright chili I just got my laptop back. My wireless card is BCM4322.

  7. #7
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    26,047
    Distro
    Ubuntu Development Release

    Re: Wireless connection troubles

    Quote Originally Posted by Nagantman View Post
    Alright chili I just got my laptop back. My wireless card is BCM4322.
    That's not what I asked for. Please see post #2.
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  8. #8
    Join Date
    Oct 2012
    Beans
    58

    Re: Wireless connection troubles

    After putting in that command line
    lspci -nn | grep 0280
    this is what came up in Terminal- 02:00.0 Network controller [0290]: Broadcom Corporation BCM4322 802.11a/b/g/n Wireless LAN Controller [14e4:432b] (rev 01). Bear with me like I said I am new to this.

  9. #9
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    26,047
    Distro
    Ubuntu Development Release

    Re: Wireless connection troubles

    Broadcom Corporation BCM4322 802.11a/b/g/n Wireless LAN Controller [14e4:432b]
    Your device needs:
    Code:
    sudo apt-get install bcmwl-kernel-source
    Do you have a working ethernet connection? If so and if you can get connected, this will be quick and easy. If not, we have a big job ahead of us.

    If it's not working, let's try to see why:
    Code:
    lspci -nn | grep 0200
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  10. #10
    Join Date
    Oct 2012
    Beans
    58

    Re: Wireless connection troubles

    I tried an Ethernet cable the other night and it didn't work.
    lspci -nn | grep 0200
    03:00.0 Ethernet controller [0200]: Broadcom Corporation NetXtreme BCM5764M Gigabit Ethernet PCIe [14e4:1684] (rev 10)

Page 1 of 7 123 ... LastLast

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
  •