|
TuxMobil
|
site map · index a-z · search |
|
|
Linux and the Nokia D211 GPRS/WLAN PCMCIA Card
I got the Nokia GPRS
First you'll need to download both tarballs from the Nokia
nokia_d211-linux-1.06-bin-gcc3.2.tar.gz
nokia_d211-linux-1.06.tar.gz
Make sure you have your kernel sources available.
Go to # tar zxvf nokia_d211-linux-1.06-bin-gcc3.2.tar.gz # tar zxvf nokia_d211-linux-1.06.tar.gz There is nothing wrong with reading the d211/INSTALL file if in doubt ;) Change to the "d211" directory to compile and create the module:
!! IMPORTANT !! If you get a message in the syslog that looks like the following:
cardmgr[69]: unsupported card in socket 0
cardmgr[69]: product info: "Nokia", "D211"
cardmgr[69]: manfid: 0x0124, 0x1120 function: 6 (network)
It's because you need to enable "CONFIG_ISA=y" for the card in the kernel.
Edit
MODE=GSM
Now some of us use another distro than RedHat so we'll need to make a
little change to
initlog -c "$NOKIA_CS" &
to:
"$NOKIA_CS" > /dev/null 2>&1
That's it. If you reboot (old winblows habit I'm trying to shake off),
you should see the module be loaded at startup (instead of
rebooting you may try to restart the PCMCIA services, e.g. # cat /proc/net/nokia_cs WLAN NetDev =eth1 ... Now run: # nokia_ctl enable_gsm # nokia_ctl gsm enableGSMradio
Now that your card is active, all you have to do is configure the dialup.
I also made a link to make sure all programs could use the device:
That's it. Hope this helped. Wireless LANThis will come later, hopefully. Resources
This page is a courtesy for TuxMobil by Edoardo Costa <edoardocosta_at_yahoo.com> . |
|
|
print · i-mode · WAP · PDA contact · imprint · privacy (P3P) · sponsors · RSS © Werner Heuser 1997-2008 · http://tuxmobil.org/nokia_d211.html · last change Mon Nov 12 2007 |
||