Intel Pro 3945abg and Fedora 7

Solaris, RedHat, FreeBSD and the like
Post Reply
Message
Author
moosport
Posts: 34
Joined: Fri Jul 20, 2007 1:20 pm
Location: Los Angeles,CA

Intel Pro 3945abg and Fedora 7

#1 Post by moosport » Thu Aug 09, 2007 1:52 am

I trying to get the wireless connection to work. After installing a few rpms, I get the following error when trying to install ipw3945-1.2.0-18.4.fc7.x86_64.rpm

Code: Select all

rpm -i ipw3945-1.2.0-18.4.fc7.x86_64.rpm
warning: ipw3945-1.2.0-18.4.fc7.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID 66534c2b
error: Failed dependencies:
        ipw3945-kmdl-1.2.0-18.4.fc7 is needed by ipw3945-1.2.0-18.4.fc7.x86_64


I could not find the required ipw3945-kmdl-1.2.0-18.4.fc7 at all.

carbon_unit
Moderator Emeritus
Moderator Emeritus
Posts: 2988
Joined: Sat Apr 24, 2004 9:10 pm
Location: South Central Iowa, USA

#2 Post by carbon_unit » Thu Aug 09, 2007 6:57 am

You don't say which distro you are using but from the looks of it you must be running FC7 64 bit. I don't now for sure about FC7 but in general most 64 bit distros have more hardware problems than 32 bit distros. Try backing down to FC7 32 bit and see if that helps. At this point there is not much advantage to running 64 bit.

I can tell you that I am running Linux Mint 32 bit which is Ubuntu based and it installed fine and my 3945 worked right out of the box. The only drivers I needed to install were the video drivers and that was very painless.
T60 2623-D7U, 3 GB Ram.
Dual boot XP and Linux Mint.
Registered linux user #160145

whizkid
ThinkPadder
ThinkPadder
Posts: 1555
Joined: Wed Sep 29, 2004 1:40 pm
Location: Saint Paul, MN
Contact:

#3 Post by whizkid » Thu Aug 09, 2007 10:26 am

Fedora 7 saw my T60's 3945 card with no help at all. WiFi works, but the activity LED on the status panel does not work with this driver. It used to work with the old iwl3945 driver.
Machine-Project: 750P, 600X, T42, T60, T400, X1 Carbon Touch

moosport
Posts: 34
Joined: Fri Jul 20, 2007 1:20 pm
Location: Los Angeles,CA

#4 Post by moosport » Tue Aug 14, 2007 8:09 pm

are you using wpa too? My install did recognize the card. I believe the distro came with iwlwifi and it install wlan0.

But I'm still having problem. Dmesg shows it could not start up wlan0.

Volker
Junior Member
Junior Member
Posts: 482
Joined: Fri Oct 01, 2004 10:21 am
Location: Dublin, Ireland
Contact:

#5 Post by Volker » Tue Aug 14, 2007 10:02 pm

At least the current Fedora 7 kernel (i386 and x86_64) has both iwl3945 and iwl4965 drivers. You only need the firmware, "yum -y install iwlwifi-firmware.noarch" probably does the trick.

whizkid
ThinkPadder
ThinkPadder
Posts: 1555
Joined: Wed Sep 29, 2004 1:40 pm
Location: Saint Paul, MN
Contact:

#6 Post by whizkid » Wed Aug 15, 2007 8:42 am

F7 didn't need any packages manually installed for the 3945. I am not using WPA, as my old b-only access point does not support it.
Machine-Project: 750P, 600X, T42, T60, T400, X1 Carbon Touch

moosport
Posts: 34
Joined: Fri Jul 20, 2007 1:20 pm
Location: Los Angeles,CA

#7 Post by moosport » Thu Aug 16, 2007 1:45 am

Volker wrote:At least the current Fedora 7 kernel (i386 and x86_64) has both iwl3945 and iwl4965 drivers. You only need the firmware, "yum -y install iwlwifi-firmware.noarch" probably does the trick.
but what about WPA? Do I need to install wpa supplicant?

Volker
Junior Member
Junior Member
Posts: 482
Joined: Fri Oct 01, 2004 10:21 am
Location: Dublin, Ireland
Contact:

#8 Post by Volker » Thu Aug 16, 2007 11:24 am

Yes you need wpa_supplicant for WPA. And I'd suggest NetworkManager (and nm-applet) to control/configure the whole thing.

moosport
Posts: 34
Joined: Fri Jul 20, 2007 1:20 pm
Location: Los Angeles,CA

#9 Post by moosport » Fri Aug 17, 2007 12:43 am

Volker wrote:Yes you need wpa_supplicant for WPA. And I'd suggest NetworkManager (and nm-applet) to control/configure the whole thing.
is there any reliable instructions on how to install all these pieces? I'm at the point of configuring wpa_supplicant.conf but there is no clear instructiona on how to do so.

The instructions here is confusing.


http://www.thinkwiki.org/wiki/Wpa_supplicant

Volker
Junior Member
Junior Member
Posts: 482
Joined: Fri Oct 01, 2004 10:21 am
Location: Dublin, Ireland
Contact:

#10 Post by Volker » Fri Aug 17, 2007 12:21 pm

1) Install everything necessary

Code: Select all

yum install NetworkManager-gnome
This will pull in all relevant dependencies, for example wpa_supplicant.

2) Make sure it loads at startup:

Code: Select all

chkconfig --level 5 NetworkManager on
chkconfig --level 5 NetworkManagerDispatcher on
chkconfig --level 5 wpa_supplicant on
3) Reboot into your gnome user desktop and run (Alt-F2) nm-applet

Click on the applet to select wireless network.

moosport
Posts: 34
Joined: Fri Jul 20, 2007 1:20 pm
Location: Los Angeles,CA

#11 Post by moosport » Sat Aug 18, 2007 12:46 am

Volker wrote:1) Install everything necessary

Code: Select all

yum install NetworkManager-gnome
This will pull in all relevant dependencies, for example wpa_supplicant.

2) Make sure it loads at startup:

Code: Select all

chkconfig --level 5 NetworkManager on
chkconfig --level 5 NetworkManagerDispatcher on
chkconfig --level 5 wpa_supplicant on
3) Reboot into your gnome user desktop and run (Alt-F2) nm-applet

Click on the applet to select wireless network.
I tried both WPA and WPA2 Personal and none works. Do I need to enter 0x in the password field prior to entering my passphrase? I'm using TKIP.

Volker
Junior Member
Junior Member
Posts: 482
Joined: Fri Oct 01, 2004 10:21 am
Location: Dublin, Ireland
Contact:

#12 Post by Volker » Sun Aug 19, 2007 12:36 am

In the password field you enter your (ascii) password. You probably confuse the password with your hex psk. You don't need to enter any hex numbers.

moosport
Posts: 34
Joined: Fri Jul 20, 2007 1:20 pm
Location: Los Angeles,CA

#13 Post by moosport » Sun Aug 19, 2007 1:25 am

I get the following message from Selinux when try to connect wirelessly using NetworkManager.

Code: Select all

avc: denied { rmdir } for comm="wpa_supplicant" dev=dm-0 egid=0 euid=0 exe="/usr/sbin/wpa_supplicant" exit=0 fsgid=0 fsuid=0 gid=0 items=0 name="wpa_supplicant" pid=3270 scontext=system_u:system_r:NetworkManager_t:s0 sgid=0 subj=system_u:system_r:NetworkManager_t:s0 suid=0 tclass=dir tcontext=system_u:object_r:var_run_t:s0 tty=(none) uid=0 

Volker
Junior Member
Junior Member
Posts: 482
Joined: Fri Oct 01, 2004 10:21 am
Location: Dublin, Ireland
Contact:

#14 Post by Volker » Sun Aug 19, 2007 10:56 am

I'm not getting these. Are you really using the Fedora 7 rpm for wpa_supplicant? Whats the output of

Code: Select all

rpm -V wpa_supplicant
rpm -q wpa_supplicant
Did you install all Fedora 7 updates?

You can also try without selinux ("setenforce 0") to see if that is the problem.

moosport
Posts: 34
Joined: Fri Jul 20, 2007 1:20 pm
Location: Los Angeles,CA

#15 Post by moosport » Mon Aug 20, 2007 10:42 pm

Volker wrote:I'm not getting these. Are you really using the Fedora 7 rpm for wpa_supplicant? Whats the output of

Code: Select all

rpm -V wpa_supplicant
rpm -q wpa_supplicant
Did you install all Fedora 7 updates?

You can also try without selinux ("setenforce 0") to see if that is the problem.
Here are the results.

Code: Select all

#rpm -V wpa_supplicant
.M....G.   /var/run/wpa_supplicant
# rpm -q wpa_supplicant
wpa_supplicant-0.5.7-3.fc7
With Selinux disable, I still cannot connect wirelessly.

Post Reply
  • Similar Topics
    Replies
    Views
    Last post

Return to “Linux Questions”

Who is online

Users browsing this forum: axur-delmeria and 1 guest