CentOS Icon CentOS Logo
CentOS Text
   
  
www.centos.org Forum Index
   CentOS 5 - Networking Support
  ipw3945 support - where are the RPMs ? They are included with RHEL 5 !

 

 Bottom   Previous Topic   Next Topic
  •  Rate Thread
      Rate this Thread
      Excellent
      Good
      Average
      Bad
      Terrible
Poster Thread Rated:  2 Votes
  •  chattr
      chattr
ipw3945 support - where are the RPMs ? They are included with RHEL 5 !
#1
Regular Board Member
Joined: 2006/1/27
From
Posts: 78
I am trying to locate the Centos 5 ipw3945 rpm files in order to support my onboard WLAN device in my Acer x86_64 laptop.

I can't seem to find these rpms within the Centos 5 repositories.

I have, however, found the following on the RHEL 5 supplementary disc:
ipw3945d-1.7.22-2.el5.x86_64.rpm kmod-ipw3945-1.0-4.7.el5.x86_64.rpm
ipw3945-ucode-1.13-2.el5.noarch.rpm kmod-ipw3945-xen-1.0-4.7.el5.x86_64.rpm

These, along with wpa_supplicant, allow me to connect with WPA-PSK just fine under Centos 5.

I am just wondering where the rpms are under Centos, as I'd rather not mix Centos and RHEL rpms.

Any help in pointing the way is much appreciated.
Posted on: 2007/5/16 18:45
Create PDF from Post Print
Top
  •  toracat
      toracat
Re: ipw3945 support - where are the RPMs ? They are included with RHEL 5 !
#2
Moderator
Joined: 2006/9/3
From California, US
Posts: 5070
Try adding RPMforge repo to your yum repositories. They have the dkms-ipw3945 package. Also, it is generally safe to use rpm's for RHEL5.

Akemi
_________________
Useful links: Search Forums; Forum FAQ; CentOS Wiki
Posted on: 2007/5/16 21:06
Create PDF from Post Print
Top
  •  chattr
      chattr
Re: ipw3945 support - where are the RPMs ? They are included with RHEL 5 !
#3
Regular Board Member
Joined: 2006/1/27
From
Posts: 78
So why haven't these rpms been built for Centos from the RHEL source rpms ?

Is it because there on the supplementary cd and presumably source isn't available for these (having taken a quick peek at ftp.redhat.com) ?

Does that mean none of the rpms on the supplementary cd have been built for Centos ?
Posted on: 2007/5/17 8:24
Create PDF from Post Print
Top
  •  Lenard
      Lenard
Re: ipw3945 support - where are the RPMs ? They are included with RHEL 5 !
#4
Professional Board Member
Joined: 2005/11/29
From Indiana
Posts: 2283
Answers;

1. Because they are package supplied by third parties (Adobe, IBM, Intel and so).

2. Exactly.

3. See answer two.
_________________
CentOS: The Sysadmins choice
Congratulations NedSlider
Posted on: 2007/5/17 12:34
Create PDF from Post Print
Top
  •  kerm_it
      kerm_it
Re: ipw3945 support - where are the RPMs ? They are included with RHEL 5 !
#5
Newbie
Joined: 2007/5/28
From Italy
Posts: 3
The driver is in Atrpms repo, so as root you just need to create a file in your /etc/yum.repos.d/ called atrpms.repo and have the following lines in it:

[atrpms]
name=CentOS $releasever - $basearch - ATrpms
baseurl=http://dl.atrpms.net/el$releasever-$basearch/atrpms/stable
gpgkey=http://ATrpms.net/RPM-GPG-KEY.atrpms
gpgcheck=1

To install and load the driver from the repo above type the commands:
# rpm --import http://ATrpms.net/RPM-GPG-KEY.atrpms
# yum install ipw3945
# /sbin/ipw3945d --quiet
# modprobe ipw3945

Then you can activate the service NetworkManager with which you will be able to connect to a wireless network in a very simple way with a smart Gnome tool that will appear on the panel

Enjoy

Kerm_it
Posted on: 2007/5/30 7:24
Create PDF from Post Print
Top
  •  kerm_it
      kerm_it
Re: ipw3945 support - where are the RPMs ? They are included with RHEL 5 !
#6
Newbie
Joined: 2007/5/28
From Italy
Posts: 3
Sorry, the correct commands are:

To install and load the driver from the repo above type the commands:
# rpm --import http://ATrpms.net/RPM-GPG-KEY.atrpms
# yum install ipw3945
# depmod -a
# modprobe ipw3945
# /sbin/ipw3945d --quiet
Posted on: 2007/5/30 22:18
Create PDF from Post Print
Top
  •  simpsols
      simpsols
Re: ipw3945 support - where are the RPMs ? They are included with RHEL 5 !
#7
Newbie
Joined: 2007/6/12
From
Posts: 2
how can i automate this process through modprobe.conf or some init script so as i dont have to run these commands everytime i boot my system.

