|
List Info
Thread: IDE drive on Promise card
|
|
| IDE drive on Promise card |

|
2006-10-20 23:47:09 |
Hello list, (Bering-uClibc 3.x beta 1)
I have a Promise PDC20267 card installed. The driver
installs OK when referenced in the modules files and
the card is recognised at startup. The attached hard
drive *not* found. Should the IDE system be rescanned
or something similair?
I tried to put the PDC20267 driver in
/boot/lib/modules and reference it in
/boot/etc/modules and back up settings and modules but
the change did not survive a reboot. Is there any way
to back up these files with the LEAF box?
/Lars
------------------------------------------------------------
-------------
Using Tomcat but need to do more? Need to support web
services, security?
Get stuff done quickly with pre-integrated technology to
make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on
Apache Geronimo
http://sel.as-us.falkag.net/
sel?cmd=lnk&kid=120709&bid=263057&dat=121642
------------------------------------------------------------
------------
leaf-user mailing list: leaf-user lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/
|
|
| IDE drive on Promise card |

|
2006-10-21 10:26:55 |
Hello Lars,
>Hello list, (Bering-uClibc 3.x beta 1)
>
>I have a Promise PDC20267 card installed. The driver
>installs OK when referenced in the modules files and
>the card is recognised at startup. The attached hard
>drive *not* found. Should the IDE system be rescanned
>or something similair?
>
Not that I know of, but maybe the driver needs some extra
parameters?
>I tried to put the PDC20267 driver in
>/boot/lib/modules and reference it in
>/boot/etc/modules and back up settings and modules but
>the change did not survive a reboot. Is there any way
>to back up these files with the LEAF box?
>
The /boot directory is part of the initrd package, which is
loaded at
boottime. The initrd package is not an ordinary lrp package.
It's not
possible to backup the initrd package, but you can easely
change it
on a linux host.
http://leaf.sourceforge.net/doc/bk07ch01s06.html#id265
9215
Basicly the following steps are enough to add modules:
gunzip initrd.lrp
mount -t minix initrd /mnt -o loop
Copy the new modules to the /mnt directory and add them to
the
modules file
sync
umount /mnt
gzip -9 initrd
mv initrd.gz initrd.lrp
>/Lars
>
Eric
------------------------------------------------------------
-------------
Using Tomcat but need to do more? Need to support web
services, security?
Get stuff done quickly with pre-integrated technology to
make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on
Apache Geronimo
http://sel.as-us.falkag.net/
sel?cmd=lnk&kid=120709&bid=263057&dat=121642
------------------------------------------------------------
------------
leaf-user mailing list: leaf-user lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/
|
|
| IDE drive on Promise card |

|
2006-10-24 12:20:09 |
Thank Eric, now it works.
I inserted the pdc202xx_old.o module in initrd
according to your instruction and the hard drive is
now found.
One strange thing: At first the drive was labeled hde
in the boot messages but there were no devices hde in
/dev, only hda, hdb, hdc, hdd (gap) hdg. I moved the
drive cable to the cards other ide connector and the
drive was now labeld hdg in the boot messages and
could be mounted as /dev/hdg1. Why is there no
/dev/hde?
/Lars
--- Eric Spakman <E.Spakman inter.nl.net> skrev:
> Hello Lars,
>
> >Hello list, (Bering-uClibc 3.x beta 1)
> >
> >I have a Promise PDC20267 card installed. The
> driver
> >installs OK when referenced in the modules files
> and
> >the card is recognised at startup. The attached
> hard
> >drive *not* found. Should the IDE system be
> rescanned
> >or something similair?
> >
> Not that I know of, but maybe the driver needs some
> extra parameters?
>
> >I tried to put the PDC20267 driver in
> >/boot/lib/modules and reference it in
> >/boot/etc/modules and back up settings and modules
> but
> >the change did not survive a reboot. Is there any
> way
> >to back up these files with the LEAF box?
> >
> The /boot directory is part of the initrd package,
> which is loaded at
> boottime. The initrd package is not an ordinary lrp
> package. It's not
> possible to backup the initrd package, but you can
> easely change it
> on a linux host.
>
>
http://leaf.sourceforge.net/doc/bk07ch01s06.html#id265
9215
>
> Basicly the following steps are enough to add
> modules:
>
> gunzip initrd.lrp
> mount -t minix initrd /mnt -o loop
> Copy the new modules to the /mnt directory and add
> them to the
> modules file
> sync
> umount /mnt
> gzip -9 initrd
> mv initrd.gz initrd.lrp
>
> >/Lars
> >
> Eric
>
>
>
------------------------------------------------------------
-------------
Using Tomcat but need to do more? Need to support web
services, security?
Get stuff done quickly with pre-integrated technology to
make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on
Apache Geronimo
http://sel.as-us.falkag.net/
sel?cmd=lnk&kid=120709&bid=263057&dat=121642
------------------------------------------------------------
------------
leaf-user mailing list: leaf-user lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/
|
|
| IDE drive on Promise card |

