Solution to unrecognized MarvellYukon Gigabit Nic

Source: Internet
Author: User
The solution to the failure to identify the MarvellYukon Gigabit Nic-General Linux technology-Linux technology and application information. The following is a detailed description. I encountered a problem where the Marvell Yukon Gigabit Nic could not be identified in linux. I understood it after reading the Installation Manual. There are two solutions:

I. module Mount mode
1. extract the driver package. 2. run the installation script. 3. modify the configuration file loading module. 4. set the IP address.
# Tar xfvj install -???. Tar.bz2
Or
# Bunzip2-c install -???. Tar.bz2 | tar xfv-
2 # cd DriverInstall
#./Install. sh
3. # modprobe sk98lin
Use # ls/proc/net/sk98lin/to view the information. if eht0 is displayed, the module is loaded successfully.
4. ifconfig eth0
To uninstall a module, stop the eth0 interface ifconfig eth0 down, and then rmmod sk98lin

II. how to compile the kernel
1. download the kernel source package. 3. install the patch and modify the kernel source package. 4. Compile The Kernel. select the required package. 5. load the new kernel.
1 # tar xvjf linux-a. B .c.tar.bz2
2. run the driver installation script and select "generate patch" to generate the patch.
# Cd DriverInstall
#./Install. sh
3. apply patches to the kernel source code.
# Cd/usr/src/linux
# Cat/patch-location/sk98lin _ vX. XX_a_ B _c_patch | patch-p1
4. Compile the kernel
# Cd/usr/src/linux
# Make menuconfig (# make xconfig or # make gconfig can be used in the GUI)
Select the corresponding module from the menu
Network Device Support
Select "Ethernet (1000 Mbit ).
# Make dep (this step is not required for the 2.6 kernel)
# Make clean bzImage
# Make modules
# Make modules_install
5. install the new kernel to the boot menu.
# Cp arch/i386/boot/bzImage/boot/vmlinuz-new
# Cp System. map/boot/System. map-new
Edit GRUB to add a new kernel to the boot menu (retain the old kernel first and delete it after the test is normal)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.