LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Installing NIC card software (https://www.linuxquestions.org/questions/linux-newbie-8/installing-nic-card-software-613266/)

cochetopa 01-13-2008 07:39 AM

Installing NIC card software
 
Dear Linux experts,

I am completely new to Linux. The OS I am running is SUSE 10.3. I need to install firmware and software for an Intel 2200BG NIC for access to the internet. I have downloaded the files ipw2200_linux_1_2_0.tgz. I have not been able to get further than this. I have tried running it in YAST or in root with no results. I am totally lost and need a blow blow instruction set to get through this and configure the card to run on my local home network and access the internet. By the way the binary firmware image is ipw2200-fw-3.0.tgz. Again, I do not know how to install this for the NIC software. Help.

Joh Jenkins

cochetopa1@yahoo.com

Uncle_Theodore 01-13-2008 08:01 AM

It's a wireless card, correct? As far as I know, the package contains firmware for it. It should be unpacked into the /lib/firmware directory. Check if it's present in your system (and if firmware is already in it). If not, create it. Then try as root
tar zvxf ipw2200_linux_1_2_0.tgz -C /lib/firmware
modprobe ipw2200
iwconfig

What do you see in the output?


All times are GMT -5. The time now is 05:58 AM.