Re: [Cooker] Kernel 2.4, NFS, samba and eth0...

2000-12-08 Thread Sebastian Dransfeld

On Thu, 7 Dec 2000, OS wrote:

> Thanks for everyones help so far.
> 
> How do I modprobe for eth0 !!! eth0 is not a real module is it ? I've tried 
> to ascertain what it is modprob'ing but so far I haven't discovered which one 
> it is. If 2.2 could find it perhaps a module which is no longer supported in 
> 2.4 (I find that hard to believe since it is only an ethernet card !).
> 
> If I am going to switch to 2.4 I need Samba and NFS. When SMB starts up it 
> appears to succeed, but NMB fails.
> 

eth0 is (should be atleast) an alias in /etc/modules.conf

seb





Re: [Cooker] Kernel 2.4, NFS, samba and eth0...

2000-12-07 Thread OS

Thanks for everyones help so far.

How do I modprobe for eth0 !!! eth0 is not a real module is it ? I've tried 
to ascertain what it is modprob'ing but so far I haven't discovered which one 
it is. If 2.2 could find it perhaps a module which is no longer supported in 
2.4 (I find that hard to believe since it is only an ethernet card !).

If I am going to switch to 2.4 I need Samba and NFS. When SMB starts up it 
appears to succeed, but NMB fails.

Owen

