Fedora Linux Support Community & Resources Center
  #1  
Old 4th September 2008, 03:06 PM
mayankjuneja Offline
Registered User
 
Join Date: Sep 2008
Posts: 4
Wireless not working on Dell Inspiron 1525

Hello everyone

I have installed Fedora 9 on my dell inspiron 1525 and using it in dual boot mode with Microsoft Vista. I am not able to run wireless connection on Fedora 9. I have tried using ndiswrapper but in vein. Please guide me regarding the same.


Thanks
Mayank
Reply With Quote
  #2  
Old 4th September 2008, 11:02 PM
bbfuller Offline
Registered User
 
Join Date: Jun 2005
Location: UK
Posts: 4,345
Hello mayankjuneja

Welcome to the forum.

Before anyone can help we'll need some information on exactly what wireless card is in your machine. Manufacturers do have a habit of changing it even during the lifetime of one particular model.

If you open a terminal window and run the command:

/sbin/lspci

and post back the output relating to "network" and "ethernet" devices we'll see what help we can give.
Reply With Quote
  #3  
Old 5th September 2008, 06:14 AM
mayankjuneja Offline
Registered User
 
Join Date: Sep 2008
Posts: 4
Hello bbfuller

This is the output when i ran the command /sbin/lspci

09:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8040 PCI-E Fast Ethernet Controller (rev 12)
0b:00.0 Network controller: Broadcom Corporation BCM4310 USB Controller (rev 01)

Please guide me what to do next.

Mayank
Reply With Quote
  #4  
Old 5th September 2008, 07:31 AM
wvn's Avatar
wvn Offline
Registered User
 
Join Date: Jul 2008
Location: Mir space station
Age: 35
Posts: 738
look in my signature in Ndiswrapper guide.

you have the drivers at hand?
Reply With Quote
  #5  
Old 5th September 2008, 09:33 AM
bbfuller Offline
Registered User
 
Join Date: Jun 2005
Location: UK
Posts: 4,345
Hello mayankjuneja

That 4310 card is one of the broadcom cards that does require ndiswrapper.

The notes below tell you in general what you need to do.

Quote:
Ndiswrapper, as it's name implies is a way of wrapping some Linux code around a windows driver to make it work in Linux.

Ndiswrapper will not work with Windows Vista drivers. It is also not happy with every version of a driver for every chipset. If the one that came with your card doesn't work it may be necessary to experiment with other manufacturers drivers that were made for the particular chipset.

The parts of the windows driver file that you are looking for are the .inf file and the matching .sys file.

For instance in my case when I used ndiswrapper for my broadcom card, there was a 'bcmwl5.inf' file in the driver along with a bcmwl5.sys. Other manufacturers will use different file names.

Acquire full root rights with:

Code:
su -
That's a space and a minus sign after the su. It gives full root rights over the machine, not just over your own environment which is what you get with plain su.

If you haven't already, install the Livna repository:

Code:
rpm -i http://rpm.livna.org/livna-release-9.rpm
Install ndiswrapper:

Code:
yum install kmod-ndiswrapper
should bring in the three relevant packages.

Then set up and configure ndiswrapper with:

Code:
ndiswrapper -i <path to your windows driver file>.inf
should install the driver,

Code:
ndiswrapper -l
if it is going to work should return "driver present" and "hardware present"

Code:
modprobe ndiswrapper
should load the driver into the kernel, but probably only until you reboot.

If you are lucky now and NetworkManager is running then after a short while it 'may' begin reporting wireless networks. NetworkManager is the preferred method of connecting to wireless networks with Fedora and should be located on the top Gnome Panel to the right in the notification area.

If it works, or indeed if it doesn't you will also need to run:

Code:
ndiswrapper -ma
and then edit the file:

Quote:
/etc/modprobe.conf
as root and add the line:

Code:
alias wlan0 ndiswrapper
to it.

{Editing modprobe.conf should only be applicable to Fedora 8. In many instances Fedora 9 doesn't even have the file. If NetworkManager doesn't recognise your card you may need to create the modprobe.conf file in 9}

Reboot and try connecting again.
Don't be put off by the length of them, they try to cover a lot of eventualities but really reduce to a series of fairly simple steps.

If you have trouble finding the correct driver files for your card post back, I've got a link here to a set that work that we found when I was helping comeone else with this device.

In any event, post back with questions or problems.
Reply With Quote
  #6  
Old 6th September 2008, 09:25 AM
mayankjuneja Offline
Registered User
 
Join Date: Sep 2008
Posts: 4
I am not able to find the driver files. Can you please post the link here.
Reply With Quote
  #7  
Old 6th September 2008, 09:55 AM
bbfuller Offline
Registered User
 
Join Date: Jun 2005
Location: UK
Posts: 4,345
Hello mayankjuneja

I've pasted the link to the driver below.

Note that it's a Dell .exe file. It is what is called a self extracting executable. Som of those including Dells can be extracted in Linux using a command in the form of:

Code:
unzip -a <dell driver name> -d /driver
The extracted files will be located in the 'driver' directory directly off the directory you have the exe stored in.

There will be several sets of the files you need. You'll see sub-directories labelled US, Europe, ROW etc. Choose your location. What you really need are the files 'bcmwl5.inf' and 'bcmwl5.sys' for your location.

I can't remember now what else is in the extracted data but avoid any bcmwl6 driver files. They are for Vista and ndiswrapper doesn't work with Vista files.

http://ftp.us.dell.com/network/Dell_...17_R174291.exe

Post back with any problems or questions.
Reply With Quote
  #8  
