From: Glenn H. <gh...@c2...> - 2000-07-06 14:17:58
|
Hello, On 06-Jul-2000, Michel wrote: >> - I can't use the cybervision64 driver. It compiles without problems but >> it is not used by the kernel when I boot. >> bootstrap line: bootstrap --apus -k vmlinux root=/dev/hda7 >> video=cyber:800x600-8 60nsram debug=mem > ^^^^^ > Maybe the the name has changed or it isn't initialized (correctly) by the > upper fbdev layer anymore. Check drivers/video/fbcon.c (IIRC). I took a look, but I didn't understand much of it. Guess I'll have to leave this to someone that knows what to look for :) >> - pppd say that the kernel does not have PPP support although I did... > Get the latest pppd, IIRC 2.3.11 is needed for 2.4 . I got 2.3.10-3 which was the latest I could find on ftp.linuxppc.org. pppd now recognizes the ppp support, but is not able to access /dev/ttySx, so I can't communicate with the modem. (Unable to access /dev/ttyS0 : No such device). It works fine with kernel 2.2.10 of course... - glenn |