LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 04-18-2006, 08:10 AM   #1
garfield1228
Member
 
Registered: Apr 2006
Posts: 71

Rep: Reputation: 15
Post Solution to wireless on FC5 for all


After a struggle for 3 complete days now i ahve been able to configure and install wireless card on my system. So i thought to share this with all.
My System Configuration:-
Intel Centrino CORE DUO Processor, 1 GB RAM, Nvidia 256MB geForce Go 7400, 100GB SATA HDD,Intel pro 3945abg wireless card in all its a HP dv5000 series laptop released with core duo proc recently.

This laptop supports any linux kernel ver >2.6.x, in fedora only FC5 and above are supported. I have chked it. It detects almost all h/w even wireless if its intel 2200bg and not above u have to manually install it.
Make sure u install the SMP kernel and devel versions only for duo proc.
Also please update ur kernel version to either 2.6.16.2080 or above.

install the following rpms and reboot ur system
kernel-smp-2.6.16-1.2080_FC5.i686.rpm
kernel-smp-devel-2.6.16-1.2080_FC5.i686.rpm
kernel-kdump-2.6.16-1.2080_FC5.i686.rpm

Once done with it, install the following rpms-
ieee80211-1.1.13-10.rhfc5.at.i386.rpm
ieee80211-kernheaders-1.1.13-10.rhfc5.at.i386.rpm
ieee80211-kmdl-2.6.16-1.2080_FC5smp-1.1.13-10.rhfc5.at.i686.rpm
ipw3945-0.0.74-4.rhfc5.at.i386.rpm
ipw3945d-1.7.18-1.at.i386.rpm
ipw3945-firmware-1.13-1.noarch.rpm
ipw3945-kmdl-2.6.16-1.2080_FC5smp-0.0.74-4.rhfc5.at.i686.rpm
ipw3945-ucode-1.13-1.at.noarch.rpm
now reboot ur system ....

Now, once you have installed all rpms successfully, ur done...do this
#depmod -a
#modprobe ipw3945 <- this loads the module.
to chk if its done do ...
#dmesg | grep ipw <- this should list the driver detected.
#lsmod <- this should list the driver detected. look for ipw3945
OK now finally...
#ps -C ipw3945 <- this should list the ipw3945d deamon running ...
this means its running successfully and got loaded.
else try,
#/sbin/ipw3945d to start it ...
thats it,
now #system-config-network &
select FILE>NEW>WIRELESS>FORWARD>SELECT UR DRIVER NOW LISTED> FORWARD> COMPLETE THE CONFIGURATION
i.e. add ur essid, key etc and ok
U R DONE ...
its up and running , do #ifconfig it should show it running....displays its address and other details....

u can also use iwconfig eth1 essid <xxx> -> look man pages for this i havent tried it out...

You can use this method for most of intel drivers ...
here are a few useful links -
http://www.utexas.edu/its/wireless/i...fig_linux.html
http://www.roseindia.net/linux/tutor...OWTO.html#toc5
http://www.linuxquestions.org/linux/...Fedora_Core_5&
http://tuxmobil.org/centrino.html

http://ipw3945.sourceforge.net
http://dl.atrpms.net/fc5-i386/atrpms/RPMS.stable/
http://atrpms.net/dist/fc5/
http://people.redhat.com/davej/kerne...5/RPMS.kernel/
http://rpmforge.net/user/packages/
 
Old 04-18-2006, 08:12 AM   #2
garfield1228
Member
 
Registered: Apr 2006
Posts: 71

Original Poster
Rep: Reputation: 15
I still have some doubts as to how automatically load the module during boot i tried to change modprobe.conf but what exactly am i supposed to write there if any one knows please let me know....
 
Old 04-20-2006, 09:46 AM   #3
shanec
LQ Newbie
 
Registered: Apr 2006
Distribution: Fedora Core 5
Posts: 14

Rep: Reputation: 0
Did you not have to go through this ndiswrapper procedure? (that's just a question - I have no idea how to make this stuff work)
http://www.linuxquestions.org/linux/...Fedora_Core_5&

And - have you figured out how to make this stuff work at startup?

Last edited by shanec; 04-20-2006 at 12:12 PM.
 
Old 04-20-2006, 12:42 PM   #4
garfield1228
Member
 
Registered: Apr 2006
Posts: 71

Original Poster
Rep: Reputation: 15
hi shanec, i have practically read all the posts in the forums regarding wireless, and trust me the link u send me is already read so many times by me, see the thing is thats a ndiswrapper procedure and this is not. Well there it uses ndiswrapper -m to load into modprobe.conf file the alias to load it while booting.
here, my module is ipw3945, what entry hsould i be loading in the conf file to automatically load the module.
because now, i have to everytime do the following steps to manually load the driver once it boots,

#depmod -a
#modprobe ipw3945
#/sbin/ipw3945d
#ifconfig eth1 up
#iwconfig essid <whatever>
#iwconfig key <whatever>
#dhclient eth1

then it starts working...I want this to be done automatically thats what i wanted.
 
Old 04-20-2006, 01:49 PM   #5
shanec
LQ Newbie
 
Registered: Apr 2006
Distribution: Fedora Core 5
Posts: 14

Rep: Reputation: 0
SUCCESS!!!! Thank you!!!

I will keep researching this startup issue and I'll be sure to post here if I find something.
 
Old 04-20-2006, 02:24 PM   #6
garfield1228
Member
 
Registered: Apr 2006
Posts: 71

Original Poster
Rep: Reputation: 15
please see if u can help me with this also
http://www.linuxquestions.org/questi...74#post2209374
thanx
 
Old 04-29-2006, 03:49 PM   #7
inkbrush
LQ Newbie
 
Registered: Apr 2006
Posts: 1

Rep: Reputation: 0
Which repo do you use?

Hey,
Thank for posting the tips on ipw3945. It would be even better if you tell us which yum repository you use. I use the ones from Stanton Finley's website, and they do not have the ipw3945 files in your instructions. Thanks.
 
Old 04-29-2006, 11:25 PM   #8
shanec
LQ Newbie
 
Registered: Apr 2006
Distribution: Fedora Core 5
Posts: 14

Rep: Reputation: 0
FWIW, I merely googled the package names and d/l'd the same version numbers listed above. Probably came from 3 different repo's. Although I understand now using seperate repos might not be a good idea. Maybe I was lucky.
 
Old 04-30-2006, 12:07 PM   #9
garfield1228
Member
 
Registered: Apr 2006
Posts: 71

Original Poster
Rep: Reputation: 15
hello inkbush,
well i downloaded the files from this link http://atrpms.net/dist/fc5/ most of them, and i think it shud work out well for you...
 
Old 05-02-2006, 06:33 AM   #10
FLX
Member
 
Registered: Apr 2005
Distribution: Fedora Core 5, SuSE 10.1
Posts: 40

Rep: Reputation: 15
Does it support kismet (monitor mode), aircrack and aireplay (packet injection)?

Regards,

FLX
 
Old 05-03-2006, 03:02 PM   #11
garfield1228
Member
 
Registered: Apr 2006
Posts: 71

Original Poster
Rep: Reputation: 15
well try this version of aircrack - (Aircrack-ng 0.4.4), let me know the results, i am also trying it out
 
Old 05-04-2006, 01:30 AM   #12
FLX
Member
 
Registered: Apr 2005
Distribution: Fedora Core 5, SuSE 10.1
Posts: 40

Rep: Reputation: 15
before i can do that, i must put my card in monitor mode, but i can't get it done.
I created a topic about it: http://www.linuxquestions.org/questi...66#post2229466
 
Old 05-17-2006, 02:20 AM   #13
jonwatson
Member
 
Registered: Jun 2004
Location: Nova Scotia, Canada!
Distribution: Ubuntu
Posts: 170

Rep: Reputation: 30
Quote:
Originally Posted by garfield1228
After a struggle for 3 complete days now i ahve been able to configure and install wireless card on my system. So i thought to share this with all.
My System Configuration:-
Intel Centrino CORE DUO Processor, 1 GB RAM, Nvidia 256MB geForce Go 7400, 100GB SATA HDD,Intel pro 3945abg wireless card in all its a HP dv5000 series laptop released with core duo proc recently.

This laptop supports any linux kernel ver >2.6.x, in fedora only FC5 and above are supported. I have chked it. It detects almost all h/w even wireless if its intel 2200bg and not above u have to manually install it.
Make sure u install the SMP kernel and devel versions only for duo proc.
Also please update ur kernel version to either 2.6.16.2080 or above.

install the following rpms and reboot ur system
kernel-smp-2.6.16-1.2080_FC5.i686.rpm
kernel-smp-devel-2.6.16-1.2080_FC5.i686.rpm
kernel-kdump-2.6.16-1.2080_FC5.i686.rpm

Once done with it, install the following rpms-
ieee80211-1.1.13-10.rhfc5.at.i386.rpm
ieee80211-kernheaders-1.1.13-10.rhfc5.at.i386.rpm
ieee80211-kmdl-2.6.16-1.2080_FC5smp-1.1.13-10.rhfc5.at.i686.rpm
ipw3945-0.0.74-4.rhfc5.at.i386.rpm
ipw3945d-1.7.18-1.at.i386.rpm
ipw3945-firmware-1.13-1.noarch.rpm
ipw3945-kmdl-2.6.16-1.2080_FC5smp-0.0.74-4.rhfc5.at.i686.rpm
ipw3945-ucode-1.13-1.at.noarch.rpm
now reboot ur system ....

Now, once you have installed all rpms successfully, ur done...do this
#depmod -a
#modprobe ipw3945 <- this loads the module.
to chk if its done do ...
#dmesg | grep ipw <- this should list the driver detected.
#lsmod <- this should list the driver detected. look for ipw3945
OK now finally...
#ps -C ipw3945 <- this should list the ipw3945d deamon running ...
this means its running successfully and got loaded.
else try,
#/sbin/ipw3945d to start it ...
thats it,
now #system-config-network &
select FILE>NEW>WIRELESS>FORWARD>SELECT UR DRIVER NOW LISTED> FORWARD> COMPLETE THE CONFIGURATION
i.e. add ur essid, key etc and ok
U R DONE ...
its up and running , do #ifconfig it should show it running....displays its address and other details....

u can also use iwconfig eth1 essid <xxx> -> look man pages for this i havent tried it out...

You can use this method for most of intel drivers ...
here are a few useful links -
http://www.utexas.edu/its/wireless/i...fig_linux.html
http://www.roseindia.net/linux/tutor...OWTO.html#toc5
http://www.linuxquestions.org/linux/...Fedora_Core_5&
http://tuxmobil.org/centrino.html

http://ipw3945.sourceforge.net
http://dl.atrpms.net/fc5-i386/atrpms/RPMS.stable/
http://atrpms.net/dist/fc5/
http://people.redhat.com/davej/kerne...5/RPMS.kernel/
http://rpmforge.net/user/packages/

I can't find either of the kmdl files anywhere. Anyone know where to get them?

Thanks!
 
Old 05-17-2006, 10:25 AM   #14
garfield1228
Member
 
Registered: Apr 2006
Posts: 71

Original Poster
Rep: Reputation: 15
u can visit this link http://atrpms.net/dist/fc5/
and search for ipw3945 and u ll find them there ...
 
Old 05-17-2006, 03:21 PM   #15
jonwatson
Member
 
Registered: Jun 2004
Location: Nova Scotia, Canada!
Distribution: Ubuntu
Posts: 170

Rep: Reputation: 30
I tried there. Those two files aren't there.
 
  


Reply

Tags
how, udev, 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
FC5 wireless card Jer1234 Linux - Wireless Networking 8 07-23-2006 10:19 PM
Streaming media files between FC5 and XP Jer1234 Linux - Networking 4 04-20-2006 08:27 AM
configuring wireless on FC5 garfield1228 Linux - Laptop and Netbook 6 04-18-2006 01:57 AM
How to get wireless working on FC5 Hangetsu Fedora 2 03-23-2006 01:31 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

All times are GMT -5. The time now is 12:45 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