LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 05-03-2009, 02:39 PM   #1
Frenger
LQ Newbie
 
Registered: Dec 2008
Posts: 9

Rep: Reputation: 0
How to connect to wireless internet


Hello everyone. A while ago I posted about connecting to the internet on my laptop, which I was unable to do and thus uninstalled linux.

This afternoon I managed to partition my drive and successfully install Mac OS X and Fedora 10. Everything is working flawlessly, except that I am still unable to connect to the internet while using Linux.

I'm an advanced mac user but completely new to Linux. Can anyone just go through the basic procedure for connecting to my house's wireless internet?

The computer is an apple powerbook G4 12'' which has a Broadcom wireless card (the one that came with the computer)

So far I've tried creating my house's network and entered the WEP passcode but every time I try to connect I get a bubble that says the connection has been disconnected.
 
Old 05-03-2009, 05:02 PM   #2
john test
Member
 
Registered: Jul 2008
Distribution: ubuntu 9.10
Posts: 527
Blog Entries: 1

Rep: Reputation: 35
Sounds like you have a Macintosh. Can you get drivers for your Macintosh Hardware (Wireless Interface) from Apple?
 
Old 05-03-2009, 07:01 PM   #3
thew00t
LQ Newbie
 
Registered: Feb 2004
Distribution: Slackware 9.1 and BSD 5.2
Posts: 28

Rep: Reputation: 16
Can you post the output of dmesg after trying to connect, or the end of your /var/log/messates (or your system log file)? It sounds like Linux is finding your Airport card, but there is some issue with actually communicating. There isn't an On/Off for your Airport on the actual machine is there (like some laptops with a Fn-Key combo to turn wireless on and off, switches, etc).

Also, what distro are you running?

Last edited by thew00t; 05-03-2009 at 07:14 PM.
 
Old 05-03-2009, 11:27 PM   #4
purevw
Member
 
Registered: Jan 2007
Location: Texas
Distribution: OpenSuSE Tumbleweed, Kernel 4.14*
Posts: 137

Rep: Reputation: 52
I'm not very familiar with Mac hardware. On a typical "PC" laptop with a Broadcom wireless card, Linux needs the firmware blobs that have been extracted from a suitable Windows driver. If you try to load the driver, dmesg may show an error if it can't find the proper firmware. Check to see if you have the package "B43fwcutter" on your Linux system. You can run "info b43fwcutter" in a terminal, for basic instructions. My Acer Ferrari also uses Broadcom. It works flawlessly once it's set up. It just takes some reading.
Also, verify that any manual switch for the wireless is turned on, as mentioned by thewOOt. My laptop has a switch on the front of the unit that lights up when it is active. If your Mac has the same, it's a very easy way to see if the driver is correctly loaded.

Last edited by purevw; 05-03-2009 at 11:30 PM.
 
Old 05-04-2009, 09:37 AM   #5
Frenger
LQ Newbie
 
Registered: Dec 2008
Posts: 9

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by john test View Post
Sounds like you have a Macintosh. Can you get drivers for your Macintosh Hardware (Wireless Interface) from Apple?
Yes, it is a macintosh. To my knowledge, apple does not provide linux drivers for download.

Quote:
Originally Posted by thew00t View Post
Can you post the output of dmesg after trying to connect, or the end of your /var/log/messates (or your system log file)? It sounds like Linux is finding your Airport card, but there is some issue with actually communicating. There isn't an On/Off for your Airport on the actual machine is there (like some laptops with a Fn-Key combo to turn wireless on and off, switches, etc).

Also, what distro are you running?
I'm actually not using an airport. It's a thing called Freebox, which is an ISP here in france, but the thing is functionally identical to an airport. I am sure it is on and working because I am able to access the internet on all my other computers.

I'm running Fedora 10

Quote:
Originally Posted by purevw View Post
I'm not very familiar with Mac hardware. On a typical "PC" laptop with a Broadcom wireless card, Linux needs the firmware blobs that have been extracted from a suitable Windows driver. If you try to load the driver, dmesg may show an error if it can't find the proper firmware. Check to see if you have the package "B43fwcutter" on your Linux system. You can run "info b43fwcutter" in a terminal, for basic instructions. My Acer Ferrari also uses Broadcom. It works flawlessly once it's set up. It just takes some reading.
Also, verify that any manual switch for the wireless is turned on, as mentioned by thewOOt. My laptop has a switch on the front of the unit that lights up when it is active. If your Mac has the same, it's a very easy way to see if the driver is correctly loaded.
I entered the info b43fwcutter command but am not really sure what to do with it. It was helpful for using terminal but not solving the problem at hand.

