Bug#332248: [Fwd: Re: [EMAIL PROTECTED]: Re: Bug#332248: Install on IBM RS6k B50 PPC: no keyboard driver for PS/2 loaded in d-i]]

2005-10-10 Thread Harald Görl
 --- Begin Message ---

Sven Luther wrote:

On Mon, Oct 10, 2005 at 03:54:13PM +0200, Sven Luther wrote:
Ok, we know the problem here, it was so obvious we missed it. archdetect
returns chrp_rs6k, but the atkbd installing code only happens for prep, chrp
and chrp_pegasos.


Yes, that is what archdetect returns here: "chrp_rs6k". But you had it 
already, so perhaps this bug is fixed soon.


Cool,
Thanks,
Harald

--- End Message ---


Bug#332248: [EMAIL PROTECTED]: Re: Bug#332248: Install on IBM RS6k B50 PPC: no keyboard driver for PS/2 loaded in d-i]

2005-10-10 Thread Harald Görl

Sven Luther wrote:


and it should be recognized as a chrp_rs6k, so joeyh, i believe there is
something seriously broken in rootskel, not sure though.

Harald, can you still try one thing, during the install, go to console 2, and
grep chrp in /var/lib/cdebconf/* (or well, search for the file, i think you
get the idea, the cdebconf file has an entry for the subarch field, filled in
by lib-d-i, at least it used to be this way.


Hi Sven, *,
in /var/lib/cdebconf/ are the following files:

-rw-r--r--1 root root0 Oct 10 11:33 passwords.dat
-rw-r--r--1 root root17867 Oct 10 11:33 questions.dat
-rw-r--r--1 root root  1181753 Oct 10 11:33 templates.dat

"grep chrp /var/lib/cdebconf/*" gives no result. Then i did:

cd /var
grep chrp *
grep chrp */*
grep chrp */*/*
grep chrp */*/*/*

and i did it with the expression "CHRP", all of them gave no match.



Well, on your boxes which have logical partitioning, we need the
/proc/cpuinfo.


Here we go: (on a partition with 2 logical processors available)


tickv1:~# cat /proc/cpuinfo
processor   : 0
cpu : POWER5 (gr)
clock   : 1656.416000MHz
revision: 2.1

processor   : 1
cpu : POWER5 (gr)
clock   : 1656.416000MHz
revision: 2.1

timebase: 207052000
machine : CHRP IBM,9124-720
tickv1:~#


Greetings,
Harald


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#332248: [EMAIL PROTECTED]: Re: Bug#332248: Install on IBM RS6k B50 PPC: no keyboard driver for PS/2 loaded in d-i]

2005-10-10 Thread Harald Görl

The B50 is supposed to be chrp, and i know it worked once since ways back then
manty had access to such a box and we fixed the kernel, not sure if we tried
d-i though.

Harald, could you please provide us the /proc/cpuinfo entry for this one ? 



Hi,
output is as follows:

cat /proc/cpuinfo
processor   : 0
cpu : 604r
clock   : 374MHz
revision: 49.2 (pvr 0009 3102)
bogomips: 372.73
machine : CHRP IBM,7046-B50

The spaces before the colons are generated with 2 tabs (0x09). The 
string seems to be the same as in the C structure. But lsmod shows only:


lsmod
Module  Size  Used by
usbhid 59012   0
usbcore   144944   1 usbhid
unix   32596   8


I also tried now:
http://cdimage.debian.org/pub/cdimage-testing/daily/powerpc/20051009/debian-testing-powerpc-netinst.iso

How can i check this iseries issue, Sven?

Harald




Mmm, the archdetect stuff in lib-d-i is :

static struct map map_machine[] = {
{ "PReP", "prep" },
{ "CHRP Pegasos", "chrp_pegasos" },
{ "CHRP IBM,7028-6C4", "chrp_rs6k" },
{ "CHRP IBM,7029-6E3", "chrp_rs6k" },
{ "CHRP IBM,7038-6M2", "chrp_rs6k" },
{ "CHRP IBM,7039-651", "chrp_rs6k" },
{ "CHRP IBM,7040-681", "chrp_rs6k" },
{ "CHRP IBM,7044-270", "chrp_rs6k" },
{ "CHRP IBM,7046-B50", "chrp_rs6k" },
{ "CHRP IBM,8842-21X", "chrp_rs6k" },
{ "CHRP IBM,9111-520", "chrp_rs6k" },
{ "CHRP IBM,9113-550", "chrp_rs6k" },
{ "CHRP IBM,9117-570", "chrp_rs6k" },
{ "CHRP IBM,9124-720", "chrp_rs6k" },
{ "CHRP", "chrp" },
{ "Amiga", "amiga" },
{ "64-bit iSeries Logical Partition", "iseries" },
{ NULL, NULL }

This means your machine should probably have been detected as chrp, but we
would need the /proc/cpuinfo to be sure.

BTW, Harald, can you also check your boards for the iseries thingy, since we
will need to distinguish (for kernel installer at least), between the
pre-power5 iseries and the newer stuff which are just pseries in disguise.





--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#332248: [powerpc,32bit] d-i fails to load atkbd on ibm chrp machine

2005-10-06 Thread Harald Görl
The machine i used for testing (IBM B50) doesn't have USB, at least 
there is no USB connector at the chassis.

The loaded USB modules seems to be pretty useless then.


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]