On Fri, 21 Jan 2000 [EMAIL PROTECTED] wrote:

> 
> 
> I have Mandrake 6.1  installed and working on a ThinkPad 770.
> To enable the PCMCIA Token ring I have to append the following line to
> /etc/pcmcia/config.opts
> 
> module "ibmtr_cs" opts "mmiobase=0xd2000 srambase=0xd4000"
> 
> When I boot the pcmcia disk, the core loads, but the message "bad mem
> offset" occurs after ibmtr_cs is inserted without any parms.
> 
> So my question is: how to I unpack pcmcia.rdz,  modify the config.opts,
> then repack it?

zcat /mnt/floppy/pxmcia.rdz > ~/tmp/pcmcia.rd
mount ~/tmp/pcmcia.rd /mnt/disk -o loop
$EDITOR /mnt/disk//etc/pcmcia/config.opts
umount /mnt/disk
cat ~/tmp/pcmcia.rd | gzip -9 > /mnt/floppy/pcmcia.rdz

-- 
MandrakeSoft          http://www.mandrakesoft.com/
                                        --Axalon

Reply via email to