Re: [Cooker] hackkernel and pppd problem

2000-09-08 Thread Antony Suter

Frederic Crozat wrote:
> 
> [EMAIL PROTECTED] (Eugenio Diaz) writes:
> 
> > --- Antony Suter <[EMAIL PROTECTED]> wrote:
> > >
> > > The names of the ppp modules have been changed in
> > > kernel 2.4.0.
> > > To get my system to dial like it used to under
> > > kernel 2.2.16 I had to
> > > modprobe ppp_generic and modprobe ppp_async. I think
> > > the better solution is
> > > to put the following line in my modules.conf:-
> > >
> > > alias char-major-108 ppp_async

This is in the hackkernel 2.4.0 Documentation/Changes file:-

"If you build ppp support as modules, you will need the following in
your /etc/modules.conf file:

alias char-major-108ppp_generic
alias /dev/ppp  ppp_generic
alias tty-ldisc-3   ppp_async
alias tty-ldisc-14  ppp_synctty
alias ppp-compress-21   bsd_comp
alias ppp-compress-24   ppp_deflate
alias ppp-compress-26   ppp_deflate"

--
- Antony Suter  ([EMAIL PROTECTED])  "Examiner"  openpgp:71ADFC87
- "And how do you store the nuclear equivalent of the universal solvent?"




Re: [Cooker] hackkernel and pppd problem

2000-09-07 Thread Geoffrey Lee

>
> [EMAIL PROTECTED] (Eugenio Diaz) writes:
>
> > Actually the message for char-major-180 appears every
> > time I restart cups.
>
> You can try to add to your modules.conf (or conf.modules)
^^

It is deprecated. You should not use this anymore.
>

--
Geoff





Re: [Cooker] hackkernel and pppd problem

2000-09-07 Thread Frederic Crozat

[EMAIL PROTECTED] (Eugenio Diaz) writes:

> Actually the message for char-major-180 appears every
> time I restart cups.

You can try to add to your modules.conf (or conf.modules)

alias char-major-180 off
alias char-major-81 off

to disable autoload of these modules (since you don't have them)


-- 
Frédéric Crozat
MandrakeSoft




Re: [Cooker] hackkernel and pppd problem

2000-09-07 Thread Eugenio Diaz

--- Frederic Crozat <[EMAIL PROTECTED]> wrote:
> > Does anyone know what 81 and 180 are under 2.2.16
> (or
> > how can I find out myself; I guess I would have to
> go
> > on the module sources, but which file?):
> 
> From /usr/src/linux/Documentation/devices.txt
> 
> char-major-180 is usb
> 
> char-major-81 is video4linux (bttv, etc..)

I checked the 2.2.16 at (I don't have the 2.2.16
sources installed):

http://lxr.linux.no/source/Documentation/devices.txt

thinking that what you posted was from 2.4.0, but to
my surprise I found the same thing.

The funny thing is that I don't have USB or a BTTV
card. Usually I get this messages when I am using the
printer (Epson Photo 1270), and although the printer
has a usb port, I am using the parallel port.

Actually the message for char-major-180 appears every
time I restart cups.

=

Eugenio Diaz, BSEE/BSCE   
Linux Engineer
[EMAIL PROTECTED]

__
Do You Yahoo!?
Yahoo! Mail - Free email you can access from anywhere!
http://mail.yahoo.com/




Re: [Cooker] hackkernel and pppd problem

2000-09-07 Thread Frederic Crozat

[EMAIL PROTECTED] (Eugenio Diaz) writes:

> --- Antony Suter <[EMAIL PROTECTED]> wrote:
> > 
> > The names of the ppp modules have been changed in
> > kernel 2.4.0.
> > To get my system to dial like it used to under
> > kernel 2.2.16 I had to
> > modprobe ppp_generic and modprobe ppp_async. I think
> > the better solution is
> > to put the following line in my modules.conf:-
> > 
> > alias char-major-108 ppp_async
> 
> Does anyone know what 81 and 180 are under 2.2.16 (or
> how can I find out myself; I guess I would have to go
> on the module sources, but which file?):

>From /usr/src/linux/Documentation/devices.txt

char-major-180 is usb

char-major-81 is video4linux (bttv, etc..)

-- 
Frédéric Crozat
MandrakeSoft




Re: [Cooker] hackkernel and pppd problem

2000-09-07 Thread Eugenio Diaz

--- Antony Suter <[EMAIL PROTECTED]> wrote:
> 
> The names of the ppp modules have been changed in
> kernel 2.4.0.
> To get my system to dial like it used to under
> kernel 2.2.16 I had to
> modprobe ppp_generic and modprobe ppp_async. I think
> the better solution is
> to put the following line in my modules.conf:-
> 
> alias char-major-108 ppp_async

Does anyone know what 81 and 180 are under 2.2.16 (or
how can I find out myself; I guess I would have to go
on the module sources, but which file?):

Sep  7 03:36:55 fulgore modprobe: modprobe: Can't
locate module char-major-81
Sep  7 03:39:27 fulgore last message repeated 5 times
Sep  7 03:39:27 fulgore last message repeated 4 times

Sep  7 04:30:34 fulgore modprobe: modprobe: Can't
locate module char-major-180
Sep  7 04:39:37 fulgore last message repeated 8 times
Sep  7 04:40:57 fulgore last message repeated 8 times
Sep  7 04:41:42 fulgore last message repeated 15 times


=

Eugenio Diaz, BSEE/BSCE   
Linux Engineer
[EMAIL PROTECTED]

__
Do You Yahoo!?
Yahoo! Mail - Free email you can access from anywhere!
http://mail.yahoo.com/




[Cooker] hackkernel and pppd problem

2000-09-06 Thread Antony Suter


The names of the ppp modules have been changed in kernel 2.4.0.
To get my system to dial like it used to under kernel 2.2.16 I had to
modprobe ppp_generic and modprobe ppp_async. I think the better solution is
to put the following line in my modules.conf:-

alias char-major-108 ppp_async

I think this should be done by the ppp.rpm install routine.

--
- Antony Suter  ([EMAIL PROTECTED])  "Examiner"  openpgp:71ADFC87
- "And how do you store the nuclear equivalent of the universal solvent?"