|
2006-10-24 12:20:09 |
Thank Eric, now it works.
I inserted the pdc202xx_old.o module in initrd
according to your instruction and the hard drive is
now found.
One strange thing: At first the drive was labeled hde
in the boot messages but there were no devices hde in
/dev, only hda, hdb, hdc, hdd (gap) hdg. I moved the
drive cable to the cards other ide connector and the
drive was now labeld hdg in the boot messages and
could be mounted as /dev/hdg1. Why is there no
/dev/hde?
/Lars
--- Eric Spakman <E.Spakman inter.nl.net> skrev:
> Hello Lars,
>
> >Hello list, (Bering-uClibc 3.x beta 1)
> >
> >I have a Promise PDC20267 card installed. The
> driver
> >installs OK when referenced in the modules files
> and
> >the card is recognised at startup. The attached
> hard
> >drive *not* found. Should the IDE system be
> rescanned
> >or something similair?
> >
> Not that I know of, but maybe the driver needs some
> extra parameters?
>
> >I tried to put the PDC20267 driver in
> >/boot/lib/modules and reference it in
> >/boot/etc/modules and back up settings and modules
> but
> >the change did not survive a reboot. Is there any
> way
> >to back up these files with the LEAF box?
> >
> The /boot directory is part of the initrd package,
> which is loaded at
> boottime. The initrd package is not an ordinary lrp
> package. It's not
> possible to backup the initrd package, but you can
> easely change it
> on a linux host.
>
>
http://leaf.sourceforge.net/doc/bk07ch01s06.html#id265
9215
>
> Basicly the following steps are enough to add
> modules:
>
> gunzip initrd.lrp
> mount -t minix initrd /mnt -o loop
> Copy the new modules to the /mnt directory and add
> them to the
> modules file
> sync
> umount /mnt
> gzip -9 initrd
> mv initrd.gz initrd.lrp
>
> >/Lars
> >
> Eric
>
>
>
------------------------------------------------------------
-------------
Using Tomcat but need to do more? Need to support web
services, security?
Get stuff done quickly with pre-integrated technology to
make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on
Apache Geronimo
http://sel.as-us.falkag.net/
sel?cmd=lnk&kid=120709&bid=263057&dat=121642
------------------------------------------------------------
------------
leaf-user mailing list: leaf-user lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/
|
|
| IDE drive on Promise card |

|
2006-10-24 13:06:54 |
Hi Lars,
> Thank Eric, now it works.
>
> I inserted the pdc202xx_old.o module in initrd
> according to your instruction and the hard drive is now
found.
>
> One strange thing: At first the drive was labeled hde
> in the boot messages but there were no devices hde in
/dev, only hda, hdb,
> hdc, hdd (gap) hdg. I moved the drive cable to the
cards other ide
> connector and the drive was now labeld hdg in the boot
messages and could
> be mounted as /dev/hdg1. Why is there no /dev/hde?
>
By default the hda, hdb, hdc, hdd and hdg devices are
created. But you can
add devices by adding them to /var/lib/lrpkg/root.blk.mk and
recreate the
initrd.
>
> /Lars
>
Eric
------------------------------------------------------------
-------------
Using Tomcat but need to do more? Need to support web
services, security?
Get stuff done quickly with pre-integrated technology to
make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on
Apache Geronimo
http://sel.as-us.falkag.net/
sel?cmd=lnk&kid=120709&bid=263057&dat=121642
------------------------------------------------------------
------------
leaf-user mailing list: leaf-user lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/
|
|
[1-5]
|
|
|
about | contact Other archives ( Real Estate discussion Medical topics )
|