Re: Install fails: can't find kernel module for via-rhine Ethernet

2004-03-03 Thread Geert Stappers
On Wed, Mar 03, 2004 at 12:52:56AM +0100, Frans Pop wrote:
 
 Hi,
 
 After an installation-report for a mostly successful install using Beta-2, I 
 received a suggestion from Erich Waelde to try:
 http://gluck.debian.org/cdimage/testing/sarge_d-i/i386/current/
 (I downloaded today's build: Mar. 2 2004)
 
 However, this fails during hardware detect. It looks like my Ethernet card is 
 recognized correctly, but the installer can't load the kernel module.
 
 I noticed that on the cdrom the contents of the /install directory have been 
 reorganized when compared to Beta-2: some .img files moved to subdir floppy.
 Could this be the cause of the problem.

Drivers for ethernet devices are split, for space reasons, into two udeb packages.
The first udeb has the popular drivers.
The second udeb gets retrieved after CDrom detect,
because it is on the CDrom.

Did you let Debian-Installer run cdrom-detect?
Failed the loading of network drivers again after retrieving udebs?

 
 Output from lspci:
snip/
 00:0e.0 Network controller: Eicon Technology Corporation: Unknown device e005 
 (rev 01)
 00:0f.0 Ethernet controller: VIA Technologies, Inc. Ethernet Controller (rev 
 43)

Please also provide the IDs for those cards
 ( lspci -n | grep 0200 )


Cheers
Geert Stappers


pgp0.pgp
Description: PGP signature


Re: Install fails: can't find kernel module for via-rhine Ethernet

2004-03-03 Thread Frans Pop
On Wednesday 03 March 2004 08:44, Geert Stappers wrote:
 On Wed, Mar 03, 2004 at 12:52:56AM +0100, Frans Pop wrote:
  http://gluck.debian.org/cdimage/testing/sarge_d-i/i386/current/
  (I downloaded today's build: Mar. 2 2004)
Forgot to mention: I used sarge-i386-netinst.iso.
 
 Did you let Debian-Installer run cdrom-detect?
 Failed the loading of network drivers again after retrieving udebs?

This is what happens during an Expert install:
- Choose language, Choose country, Select keyboard layout: OK
- Detect and mount CD-ROM
  . via-rhine is shown in list of modules to load (with [*] in front)
  . Message: unable to load some modules; not available (use driver floppy)
 missing modules: via-rhine
  . Message: CD-ROM detected
- Load installation components from CD
- Detect Network hardware
  . Message: unable to load some modules; not available (use driver floppy)
 missing modules: via-rhine, ide-scsi

  Output from lspci:
 snip/
  00:0e.0 Network controller: Eicon Technology Corporation: Unknown device
  e005 (rev 01)
  00:0f.0 Ethernet controller: VIA Technologies, Inc. Ethernet Controller
  (rev 43)

 Please also provide the IDs for those cards
  ( lspci -n | grep 0200 )
(Note: output from lspci obtained from my current Woody installation)
Eicon is an ISDN card:
00:0e.0 Class 0280: 1133:e005 (rev 01)
This is my Ethernet card (D-Link DFE-530TX)
00:0f.0 Class 0200: 1106:3065 (rev 43)

The D-Link Ethernet card was detected and installed without problem with 
Beta-2 (as via-rhine).

Thanks


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



Re: Install fails: can't find kernel module for via-rhine Ethernet

2004-03-03 Thread Erich Waelde

Hello Frans,

looks like you have chosen the adventureous path :-)


Frans Pop [EMAIL PROTECTED] wrote:
 Hi,
 
 After an installation-report for a mostly successful install using Beta-2, I 
 received a suggestion from Erich Waelde to try:
 http://gluck.debian.org/cdimage/testing/sarge_d-i/i386/current/
 (I downloaded today's build: Mar. 2 2004)
 
 However, this fails during hardware detect. It looks like my Ethernet card is 
 recognized correctly, but the installer can't load the kernel module.
 
 I noticed that on the cdrom the contents of the /install directory have been 
 reorganized when compared to Beta-2: some .img files moved to subdir floppy.
 Could this be the cause of the problem.
 

Sounds to me as you did use expert boot option ...

If this is correct, then in the first round of hardware detection, I have
seen ide-disk fail to load --- this is because it is loaded already, but
the red error screen sure looks bad. And consequently a message is
displayed about missing modules for your hardware.

If this is still what you see, then
a.) change to vc/2 by pressing 'Ctrl-Alt-F2'
hit 'Enter' to get a root shell
type 'lsmod' at the prompt. Check that your modules are there.
-- if not, try to load them with modprobe -v name_of_module
   if the output indicates errors, be sure to note the exact message.
b.) return to vc/1 by pressing 'Ctrl-alt-F1'
be brave and hit 'Enter' to acknowledge the error message.

