Re: smbfs filesystem not supported by the kernel

2003-06-06 Thread Jake Johnson
Why don't you try modprobe /lib/modules/2.2.20/fs/smbfs.o #and then run ls mod to see if it has been loaded lsmod Jake Johnson http://www.plutoid.com On Fri, 6 Jun 2003, Clive Menzies wrote: > On (06/06/03 12:16), Informática. Cabildo de La Gomera wrote: > > Doesn´t works! > > > > # modprobe s

Re: smbfs filesystem not supported by the kernel

2003-06-06 Thread Clive Menzies
On (06/06/03 14:48), Informática. Cabildo de La Gomera wrote: > How can I install the new kernel? > I use dselect - if you use help (?) it will give you the command key to search (/) Look for "kernel"; to repeat the search use "\". You need a kernel-image 2.4.18 for your machine type (probably i

Re: smbfs filesystem not supported by the kernel

2003-06-06 Thread Clive Menzies
On (06/06/03 12:16), Informática. Cabildo de La Gomera wrote: > Doesn´t works! > > # modprobe smbfs > # Can´t locate module smbfs > > It says it cant locate the needed module, and I am sure that > "apt-get install smbfs" says "Sorry, smbfs is already the newest version" > > Where is the module s

Re: smbfs filesystem not supported by the kernel

2003-06-06 Thread Paul Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, Jun 06, 2003 at 12:16:32PM +0100, Inform?tica. Cabildo de La Gomera wrote: > Where is the module smbfs? How can I install it? OK, you can go ahead and remove that smbfs package and get kernel-source-$KVERS and kernel-package See the documenta

Re: smbfs filesystem not supported by the kernel

2003-06-06 Thread Informática. Cabildo de La Gomera
003 10:47 AM Subject: Re: smbfs filesystem not supported by the kernel > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Fri, Jun 06, 2003 at 10:16:50AM +0100, Inform?tica. Cabildo de La Gomera wrote: > > ?Can someone tell me how to add support to smbfs to the Kernel? &g

Re: smbfs filesystem not supported by the kernel

2003-06-06 Thread Paul Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, Jun 06, 2003 at 10:16:50AM +0100, Inform?tica. Cabildo de La Gomera wrote: > ?Can someone tell me how to add support to smbfs to the Kernel? Try modprobe smbfs. If this works, then add to the end of /etc/modules this simple line: smbfs - --