Welcome to Linux Forums! With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.
Write an article for LinuxForums Today! Win Great Prizes!
Find the answer to your Linux question:
New to Linux Forums? Register here for free!
    Linux Forums > Your Distro > Redhat / Fedora Linux Help > Getting My Wireless internet to work... Fedora 7

Forgot Password?
 Redhat / Fedora Linux Help   Help and discussion related to Redhat and Fedora Linux.

Site Navigation
Linux Articles
Linux Forums
Linux Downloads
Linux Hosting
Free Magazines
Job Board
IRC Chat
RSS Feeds
Linux Forum Topics
Linux Forums
Your Distro
Linux Resources
GNU Linux Zone
The Community
Reply
 
Thread Tools Display Modes
Old 06-10-2007   #1 (permalink)
Just Joined!
 
Join Date: Apr 2007
Posts: 97
Getting My Wireless internet to work... Fedora 7

I can't get my wireless internet card to work. Can someone walk me step by step on how to activate it in Fedora Core 7 and get it to connect to my router? Lastly, i need help setting up my printer.
raiderleaf is offline  



Reply With Quote
Old 06-10-2007   #2 (permalink)
Linux User
 
Giles's Avatar
 
Join Date: May 2005
Location: Gloucestershire and Cambridge, UK
Posts: 283
I dont know about any graphical methods in Fedora, as I've never used it... But I'd suggest the first thing to do is to pop open a terminal and run
Code:
lspci
Look for a line about your network controller. (On my computer, the output looks like this:
Code:
00:00.0 Host bridge: Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX Host bridge (rev 03)
00:01.0 PCI bridge: Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX AGP bridge (rev 03)
00:07.0 ISA bridge: Intel Corporation 82371AB/EB/MB PIIX4 ISA (rev 02)
00:07.1 IDE interface: Intel Corporation 82371AB/EB/MB PIIX4 IDE (rev 01)
00:07.2 USB Controller: Intel Corporation 82371AB/EB/MB PIIX4 USB (rev 01)
00:07.3 Bridge: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 02)
00:0c.0 Multimedia audio controller: Ensoniq ES1371 [AudioPCI-97] (rev 06)
00:0d.0 SCSI storage controller: Adaptec AHA-7850 (rev 01)
00:0e.0 Communication controller: 3Com Corp, Modem Division WinModem
00:10.0 Network controller: Intersil Corporation ISL3890 [Prism GT/Prism Duette]/ISL3886 [Prism Javelin/Prism Xbow] (rev 01)
01:00.0 VGA compatible controller: nVidia Corporation NV4 [RIVA TNT] (rev 04)
and it's the one in bold that I'm interested in.)

Once you know what card, using what chipset, you have, you can go from there (there are different drivers for different chipsets).

HTH
Toodle-oo
Giles
__________________
"Our greatest fear is not that we are powerless. Our greatest fear is Microsoft"
Registered linux user #391027
Giles is offline   Reply With Quote
Old 06-10-2007   #3 (permalink)
Just Joined!
 
Join Date: Apr 2007
Posts: 97
Quote:
Originally Posted by Giles View Post
I dont know about any graphical methods in Fedora, as I've never used it... But I'd suggest the first thing to do is to pop open a terminal and run
Code:
lspci
Look for a line about your network controller. (On my computer, the output looks like this:
Code:
00:00.0 Host bridge: Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX Host bridge (rev 03)
00:01.0 PCI bridge: Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX AGP bridge (rev 03)
00:07.0 ISA bridge: Intel Corporation 82371AB/EB/MB PIIX4 ISA (rev 02)
00:07.1 IDE interface: Intel Corporation 82371AB/EB/MB PIIX4 IDE (rev 01)
00:07.2 USB Controller: Intel Corporation 82371AB/EB/MB PIIX4 USB (rev 01)
00:07.3 Bridge: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 02)
00:0c.0 Multimedia audio controller: Ensoniq ES1371 [AudioPCI-97] (rev 06)
00:0d.0 SCSI storage controller: Adaptec AHA-7850 (rev 01)
00:0e.0 Communication controller: 3Com Corp, Modem Division WinModem
00:10.0 Network controller: Intersil Corporation ISL3890 [Prism GT/Prism Duette]/ISL3886 [Prism Javelin/Prism Xbow] (rev 01)
01:00.0 VGA compatible controller: nVidia Corporation NV4 [RIVA TNT] (rev 04)
and it's the one in bold that I'm interested in.)

