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 |
| |
|
|
|---|
| Poster | Thread | Rated: 2 Votes |
|---|
|
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 |
||
Posted on: 2007/5/16 21:06
|
|||
|
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
|
|||
|
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
|
|||
|
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
|
|||
|
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
|
|||
|
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
|
|||
|
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:
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
|
|||
|
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
|
|||
|
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.
|
||
Posted on: 2007/9/19 20:23
|
|||
|
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:
|
||
Posted on: 2007/9/22 10:32
|
|||
|
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:
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
|
|||
Top Previous Topic Next Topic |
|



Topic options
Print Topic
Threaded
Newest First
2 Votes
chattr







You cannot start a new topic.
You can view topic.