Re: can't locate module tap0 (tap1,tap2,...,tap15)

2000-11-14 Thread Neil Darlow
On 11/13/00, 5:57:28 PM, Krzys Majewski wrote: > How do I fix this? More generally, where do I look if I'm > having problems of this form? -chris alias tap0 ethertap options tap0 -o tap0 unit=0 ... alias tap15 ethertap options tap15 -o tap15 unit=15 There's an ethertap readme with diald and the

Re: can't locate module tap0 (tap1,tap2,...,tap15)

2000-11-13 Thread John Galt
One of two places: modprobe ethertap or /dev/MAKEDEV. tapX devices are for the ethertap module. ethertap isn't really required, but is a good thing to play with. If you know you already have the module loaded/have enabled it in a custom kernel, then your problem is the devices aren't in /dev.

Re: can't locate module tap0 (tap1,tap2,...,tap15)

2000-11-13 Thread Adam Lazur
Krzys Majewski ([EMAIL PROTECTED]) said: > > Look in /lib/modules/x.y.z/ where x.y.z is your linux kernel version. > > If the modules are not there, you will have to compile them from the kernel > > sources. > > (first, check if they are not included as part of the kernel). > > Silver > > Hrm no,

Re: can't locate module tap0 (tap1,tap2,...,tap15)

2000-11-13 Thread Krzys Majewski
> Look in /lib/modules/x.y.z/ where x.y.z is your linux kernel version. > If the modules are not there, you will have to compile them from the kernel > sources. > (first, check if they are not included as part of the kernel). > Silver Hrm no, I think the tap modules are aliases for something, and

Re: can't locate module tap0 (tap1,tap2,...,tap15)

2000-11-13 Thread Silver
AIL PROTECTED]> To: "Debian user list (undigested)" Sent: Monday, November 13, 2000 6:57 PM Subject: can't locate module tap0 (tap1,tap2,...,tap15) > How do I fix this? More generally, where do I look if I'm > having problems of this form? -chris > > > -- &

can't locate module tap0 (tap1,tap2,...,tap15)

2000-11-13 Thread Krzys Majewski
How do I fix this? More generally, where do I look if I'm having problems of this form? -chris