Once you know what card, using what chipset, you have, you can go from there (there are different drivers for different chipsets).

HTH
Toodle-oo
Giles
Yeah how do i go about running that?
raiderleaf is offline   Reply With Quote
Old 06-11-2007   #4 (permalink)
Linux Engineer
 
Thrillhouse's Avatar
 
Join Date: Jun 2006
Location: Arlington, VA, USA
Posts: 1,379
In Fedora, you have to include /sbin:
Code:
/sbin/lspci
Thrillhouse is offline   Reply With Quote
Old 06-11-2007   #5 (permalink)
Linux User
 
Giles's Avatar
 
Join Date: May 2005
Location: Gloucestershire and Cambridge, UK
Posts: 283
Quote:
Originally Posted by raiderleaf View Post
Yeah how do i go about running that?
Look in your program menu for a program called something like "console" or "terminal" - I don't know where that will be in Fedora, but in Mandriva it's usually somewhere in "System". You'll get a window with a black background and white text, where you type in
Code:
/sbin/lspci
and hit return to get the sort of output I showed above. (I didn't realise you needed to add /sbin to the beginning on fedora, so it's a good job Thrillhouse is around )

Giles
__________________
"Our greatest fear is not that we are powerless. Our greatest fear is Microsoft"
Registered linux user #391027
Giles is offline   Reply With Quote
Old 06-11-2007   #6 (permalink)
Trusted Penguin
 
Roxoff's Avatar
 
Join Date: Aug 2005
Location: Nottingham, England
Posts: 2,878
Quote:
Originally Posted by Thrillhouse View Post
In Fedora, you have to include /sbin:
Code:
/sbin/lspci
Only if you're running as a regular user; root has /sbin in the path. The tool's location implies that it isn't supposed to be run by the regular user (but we know that it's always safer to do so).

Quote:
Originally Posted by raiderleaf View Post
Yeah how do i go about running that?
There are several ways to bring up a command prompt. Here are some:

- There is a link to it on the system menu - under Applications->Accessories (I think). I hardly ever use this, 'cos I can never find it when I need it.

- Do ALT-F2 and it'll pop up a 'run' box - type 'xterm' in there, and you'll have a command prompt in a window.

- Switch to text mode with CTRL-ALT-F1. Text mode 'dsnt mean u can tlk lik ths' , you just type your regular username and password at the prompts and you're in a text-only system. You can leave this logged on for a bit, and switch back to the graphical desktop with CTRL-ALT-F7.
__________________
Linux user #126863 - see http://counter.li.org/
Roxoff is offline   Reply With Quote
Old 06-12-2007   #7 (permalink)
Just Joined!
 
Join Date: Apr 2007
Posts: 97
This is what it says :

00:00.0 Host bridge: ATI Technologies Inc RS480 Host Bridge (rev 01)
00:01.0 PCI bridge: ATI Technologies Inc RS480 PCI Bridge
00:05.0 PCI bridge: ATI Technologies Inc RS480 PCI Bridge
00:13.0 USB Controller: ATI Technologies Inc IXP SB400 USB Host Controller
00:13.1 USB Controller: ATI Technologies Inc IXP SB400 USB Host Controller
00:13.2 USB Controller: ATI Technologies Inc IXP SB400 USB2 Host Controller
00:14.0 SMBus: ATI Technologies Inc IXP SB400 SMBus Controller (rev 11)
00:14.1 IDE interface: ATI Technologies Inc Standard Dual Channel PCI IDE Controller
00:14.3 ISA bridge: ATI Technologies Inc IXP SB400 PCI-ISA Bridge
00:14.4 PCI bridge: ATI Technologies Inc IXP SB400 PCI-PCI Bridge
00:14.5 Multimedia audio controller: ATI Technologies Inc IXP SB400 AC'97 Audio Controller (rev 02)
00:14.6 Modem: ATI Technologies Inc SB400 AC'97 Modem Controller (rev 02)
00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration
00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map
00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller
00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control
01:05.0 VGA compatible controller: ATI Technologies Inc Radeon XPRESS 200M 5955 (PCIE)
06:02.0 Network controller: Broadcom Corporation BCM4311 [AirForce 54g] 802.11a/b/g PCI Express Transceiver (rev 02)
06:04.0 CardBus bridge: Texas Instruments PCIxx21/x515 Cardbus Controller
06:04.2 FireWire (IEEE 1394): Texas Instruments OHCI Compliant IEEE 1394 Host Controller
06:04.3 Mass storage controller: Texas Instruments PCIxx21 Integrated FlashMedia Controller
06:04.4 Generic system peripheral [0805]: Texas Instruments PCI6411/6421/6611/6621/7411/7421/7611/7621 Secure Digital Controller
06:06.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
raiderleaf is offline   Reply With Quote
Old 06-12-2007   #8 (permalink)
Linux Engineer
 
