LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking
User Name
Password
Linux - Wireless Networking This forum is for the discussion of wireless networking in Linux.

Notices


Reply
  Search this Thread
Old 03-09-2007, 11:55 PM   #1
wahaha
Member
 
Registered: Jul 2006
Posts: 130

Rep: Reputation: 15
Any program to setup laptop as access point ??


Hi, I am currently using OLSR routing protocol and mobile ip to do a project. There are 2 links are similar to my project as below:

Performance evaluation of the implementation integrating mobile-ip and olsr in Full ip networks
http://ieeexplore.ieee.org/iel5/9178/29116/01311808.pdf

Integration of mobile-ip and OLSR for a universal mobility
http://www.springerlink.com/content...63/fulltext.pdf


I'm searching a program to install into my laptop to make it become as an access point. Did you have any suggestion about any programs ??

Please drop a message here if you know about it . Your helps are much needed and appreciated .

Thank you.
 
Old 03-10-2007, 05:00 PM   #2
MS3FGX
LQ Guru
 
Registered: Jan 2004
Location: NJ, USA
Distribution: Slackware, Debian
Posts: 5,852

Rep: Reputation: 361Reputation: 361Reputation: 361Reputation: 361
You don't need any special software to make a laptop with a WiFi card act as an AP under Linux.

All you need is a WiFi card that has drivers capable of Master mode. Not all cards can do this, but many can; including those supported by the RTL8180, HostAP, and MadWifi drivers.
 
Old 03-11-2007, 05:14 AM   #3
wahaha
Member
 
Registered: Jul 2006
Posts: 130

Original Poster
Rep: Reputation: 15
Hi MS3FGX ,

I had found a link as below:
http://hostap.epitest.fi/hostapd/

I had checked the website and there is a part from the website as below:

Supported wireless cards/drivers
Host AP driver for Prism2/2.5/3
madwifi (Atheros ar521x)
Prism54.org (Prism GT/Duette/Indigo)
BSD net80211 layer (e.g., Atheros driver) (FreeBSD 6-CURRENT)



But, I am using fedora core 4(kernel 2.6.11) and the wireless adapter i am using is Belkin Wireless G USB Network Adapter(F5D70500). Is that mean my adapter is not supported as mentioned above ??
 
Old 03-11-2007, 05:20 AM   #4
MS3FGX
LQ Guru
 
Registered: Jan 2004
Location: NJ, USA
Distribution: Slackware, Debian
Posts: 5,852

Rep: Reputation: 361Reputation: 361Reputation: 361Reputation: 361
The only mention I can find of that device is talking about ndiswrapper, so it doesn't look good.

Does the adapter work now? Can you connect to an existing network, or does the system at least detect it? If it is working, you can check which driver is loaded with "lsmod". If it isn't working at all, that may mean it has no native Linux support, and you will be limited to ndiswrapper (which does not support Master mode with any device).
 
Old 03-11-2007, 02:01 PM   #5
wahaha
Member
 
Registered: Jul 2006
Posts: 130

Original Poster
Rep: Reputation: 15
Hi MS3FGX,

When i type "lsmod":

[root@localhost ~]# lsmod
Module Size Used by
parport_pc 28933 1
lp 13001 0
parport 40585 2 parport_pc,lp
autofs4 29253 2
rfcomm 42333 0
l2cap 30661 5 rfcomm
bluetooth 56133 4 rfcomm,l2cap
sunrpc 167813 1
ipt_REJECT 5569 1
ipt_state 1857 1
ip_conntrack 41497 1 ipt_state
iptable_filter 2881 1
ip_tables 19521 3 ipt_REJECT,ipt_state,iptable_filter
dm_mod 58101 0
video 15941 0
button 6609 0
battery 9413 0
ac 4805 0
md5 4033 1
ipv6 268097 8
ohci_hcd 26849 0
ehci_hcd 41037 0
shpchp 94405 0
i2c_sis96x 5445 0
i2c_core 21569 1 i2c_sis96x
snd_intel8x0 34689 2
snd_ac97_codec 75961 1 snd_intel8x0
snd_seq_dummy 3653 0
snd_seq_oss 37057 0
snd_seq_midi_event 9153 1 snd_seq_oss
snd_seq 62289 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device 8781 3 snd_seq_dummy,snd_seq_oss,snd_seq
snd_pcm_oss 51185 0
snd_mixer_oss 17857 2 snd_pcm_oss
snd_pcm 100169 3 snd_intel8x0,snd_ac97_codec,snd_pcm_oss
snd_timer 33605 2 snd_seq,snd_pcm
snd 57157 11 snd_intel8x0,snd_ac97_codec,snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd _timer
soundcore 10913 2 snd
snd_page_alloc 9669 2 snd_intel8x0,snd_pcm
ndiswrapper 183860 0
sis900 21697 0
floppy 65141 0
ext3 132553 1
jbd 86233 1 ext3


From the above, the ndiswrapper is equal to zero, is it mean its module not being loaded ??



My adapter is working fine with my ndiswrapper. I plan to install HostAP into my pc. Do you think it can work ?? If yes, did you know how to install it ??
 
Old 03-11-2007, 08:23 PM   #6
vargadanis
Member
 
Registered: Sep 2006
Posts: 248

Rep: Reputation: 30
Just to make sure I understand everything clearly. If I have a WiFi card that supports the master mode than I can use that card to connect to a wifi LAN and also to use it as a AC. Is that correct or do I need to be connected to the lan some other way?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Asus WL-330g access point vs other access points dimgr Linux - Wireless Networking 3 09-20-2006 05:29 AM
Wireless Access Point Setup Adman1020 Linux - Wireless Networking 1 11-01-2005 04:25 PM
Using madwifi to setup linux router/access point kragbax Linux - Wireless Networking 2 01-10-2005 08:38 PM
Syslog setup trouble with Wireless access point redhat bill78uk Linux - Wireless Networking 0 10-08-2004 11:45 AM
Orinoco Silver detected, Access Point/Wireless network needs setup jer3150 Linux - Wireless Networking 2 04-05-2004 07:58 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking

All times are GMT -5. The time now is 11:38 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration