From: Armando Di Cianno <armando@nycap.rr.com>
To: Ira Weiny <iweiny@acm.org>
Cc: linuxppc-dev@lists.linuxppc.org
Subject: Re: Cardbus issues on TiBook
Date: Thu, 6 Sep 2001 17:10:02 -0400 [thread overview]
Message-ID: <20010906171002.26712d35.armando@nycap.rr.com> (raw)
In-Reply-To: <3B97DA58.6894B342@acm.org>
On Thu, 06 Sep 2001 13:19:36 -0700
Ira Weiny <iweiny@acm.org> wrote:
> As some of you may know I am trying to get an IBM microdrive working on
> my TiBook. I know there is an issue with irq's which I am trying to
> work out but I have run into another issue I don't understand.
Uhmm, I have my microdrive working fine on my TiBook. It maintains a happy little crypto filesystem for quick and easy removability. Ahh, the joys of being paranoid.
Anyway, here's what I did to make it work and my current config:
- 2.4.9 (benh0)
- built all pcmcia stuff from the kernel itself (pcmcia support compiled in, pcmcia ide support as a module)
- updated pcmcia package to rebuild the userspace controls (just wanted to update for no particular reason)
Now, I needed to change some things in two files, however both changes to do were mentioned in the pcmcia package README.
- /etc/pcmcia/config
--+ change every instance of 'ide_cs' to 'ide-cs' (someone changed this in the kernel source when they last monkeyed around with it) or that module will not load correctly
- /etc/pcmcia/config.opts
--+ if you have the 'default' config.opts file, after "# System resources available for PCMCIA devices" there are, I think, 3 lines (I deleted the incorrect ones) that start with 'include port' and 'include memory', comment-out/remove thouse lines and use this:
--------------
include port 0x100-0x4ff, port 0x1000-0x17ff
include memory 0x80000000-0x80ffffff
--------------
You should now be golden. Hope that helps!
__Armando Di Cianno
diciaa@rpi.edu
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
next prev parent reply other threads:[~2001-09-06 21:10 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-09-06 20:19 Cardbus issues on TiBook Ira Weiny
2001-09-06 21:10 ` Armando Di Cianno [this message]
2001-09-07 16:24 ` Ira Weiny
2001-09-07 19:46 ` Armando Di Cianno
2001-09-13 8:19 ` PCMCIA issues Timothy A. Seufert
2001-09-13 12:54 ` Benjamin Herrenschmidt
2001-09-06 21:10 ` Cardbus issues on TiBook Benjamin Herrenschmidt
2001-09-07 16:36 ` Ira Weiny
2001-09-07 17:06 ` Benjamin Herrenschmidt
2001-09-07 23:47 ` System map in XMON (was: Cardbus issues on TiBook) Ira Weiny
2001-09-08 12:45 ` Benjamin Herrenschmidt
2001-09-06 23:01 ` Cardbus issues on TiBook Marcus O.C. Metzler
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20010906171002.26712d35.armando@nycap.rr.com \
--to=armando@nycap.rr.com \
--cc=diciaa@rpi.edu \
--cc=iweiny@acm.org \
--cc=linuxppc-dev@lists.linuxppc.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.