Deluxnetwork
English German French Italian Portuguese Spanish Chinese     
 


  /home
  Deluxnetwork Home
  Exploits Archive
  Linux Home/News
  Contact Form
  Member Forum



  


Penguin

Deluxnetwork Exploit DB:



Available Guides:::::

Installing a Wireless PC Card with Linux
site: http://www.foldr.org/~michaelw/wireless.html
This page covers in short how to set up a Wireless PC Card on SuSE Linux and Debian GNU/Linux distributions. (by Michael Weber)

Wireless HOWTO
site: http://www.faqs.org/docs/Linux-HOWTO/Wireless-HOWTO.html
This document explains how to setup Wireless in Linux, compatibility problems, something about geographic requirements and more.

Wardriving HOWTO
site: http://www.wardriving.com/doc/Wardriving-HOWTO.txt
This document functions as a starting guide to exploring wireless networks



Some short examples of installing 2 different wireless cards by ryza@deluxnetwork.com
One card is an Internal wireless network card and the other is a PCMCIA card (Mitac 8060b Laptop)


# Netgear WG511T Wireless PCMCIA install.


[root@ryza ~]# wget http://madwifi.otaku42.de/madwifi-cvs-current.tar.gz
# extract the file, go into the newly created dir.
[root@ryza madwifi]# make
[root@ryza madwifi]# make install
[root@ryza madwifi]# /sbin/modprobe ath_hal
[root@ryza madwifi]# /sbin/modprobe ath_pci
[root@ryza madwifi]# /sbin/modprobe wlan
# when u execute the next command u should see your device. (mine is ath0)
[root@ryza ~]# /sbin/iwconfig
lo no wireless extensions.

eth0 no wireless extensions.

ath0 IEEE 802.11g ESSID:"NETGEAR" Nickname:"ryza"
Mode:Managed Frequency:2.462GHz Access Point: 00:0F:B5:A5:C9:B8
Bit Rate:24Mb/s Tx-Power:50 dBm Sensitivity=0/3
Retry:off RTS thr:off Fragment thr:off
Encryption key:off
Power Management:off
Link Quality=22/94 Signal level=-73 dBm Noise level=-95 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:1 Invalid misc:1 Missed beacon:0

sit0 no wireless extensions.


# DIRECTORY: /etc/sysconfig/network-scripts/ifcfg-ath0
# Create this file with Network Program or manually.
[root@ryza network-scripts]# cat ifcfg-ath0
# Please read /usr/share/doc/initscripts-*/sysconfig.txt
# for the documentation of these parameters.
IPV6INIT=no
ONBOOT=yes
USERCTL=yes
PEERDNS=yes
GATEWAY=
TYPE=Wireless
DEVICE=ath0
HWADDR=00:0f:b5:a4:88:d8
BOOTPROTO=dhcp
NETMASK=
DHCP_HOSTNAME=
IPADDR=
DOMAIN=
ESSID=
CHANNEL=1
MODE=Managed
RATE=Auto

# this next command makes it activate
[root@ryza ~]# /sbin/ifup ath0



# Intel PRO/Wireless LAN 2100 3B Install


[root@ryza ~]# ipw2100-fw-1.3.tgz
[root@ryza ~]# ipw2100-1.1.0.tgz
[root@ryza ~]# cd ipw2100-1.1.0
[root@ryza ipw2100-1.1.0]# make
[root@ryza ipw2100-1.1.0]# make install
[root@ryza ipw2100-1.1.0]# cd ../ipw2100-fw-1.3
# view /etc/hotplug/firmware.agent to determine the specific location of lib/firmware dir.
[root@ryza ipw2100-fw-1.3]# cp -rf ipw*fw /lib/firmware/
[root@ryza ipw2100-fw-1.3]# /sbin/modprobe ipw2100
[root@ryza ~]# /sbin/iwconfig
lo no wireless extensions.

eth0 no wireless extensions.

ath0 IEEE 802.11g ESSID:"Wireless_108Mbit/s" Nickname:"ryza"
Mode:Managed Frequency:2.462GHz Access Point: 00:0F:B5:A5:C9:B8
Bit Rate:11Mb/s Tx-Power:50 dBm Sensitivity=0/3
Retry:off RTS thr:off Fragment thr:off
Encryption key:off
Power Management:off
Link Quality=20/94 Signal level=-75 dBm Noise level=-95 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:2 Invalid misc:2 Missed beacon:2

sit0 no wireless extensions.

eth1 unassociated ESSID:off/any Nickname:"ipw2100"
Mode:Managed Channel=0 Access Point: 00:00:00:00:00:00
Bit Rate=0kb/s Tx-Power:off
Retry:on RTS thr:off Fragment thr:off
Encryption key:off
Power Management:off
Link Quality:0 Signal level:0 Noise level:0
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:172 Missed beacon:0

# Like the first example above, you also need to create the file in /etc/sysconfig/network-scripts
# Easiest way to do this is by using the Network Config Program. or u can manually create it with a text editor.

# this next command makes it activate
[root@ryza ~]# /sbin/ifup eth1



Other Related Sites:
linux.org/apps/

Suggest a link?:
mail us




  Distributions
 arrow  download linux


  Linux/Unix Guides
 arrow  dual booting
 arrow  dialup modems
 arrow  cable modems
 arrow  email guide
 arrow  linux mp3 cd burning
 arrow  compressed files
 arrow  burning cds
 arrow  proftpd server
 arrow  ssh howto
 arrow  ipchains/firewall
 arrow  mysql installation
 arrow  apache installation
 arrow  php installation
 arrow  cron jobs
 arrow  using htaccess
 arrow  bind setup
 arrow  installing fonts
 arrow  chroot/jails
 arrow  mount & format
 arrow  boot loaders
 arrow  mailscanner & spamassassin
 arrow  usb devices
 arrow  wireless
 arrow  postfix & spamassassin


  Programming Guides
 arrow  perl programming
 arrow  php programming
 arrow  learning html