Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
wireless setup using Ricoh PCI -> PCMCIA cradle
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Documentation, Tips & Tricks
View previous topic :: View next topic  
Author Message
jlade
n00b
n00b


Joined: 21 Mar 2003
Posts: 21
Location: Taiwan

PostPosted: Sun May 25, 2003 12:15 pm    Post subject: wireless setup using Ricoh PCI -> PCMCIA cradle Reply with quote

This is my first how-to. It came about because of my having searched around and played around for the past week to get my particular setup running. Now I am not an expert at this, and this will probably show through when I write this howto.

Anyway this how to is for those using a Ricoh PCI to PCMCIA card cradle, with a PRISM2/2.5 PC-CARD (PCMCIA) wireless network adaptor. I personally am using a Senao NL-2511CD EXT 2 PLUS card in my cradle.

I originally had problems jus simply following the HostAP readme (although you know how often instructions get followed correctly so it was most likely my fault by not reading enough). I had everything installed but when modprobing it told me possible IRQ conflict so I spent a little time trying to figure out how to get the IRQ's working properly. Anyway turns out I followed the steps below to eventually get everything up and running.


1: Choose whatever kernel you desire. I am personally using Openmosix-2.4.20-rc3.
Let's patch it first: I followed Jason's web site (good stuff) http://trekweb.com/~jasonb/articles/hostap_20021012.shtml and patched the kernel with

http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/iw240_we15-6.diff
and
http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/iw241_we16-2.diff
to do this (assuming patches are saved in /usr/src and kernel is in /usr/src/linux)
# cd /usr/src
# patch -p0 < iw240_we15-6.diff
# patch -p0 < iw241_we16-2.diff

Then compile your kernel without PCMCIA (although it might work using PCMCIA) and enable wireless networking but don't select a driver here yet. Configure the rest to your liking.
# make dep && make clean bzImage modules modules_install
# cp /usr/src/linux/arch/i386/boot/bzImage /boot/bzImage_whatever

Then make the appropriate changes to your grub or lilo config so that you can boot from the new kernel
Reboot

2: emerge pcmcia-cs (Needed because we didn't use the kernel PCMCIA drivers)

3 emerge wireless-tools (To be able to configure and use your wireless adaptor )

If you want to do it the easy way then go to the configuration section as your card should be useable by now

Now if you want to use it as an AP you should emerge hostap or do the next best thing as the ebuild version seems pretty old 0.0.2 and go and get it your self currently 0.0.3 or alternatively CVS.

4 # emerge hostap
OR
4 # tar xvzf hostap-0.0.3.tar.gz
4.1 # tar xvzf /usr/portage/distfiles/pcmcia-cs* (check your own version number and make sure path below corresponds to the directory that the tar creates)
4.2 # cd hostap-0.0.3 see README incase instructions vary from mine
4.3 # nano -w Makefile
Edit the following KERNEL_PATH=/usr/src/linux & PCMCIA_PATH=/path/to/pcmcia-cs when finished save it and exit
4.4 # make pccard
4.5 Assuming all goes well then # make install_pccard
If all goes well then you are almost set.


Configuration: Now that the preliminary stuff is all ready, we just need to configure the card.

copied from HOSTAP README (too lazy to type it in my own words)
If you are using hostap_cs.o version, pcmcia-cs needs to know which
driver to use for each PC Card. This driver has its own file
(/etc/pcmcia/hostap_cs.conf) that lists few PC Cards that are
supported. It does not include every Prism2/2.5-based card, so you may
need to add your model to hostap_cs.conf in order to get the driver
started. If you add new model information to the configuration file
and the card works with this driver, please send me the output of
'cardctl ident' and the lines you added so that I can include them
in the next release.
##Please NOTE: Don't send your configuration file to me but to the guys who work on hostap.


5: Now edit your /etc/confi.d/pcmcia options so that your socket driver is PCIC="i82365" and your PCIC_OPTS="irq_mode=0" (use only PCI IRQs)
This is to make sure that our PCMCIA card in the cradle will work correctly

6 Now I'm not an expert at this so you have a look around this link to figure out how to edit your configuration files. https://forums.gentoo.org/viewtopic.php?t=21919&highlight=hostap

References:
https://forums.gentoo.org/viewtopic.php?t=21919&highlight=hostap
http://hostap.epitest.fi/
http://www.raw-io.com/pci_802.11b.html
http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Wireless.html

If you have anything to add or change just let me know. This is really the first I have done with wireless and am still learning.
But would just like to thank the guys who have helped with Gentoo It's the most fun I have had using linux since I started dabbling in linux maybe 7 years ago. But now all
my three machines are using Gentoo. :)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Documentation, Tips & Tricks All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum