USB 10/100 Ethernet Adapter
User's Manual
Contents
Chapter 3 Setup for Windows 98
Chapter 4 Setup for Windows 2000
Chapter 5 Setup for Windows ME
Chapter 6 Setup for Windows XP
This manual describes how to operate USB 10/100 Ethernet Adapter. USB 10/100 Ethernet Adapter is a USB compatible Ethernet Adapter which works with any Computer, Notebook, Sub-notebook that supports USB function.
RJ-45 to connect with 10BASE-T or 100 BASE-TX Hub
NDIS 5 Miniport Driver for Microsoft Windows 98/ME, and Windows 2000.
Installing the USB 10/100 Ethernet Adapter
You will be installing the USB 10/100 Ethernet adapter in your computer.
In order to use this device, you must have a copy of Microsoft Windows 98/ME(or Windows 2000) operating system installed on your PC. Some versions of Windows 95 version B (OSR2) support USB, but the device drivers included in this package are designed specifically for Windows 98 and Windows 2000.If you do not have Windows 98/ME or Windows 2000, this device will not work.
This LED is used to indicate the Ethernet speed: Green means "connected with 100Base-TX Ethernet network".
This LED is used to indicate the Ethernet connection: Green means "connected with 10 Ethernet network"
This Green indicator is used to indicate the network activity, and will flash on and off intermittently when the PC is transmitting or receiving packets from the network.
Power
10Mbps
mode: Max
46.5mA @5V
100Mbps
mode: Max
113mA @5V
Certification
FCC
part 15 class B: is must
CE (CISPR22 class B) and VCCI class 2:
PC
card dimension : 66.5 x 22 x 9.5 mm (L x W x H)
In your driver diskette, there is one file named README.TXT which provides the information about this Driver Diskette's contents and installation guide. This file is located in the root directory of the diskette.
Chapter 3 Setup for Windows 98
Select "Floppy disk drives" (or select "Specify a location" and type A:\ in the location), where the device information file (.INF file) and the driver USB100R.SYS can be found. Press "Next" button.
Windows may request you to "Insert Windows 98 CD-ROM into the driver selected, and click OK". Follow the instruction and input CD-ROM or disks as needed, direct Windows to the proper location, and then click "OK" button.
Chapter 4 Setup for Windows 2000
Select "Search for a suitable driver for my device (Recommended)", press "Next" button
Select "Floppy disk drives" (or select "Specify a location" and type "A:\" in the location), where the device information file (.INF file) and the driver USB100.SYS can be found.
After Windows finds the driver, the following prompt will appear: "USB 10/100 Ethernet Adapter ". Press "Next" button, the driver then installs itself.
When Windows finishes the installation, the "USB 10/100 Ethernet Adapter " message box will be prompted, then click "Finish" button .
Restart your computer, after the computer is restarted, the network function will be ready.
(1)Make sure your PC is powered on and that you are at the Windows ME operating system.
(2)Insert the USB cable (the A-type connector) into the USB port on your PC. , Windows ME will recognize the device. It will show “found New hardware Wizard”, select “Automatic search for a batter driver” and insert the driver diskette or CD and click "Next".
(3)
Windows ME will search and recognize the driver of the Device,
(4)
Then
Windows will automatically copy the driver files and related files into
(5)
After copying the driver files, the device installation is completed, click "Finish".
(6) Restart your computer, after the computer is restarted, the network function will be ready.
Chapter 6 Setup for Windows XP
(1)Make sure your PC is powered on and that you are at the Windows ME operating system.
(2)Insert the USB cable (the A-type connector) into the USB port on your PC. , Windows ME will recognize the device. It will show “found New hardware Wizard”, select “Install the software automatically ” and insert the driver diskette or CD and click "Next".
(3)
Windows XP will search the best match driver of the device,
(4)
Then
Windows will pop-up one Hardware Installation windows please click "Continue
Anyway" system will automatically copy the driver files and related files into
(5)
After copying the driver files, the device installation is completed, click "Finish".
(6) Restart your computer, after the computer is restarted, the network function will be ready.
Chapter 7 Setup for LINUX
(1)Make sure your PC is powered on and that you are at the LINUX operating system.
(2)Insert the USB cable (the A-type connector) into the USB port on your PC.
(3)Compile:gcc -DMODULE -D__KERNEL__ -c rtl8150.c -I/usr/src/linux-2.4.0/include/
*linux-2.4.0 will change according to the kernel version.
(4) insert the driver as module:insmod rtl8139.o
(run 'lsmod' to see if the module is inserted)
(5) bind your card to an IP address:
/sbin/ifconfig eth0 ${IPADDR} netmask ${NETMASK} broadcast ${BROADCAST}
(run 'netstat -i' to see if there is a interface 'eth0')
(6) add your card to IP routing table and add gateway:
/sbin/route add default gw ${GATEWAY} dev eth0
*make sure that your kernel is version 2.4.0 or next version.
Otherwise, you have to upgrade your kernel.
(http://www.kernel.org/pub/linux/kernel/v2.4)