• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Anyone have a good tutorial on how to install NIC drivers?

alfa147x

Lifer
Anyone have a good tutorial on how to install NIC drivers?

This driver matches my kernel number. Trying to install it for the two Yukon chips on board.
Kernel 2.6.x Linux Driver Install Package for Yukon Devices
install_v10.92.1.3.tar.bz2​


I have no idea where to start. Any help would be great.

Thanks!
Alfa
 
When ever I try tar xvjf install_v10.92.1.3.tar.bz2

I get this:
Code:
tar (child): bzip2: Cannot exec: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now

Edit got it:
Code:
DriverInstall
functions
install.sh
README
sk98lin.4
sk98lin.tar.bz2
 
Last edited:
When ever I try tar xvjf install_v10.92.1.3.tar.bz2

I get this:
Code:
tar (child): bzip2: Cannot exec: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now
Probably a corrupted/incomplete download.
Edit got it:
Code:
DriverInstall
functions
install.sh
README
sk98lin.4
sk98lin.tar.bz2

cd to the directory with the extracted files and enter:
Code:
less README
...or just go ahead and run the installer as root:
Code:
sudo ./install.sh

Read the README and search your distro's package system for the driver and consider using that one if it works.
 
Back
Top