You need to install the right driver.
Go to
http://www.skd.de/e_en/download_best...l-8_31.tar.bz2
Accept license agreement and download the driver file.
Extract the driver source code with:
Code:
tar xjf install-8_31.tar.bz2
Install driver as follows:
Code:
cd install-8_31
./configure
make
make install
Load driver as follows:
Check for ethernet adapter as follows:
If you can see it, then add "modprobe sk98lin" to your appropriate modules file.