![]() |
|
|||||||
| Register | Search | Today's Posts | Mark Forums Read |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
What is a yute?
Join Date: Jan 2005
Location: USA
Posts: 20
|
FreeBSD and Intel 2200BG
I have an Intel 2200BG WLAN card. I want to install FreeBSD and try it out. I see on sourceforge that they have linux drivers for this card. Has anyone tried it out on the Centrino laptops? I'm hoping the WLAN card will work so I can run FreeBSD with KDE on my laptop. I know this isn't really a wifi question but I know some of you fellas run *nix so I figured I could ask.
|
|
|
|
|
|
#2 (permalink) |
|
Registered Member
Join Date: Jan 2005
Location: Montreal
Posts: 2
|
The sourceforge drivers work perfectly on my Slackware'd Vaio, but I did need to recompile with a 2.6 kernel as indicated on the ipw2200.sourceforge.net pages.
For the centrino and frequency scaling goodness I followed the helpful instructions written by an "Eric" (www.adventure-today.com/vaio) to whom I am very grateful. The centrino bits should still apply but I don't know how well it will all translate to BSD ...but that's what you're here for. ![]() |
|
|
|
|
|
#4 (permalink) |
|
What is a yute?
Join Date: Jan 2005
Location: USA
Posts: 20
|
See thats my problem is that I do not know how to recompile a kernel. This card is just being a pain in the ass. It makes me wanna just buy an Orinoco card and say screw it. I am going to be using FreeBSD 5.3. Hopefully I won't have any issues but I guess I'll just burn the drivers onto a disc and figure out how to install them. I read that guide you provided and it doesn't seem easy for someone who is somewhat new to unix to do :/. That's why unix can be a pain. It's always somewhat difficult to get something accomplished
It can be somewhat frustrating because I bought this laptop for wireless use and maybe a little wardriving. Aircrack, airsnort etc don't support this wireless card. Hopefully in the future devine and put it in ![]() Last edited by syphon : 01-21-2005 at 01:16 PM. |
|
|
|
|
|
#6 (permalink) |
|
Humourless EuroMod.
Join Date: Mar 2004
Location: City of Mermaids, Denmark
Posts: 6,813
|
Don't take this the wrong way... With technical matters, one must learn to crawl, before walking, and running.
Get your feet wet with the distro of your choice. Read the how-too's that are available on the net, and in the documentation directory of most good distro's. Test the stuff you read, and then when you feel secure enough, do a complete reinstall of the distro, with the procedures you taught yourself. *nix is not a Pointy'clickkety operating system. *nix rewards you by teaching you how the system is put together. That experience you gather in this manner, is applicable to other systems, if you are able to evaluate and relate the knowledge you gathered.. Dutch
__________________
All your answers are belong to Google. SEARCH DAMMIT! Warning. Warning. Low C8H10N4O2 level detected. Operator halted.... |
|
|
|
|
|
#7 (permalink) |
|
What is a yute?
Join Date: Jan 2005
Location: USA
Posts: 20
|
Thank you. I understand that I will have to put more effort into *nix. Just wanted to maybe save some money. I am also worried that I will get thru the whole install and my Intel 2200BG card wont work. Will I have to use Ndiswrapper which I have been reading about on the net a little?
|
|
|
|
|
|
#8 (permalink) |
|
Registered Member
Join Date: Nov 2004
Location: Illinois
Posts: 673
|
Odds are no mater what if you want to use your intel card in a *nix platform you will have to be compiling some driver. If you want to use FreeBSD you will have to use Project Evil (like ndis wrapper). FreeBSD supports almost any B card with the wi driver which I believe is already compiled into the kernel. It also supports the atheros chipset with the ath driver which I also believe is compiled into the kernel.
|
|
|
|
|
|
#9 (permalink) | |
|
Humourless EuroMod.
Join Date: Mar 2004
Location: City of Mermaids, Denmark
Posts: 6,813
|
Quote:
As all good PC techs do : A) Define the task (Get the card working in *nix) B) Research the available options (Drivers available for distro 1, 2, 3) C) Decide the best tools to accomplish task according to allocated budget (Which distro is the best according to my specs, i.e userfriendlyness, hardware requirements etc) Ndiswrapper works for some, but remember that such things as monitor mode won't work = No kismet. If it's for general network use, and Ndiswrapper supports your card (i.e. the Windows drivers for your card are NDIS 5.1 compliant) then go ahead and use Ndiswrapper.. See point A) above ![]() Dutch
__________________
All your answers are belong to Google. SEARCH DAMMIT! Warning. Warning. Low C8H10N4O2 level detected. Operator halted.... |
|
|
|
|
|
|
#10 (permalink) |
|
Registered Member
Join Date: Jan 2005
Posts: 3
|
i have same card and am running r5.3
I have the same card and it works with no porblem. Make sure you have the src distribution installed before do the following (you can install src distro using sysinstall)
this borrows hevaly from http://www.freebsddiary.org/ibm-thinkpad-t41.php Code:
cd /usr/src/sys/modules/ndis
make clean
make
make install
cd /usr/src/usr.sbin/ndiscvt
make clean
make
make install
cd /usr/src/sys/modules/if_ndis
make clean
# COPY WINDOWS DRIVERS the will be something like W70N5*.INF W70N5*.SYS
/usr/sbin/ndiscvt -i W70N50.INF -s W70N51.SYS -o ndis_driver_data.h
make
make install
to test assuming you are connecting to open AP with DHCP support Code:
killall dhclient
ifconfig ndis0 ssid <SOME SSID>
dhclient ndis0
Furthermore if you have Python2.3 and wxPython installed you can send me an email if you would like to try my "netstumbler-ish" app bimonwificon (yet to get on sourceforge, but hopefully soon!) I am often on efnet irc channel #freebsdhelp under the namy my_haz and have dished out some scripts to the needy for this problem, so don't hesitate to stop by good luck! |
|
|
|
|
|
#11 (permalink) | ||
|
Registered Member
Join Date: Nov 2004
Location: Illinois
Posts: 673
|
Yeah, that is exactly what I said previously...
Quote:
Quote:
|
||
|
|
|
|
|
#12 (permalink) |
|
I'm always at 127.0.0.1
Join Date: Mar 2004
Posts: 26
|
i have an intel 2100 in my laptop, and i've been running freebsd 5.3 on it since it was in beta 3.
http://damien.bergamini.free.fr/ipw/ <--that might help you out. works flawlessly (infact it works better than the intel drivers for windows xp). |
|
|
|