49
3.7 Installation Procedure of Linux
The
below
process
is
the
installation
of
SAMSUNG
11
Mbps
MiniPCI/PCI
Card
in
Linux.
1
.
Linux
Driver
Source
code
and
Library
allocation
1
.
Linux
Driver
Source
code
and
Library
allocation
1
.
Linux
Driver
Source
code
and
Library
allocation
1
.
Linux
Driver
Source
code
and
Library
allocation
Driver(swld
1
2-0.20.tar.gz)
is
contained
in
our
install
CD
or
WEB
site
that
you
can
install
our
WirelessLAN
Card
in
Linux.
We
currently
support
Linux
Kernel
2.4.
2.
Driver
Installation
2.
Driver
Installation
2.
Driver
Installation
2.
Driver
Installation
1
)
Decompress
the
driver
package
under
the
/usr/local.
2)
Check
the
current
Kernel
version.
%
uname
–
r
3)
Change
the
Version
value
In
Makefile
of
driver
package
to
above
value
that
checked
in
2).
4)
Compile
the
driver.
%make
all
5)
Copy
the
driver
to
kernel
directory.
%make
install
6)
Set
the
dependency
between
the
modules.
%
depmod
–
a
7)
Put
the
below
contents
in
etc/modules.conf
to
load
automatically
whenever
it
boots.
alias
eth0
swld
1
2
ㄱ
.
Using
with
AP
options
swld
1
2
essid=Magiclan
ㄴ
.
Using
as
Ad_hoc
mode
options
swld
1
2
essid=Magiclan
networkmode=0
ㄷ
.
Using
with
AP
and
40bit
WEP.
options
swld
1
2
essid=Magiclan
wepreq=3
keyid=0
key=
1
0
111
2
1
3
1
4
8)
Load
the
driver.
%
modprobe
swld
1
2
or
%insmod
./swld
1
2.o
9)
Refer
to
man
file
to
get
further
information.
%man
swld
1
2