[ltp] pcmcia packages and the Intel PRO/100 LAN+Modem 56 Cardbus II PCMCIA
card
Jake Holmen
linux-thinkpad@www.bm-soft.com
Fri, 11 Feb 2000 01:21:33 AZT
Jason,
check out these very helpful steps given to me by eduardo. They tell
exactly how to re-compile your kernel and pcmcia so that it all works.
Although your ethernet card may not work, your modem may. Check out the
pcmcia howto, which shows how to set up a non-configured card after pcmcia
is installed.
Here's the steps, and good luck!
Jake.
1. put the kernel (linux-2.2.14.tar.gz for e.g.) and the
pcmcia-cs.x.x.xx.tar.gz in the /usr/src directory.
2. open them: tar zxvf linux-2.2.14.tar.gz
tar zxvf pcmcia-cs.x.x.xx.tar.gz
3. enter in the directory linux just created and type make xconfig.
configure your new kernel (processor, APM, network, fs, etc.) there
is a
help on every question. After check out all items, save.
4. make dep (to create dependencies rules)
5. make clean (to be certified you are not getting old compiled stuff)
6. make bzImage ( to compile the kernel )
7. make modules ( to create the modules )
8. make modules_install (to install them)
9. copy the file /usr/src/linux/System.map to the directory /boot but
with
another name like System.map.new
10. copy the file /usr/src/linux/arch/i386/boot/bzImage (this is your
new
kernel) to the directory /boot with another name too (bzImage.new)
11. remove the files /boot/System.map and /boot/vmlinuz
12. go to /boot (cd /boot) and create link to the new files:
ln -s System.map.new System.map
ln -s bzImage.new vmlinuz
13. open the file /etc/lilo.conf and verify if it's appointing to the
correct
image ( the line -> image = /boot/vmlinuz )
14. if it's ok re-run lilo ( just enter "lilo" )
15 if there is no error messages, reboot (shutdown -r now)
16. the system should stop in the dependencies...( you haven't compile
the
pcmcia yet...) just press CTRL + C.
17. log as root again and go to /usr/src/pcmcia-cs-x.x.xx you have
created in
step 2
18. type make config
19. answer the question "How would you like to set kernel-specific
options"
with "2". All the others you can use the default.
20. make all (to compile the pcmcia) and if it's ok, make install.
GREAT. reboot your system again. everything should be OK now.
If you got some error messages in the steps that ask you to compile,
verify
the preceding step.
read the kernel HOW-TO to more detailed and precise information.
----Original Message Follows----
From: "Jason Falciola" <tazish11@mail.com>
Reply-To: linux-thinkpad@www.bm-soft.com
To: <linux-thinkpad@www.bm-soft.com>
Subject: [ltp] pcmcia packages and the Intel PRO/100 LAN+Modem 56 Cardbus II
PCMCIA card
Date: Thu, 10 Feb 2000 08:21:09 -0500
Hi all,
I would like to ask a pcmcia related question. I'm using RH 6.0 - I have
an
Intel PRO/100 LAN+Modem 56 Cardbus II PCMCIA card with integrated RealPort
adapters. I would like to configure it for DHCP on my school's network and
also use the modem for dialup purposes (since the internal modem of my
thinkpad 770Z is a winmodem).
I've started reading the PCMCIA HOW-TO, but being a Linux newbie, I got a
little bit lost.
I have downloaded the latest versions of the pcmcia card services packages,
and would like to install them, but could certainly use some help. Which
ones should I use? Is there a SIMPLE way to install the appropriate package
and configure my card from within X, or from a command line? The former
would be preferable.
The packages I have downloaded are:
pcmcia-cs-3.0.12.tar.gz
pcmcia-cs-3.1.8.tar.gz
pcmcia-cs-3.1.9.tar.gz
Thanks in advance!!!
Jason
----- The Linux ThinkPad mailing list -----
The linux-thinkpad mailing list home page is at:
http://www.bm-soft.com/~bm/tp_mailing.html
______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com
----- The Linux ThinkPad mailing list -----
The linux-thinkpad mailing list home page is at:
http://www.bm-soft.com/~bm/tp_mailing.html