So far what I've done is two things. I first found out I am using a Broadcom BCM4306 802.11b/g card, for whatever that's worth.

Then my efforts have been to open Network Connections where I tried creating my houses WiFi but that seems to be pretty useless. I also opened Network Configuration where under 'devices' i see wlan0 wireless which is marked inactive. Under 'hardware' i see my Broadcom card listed and marked wireless. When I try to activate the wlan0 wireless I am prompted with

Code:
Error for wireless request "Set Mode" (8B06) :
SET failed on device wlan0 ; Invalid argument
 
Old 05-04-2009, 11:38 AM   #6
inoculos
Member
 
Registered: Apr 2009
Location: Seattle
Distribution: Arch, Crunchbang, Fedora
Posts: 38

Rep: Reputation: 6
you need a driver for your hardware to work. to find out exactly what you have use the lspci command. to find out what internet options you have type in ifconfig. I would recommend posting the output of those 2 commands xxxxxx'ing out your ip address of course. Once the hardware specifics are know we can start looking for your driver.

also post the output of nm-tool with your ip xxxx-ed out .


Another thing I would do is try the information here:
http://mactel-linux.sourceforge.net/...cBookSantaRosa

Good luck
 
Old 05-04-2009, 03:11 PM   #7
thew00t
LQ Newbie
 
Registered: Feb 2004
Distribution: Slackware 9.1 and BSD 5.2
Posts: 28

Rep: Reputation: 16
If it is a Broadcom BCM4306, you could try downloading ndiswrapper from http://sourceforge.net/projects/ndiswrapper/ - the community has up and moved to the project's forums at Sourceforge, and the wiki seems to have taken a hike, but there is plenty of other documentation on ndiswrapper on the web. You can use that with a Windows driver for your hardware and it might help you out. But yes, some output as mentioned by inoculos would be good to see what your system has and what it is(n't) doing.
 
Old 05-05-2009, 12:04 PM   #8
billairds
LQ Newbie
 
Registered: Feb 2007
Posts: 24

Rep: Reputation: 16
Frenger,

Sounds like your on the correct path but you need to verify the exact chip you have. open a terminal and cut and paste the following.

Whether a PCI device is supported by the b43/b43legacy driver can be found out with the lspci command:

lspci -vnn | grep 14e4

The command will result in a string similiar to this example:

0001:01:01.0 Network controller [0280]: Broadcom Corporation BCM4318 [AirForce One 54g] 802.11g Wireless LAN Controller [14e4:4318] (rev 02)

You should ignore anything, except the last part inside of the [ ] brackets.


you will need the b43fwcutter for instsll and either the b43 or b43 legacy driver.


these can be obtained at http://linuxwireless.org/en/users/Dr...43andb43legacy


hope this helps

billairds
 
Old 05-06-2009, 02:04 PM   #9
Frenger
LQ Newbie
 
Registered: Dec 2008
Posts: 9

Original Poster
Rep: Reputation: 0
Using the lspci command I found out my PCI-ID is 4320. The link you provided says 'not supported?'
 
Old 05-06-2009, 02:56 PM   #10
billairds
LQ Newbie
 
Registered: Feb 2007
Posts: 24

Rep: Reputation: 16
Quote:
Originally Posted by Frenger View Post
Using the lspci command I found out my PCI-ID is 4320. The link you provided says 'not supported?'
You can use ndis wrapper and the windows driver for your card or try this link http://wireless.kernel.org/en/users

billairds
 
  


Reply

Tags
drivers, g4, linux, mac, wireless



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
connect to internet trough wireless others connect to me with lan Amir Menesy Linux - Wireless Networking 1 11-13-2007 08:28 PM
Why can't I connect to my wireless internet? Lord Dirk Linux - Newbie 3 08-23-2007 04:57 AM
Wireless - Can connect to router but not to internet alpeters Linux - Laptop and Netbook 11 05-01-2007 01:26 AM
can't connect to internet through wireless gustallafer Mandriva 1 12-30-2005 10:43 AM
Can't connect to wireless internet! trendicoff Linux - Wireless Networking 5 11-28-2004 05:00 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 12:40 AM.

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