Bug#396482: installation-reports: S61mouse-support-x86 should use modprobe in the same way than other scripts (-q + || true)

2006-11-02 Thread Eric Valette




Geert Stappers wrote:

  Op 01-11-2006 om 01:07 schreef Eric Valette:
  
  
Using this version of the script make this system boot with a kernel where all modules are built-in

if [ "$DEBIAN_FRONTEND" = gtk ] ; then
modprobe -q evdev || true
modprobe psmouse || true
fi

  
  

Why modprobe another module when all modules are built-in?
(i.o.w. I don't understand the reason for this bugreport)

  

Because if the modules is not there and modprobe fails then you end up
with an endless loop. Besides all other call in the installer are made
this way.

-- eric





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



Bug#396482: installation-reports: S61mouse-support-x86 should use modprobe in the same way than other scripts (-q + || true)

2006-11-01 Thread Geert Stappers
Op 01-11-2006 om 01:07 schreef Eric Valette:
 
 Using this version of the script make this system boot with a kernel where 
 all modules are built-in
 
 if [ $DEBIAN_FRONTEND = gtk ] ; then
 modprobe -q evdev || true
 modprobe psmouse || true
 fi


Why modprobe another module when all modules are built-in?
(i.o.w. I don't understand the reason for this bugreport)


Cheers
Geert Stappers


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



Bug#396482: installation-reports: S61mouse-support-x86 should use modprobe in the same way than other scripts (-q + || true)

2006-11-01 Thread Geert Stappers
Op 01-11-2006 om 23:44 schreef Geert Stappers:
 Why modprobe another module when all modules are built-in?
 (i.o.w. I don't understand the reason for this bugreport)

From: Frans Pop [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Cc: debian-boot@lists.debian.org
Subject: Re: Installing Debian amd64 on an asus P5W DH Deluxe + E6600 : kernel 
on installer broken + bugs in d-i when changing kernel + modules
Date: Wed, 01 Nov 2006 01:34:26 +0100
From [EMAIL PROTECTED]  Wed Nov 1 01:36:35 2006
User-Agent: KMail/1.9.5

On Wednesday 01 November 2006 01:05, Eric Valette wrote:
 Found the culprit : S61mouse-support-x86 is incorrectly written  : it
 does not use -q option for modeprobe not the || true.

Nice job of tracing that!

The installer is not really set up to work with kernels that are
configured totally different from the standard Debian kernels.




Bug#396482: installation-reports: S61mouse-support-x86 should use modprobe in the same way than other scripts (-q + || true)

2006-10-31 Thread Eric Valette
Package: installation-reports
Severity: normal

Using this version of the script make this system boot with a kernel where all 
modules are built-in

if [ $DEBIAN_FRONTEND = gtk ] ; then
modprobe -q evdev || true
modprobe psmouse || true
fi

-- System Information:
Debian Release: 4.0
  APT prefers testing-proposed-updates
  APT policy: (500, 'testing-proposed-updates'), (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.19-rc3-git5
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)


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