* Speedtouch doesn't work with udev 0.22 and 0.23
@ 2004-03-27 22:14 jjluza
2004-03-27 22:23 ` Marco d'Itri
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: jjluza @ 2004-03-27 22:14 UTC (permalink / raw)
To: linux-hotplug
Hello,
I use udev since 0.21 was released. It works well in this version without any
change (I use the default configuration).
I try to use 0.22 then 0.23 and I get the same problem : I can't make my
speedtouch modem work. The module speedtch is loaded and I got no error, but
when I run :
pppd call speedtch
I get this error :
Plugin pppoatm.so loaded.
Kernel doesn't support ppp_generic - needed for PPPoATM
I use the default setting like with 0.21. I use the latest version of hotplug
and other packages (I use a debian sid).
I don't know more about what happens, so tell me if you need more
informations.
PS : I notice something else, maybe it's related (if it's not, don't care
about this) :
with 0.21, /dev/hda* and /dev/tty* (and maybe some others) are symlinks.
with 0.23, they are block or character special files, and there
aren't /dev/ide or /dev/tts directories.
Regards,
JJ
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id\x1470&alloc_id638&op=click
_______________________________________________
Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: Speedtouch doesn't work with udev 0.22 and 0.23
2004-03-27 22:14 Speedtouch doesn't work with udev 0.22 and 0.23 jjluza
@ 2004-03-27 22:23 ` Marco d'Itri
2004-03-27 22:45 ` jjluza
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: Marco d'Itri @ 2004-03-27 22:23 UTC (permalink / raw)
To: linux-hotplug
On Mar 27, jjluza <jjluza@yahoo.fr> wrote:
> pppd call speedtch
> I get this error :
> Plugin pppoatm.so loaded.
> Kernel doesn't support ppp_generic - needed for PPPoATM
>
> I use the default setting like with 0.21. I use the latest version of hotplug
> and other packages (I use a debian sid).
> I don't know more about what happens, so tell me if you need more
> informations.
I *already* explained you that you need to load the ppp module, because
until you do /dev/ppp will not exist.
> PS : I notice something else, maybe it's related (if it's not, don't care
> about this) :
> with 0.21, /dev/hda* and /dev/tty* (and maybe some others) are symlinks.
> with 0.23, they are block or character special files, and there
> aren't /dev/ide or /dev/tts directories.
FFS! Did you try reading the changelog at least?
--
ciao, |
Marco | [5400 trxk3MKQZb8tM]
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id\x1470&alloc_id638&op=click
_______________________________________________
Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: Speedtouch doesn't work with udev 0.22 and 0.23
2004-03-27 22:14 Speedtouch doesn't work with udev 0.22 and 0.23 jjluza
2004-03-27 22:23 ` Marco d'Itri
@ 2004-03-27 22:45 ` jjluza
2004-03-27 22:51 ` Marco d'Itri
2004-03-27 23:34 ` jjluza
3 siblings, 0 replies; 5+ messages in thread
From: jjluza @ 2004-03-27 22:45 UTC (permalink / raw)
To: linux-hotplug
Le samedi 27 Mars 2004 23:23, Marco d'Itri a écrit :
> On Mar 27, jjluza <jjluza@yahoo.fr> wrote:
> > pppd call speedtch
> > I get this error :
> > Plugin pppoatm.so loaded.
> > Kernel doesn't support ppp_generic - needed for PPPoATM
> >
> > I use the default setting like with 0.21. I use the latest version of
> > hotplug and other packages (I use a debian sid).
> > I don't know more about what happens, so tell me if you need more
> > informations.
>
> I *already* explained you that you need to load the ppp module, because
> until you do /dev/ppp will not exist.
>
I *already* tell you I have loaded all ppp* modules I have in my kernel :
- ppp is compiled *in* the kernel (not as module)
- it works with 0.21 : does it change so much since this release that I can't
use it anymore ? I can try to compile ppp as module if you think it can solve
this problem.
>
> > PS : I notice something else, maybe it's related (if it's not, don't care
> > about this) :
> > with 0.21, /dev/hda* and /dev/tty* (and maybe some others) are symlinks.
> > with 0.23, they are block or character special files, and there
> > aren't /dev/ide or /dev/tts directories.
>
> FFS! Did you try reading the changelog at least?
yeah, sorry, that's why I wrote it as "PS", and that's why I said "don't care
about it if ..." : I read the changelog but I was not sure I have understood
well what it means. Now, I'm sure.
So, don't care about this 'PS' ;)
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id\x1470&alloc_id638&opÌk
_______________________________________________
Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Speedtouch doesn't work with udev 0.22 and 0.23
2004-03-27 22:14 Speedtouch doesn't work with udev 0.22 and 0.23 jjluza
2004-03-27 22:23 ` Marco d'Itri
2004-03-27 22:45 ` jjluza
@ 2004-03-27 22:51 ` Marco d'Itri
2004-03-27 23:34 ` jjluza
3 siblings, 0 replies; 5+ messages in thread
From: Marco d'Itri @ 2004-03-27 22:51 UTC (permalink / raw)
To: linux-hotplug
On Mar 27, jjluza <jjluza@yahoo.fr> wrote:
> - it works with 0.21 : does it change so much since this release that I can't
I also explained that it worked because older udev packages manually
created a few devices, and I removed this code since 0.21.
This is distribution-specific behaviour which is not supposed to be
discussed here.
This is *not* a udev bug. If ppp_generic lacks sysfs support please
send a patch to the ppp kernel driver maintainer. If you still do not
understand this then please read README.Debian again.
--
ciao, |
Marco | [5401 inGc.oLVGtmqo]
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id\x1470&alloc_id638&op=click
_______________________________________________
Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Speedtouch doesn't work with udev 0.22 and 0.23
2004-03-27 22:14 Speedtouch doesn't work with udev 0.22 and 0.23 jjluza
` (2 preceding siblings ...)
2004-03-27 22:51 ` Marco d'Itri
@ 2004-03-27 23:34 ` jjluza
3 siblings, 0 replies; 5+ messages in thread
From: jjluza @ 2004-03-27 23:34 UTC (permalink / raw)
To: linux-hotplug
Ok, I'm really sorry, I haven't understood that (my english is so bad).
I will investigate in the kernel and ppp_generic sysfs support.
Thanks for your patience.
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id\x1470&alloc_id638&op=click
_______________________________________________
Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2004-03-27 23:34 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-03-27 22:14 Speedtouch doesn't work with udev 0.22 and 0.23 jjluza
2004-03-27 22:23 ` Marco d'Itri
2004-03-27 22:45 ` jjluza
2004-03-27 22:51 ` Marco d'Itri
2004-03-27 23:34 ` jjluza
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).