On Thursday 07 December 2000 11:05 am, you wrote:
> On Wed, 6 Dec 2000, OS wrote:
> > I thought I would try the new kernel-2.4.0-0.7mdk (at work not home). It
> > was exactly as I had found before. I am starting to beleive that there is
> > some extra configuration required for the above to work with 2.4 kernels.
> > After all, such rudimentary things must work by now, since this kernel is
> > due for final release soon isn't it ?
> >
> > As well as the above kernel I am currently using the latest (6/Dec/2000)
> > netcfg, nettools and nfsutils.
> >
> > /etc/rc.d/init.d/network restart (with a few > /dev/null's removed !)
> > reports eth0 startup failed. Cannot find module eth0
>
> Do you have the module? Check /etc/modules.conf and the /lib/modules/2.4*
> dir. If you find the module for your card, try to modprobe it.
>
> seb




Re: [Cooker] Kernel 2.4, NFS, samba and eth0...

2000-12-07 Thread Leon Brooks

> On Wed, Dec 06, 2000 at 10:57:56PM +, OS wrote:
>> Could someone tell me how to get NFS, Samba and eth0 working on the new
>> kernel please !

On 7.2rc1, all I did was rpm -i the hackkernel and it all went like it was
supposed to (at least, eth0 and Samba, didn't get to try NFS).

-- 
And sooner or later, one of your cats will step on your keyboard
while you're in the middle of editing sendmail.cf, and it will
still work. -- Pete Ehlke




Re: [Cooker] Kernel 2.4, NFS, samba and eth0...

2000-12-07 Thread Christian Gennerat

Geoffrey Lee a écrit :

> On Wed, Dec 06, 2000 at 10:57:56PM +, OS wrote:
> > Could someone tell me how to get NFS, Samba and eth0 working on the new
> > kernel please !
> >
> > I thought I would try the new kernel-2.4.0-0.7mdk (at work not home). It was
> > exactly as I had found before. I am starting to beleive that there is some
> > extra configuration required for the above to work with 2.4 kernels. After
> > all, such rudimentary things must work by now, since this kernel is due for
> > final release soon isn't it ?
> >
>
> Yep, 2.4 is going gold soon.
>
> > As well as the above kernel I am currently using the latest (6/Dec/2000)
> > netcfg, nettools and nfsutils.
> >
> > /etc/rc.d/init.d/network restart (with a few > /dev/null's removed !) reports
> > eth0 startup failed. Cannot find module eth0
> >
> >
>
> cat /etc/modules.conf please?
>
>

What is the mdk-preffered /etc/modules.conf ?

This is my /etc/modules.conf and it work with both 2.2 and 2.4
__

#depfile=/lib/modules/`uname -r`/modules.dep

 2.4.0 
path[boot]=/lib/modules/boot
path[fs]=/lib/modules/`uname -r`/kernel/fs
path[net]=/lib/modules/`uname -r`/kernel/drivers/net
path[char]=/lib/modules/`uname -r`/kernel/drivers/char
path[scsi]=/lib/modules/`uname -r`/kernel/drivers/scsi
path[block]=/lib/modules/`uname -r`/kernel/drivers/block
path[cdrom]=/lib/modules/`uname -r`/kernel/drivers/cdrom
path[ipv4]=/lib/modules/`uname -r`/kernel/net/ipv4
#path[ipv6]=/lib/modules/`uname -r`/kernel/net/ipv6
path[irda]=/lib/modules/`uname -r`/kernel/net/irda
path[irda]=/lib/modules/$(uname -r)/kernel/net/irda
path[sound]=/lib/modules/`uname -r`/kernel/drivers/sound
#path[fc4]=/lib/modules/`uname -r`/fc4
#path[video]=/lib/modules/`uname -r`/video
path[misc]=/lib/modules/`uname -r`/kernel/drivers/misc
path[parport]=/lib/modules/`uname -r`/kernel/drivers/parport
path[pcmcia]=/lib/modules/`uname -r`/kernel/drivers/pcmcia
#path[alsa]=/lib/modules/`uname -r`/kernel/drivers/alsa
#path[atm]=/lib/modules/`uname -r`/atm
#path[usb]=/lib/modules/`uname -r`/kernel/drivers/usb
path[ide]=/lib/modules/`uname -r`/kernel/drivers/ide


## 2.2 #
path[fs]=/lib/modules/`uname -r`/fs
path[net]=/lib/modules/`uname -r`/net
path[scsi]=/lib/modules/`uname -r`/scsi
path[ipv4]=/lib/modules/`uname -r`/ipv4
path[block]=/lib/modules/`uname -r`/block
path[cdrom]=/lib/modules/`uname -r`/cdrom
path[irda]=/lib/modules/`uname -r`/irda
path[sound]=/lib/modules/`uname -r`/misc
path[misc]=/lib/modules/`uname -r`/misc
path[parport]=/lib/modules/`uname -r`/misc
path[pcmcia]=/lib/modules/`uname -r`/pcmcia


### Zip Iomega, plip
alias parport_lowlevel parport_pc
add below parport_pc parport
add below scsi_syms scsi_mod
add below ppa scsi_mod parport_pc
pre-install plip modprobe parport ; echo 7 > /proc/parport/0/irq

### pcmcia, scsi
add below aha152x_cs scsi_mod
pre-install pcmcia_core /etc/rc.d/init.d/pcmcia start
alias ide_cs ide-cs
add below floppy_cs floppy

### sound
add below ad1848 soundcore sound
add below opl3   soundcore sound
options ad1848 io=0x530 irq=7 dma=1
options opl3   io=0x388
##options opl3sa io=0x388 irq=7 dma=0

### irda
#alias irda0 toshoboe
#
alias irda0 donauboe
alias irlan0 irlan
alias tty-ldisc-11  irtty
alias char-major-161ircomm-tty
#options toshoboe max_baud=9600
options irlan access=2

### irnet + ppp
alias char-major-10-181 toshiba
alias char-major-10-187irnet
#alias char-major-108serial_cs
alias char-major-108ppp_generic
alias ppp-compress-21   ppp_deflate

### réseau non configuré
alias net-pf-0 off
#alias net-pf-3 off
#alias net-pf-4 off
#alias net-pf-5 off








Re: [Cooker] Kernel 2.4, NFS, samba and eth0...

2000-12-07 Thread Sebastian Dransfeld

On Wed, 6 Dec 2000, OS wrote:

> I thought I would try the new kernel-2.4.0-0.7mdk (at work not home). It was 
> exactly as I had found before. I am starting to beleive that there is some 
> extra configuration required for the above to work with 2.4 kernels. After 
> all, such rudimentary things must work by now, since this kernel is due for 
> final release soon isn't it ?
> 
> As well as the above kernel I am currently using the latest (6/Dec/2000) 
> netcfg, nettools and nfsutils.
> 
> /etc/rc.d/init.d/network restart (with a few > /dev/null's removed !) reports 
> eth0 startup failed. Cannot find module eth0

Do you have the module? Check /etc/modules.conf and the /lib/modules/2.4*
dir. If you find the module for your card, try to modprobe it.

seb





Re: [Cooker] Kernel 2.4, NFS, samba and eth0...

2000-12-07 Thread Geoffrey Lee

Yo,

On Wed, Dec 06, 2000 at 10:57:56PM +, OS wrote:
> Hello,
> 
> Could someone tell me how to get NFS, Samba and eth0 working on the new 
> kernel please !
> 
> I thought I would try the new kernel-2.4.0-0.7mdk (at work not home). It was 
> exactly as I had found before. I am starting to beleive that there is some 
> extra configuration required for the above to work with 2.4 kernels. After 
> all, such rudimentary things must work by now, since this kernel is due for 
> final release soon isn't it ?
>


Yep, 2.4 is going gold soon.
 
> As well as the above kernel I am currently using the latest (6/Dec/2000) 
> netcfg, nettools and nfsutils.
> 
> /etc/rc.d/init.d/network restart (with a few > /dev/null's removed !) reports 
> eth0 startup failed. Cannot find module eth0
> 
>


cat /etc/modules.conf please?
 

-- 
Geoffrey Lee <[EMAIL PROTECTED]>
§õªø­·

http://www.mandrakesoft.com/~snailtalk
ftp://devel.mandrakesoft.com/pub/people/snailtalk

"Seven days in a honeymoon makes one whole week."