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


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 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 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:
> 
> > 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 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:

> 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