From: M. R. B. <mr...@0x...> - 2002-01-15 00:50:12
|
* Michael Proctor-Smith <mpr...@su...> on Mon, Jan 14, 2002: > I have been tring to get ppp working on the Dreamcsat with absolutly no > luck. In fact the kernel from CVS seems to lack Networking at all no mater > how you configure it. I am by no means a kernel hacker but I am a C coder= . I > just have no kernel experiance beond configuring it using menuconfig and > xconfig.=20 >=20 What kernel from CVS? The kernel module isn't used any longer, it's currently there for reference. You should be checking out the linux module, with "-r linux-2_4-branch" to grab the 2.4 version. Once you check out the linux tree you can use the treelink.sh script provided in linux/scripts to symlink it on top of a full Linux 2.4.16 tree. In this case the line would read: $ treelink.sh linux linux-2.4.16 > The other thing is that in order to get 2.4.13-pre2 to build I had to cha= nge > -mno-implicit-fp to -m4-nofpu using gcc-3.0.1. >=20 You shouldn't be using 3.0.1 unpatched anyway, but grab 3.0.3 from ftp.m17n.org:/pub/linux-sh/testing with the latest patchset (3.0.3-2 I belive). M. R. |