I have not seen a problem, but the error message is showing up with
DEBCONF_PRIORITY=low (same as expert) or
DEBCONF_PRIORITY=medium



If what I describe does not apply to your case, then please send more
details, like exact error messages, also found on vc/3 and vc/4, in
/target/var/log if they occur in a later stage.

Also mention the exact image location and file date, along with any boot
parameters you chose. Be sure to check out the help available with 'F1' at
the boot prompt.

Cheers,
Erich


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



Re: Install fails: can't find kernel module for via-rhine Ethernet

2004-03-03 Thread Frans Pop
On Wednesday 03 March 2004 09:10, Erich Waelde wrote:
 Hello Frans,

 looks like you have chosen the adventureous path :-)
Yes, it's fun and happy to contribute...
Note: no need to CC me; I'm on the list (as of yesterday ;-)

 Sounds to me as you did use expert boot option ...
Did both normal and expert.

 If this is correct, then in the first round of hardware detection, I have
 seen ide-disk fail to load --- this is because it is loaded already, but
 the red error screen sure looks bad. And consequently a message is
 displayed about missing modules for your hardware.
Have not seen this.

 If this is still what you see, then
 a.) change to vc/2 by pressing 'Ctrl-Alt-F2'
 type 'lsmod' at the prompt. Check that your modules are there.
 -- if not, try to load them with modprobe -v name_of_module
if the output indicates errors, be sure to note the exact message.
# modprobe via-rhine
insmod: via-rhine.0: no module by that mane found
modprobe: failed to load module via-rhine

Looks like the module just isn't included anymore :-(

 Also mention the exact image location and file date, along with any boot
 parameters you chose. Be sure to check out the help available with 'F1' at
 the boot prompt.
http://gluck.debian.org/cdimage/testing/sarge_d-i/i386/current/
sarge-i386-netinst.iso (02-Mar-2004 13:34   105M)

Logfiles attached.


messages.gz
Description: GNU Zip compressed data


syslog.gz
Description: GNU Zip compressed data


Re: Install fails: can't find kernel module for via-rhine Ethernet

2004-03-03 Thread Joey Hess
Frans Pop wrote:
 http://gluck.debian.org/cdimage/testing/sarge_d-i/i386/current/
 sarge-i386-netinst.iso (02-Mar-2004 13:34   105M)

You're using the wrong, known to be broken CD image. Where did you find
that URL? Use the prominent links for CD images on the debian installer
web site to get working CD images. http://www.debian.org/devel/debian-installer

-- 
see shy jo


signature.asc
Description: Digital signature


nic-modules mismatch, was: Install fails: can't find kernel module for via-rhine Ethernet

2004-03-03 Thread Erich Waelde

Hello,


Frans Pop [EMAIL PROTECTED] wrote:
 This is what happens during an Expert install:
 - Choose language, Choose country, Select keyboard layout: OK
 - Detect and mount CD-ROM
   . via-rhine is shown in list of modules to load (with [*] in front)
   . Message: unable to load some modules; not available (use driver floppy)
  missing modules: via-rhine

