![]() |
![]() |
![]() |
|||||
![]() |
![]() |
![]() |
![]() |
![]() |
|||
| Welcome
to Tech Support Forum home to more then 136,000 problems solved. Issues
have included: Spyware, Malware, Virus Issues, Windows, Microsoft,
Linux, Networking, Security, Hardware, and Gaming Getting your
problem solved is as easy as: 1. Registering for a free account 2. Asking your question 3. Receiving an answer Registered members: * See fewer ads. * And much more..
|
| Want to know how to post a question? click here | Having problems with spyware and pop-ups? First Steps |
|
|||||||
| Linux Support Linux - Operating Systems and Applications Support |
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 (permalink) |
|
Registered User
|
how do u connect to the internet?
when i got to network settings it says: eth1 inactive eth0 inactive when i press the active for both or for one (check mark them) then it says : determining IP information for eth1... failed; no link present. Check Cables? are there even cables? i thought it was wireless? thank you in advance if you can help me
|
|
|
|
| Important Information |
|
Join the #1 Tech Support Forum Today - It's Totally Free!
TechSupportForum.com is a leading support website for your computer needs. We offer free, friendly and personalized computer support. Why pay to have your computer fixed when you can do it for free. Join TechSupportforum.com Today - Click Here |
|
|
#3 (permalink) |
|
Registered User
|
ya sure, it is a dell truemoblie 1300
802.11 b/g pc card the computer is an Dell inspiron 1000 and i do have the installation disc with too but it say when u put it in the cd drive and click on the setup.exe it says "no packages were given for installation" |
|
|
|
|
|
#4 (permalink) |
|
Moderator, Linux
|
Hi Msta, it looks like you'll have to install ndiswrapper downoad source: http://sourceforge.net/projects/ndiswrapper/, install it. I hope you have access to a Windows machine, because you'll need to download the *.exe file from Dell website (or actually, it might be on your disc) You'll be needing bcmwl5.sys AND bcmwl5.inf driver files. I think it would be Setup.exe.
Check out this tutorial here, it's for a way older version of FC but it should give you some ideas. Good Installation instructions of ndiswrapper for Fedora are here.
__________________
|
|
|
|
|
|
#5 (permalink) |
|
Registered User
|
I really dont understand some of the things they say could u point some things out to me like the prompt i really don't know where it is?
and how to install it and i see the post on how to do it i just dont understand most of it This is a very new system for me to work with and How do I get adobe dreamweaver on it? |
|
|
|
|
|
#6 (permalink) | ||
|
Moderator, Linux
|
OK Msta, the prompt, called "terminal" is a big thing in Linux. Go to Applications/accessories/terminal. (If you're running GNOME). That is where you enter the commands like in the "ndiswrapper" installation guide. The places where it says (filename) enter the name of the ndiswrapper file that you downloaded. The latest stable release appears to be v. 1.28. Also it looks like you'll have to build an .rpm out of the ndiswrapper-1.28.tar.gz file, to do that it's really easy, here's how:
Quote:
Quote:
If you have any more questions post them.
__________________
|
||
|
|
|
|
|
#10 (permalink) |
|
Registered User
|
when i open rpm-build-4.4.1-23 i283.rpm it say:
UNABLE TO RETRIEVE SOFTWARE INFORMATION unable to retrieve software information. this could be caused by not having a network connection available. do i need ti have a local area connection to do this(by cord)? or do i need a different version? |
|
|
|
|
|
#13 (permalink) | |
|
Moderator, Linux
|
Ok, I typed up a little tutorial here. You'll have to have a working internet connection to use it. I hope you can connect some other way until the wireless is configured. Also, you MUST have the latest kernel installed. Run yum -y update to make sure you have all the latest updates. I don't have your card, so I couldn't test the final steps, hope they work. Note that your card is made by Broadcom, and is a BCM4306. This tutorial involves setting up the livna repository, from which you can easily use yum to install ndiswrapper instead of having to build the rpm yourself. (In case you haven't figured it out yet, .rpm files in Linux are like .exe files in Windows.)
NOTE: After I made this tutorial, I discovered this: http://forum.fedoraforum.org/forum/s...onfigure+wlan0 You might want to try that first, it uses a different method and is simpler, however I don't know if it will work in FC 6. Step 1 Configuring the “livna.org” repository in Fedora Core 6. First, in GNOME, go to Applications/Accessories/Terminal. Log in as root: in the Terminal, type: Code:
su - Now, enter the following: Code:
rpm -Uhv http://rpm.livna.org/livna-release-6.rpm Code:
rpm --import http://rpm.livna.org/RPM-LIVNA-GPG-KEY NOTE: Leave the Terminal open, until you are finished with all the steps. Step 2 Installing “ndiswrapper.” In the Terminal, make sure you are logged in as root. (su -). Type: Code:
yum -y install ndiswrapper If there were no problems, ndiswrapper should now be installed. Step 3 Getting the necessary driver files for “Dell Truemobile 1300 (Broadcom BCM4306) NOTE: You must be using a Windows machine to successfully complete the following step. For this step you need two files, “bcmwl5.inf” and “bcmwl5.sys”. These are found in your Windows Self-extracting .exe driver file. If you don't have the .exe file you can download it: http://ftp.us.dell.com/network/R94827.EXE Now we should have a Self-extracting installer called “R94827.EXE”. The easiest way to extract the needed files from it (bcmwl5.inf, bcmwl5.sys) is to use an Unzipping program that has the ability to unzip self-extracting installers. WinRAR is a good one for this. It has a 40 day free trial, so download and install it: http://www.download.com/WinRAR/3000-...-10583567.html Once it is installed, all you need to do is navigate to the folder where you have the R94827.EXE file. Right-click on it, and click Extract (you have the option to extract it right there, or to a folder, and several other options). Now you should see the two needed files! Now put those 2 files on a disk, or however you prefer, you need to transfer them to your Linux machine, and place them in: /usr/sbin/ndiswrapper. Step 4 Installing “bcmwl5.inf” and “bcmwl5.sys” using ndiswrapper. In the Terminal, type: Code:
ndiswrapper -i BCMWL5.inf Code:
ndiswrapper -l Quote:
Type: Code:
modprobe ndiswrapper Now all that's left is to configure your card in System/Administration/Network Settings.
__________________
|
|
|
|
|
![]() |
| Thread Tools | |
|
|