Post by Colin IngramPost by Siju GeorgeThe Installation of this module failed so now could someone please
tell me how I ca install this NIC??
I assume you mean the sk98lin module that I suggested to use? Exactly
what failed? Did you try the one which is available in the kernel? I
suggest trying this first. When you recompile the kernel you should
find the correct module.
Thankyou ngram for your detailed reply :-)
Sorry for responding late! i was away for sometime :-(
That mail was sent to the list i think before your suggestion.
what failed was the
dl2k module in woody 2.4 kernel
I have downloaded sarge today and am going to install it so I'll let
you know the details soon.
I happened to see something strange though!
on june 6th on the debian site it was written that Sarge would take
one more week to get released because of some critical bugs needing to
be fixed but today i find that the site mentions that Sarge was
released on june 6th itslef!!
any Idea what happened??
also I see the CD ISOs have te alphabet "a" appended to their name like "3.1r0a"
does it mean that it is the alpha release of "3.1r0" or something??
Thankyou so much once again for caring to help :-)
Kind Regards
Siju
Post by Colin Ingram** in the top level of the kernel source **
$ make menuconfig
then goto
Device Drivers ---> Networking support ---> Ethernet (1000 Mbit) --->
Select "Marvel Yukon Chipset/ SysKonnect SK-98xx Support" and compile it
as a module
the build the kernel image .deb (go ahead and build the headers
also...you will need this if this module fails to work, this can be done
in three steps
$ fakeroot make-kpkg clean
$ fakeroot make-kpkg binary-arch
$ sudo dpkg -i
/usr/src/kernel-{image,headers}(kernel-version)(--append-to-version)_(--revision)_(architecture).deb
then restart your system...logon
now load the module
$ sudo modprobe sk98lin
no bring the interface up
$ sudo ifconfig eth0 up
if that doesn't work you will have to compile the module from
SysKonnect. Follow the instructions at their website. Be sure to link
/usr/src/linux to
/usr/src/kernel-headers-(kernel-version)(--append-to-version) that you
created.
$ cd /usr/src
$ sudo ln -s kernel-headers-(kernel-version)(--append-to-version) linux
http://newbiedoc.sourceforge.net/system/kernel-pkg.html
SysKonnect Driver Module and Instructions
http://www.syskonnect.com/syskonnect/support/driver/readme/linux/sk98lin.html
http://www.syskonnect.com/syskonnect/support/driver/zip/linux/install-8_16.tar.bz2
Hope that helps let me know how it goes.
--
--
Thankyou so much
Kind Regards
Siju