LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking
User Name
Password
Linux - Wireless Networking This forum is for the discussion of wireless networking in Linux.

Notices


Reply
  Search this Thread
Old 08-20-2011, 01:04 AM   #1
imwilliam
LQ Newbie
 
Registered: Aug 2011
Posts: 10

Rep: Reputation: Disabled
Unhappy Cannot find wireless connections on macbook pro with ubuntu 11.04. No wifi!


I have tried many different methods.such as installing additional drivers (b43fwcutter-i think thats how its spelled) and rebooting.i Tried downloading wifi radar while having an ethernet connection.I have lost all hope for Ubuntu!help a fellow linuxer out lmao
 
Old 08-20-2011, 02:03 AM   #2
imwilliam
LQ Newbie
 
Registered: Aug 2011
Posts: 10

Original Poster
Rep: Reputation: Disabled
someone plz help me!this is my last resort.im a linux nub and im clueless!
 
Old 08-20-2011, 03:09 AM   #3
markush
Senior Member
 
Registered: Apr 2007
Location: Germany
Distribution: Slackware
Posts: 3,979

Rep: Reputation: Disabled
Hello imwilliam, welcome to LQ,

could you please open a terminal and post the output of the commands
Code:
iwconfig
and
Code:
lspci -k | grep iA5 wireless
Do you know which encryption your wireless network uses? Are you using DHCP? Please provide more information.

Markus
 
Old 08-20-2011, 03:46 AM   #4
imwilliam
LQ Newbie
 
Registered: Aug 2011
Posts: 10

Original Poster
Rep: Reputation: Disabled
william@william-MacBookPro:~$ iwconfig
lo no wireless extensions.

eth0 no wireless extensions.

william@william-MacBookPro:~$ lspci -k | grep iA5 wireless
grep: wireless: No such file or directory
william@william-MacBookPro:~$
Sorry but i do not know what encryption is.I am new, but i have broadcom, not atheros.I hope that helps, although i am not sure what they mean :-/
 
Old 08-20-2011, 03:51 AM   #5
markush
Senior Member
 
Registered: Apr 2007
Location: Germany
Distribution: Slackware
Posts: 3,979

Rep: Reputation: Disabled
Well, at least there is no wireless adapter recognized by Linux. Could you please post the whole output of
Code:
lspci -k
You'll probably have to install the Broadcom-driver from the repository of your distribution.

Markus
 
Old 08-20-2011, 03:56 AM   #6
imwilliam
LQ Newbie
 
Registered: Aug 2011
Posts: 10

