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.
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.
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
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
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.
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 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.
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.
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
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