LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Intel Pro/Wireless 3945 and Slackware. (https://www.linuxquestions.org/questions/linux-newbie-8/intel-pro-wireless-3945-and-slackware-585328/)

AbbyTritonus 09-17-2007 12:36 PM

Intel Pro/Wireless 3945 and Slackware.
 
Having problems setting up my Intel Pro/Wireless 3945 on Acer Aspire 5630 running Slackware.

I've looked searched a lot for a good set of instructions on how to set up the wireless card, but most appear to be vague, and differ on many points.

Really, I'm looking for help on how to set it up, in a way that states the obvious.

Peacedog 09-17-2007 01:26 PM

Hi AbbyTritonus, Welcome to lq. There is configuration info in this post.

http://www.linuxquestions.org/questi...65&postcount=7

You may want to read the entire thread as there are useful links and info throughout.

http://www.linuxquestions.org/questi...3945+Slackware

There is more info here.

http://absinthesyringe.blogspot.com/...0-ipw3945.html

Hope something there gets you going.
Good luck. ;-)

farslayer 09-17-2007 01:29 PM

Did you view the official INSTALL document on the driver site ? I would think between that and the requirements section on the main page you may be able to get it working..

I checked the http://www.linux-laptops.net site and did not see anything with clear concise directions for your card either..

Man that looks like a lot of work.. :(


iwlwifi readme

Hangdog42 09-17-2007 04:09 PM

If you're running a recent kernel (like the one in Slackware 12) you can ignore the stuff about compiling the ieee80211 subsystem. You can just concentrate on the driver portion.

guzzi 09-17-2007 08:59 PM

not vague instructions
 
I hope this will make it somewhat more straight forward for you.

You will need three files that are on your distribution disk.
/extra/source/intel-wlan-ipw3945/microcode/ipw3945-ucode-1.14.2.tgz
/extra/source/intel-wlan-ipw3945/regulatory-daemon/ipw3945d-1.7.22.tgz
/extra/source/intel-wlan-ipw3945/kernel-module/ipw3945-1.2.1.tgz

Untar these three .tgz files in a directory where you can play with them.

In the directory created when you un-tared the microcode tarball, copy the file named ipw3945.ucode to /lib/firmware.

In the directory created when you un-tared the regulatory-daemon, copy the ipw3945d to /sbin

in the directory created when you un-tared the kernel-modules, run the following. make, make install, depmod

Now, as root enter: modprobe ieee80211
Then enter: modprobe ipw3945
Then enter: /sbin/ipw3945d &
Then enter: dhcpcd eth1

You should now be connected to your neighbors WiFi :)

MattJUK 09-26-2007 03:56 AM

Quote:

Originally Posted by guzzi (Post 2895279)
Then enter: dhcpcd eth1

The guide I followed (http://absinthesyringe.blogspot.com/...0-ipw3945.html) missed that bit out - I was stuck for ages wondering why the wireless signal was picked up (100%) for my network but I could not connect to the internet - this line did the trick :)


All times are GMT -5. The time now is 04:11 AM.