Drivers for linux (kubuntu 8.10)

Status
Not open for further replies.

DjKraid

Posts: 546   +31
I just can't find the linux drivers for my integrated ethernet card...I have a "aBit A-S78H" mobo...and the ethernetcard is "Marvell Yukon 88E8056"...

I have tried to run the setup with wine from the original cd...I have searched google for both marvell and abit, but on marvells pages i can't even find the card that i have and on abits sites i can only find windows drivers...


plz help
 
Send us all the digits off the largest chip on the Marvell Yukon... and any other information that could be relevant... info embossed on the card, etc. Once we determine the chip line, we can usually figger out the drivers that will work.
 
http://www.marvell.com/drivers/driverDisplay.do?dId=153&pId=36

After putting in 88E8056, I found some drivers for Linux shown

Found these steps too ;)

1. download from marvell site
http://www.marvell.com/drivers/driverDisplay.do?dId=153&pId=36

2. untar install_v10.20.3.3.tar.bz2 to /usr/src/

3. read the README and install opensuse 10.1 kernel source before doing this.

4. run the DriverInstall/install.sh

5. select option "patch generation mode"

6. perform the following command
# cd /usr/src/linux
# cat /patch-location/sk98lin__vX.XX_a_b_c_patch | patch -p1

7. make menuconfig

8. make dep; make clean bzImage; make modules; make modules_install; make install

9. restart the system

10. dmesg | grep sk98lin would result:
sk98lin: Network Device Driver v10.20.3.3

11. ls /proc/net/sk98lin, would result:
eth0

12. setup ip address using your favourite way, i'm testing with ip addr add 10.0.0.1/24 dev eth0 and it works well.


Edit:

Here's the Windows driver for that network card
Just in case this thread comes up through search
ftp://ftp-usa.abit.com.tw/pub/download/driver2/marvell_lan/v105133.zip
.
 
Status
Not open for further replies.
Back