Old 12th September 2008, 08:33 AM
mayankjuneja Offline
Registered User
 
Join Date: Sep 2008
Posts: 4
Hello bbfuller

Thanks a lot . The wireless is working now.
Reply With Quote
  #9  
Old 11th February 2009, 09:47 AM
bijay.physics Offline
Registered User
 
Join Date: Feb 2009
Posts: 1
problem in Wifi connection in fedora 9

Hello everyone

I have installed Fedora 9 few months back on my dell inspiron 1525 and using it in dual boot mode with Microsoft Vista. I am not able to run wireless connection on Fedora 9. I was following the steos as mentioned in this forum. This is the output when I run the command

/sbin/lspci

09:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8040 PCI-E Fast Ethernet Controller (rev 12)
0b:00.0 Network controller: Broadcom Corporation BCM4312 802.11a/b/g (rev 01)

I was trying to install ndiswrapper but after giving the command

yum install kmod-ndiswrapper


I am getting the following output

[root@localhost ~]# yum install kmod-ndiswrapper


Loaded plugins: priorities, refresh-packagekit
livna | 2.4 kB 00:00
rpmfusion-nonfree-updates | 2.7 kB 00:00
fedora | 2.4 kB 00:00
rpmfusion-free-updates | 2.7 kB 00:00
rpmfusion-free | 951 B 00:00
updates | 2.6 kB 00:00
rpmfusion-nonfree | 951 B 00:00
Setting up Install Process
Parsing package install arguments
Resolving Dependencies
--> Running transaction check
---> Package kmod-ndiswrapper.i686 0:1.53-5.fc9.10 set to be updated
--> Processing Dependency: kmod-ndiswrapper-2.6.27.12-78.2.8.fc9.i686 = 1.53-5.fc9.10 for package: kmod-ndiswrapper
--> Running transaction check
---> Package kmod-ndiswrapper-2.6.27.12-78.2.8.fc9.i686.i686 0:1.53-5.fc9.10 set to be updated
--> Processing Dependency: ndiswrapper-kmod-common >= 1.53 for package: kmod-ndiswrapper-2.6.27.12-78.2.8.fc9.i686
--> Processing Dependency: kernel-uname-r = 2.6.27.12-78.2.8.fc9.i686 for package: kmod-ndiswrapper-2.6.27.12-78.2.8.fc9.i686
--> Running transaction check
---> Package kmod-ndiswrapper-2.6.27.12-78.2.8.fc9.i686.i686 0:1.53-5.fc9.10 set to be updated
--> Processing Dependency: kernel-uname-r = 2.6.27.12-78.2.8.fc9.i686 for package: kmod-ndiswrapper-2.6.27.12-78.2.8.fc9.i686
---> Package ndiswrapper.i386 0:1.53-2.fc9 set to be updated
--> Finished Dependency Resolution
kmod-ndiswrapper-2.6.27.12-78.2.8.fc9.i686-1.53-5.fc9.10.i686 from rpmfusion-free-updates has depsolving problems
--> Missing Dependency: kernel-uname-r = 2.6.27.12-78.2.8.fc9.i686 is needed by package kmod-ndiswrapper-2.6.27.12-78.2.8.fc9.i686-1.53-5.fc9.10.i686 (rpmfusion-free-updates)
Error: Missing Dependency: kernel-uname-r = 2.6.27.12-78.2.8.fc9.i686 is needed by package kmod-ndiswrapper-2.6.27.12-78.2.8.fc9.i686-1.53-5.fc9.10.i686 (rpmfusion-free-updates)

and I can't do anything beyond this. I am very new to linux. Please help me out.
Reply With Quote
  #10  
Old 11th February 2009, 11:53 AM
stoat Offline
Registered User
 
Join Date: Jun 2006
Posts: 7,551
Quote:
Originally Posted by bijay.physics

/sbin/lspci

09:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8040 PCI-E Fast Ethernet Controller (rev 12)
0b:00.0 Network controller: Broadcom Corporation BCM4312 802.11a/b/g (rev 01)

Please help me out.
You do what you want, but it's completely unnecessary for you to be suffering with ndiswrapper. The BCM4312 is a chipset that can work with every driver method currently known for Broadcom-based wireless cards. You can see a summary of those methods in another post here. It outlines the relevant steps and provides links to example threads where other people used the BCM4312 with them.
Post #27 in "No Wireless on Fedora 10 (Broadcom BCM4312)"
P.S.: Regarding your ndiswrapper problem there, you probably need to update your kernel. You may need to connect to the Internet by wire to accomplish that. An alternative is to install and learn to use the yum-allowdowngrade plugin for yum.

Last edited by stoat; 11th February 2009 at 01:00 PM.
Reply With Quote
Reply

Tags
1525, dell, inspiron, wireless, working

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
wireless switch doesn't turn on - Dell Inspiron 1525 happyspace Servers & Networking 24 20th August 2009 05:32 PM
installing wireless connection in fedora 9 machine is dell inspiron 1525 kushan.bluesy Installation and Live Media 0 28th March 2009 11:29 PM
Fedora 10 : Need Wireless driver for Dell Inspiron 1525 (Broadcom BCM4312 802.11b/g) elan Servers & Networking 17 8th January 2009 05:07 AM
wireless problem on dell inspiron 1525 with fedora 9 davef Hardware & Laptops 6 2nd September 2008 09:07 PM
Wireless not working for inspiron 1525 light speed Servers & Networking 14 23rd April 2008 12:22 PM


Current GMT-time: 03:00 (Friday, 24-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat