Link to home
Start Free TrialLog in
Avatar of JeffBeall
JeffBeallFlag for United States of America

asked on

ipcop

my cheap router seemed buggy and slow, so i discovered ipcop and I am VERY happy with it!! Right now it's just a router, but I would like to make it an access point in addition to being a router. I have been googleing but I'm not sure what wireless cards work with ipcop. I tried an extra wireless card i had from work, but it didn't work. So I'm guessing that the wireless card I used is for receiving a signal, and I need one that transmits a signal. Anyhow, anybody know what cards work with ipcop?
ASKER CERTIFIED SOLUTION
Avatar of georgekraj
georgekraj
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Arty K
Hello.

> So I'm guessing that the wireless card I used is for receiving a signal, and I need one that transmits a signal.

Not true. Some cards may work as access points, while others can be only for client access.  Most USB WiFi cards can't be used in access   point  (hostap) mode. Just find correct card for your kernel.

I tried  D-Link DWL-G650 and Linksys WPC300N (version 2)  (Atheros based cards), both were working fine (PCMCIA for notebook).
Which cards are you using? Please provide 'lspci -v', 'lsmod' and 'uname -a' output from your centos after you install your card.
Avatar of JeffBeall

ASKER

I installed a pci wireless card and just re-installed ipcop because it's so quick and during the install it can probe for the card. so during the install, i had ipcop probe for the wireless card but it didn't find it, so i removed the card thinking i had to get a compatible card. i tried a netgear wpn311.
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
i setup the add-on, and that seemed to go well. but i can't figure out how to setup the wireless card. when i re-run ipcop setup, i select the green red and blue configuration. ipcop probes and finds the lan card for both the red and green connection, but when i get to the blue connection the probe cant detect my wireless card.
Can you connect to console (or ssh), then run commands:
dmesg
lsmod
lspci -v
iwconfig
ifconfig -a

and post output here either as attachment or directly
here is the output of
dmesg
lsmod
lspci -v
iwconfig
ifconfig -a

the output for iwconfig was

lo        no wireless extensions.

eth0      no wireless extensions.

eth1      no wireless extensions.

dummy0    no wireless extensions.

dmesg.txt
ifconfig.txt
lsmod.txt
lspci.txt