PDA

View Full Version : ipw3945 installation


mathews.ma
14th January 2007, 10:05 AM
here are the steps:
1. update the latest kernel and kernel-devel
2.install ipw3945-firmwire and ipw3945d, you may install by rpms,there are links on ipw3945.sourceforge.net
3.install ipw3945 from sources, make and make install will ok
you don't need to remove old version of ieee802

scribes200581
14th January 2007, 07:27 PM
How do i update the kernal and kernel devel? Can i do this from the Yum Extender, or from command line? Either way doesnt matter, but im so new to linux i just need a little more guidance.

I think i have step two done once already, but im confused still yet on how to install rpms. Like if i download them from sourceforge, and have them on my desktop, how do i actually install them? untar from command line?

Ive been trying to self learn this and this wireless thing is killing me. Any more info would be greatly appreciated.

Thanks
Joel

mathews.ma
15th January 2007, 03:51 AM

1. you can update kernel and kernel-devel by;
yum update kernel
yum update kernel-devel

2. you can simply double click the rpm packages to install them; or type:
rpm -i %rpm package file%
if there are dependencies, type:
yum localinstall %rpm package files%