at this point it's ok, no drivers available yet.

   . Message: CD-ROM detected
 - Load installation components from CD
 - Detect Network hardware
   . Message: unable to load some modules; not available (use driver floppy)
  missing modules: via-rhine, ide-scsi
 


I retraced these steps with images from

1. sid (unstable)
   
http://gluck.debian.org/cdimage/testing/sid_d-i/i386/20040301/sarge-i386-netinst.iso 
   
   the module is clearly available as
   /lib/modules/2.4.24-1-386/kernel/drivers/net/via-rhine.o
   fails to load, of course, because I have different hw.
   insmod: init_module: via-rhine: No such device
   modprobe: failed to load module via-rhine

   ok.


2. sarge (testing)
   
http://gluck.debian.org/cdimage/testing/sarge_d-i/i386/20030302/sarge-i386-netinst.iso

   after detecting network hw it says:
   Unable to laod some modules ... 8139too

vc/2: 
there is no /lib/modules/2.4.25-1-386/kernel/drivers/net directory.
Thus modprobe -v 8139too fails with no module by that name found

So the question is, whether the correct udeb is missing altogether or
failed to install.

this shows up in /var/log/syslog as
user.notice hw-detect: Detecting hardware...
user.notice hw-detect: Loding modules...
user.notice hw-detect: Detected module '8139too' for Realtek ...
user.notice hw-detect: Trying to load module '8139too'
user.notice hw-detect: Missing module '8139too'.


grep 'DEBUG: install nic-' /var/log/syslog returns nothing.

find /cdrom/pool/main -name nic-\* finds
/cdrom/pool/main/l/linux-kernel-di/nic-...-2.4.22-...udeb
but
uname -a says
Linux (none) 2.4.25-1-386 ...

so the available ones do not match the kernel version, it seems to me.


Hope this helps.

Cheers,
Erich


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



Install fails: can't find kernel module for via-rhine Ethernet

2004-03-02 Thread Frans Pop
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

After an installation-report for a mostly successful install using Beta-2, I 
received a suggestion from Erich Waelde to try:
http://gluck.debian.org/cdimage/testing/sarge_d-i/i386/current/
(I downloaded today's build: Mar. 2 2004)

However, this fails during hardware detect. It looks like my Ethernet card is 
recognized correctly, but the installer can't load the kernel module.

I noticed that on the cdrom the contents of the /install directory have been 
reorganized when compared to Beta-2: some .img files moved to subdir floppy.
Could this be the cause of the problem.

Output from lspci:
00:00.0 Host bridge: VIA Technologies, Inc. VT82C693A/694x [Apollo PRO133x] 
(rev c4)
00:01.0 PCI bridge: VIA Technologies, Inc. VT82C598/694x [Apollo MVP3/Pro133x 
AGP]
00:07.0 ISA bridge: VIA Technologies, Inc. VT82C686 [Apollo Super South] (rev 
22)
00:07.1 IDE interface: VIA Technologies, Inc. Bus Master IDE (rev 10)
00:07.2 USB Controller: VIA Technologies, Inc. UHCI USB (rev 10)
00:07.3 USB Controller: VIA Technologies, Inc. UHCI USB (rev 10)
00:07.4 SMBus: VIA Technologies, Inc. VT82C686 [Apollo Super ACPI] (rev 30)
00:0e.0 Network controller: Eicon Technology Corporation: Unknown device e005 
(rev 01)
00:0f.0 Ethernet controller: VIA Technologies, Inc. Ethernet Controller (rev 
43)
00:11.0 Multimedia audio controller: Creative Labs SB Live! EMU10k1 (rev 07)
00:11.1 Input device controller: Creative Labs SB Live! (rev 07)
01:00.0 VGA compatible controller: ATI Technologies Inc Rage 128 RF
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQFARR5lgm/Kwh6ICoQRAqxyAJ4xw9CtSbw6Ih7nYcfioSh6z2hUpQCgyyEX
zxr0zQfibfDpHZJ1/RGr5Lo=
=RCWp
-END PGP SIGNATURE-


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