Thrillhouse's Avatar
 
Join Date: Jun 2006
Location: Arlington, VA, USA
Posts: 1,379
Code:
06:02.0 Network controller: Broadcom Corporation BCM4311 [AirForce 54g] 802.11a/b/g PCI Express Transceiver (rev 02)
This is the one you're interested in. Just from Googling, it looks like this card will require the use of ndiswrapper and the bcmwl5 driver. Here's a guide that might help you get started.
http://www.linuxforums.org/network/w...and_linux.html
Thrillhouse is offline   Reply With Quote
Old 06-12-2007   #9 (permalink)
Just Joined!
 
Join Date: Apr 2007
Posts: 97
Quote:
Originally Posted by Thrillhouse View Post
Code:
06:02.0 Network controller: Broadcom Corporation BCM4311 [AirForce 54g] 802.11a/b/g PCI Express Transceiver (rev 02)
This is the one you're interested in. Just from Googling, it looks like this card will require the use of ndiswrapper and the bcmwl5 driver. Here's a guide that might help you get started.
http://www.linuxforums.org/network/w...and_linux.html

This is where i get lost, but i made it up to here.

Adding the drivers.

Note:From this point forward, this guide assumes that the name of the driver is "bcmwl5". Substitute accordingly.
At this point you need to get the windows drivers you are going to install. You'll want to look for these files.

bcmwl5.inf
bcmwl5.sys

Place them in a folder, and run the following commands:


Code:
ndiswrapper -i /link/to/bcmwl5.inf


Obviously replacing the file location to wherever you have it.

A few additional notes:
If you try installing something with ndiswrapper and it goes wrong, it will still list it as installed even though it is not working. You need to run the command below to remove the driver from the list so you can try again.
raiderleaf is offline   Reply With Quote
Old 06-12-2007   #10 (permalink)
Trusted Penguin
 
MikeTbob's Avatar
 
Join Date: Apr 2006
Location: Panther City, Tx
Posts: 4,469
Quote:
Originally Posted by raiderleaf View Post
This is where i get lost, but i made it up to here.

Adding the drivers.

Note:From this point forward, this guide assumes that the name of the driver is "bcmwl5". Substitute accordingly.
At this point you need to get the windows drivers you are going to install. You'll want to look for these files.

bcmwl5.inf
bcmwl5.sys

Place them in a folder, and run the following commands:


Code:
ndiswrapper -i /link/to/bcmwl5.inf


Obviously replacing the file location to wherever you have it.

A few additional notes:
If you try installing something with ndiswrapper and it goes wrong, it will still list it as installed even though it is not working. You need to run the command below to remove the driver from the list so you can try again.
Do you have the drivers? If you have Windows on another partition, I think its ok to copy them from there. Is that where you got lost? Or are you having trouble with the command ndiswrapper -i /link/to/bcmwl5.inf?
__________________
I do not respond to private messages asking for help.
Please keep it on the forums only.
MikeTbob is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Free Magazines
A Newbie's Getting Started Guide to Linux
Learn the basics of the Linux operating systems. Get to know what it is all about, and familiarize yourself with the practical side. Basically, if you're a complete Linux newbie and looking for a quick and easy guide to get you started this is it.
subscribe
Run Your Own Web Server Using Linux & Apache - Free 191 Page Preview
Learn about everything you'll need to build and maintain your Linux servers, and to deploy Web applications to them.
subscribe
Open Source Security Myths Dispelled
Dispel the five major myths surrounding Open Source Security and gain the tools necessary to make a truly informed decision for your IT organization
subscribe
InformationWeek
InformationWeek is the only newsweekly you'll need to stay on top of the latest developments in information technology.
subscribe



All times are GMT. The time now is 05:50 AM.






© 2000 - - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.3.1