step0:
Install linux success
step1: (Linux kernel 2.4.0 and after added support for USB)
Please download linux-2.4.0-test10.tar.gz or next version from:
(ftp://sunsite.unc.edu/pub/Linux/Kernel.org/pub/linux/kernel/v2.4)
(http://www.kernel.org/pub/Linux/Kernel.org/pub/linux/kernel/v2.4)
step2:
copy file linux-2.4.0-test10.tar.gz to /usr/src
step3:
cd /usr/src
execute: tar zxvf linux-2.4.0-test10.tar.gz
step4:
For the latest driver please download from http://www.linux-usb.org/devices.html
and look for updates for ADMtek Pegasus Ethernet-10/100/HomePNA.
Copy pegasus.c into /usr/src/linux/drivers/usb/, to overwrite the existing file.
step5:
cd linux
make menuconfig
into Code maturity level options
add select item: Prompt for development and/or incomplete .....
into Processor type and features
into (.........)Processor family
add select item: 586/k5/5x86/6x86/6x86MX
into USB support
add select item: USB ADMtek Pegaus-based ethernet device support (EXPERIMENTAL)
save and quit
step5:
execute: make dep
make bzImage
cp System.map /boot
(PS:bzImage ,"I" must capitalization)
setp6:
to /usr/src/lunux/arch/i386/boot
execute: cp bzImage /boot
step7:
to /etc
execute : pico lilo.conf to modify file
let-> image=/boot/bzImage
You can add other kernel
image=/boot/vmlinuz-2.2.16-22 //old kernel
label=linuux
read-only
root=/dev/hda1
image=/boot/bzImage //new kernel
label=new
read-only
root=/dev/hda1
save and quit
step8:
execute: lilo -v -v -v
reboot
step9: You choice new kernel
Note: For Linux Kernel after 2.4.7-10, the drivers are build-in inside the kernel.
You only have to insert the cable and configure the IP to connect on to the network.
Download Driver Pack
After your driver has been downloaded, follow these simple steps to install it.
Expand the archive file (if the download file is in zip or rar format).
If the expanded file has an .exe extension, double click it and follow the installation instructions.
Otherwise, open Device Manager by right-clicking the Start menu and selecting Device Manager.
Find the device and model you want to update in the device list.
Double-click on it to open the Properties dialog box.
From the Properties dialog box, select the Driver tab.
Click the Update Driver button, then follow the instructions.
Very important: You must reboot your system to ensure that any driver updates have taken effect.
For more help, visit our Driver Support section for step-by-step videos on how to install drivers for every file type.