Re: [Unattended] 4.0a test on shuttle

2004-03-22 Thread Patrick J. LoPresti
Patrick J. LoPresti [EMAIL PROTECTED] writes:

 I want to release 4.0b this weekend.  I will make sure international
 keyboard support goes into 4.1.

I implemented this last night.  Now when I add:

kbd=fr-latin1

...to the kernel command line, my keyboard gets all screwed up;
qwerty becomes azerty.  Wacky Europeans :-).

This will be in the next release, whenever that happens.

 - Pat


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info


RE: [Unattended] 4.0a test on shuttle

2004-03-22 Thread Stephan Lampe [ITXP]
 
 
 kbd=fr-latin1
 
 ...to the kernel command line, my keyboard gets all screwed 
 up; qwerty becomes azerty.  

The azerty layout is used in Belgium and maybe also France.


 Wacky Europeans :-).


P ;)

 
GreetZ,
 
Stephan

qwerty addict 



---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] 4.0a test on shuttle

2004-03-20 Thread Patrick J. LoPresti
Julien TOUCHE [EMAIL PROTECTED] writes:

 * linux bootdisk errors
 could not open /lib/modules/2.6.3
  ide-core.ko, ide-generic.ko
  when loading ide-generic  ide-disk
 /etc/master: line 164: make-blkdev-nodes: commande not found
 sys/block: fd0, ram0-14
 else network seems ok

This is consistent with not having a Z:\linuxaux directory...  Did you
copy install\linuxaux to Z:\linuxaux?

Or, after the failure, what happens if you type ls /z/linuxaux?

 following could be interesting for next release:
 - way to precise keyboard mapping as kernel arg

You mean for non-English keyboards?  Hm.  I know very little about
Linux i18n, especially at this level.  Any suggestions for what to
read?

 - way to send log or dmesg to network (netcat or ftp)

Trouble is, a lot of things have to work before the network is even
operational.  I am thinking we should try to capture more data in flat
files, then provide instructions for how to upload them yourself (to
help us diagnose things).

 * freedos with undisc3.imz
 chipset untested (sis 651)A
 UMB unavailable

This should be harmless; it just means umbpci.sys didn't work.  This
might reduce the amount of free conventional memory (possibly
resulting in out of memory problems), but it should not cause the
failure you are seeing, I don't think.

In future releases, we will dump umbpci.sys and use the FreeDOS EMM386
clone.  The FreeDOS folks have recently (this week) made it play
nicely with DPMI extenders.

 Unattended Boot disk starting
 Initializing  network card
 3com universal ndis driver v1.00
 [snip]
 UNDI function returned failure:
 Op-code: Ch Exit status: 6Ah

(Let's see...  Download PXE-2.1 spec from Intel's site...  Stupid
PDF...  UNDI interface...  Section 3.4.4...)

OK, opcode Ch is PXENV_UNDI_GET_INFORMATION, which just returns your
network adapter parameters like the MAC address.  Sounds
straighforward.

(Back to index...  Exit status, exit status...  Here we go, section
3.5.)

OK, status 6Ah is PXENV_STATUS_UNDI_INVALID_STATE.

Hm.  Not much information there.

Did this system work with the MS-DOS boot disk (Unattended 3.5)?

 - Pat


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info


Re: [Unattended] 4.0a test on shuttle

2004-03-20 Thread Patrick J. LoPresti
Julien TOUCHE [EMAIL PROTECTED] writes:

 oops ... was it
 works well

Good to hear.

 on debian, i make:
 cp /usr/share/keymaps/i386/azerty/fr-latin1.kmap.gz
 /etc/console/boottime.kmap.gz for french, for example.

 maybe this:
 http://www.tldp.org/HOWTO/Keyboard-and-Console-HOWTO-15.html

OK, I understand now.  I need to include the kbd suite
(http://www.kernel.org/pub/linux/utils/kbd/) and arrange to invoke
loadkeys at startup.

Those keymaps are going to take up a couple megs of extra space on the
boot disk image.  Oh, well.

I want to release 4.0b this weekend.  I will make sure international
keyboard support goes into 4.1.

 - Pat


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
unattended-info mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-info