Original Poster
Rep: Reputation: Disabled
william@william-MacBookPro:~$ lspci -k
00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor Family DRAM Controller (rev 09)
Subsystem: Apple Computer Inc. Device 00dc
00:01.0 PCI bridge: Intel Corporation 2nd Generation Core Processor Family PCI Express Root Port (rev 09)
Kernel driver in use: pcieport
Kernel modules: shpchp
00:01.1 PCI bridge: Intel Corporation 2nd Generation Core Processor Family PCI Express Root Port (rev 09)
Kernel driver in use: pcieport
Kernel modules: shpchp
00:16.0 Communication controller: Intel Corporation 6 Series Chipset Family MEI Controller #1 (rev 04)
Subsystem: Intel Corporation Device 7270
00:1a.0 USB Controller: Intel Corporation Device 1c2c (rev 05)
Subsystem: Intel Corporation Device 7270
Kernel driver in use: uhci_hcd
00:1a.7 USB Controller: Intel Corporation 6 Series Chipset Family USB Enhanced Host Controller #2 (rev 05)
Subsystem: Intel Corporation Device 7270
Kernel driver in use: ehci_hcd
00:1b.0 Audio device: Intel Corporation 6 Series Chipset Family High Definition Audio Controller (rev 05)
Subsystem: Intel Corporation Device 7270
Kernel driver in use: HDA Intel
Kernel modules: snd-hda-intel
00:1c.0 PCI bridge: Intel Corporation 6 Series Chipset Family PCI Express Root Port 1 (rev b5)
Kernel driver in use: pcieport
Kernel modules: shpchp
00:1c.1 PCI bridge: Intel Corporation 6 Series Chipset Family PCI Express Root Port 2 (rev b5)
Kernel driver in use: pcieport
Kernel modules: shpchp
00:1c.2 PCI bridge: Intel Corporation 6 Series Chipset Family PCI Express Root Port 3 (rev b5)
Kernel driver in use: pcieport
Kernel modules: shpchp
00:1d.0 USB Controller: Intel Corporation Device 1c27 (rev 05)
Subsystem: Intel Corporation Device 7270
Kernel driver in use: uhci_hcd
00:1d.7 USB Controller: Intel Corporation 6 Series Chipset Family USB Enhanced Host Controller #1 (rev 05)
Subsystem: Intel Corporation Device 7270
Kernel driver in use: ehci_hcd
00:1f.0 ISA bridge: Intel Corporation HM65 Express Chipset Family LPC Controller (rev 05)
Subsystem: Intel Corporation Device 7270
Kernel modules: iTCO_wdt
00:1f.2 IDE interface: Intel Corporation 6 Series Chipset Family 4 port SATA IDE Controller (rev 05)
Subsystem: Intel Corporation Device 7270
Kernel driver in use: ata_piix
00:1f.3 SMBus: Intel Corporation 6 Series Chipset Family SMBus Controller (rev 05)
Subsystem: Intel Corporation Device 7270
Kernel modules: i2c-i801
01:00.0 VGA compatible controller: ATI Technologies Inc NI Seymour [AMD Radeon HD 6470M]
Subsystem: Apple Computer Inc. Device 00e1
Kernel driver in use: fglrx_pci
Kernel modules: fglrx, radeon
01:00.1 Audio device: ATI Technologies Inc Device aa98
Kernel driver in use: HDA Intel
Kernel modules: snd-hda-intel
02:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM57765 Gigabit Ethernet PCIe (rev 10)
Subsystem: Broadcom Corporation NetXtreme BCM57765 Gigabit Ethernet PCIe
Kernel driver in use: tg3
Kernel modules: tg3
02:00.1 SD Host controller: Broadcom Corporation NetXtreme BCM57765 Memory Card Reader (rev 10)
Subsystem: Broadcom Corporation Device 0000
Kernel driver in use: sdhci-pci
Kernel modules: sdhci-pci
03:00.0 Network controller: Broadcom Corporation Device 4331 (rev 02)
Subsystem: Apple Computer Inc. Device 00d6
04:00.0 FireWire (IEEE 1394): Agere Systems FW643 PCI Express1394b Controller (PHY/Link) (rev 08)
Subsystem: Agere Systems Device 5900
Kernel driver in use: firewire_ohci
Kernel modules: firewire-ohci

Thank you so much for your help!
 
Old 08-20-2011, 04:07 AM   #7
markush
Senior Member
 
Registered: Apr 2007
Location: Germany
Distribution: Slackware
Posts: 3,979

Rep: Reputation: Disabled
You have a Broadcom-adapter (as you already mentioned) with 4331 Chipset, it seems to be difficult to find the appropriate Linux-driver for this device. I've found nothing on the Broadcom-site. Look at the repository of your distribution and if there is nothing maybe you'll have to use ndiswrapper (which makes a Windowsdriver available under Linux) but I didn't find a Windows-driver as well.

Markus
 
Old 08-20-2011, 04:09 AM   #8
imwilliam
LQ Newbie
 
Registered: Aug 2011
Posts: 10

Original Poster
Rep: Reputation: Disabled
how do i look at the repository of my distribution?
 
Old 08-20-2011, 04:12 AM   #9
markush
Senior Member
 
Registered: Apr 2007
Location: Germany
Distribution: Slackware
Posts: 3,979

Rep: Reputation: Disabled
Well, which distribution are you using? Ubuntu as you mentioned? well, then read the documentation about the package manager: https://help.ubuntu.com/community/SynapticHowto and find out if there is a driver for your wireless adapter and how to install it.

There is much documentation about Ubuntu in the internet, just search and read.

Good luck

Markus
 
Old 08-20-2011, 05:20 AM   #10
imwilliam
LQ Newbie
 
Registered: Aug 2011
Posts: 10

Original Poster
Rep: Reputation: Disabled
Well i tried the ndiswrapper (windows wireless drivers) and it didn't work.i guess i'll just keep looking.thanks for all your help.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Installing Ubuntu 11.04 on MacBook Pro jasonmac53 Linux - Laptop and Netbook 6 06-15-2011 09:09 PM
[SOLVED] How to remove GRUB2 & Ubuntu from MacBook Pro with Windows 7, Ubuntu and OS X? lupusarcanus Linux - Newbie 8 07-18-2010 06:38 PM
Ubuntu on Macbook Pro??? bahonurn Linux - Laptop and Netbook 0 08-31-2008 06:19 PM
Ubuntu on Macbook Pro 2.16GHz Core Duo discourse Ubuntu 2 06-26-2007 10:58 PM
Ubuntu + MacBook Pro - Anyone done it? Hal Ubuntu 4 04-19-2006 01:43 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking

All times are GMT -5. The time now is 09:28 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration