SOLVED: gkrellm & /dev/isdninfo

2003-01-03 Thread mody
Hi, seems that /dev/isdninfo doesn't like fopen, fread functions. I've patched gkrellm's net.c to use open, read functions and it works, now. Patrik msg22209/pgp0.pgp Description: PGP signature

gkrellm & /dev/isdninfo

2003-01-02 Thread mody
Hi, got strange problem. Gkrellm can't read /dev/isdninfo when I'm connected through my ISDN line. I've found that: - head -n 6 /dev/isdninfo works connected or not. - cat /dev/isdninfo works only when not connected. - gkrellm's net builtin reads /dev/isdninfo only when not connected. code from g