Regards
Sajid
Posted on: 2007/6/12 18:33
Create PDF from Post Print
Top
  •  woof
      woof
Re: ipw3945 support - where are the RPMs ? They are included with RHEL 5 !
#8
Jr Board Member
Joined: 2006/8/15
From US/Colorado
Posts: 44
Quote:

simpsols wrote:
how can i automate this process through modprobe.conf or some init script so as i dont have to run these commands everytime i boot my system.

Regards
Sajid


My laptop takes care of wireless automatically at boot.

1) Make sure you have the alias in /etc/modprobe.conf (I have the line "alias eth1 ipw3945')

2) Make sure you have ipw3945d-1.7.22-4.nodist.rf.rpm (or greater) from RPMForge (http://wiki.centos.org/Repositories/RPMForge). It provides /etc/init.d/ipw3945d, which automatically starts the daemon.

Regards,
Steve
Posted on: 2007/6/22 3:53
Create PDF from Post Print
Top
  •  Alpha-Linux
      Alpha-Linux
Re: ipw3945 support - where are the RPMs ? They are included with RHEL 5 !
#9
Newbie
Joined: 2007/9/19
From Switzerland
Posts: 4
Hi all

will there be an ipw3945 kernel module for the latest kernel-2.6.18-8.1.10.el5 ?

best regards, Alpha-Linux
Posted on: 2007/9/19 11:19
Create PDF from Post Print
Top
  •  toracat
      toracat
Re: ipw3945 support - where are the RPMs ? They are included with RHEL 5 !
#10
Moderator
Joined: 2006/9/3
From California, US
Posts: 5070
The ipw3945d package from rpmforge should work in the new kernel-2.6.18-8.1.10.el5.
_________________
Useful links: Search Forums; Forum FAQ; CentOS Wiki
Posted on: 2007/9/19 20:23
Create PDF from Post Print
Top
  •  qsdr
      qsdr
Re: ipw3945 support - where are the RPMs ? They are included with RHEL 5 !
#11
Newbie
Joined: 2007/9/22
From
Posts: 3
Hello ,

I followed kerm_it's post, and it went very smooth without any error message, and when I checked the ssstem ==> hardware , I can find my intel ipw3945 card there. However, when I do
/sbin/iwconfig. There is no eth1 as below:

[root@localhost yeandre]# /sbin/iwconfig
lo no wireless extensions.

eth0 no wireless extensions.

sit0 no wireless extensions.

I'm using the Centos 5 kernel as below:

[root@localhost yeandre]# uname -p -r
2.6.18-8.el5 i686


More information:
[root@localhost yeandre]# /sbin/ipw3945d
ipw3945d - regulatory daemon
Copyright (C) 2005-2006 Intel Corporation. All rights reserved.
version: 1.7.22
Intel PRO/Wireless 3945ABG Network Connection found at:
/sys/bus/pci/drivers/ipw3945/0000:05:00.0
Daemon launched as pid 3240. Exiting.

Seems the driver has been installed successfully, but why the system still can't load the wireless module, and there is no eht1? Thanks for help in advance!


Quote:

kerm_it wrote:
Sorry, the correct commands are:

To install and load the driver from the repo above type the commands:
# rpm --import http://ATrpms.net/RPM-GPG-KEY.atrpms
# yum install ipw3945
# depmod -a
# modprobe ipw3945
# /sbin/ipw3945d --quiet
Posted on: 2007/9/22 10:32
Create PDF from Post Print
Top
  •  woof
      woof
Re: ipw3945 support - where are the RPMs ? They are included with RHEL 5 !
#12
Jr Board Member
Joined: 2006/8/15
From US/Colorado
Posts: 44
Quote:

qsdr wrote:
Seems the driver has been installed successfully, but why the system still can't load the wireless module, and there is no eht1? Thanks for help in advance!


Check that the ipw3945 module is present with 'lsmod'.

Check that this line is in /etc/modprobe.conf:

alias eth1 ipw3945

Check that your /etc/sysconfig/network-scripts/ifcfg-eth1 script is present, and that the DEVICE= line in it correctly says 'eth1'.

Regards,
Steve
Posted on: 2007/9/29 21:27
Create PDF from Post Print
Top
 Top   Previous Topic   Next Topic

 


 You cannot start a new topic.
 You can view topic.
 You cannot reply to posts.
 You cannot edit your posts.
 You cannot delete your posts.
 You cannot add new polls.
 You cannot vote in polls.
 You cannot attach files to posts.
 You cannot post without approval.




"Linux" is a registered trademark of Linus Torvalds. | All other trademarks are property of their respective owners. | All other content is Copyright @ 2004-2009 by the CentOS Project or "each individual contributor (forums, comments, etc.) unless otherwise assigned".| Theme based on a theme by 7dana.com