[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#139595: marked as done (USB keyboard driver required, disk space limits)



Your message dated Wed, 03 Apr 2002 02:11:45 -0500
with message-id <E16sevp-00052F-00@auric.debian.org>
and subject line Bug#139595: fixed in boot-floppies 3.0.22
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 23 Mar 2002 14:00:19 +0000
>From inet@zombie.inka.de Sat Mar 23 08:00:19 2002
Return-path: <inet@zombie.inka.de>
Received: from quechua.inka.de (mail.inka.de) [212.227.14.2] 
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 16om49-0008J4-00; Sat, 23 Mar 2002 08:00:18 -0600
Received: from zombie.inka.de 
	by mail.inka.de with uucp (rmailwrap 0.4) 
	id 16om47-0004xa-00; Sat, 23 Mar 2002 15:00:15 +0100
Received: from inet by zombie with local (Exim 3.35 #1 (Debian))
	id 16olWf-0002nL-00; Sat, 23 Mar 2002 14:25:41 +0100
Date: Sat, 23 Mar 2002 14:25:41 +0100
From: Eduard Bloch <edi@gmx.de>
To: debian-boot@lists.debian.org
Cc: submit@bugs.debian.org
Subject: USB keyboard driver required, disk space limits
Message-ID: <20020323132541.GA10441@zombie.inka.de>
Mail-Followup-To: debian-boot@lists.debian.org, submit@bugs.debian.org
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="9amGYk9869ThD9tj"
Content-Disposition: inline
User-Agent: Mutt/1.3.27i
Sender: Eduard Bloch <inet@zombie.inka.de>
Delivered-To: submit@bugs.debian.org


--9amGYk9869ThD9tj
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Package: boot-floppies
Severity: serious

I cc'ed some mails to the mailing list - it seems that the USB keyboard
support in 2.4.x is kinda broken for BIOS emulation and very unstable
when built-in in the kernel. I succeed on making the drivers load as
modules, but this requires more space on root floppy, so we would have
to drop two more languages. What should we do? I tend to remove the
languages and include USB drivers since "end-users" would have the CD
with the language pack and get all message catalogs anyways.

Gruss/Regards,
Eduard.
-- 
<[ddeus_work]> welche moeglichkeiten gibt es eine festplate zu beschleunigen 
               ausser DMA und 32bit zugeng einschalten ?
<[ddeus_work]> welche moeglichkeiten gibt es eine festplate zu beschleunigen
               ausser DMA und 32bit zugang einschalten ?
<noel> wir wantworten erst, wenn mandie Frage 5 mal stellt.
                    -- #debian.de

--9amGYk9869ThD9tj
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="cvs-diff.txt"

Index: config
===================================================================
RCS file: /cvs/debian-boot/boot-floppies/config,v
retrieving revision 1.151
diff -u -r1.151 config
--- config	2002/03/14 22:41:28	1.151
+++ config	2002/03/23 13:18:29
@@ -135,7 +135,11 @@
     ifeq ($(architecture),m68k)
         export langs_root	:= en pt de pl fr es ja sv
     else
-        export langs_root	:= en pt de pl fr es ja sv it
+    ifeq ($(architecture),i386)
+        export langs_root := en pt de pl fr es
+    else
+        export langs_root	:= en pt de pl fr es ja sv
+    endif
     endif
     endif
     endif
Index: rootdisk.sh
===================================================================
RCS file: /cvs/debian-boot/boot-floppies/rootdisk.sh,v
retrieving revision 1.362
diff -u -r1.362 rootdisk.sh
--- rootdisk.sh	2002/03/22 08:00:41	1.362
+++ rootdisk.sh	2002/03/23 13:18:31
@@ -1000,8 +1000,15 @@
 	include_module $mnt/lib/modules/net/sunrpc/sunrpc.o
 	include_module $mnt/lib/modules/fs/lockd/lockd.o
 	include_module $mnt/lib/modules/fs/nfs/nfs.o
-#elif  [ "$arch" = i386 -a "$revext" = "bf2.4" ]; then
-#        include_module $mnt/lib/modules/*/kernel/drivers/usb/usbkbd.o 
+  
+elif  [ "$arch" = i386 -a "$revext" = "bf2.4" ]; then
+  kver=`echo -n 2.4; grep kver_24 config | cut -f3 -d4`
+  include_module $mnt/lib/modules/$kver-bf2.4/kernel/drivers/usb/usbcore.o
+  include_module $mnt/lib/modules/$kver-bf2.4/kernel/drivers/usb/usb-uhci.o
+  include_module $mnt/lib/modules/$kver-bf2.4/kernel/drivers/usb/usb-ohci.o
+  include_module $mnt/lib/modules/$kver-bf2.4/kernel/drivers/usb/usbkbd.o
+#  include_module $mnt/lib/modules/$kver-bf2.4/kernel/drivers/input/input.o || true
+#  include_module $mnt/lib/modules/$kver-bf2.4/kernel/drivers/input/keybdev.o || true
 fi
 
 if [ $ro_poss  = 1 ]; then
Index: scripts/rootdisk/prototype/etc/init.d/rcS
===================================================================
RCS file: /cvs/debian-boot/boot-floppies/scripts/rootdisk/prototype/etc/init.d/rcS,v
retrieving revision 1.42
diff -u -r1.42 rcS
--- scripts/rootdisk/prototype/etc/init.d/rcS	2002/02/03 18:38:49	1.42
+++ scripts/rootdisk/prototype/etc/init.d/rcS	2002/03/23 13:18:34
@@ -69,8 +69,16 @@
 insmod /lib/modules/scsi/fas216.o >/dev/null 2>&1 && echo fas216 >>/etc/modules
 insmod /lib/modules/block/floppy.o >/dev/null 2>&1 && echo floppy >>/etc/modules
 insmod /lib/modules/fs/adfs.o >/dev/null 2>&1 && echo adfs >>/etc/modules
-# usb keyboard, hid driver
-#insmod /lib/modules/`uname -r`/kernel/drivers/usb/usbkbd.o >/dev/null 2>&1 && echo usbkbd >>/etc/modules
+# usb keyboard
+
+if grep -i USB /proc/pci ; then
+   insmod /lib/modules/`uname -r`/kernel/drivers/usb/usbcore.o
+   insmod /lib/modules/`uname -r`/kernel/drivers/usb/usb-uhci.o>/dev/null 2>&1 && echo usb-uhci >>/etc/modules
+   insmod /lib/modules/`uname -r`/kernel/drivers/usb/usb-ohci.o>/dev/null 2>&1 && echo usb-ohci >>/etc/modules
+   insmod /lib/modules/`uname -r`/kernel/drivers/usb/usbkbd.o && echo usbkbd   >>/etc/modules
+   insmod /lib/modules/`uname -r`/kernel/drivers/input/input.o >/dev/null 2>&1 && echo input >>/etc/modules
+   insmod /lib/modules/`uname -r`/kernel/drivers/input/keybdev.o >/dev/null 2>&1 && echo keybdev >>/etc/modules
+fi
 
 # insmod seems to want this
 mkdir -p /lib/modules/`uname -r` >/dev/null 2>&1

--9amGYk9869ThD9tj--


---------------------------------------
Received: (at 139595-close) by bugs.debian.org; 3 Apr 2002 07:41:27 +0000
>From rmurray@auric.debian.org Wed Apr 03 01:41:27 2002
Return-path: <rmurray@auric.debian.org>
Received: from auric.debian.org [206.246.226.45] (mail)
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 16sfOZ-0003wO-00; Wed, 03 Apr 2002 01:41:27 -0600
Received: from rmurray by auric.debian.org with local (Exim 3.12 1 (Debian))
	id 16sevp-00052F-00; Wed, 03 Apr 2002 02:11:45 -0500
From: Adam Di Carlo <aph@debian.org>
To: 139595-close@bugs.debian.org
X-Lisa: $Revision: 1.5 $
Subject: Bug#139595: fixed in boot-floppies 3.0.22
Message-Id: <E16sevp-00052F-00@auric.debian.org>
Sender: Ryan Murray <rmurray@auric.debian.org>
Date: Wed, 03 Apr 2002 02:11:45 -0500
Delivered-To: 139595-close@bugs.debian.org

We believe that the bug you reported is fixed in the latest version of
boot-floppies, which is due to be installed in the Debian FTP archive:

boot-floppies_3.0.22.dsc
  to pool/main/b/boot-floppies/boot-floppies_3.0.22.dsc
boot-floppies_3.0.22.tar.gz
  to pool/main/b/boot-floppies/boot-floppies_3.0.22.tar.gz
install-doc_3.0.22_i386.deb
  to pool/main/b/boot-floppies/install-doc_3.0.22_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 139595@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Adam Di Carlo <aph@debian.org> (supplier of updated boot-floppies package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Fri, 15 Mar 2002 01:18:26 -0500
Source: boot-floppies
Binary: install-doc
Architecture: source i386
Version: 3.0.22
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Changed-By: Adam Di Carlo <aph@debian.org>
Description: 
 install-doc - Documentation for Debian installation and release notes
Closes: 132838 136639 137570 137748 138468 138588 138591 138594 138653 138679 138799 138849 139041 139415 139595 139786 140264 140700
Changes: 
 boot-floppies (3.0.22) unstable; urgency=low
 .
   * Adam Di Carlo:
     - documentation updates & link corrections; i386 references to  ide
       flavor removed, bf2.4 added; sparc references to removed sun4dm-pci
       subarch removed
     - fix broken docs/*fdisk.txt which are generated from man pages;
       closes: #137570
     - fix build-depends-indep-without-arch-indep
     - review all the stuff in docs/defaults.ent relating to images,
       flavors, files, etc.  There were a number of missing stuff relevant
       to lart, subarches mentioned which no longer exists, etc.
       closes: #138591, #138588, #138594
     - doc: i386 supports tftp
   * Eduard Bloch
     - fixed filesystem choice while creating of the boot-floppies on i386
     - German translation updates
     - bootconfig.c corrections to work on ATARAID
     - changed extract_base's progress box to not tell users to debug
     - changed syslinux.cfg template to work properly with non-linux.bin
       profiles, replaced linux.bin references in the messages files.
       Closes:#139786, #140264
     - PERL_BADLANG=0 before extract_base, suppress the locale warnings,
       closes: #138468
     - added USB modules to root floppy on bf2.4, closes: #139595
   * Chris Tillman
     - added note about vc4 usage in rescue-boot.sgml
     - use fdisk references in defaults.ent, not urls.ent
     - fix mipsel handling of driver floppies (copied mips code)
     - fix defaults.ent problems
     - update docs for new-powermac
     - add list of verbose/quiet effects to appendix
     - add test for Release file before calling debootstrap,
       Closes: #132838, #136639
     - update install manual for m68k, arm
     - add table of task sizes in appendix
     - correct newpmac kernel build 1440->2880, causing name confusion
   * Giuseppe Sacco
     - corrected a small problem when identifing the installed locale
   * Mikhail Sobolev
     - Change Apple_Bootstrap messages to avoid redundancy
   * David Kimdon
     - fix French language chooser text
     - fix proxy line for server select box, better formatting when strings
       are different lengths
     - if we try a proxy, find that it doesn't work, then end up
       installing the base system without a proxy we need to set
       [HTTP|FTP]_PROXY='' in dbootstrap_settings
     - mkreiserfs option changed from -v[1|2] to --format [3.5|3.6]
       (closes: #139415)
     - remove scripts/rootdisk/messages/[C,ca ... zh_TW]/boot_message since we
       now hold that text in dbootstrap's .po files.
     - add note to translators that they should use only ASCII chars in the
       text to be displayed on the syslinux screen. (closes: #138849)
     - note to translators to keep bootconfig.c MBR messages under one line
       or about 70 characters. (closes: #138679)
     - require bogl-bterm 0.1.9-1 so we get pretty borders on i18n boxes,
       include some graphic fonts, patch from pb (closes: #138653)
   * Tommi Virtanen <tv@debian.org>
     - update swedish.src
   *  Alejandro Lamas <azeta@enterate.org>
     - update spanish.src
   * Junichi Uekawa
     - fs_type_tab[] should be extern (closes: #137748)
     - update dbootstrap Japanese translation
     - make dbootstrap/langs/japanese.src to be shorter
     - config: use ja, instead of pl on the basic floppy set. It should be
       okay, CDROM should have the language.
   * Petter Reinholdtsen
     - updated LC menu entry for Norwegian (applied by blade)
   * Claus Hindsgaul
     - Danish updates
     - Chinese zh_CN.po update thanks to malix <malixren@yahoo.com>
   * Karsten Merker
     - release.sh: remove garbage (side effect of the linux -> linux.bin
       transition) in $release for mipsel
     - documentation/da/inst-methods.sgml: fixed sgml error
   * Ren Weili
     - Chinese translation updates
   * Matt Kraai
     - avoid segfault during `Initialize a Linux Partition' on powerpc/apus;
       closes: #138799
     - look for netwinder rescue image in images-2.88;
       closes: #139041
   * Jordi Mallach
     - dbootstrap Catalan translation updates
     - Catalan manual and release-notes updates
     - release-notes Catalan translation by Ivan Vilata i Balaguer
     - updates to the Catalan install manual by Antoni Bella
   * Richard Hirst
     - ia64: warn if someone tries to manipulate a GPT partitioned disk
       with cfdisk
     - default fs_type to auto for any arch that doesn't explicitly specify
       it in write_boot_floppy()
     - ia64: add documentation for parted
   * Josip Rodin
     - update croatian.src
   * Colin Walters
     - bump new-powermac kernel version to 2.4.18
     - Minor english fixes in dbootstrap.
   * Steve Langasek <vorlon@debian.org>
     - update czech.src
   * Andreas Wüst <andiw@pop.agri.ch>
     - update release_notes.de (closes: #140700)
Files: 
 787a02153a39dbef27e2db73e5c78e5a 1544 devel extra boot-floppies_3.0.22.dsc
 2b72dfdd95449dd5bc7a2d4b36a99eeb 3922571 devel extra boot-floppies_3.0.22.tar.gz
 4dd1f1aa34fb4e6c5c19551706acf49e 1076 byhand - bf-archive-install_3.0.22_i386.sh
 e5b97f0814e38dd7b9b98d87fc7644c9 20255860 byhand - bf-common_3.0.22_i386.tar.gz
 b6b56f1c6d870ee385906420ed47a4aa 2486238 byhand - bf-doc_3.0.22_i386.tar.gz
 dcbd8b8686e8d9739486db45a13a04d2 8741464 byhand - bf-images-1.20_3.0.22_i386.tar.gz
 369f665af5624d80581bc52c29cb9c76 24963470 byhand - bf-images-1.44_3.0.22_i386.tar.gz
 424034deda333642c6c8597342298bf6 9632845 byhand - bf-images-2.88_3.0.22_i386.tar.gz
 5763b1d6f4ecfbb7874f74205595898d 1110883 byhand - bf-misc_3.0.22_i386.tar.gz
 047f0387dcc646b509082a7d2e94df1d 69774 doc extra install-doc_3.0.22_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE8qBjBST1m+6jv1gMRAraOAJ95ajl/FhaN0RzdMaOt3rxG2I4HUgCcD2vI
TIsqNaf+DlodiR6t7YGHzlI=
=+Mzw
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to debian-boot-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: