README.TXT Driver File Contents (Win98ME2KXP_linux240_v103.exe)

*****************************************************************************
*                                                                           *
*                       Jensen USB Fast Ethernet Adapter                    *
*                                                                           *
*              Driver installation in Windows 98/Me/2000/XP, Linux          *
*                                                                           *
*****************************************************************************

  Contents:
  ---------
    Driver Installation in Windows 98
    Driver Installation in Windows 2000
    Driver Installation in Windows Me
    Driver Installation in Windows XP
    Driver Installation in Linux

----------------------------------------------------------------------------
    Driver Installation in Windows 98
----------------------------------------------------------------------------
Follow the instructions below to install the adapter's driver.
1. Insert this USB adapter firmly onto your computer's USB port.
2. Windows will auto-detect the presence of this adapter and pop up a 
   New Hardware Wizard box.
3. Insert the driver floppy and click on "Next".
4. Enable the "Floppy disk drives" check box and then click "Next >" button.
5. Type "D:\USB\Win98ME" as the driver path and click "OK" (the letter D
   indicates your CD station).
6. Windows will prompt "Jensen USB Fast Ethernet Adapter" in the dialog box.
7. Click "Next >" button and Windows will start to copy necessary files.
8. Follow the instructions to complete driver installation.

Verify the installation in Windows 98
1. After restarting, right-click on My Computer icon, click Properties, 
   and then click Device Manage tab.
2. Look for "Jensen USB Fast Ethernet Adapter" in the "Network adapters" list,
   right click on the adapter, click Properties, and then click General tab. Check 
   the Device status "This device is working properly", then close the device manager's 
   dialog box. (Driver was successfully installed)
3. If you find a yellow exclamation mark or a red "X" mark next to the device, 
   please remove it. (Driver was not successfully installed)
3.1. Exit the device manager dialog box, the system will prompt for a restart.
3.2. After rebooting, have your driver reinstall again by  following the above instruction.

----------------------------------------------------------------------------
    Driver Installation in Windows 2000
----------------------------------------------------------------------------
Follow the instructions below to install the adapter's driver.
1. Insert this USB adapter firmly onto your computer's USB port.
2. Windows will auto-detect the presence of this adapter and pop up a 
   New Hardware Wizard box.
3. Insert the driver floppy and click on "Next".
4. Enable the "Floppy disk drives" check box and then click "Next >" button.
5. Type "D:\USB\Win2k" as the driver path and click "OK" (the letter D
   indicates your CD station).
6. Windows will prompt "Jensen USB Fast Ethernet Adapter" in the dialog box.
7. Click "Next >" button and Windows will start to copy necessary files.
8. Follow the instructions to complete driver installation.


Verify the installation in Windows 2000
1. After restarting, right-click on My Computer icon, click Properties, and click 
   Hardware tab then click Device Manager.
2. Look for "Jensen USB Fast Ethernet Adapter" in the "Network adapters" list, 
   right click on the adapter, click Properties, and then click General tab. Check 
   the device status "The device is working properly", then close the device manager's 
   dialog box. (Driver was successfully installed)
3. If you find a yellow exclamation mark or a red "X" mark next to the device, please 
   remove it. (Driver was not successfully installed)
3.1. Exit the device manager dialog box, the system will prompt for a restart.
3.2. After rebooting, have your driver reinstall again by following the above instruction.


----------------------------------------------------------------------------
    Driver Installation in Windows Me
----------------------------------------------------------------------------
Follow the instructions below to install the adapter's driver.
1. Insert this USB adapter firmly onto your computer's USB port.
2. Windows will auto-detect the presence of this adapter and pop up a 
   New Hardware Wizard box.
3. Insert the driver floppy and click on "Next".
4. Enable the "Floppy disk drives" check box and then click "Next >" button.
5. Type "D:\USB\Win98ME" as the driver path and click "OK" (the lerrer D
   indicates your CD station).
6. Windows will prompt "Jensen USB Fast Ethernet Adapter" in the dialog box.
7. Click "Next >" button and Windows will start to copy necessary files.
8. Follow the instructions to complete driver installation.

Verify the installation in Windows Me
1. After restarting, right-click on My Computer icon, click Properties, and then 
   click Device Manager tab.
2. Look for "Jensen USB Fast Ethernet Adapter" in the "Network adapters" list, 
   right click on the adapter, click properties, and then click General tab. Check 
   the device status "This device is working properly", then close the device manager's 
   dialog box. (Driver was successfully installed)
3. If you find a yellow exclamation mark or a red "X" mark next to the device, please 
   remove it. (Driver was not successfully installed)
3.1. Exit the device manager dialog box, the system will prompt for a restart.
3.2. After rebooting, have your driver reinstall again by following the above instruction.


----------------------------------------------------------------------------
    Driver Installation in Windows XP
----------------------------------------------------------------------------
Follow the instructions below to install the adapter's driver.
1. Insert this USB adapter firmly onto your computer's USB port.
2. Windows will auto-detect the presence of this adapter and pop up a 
   New Hardware Wizard box.
3. Insert the driver floppy and click on "Next".
4. Enable the "Floppy disk drives" check box and then click "Next >" button.
5. Type "D:\USB\WinXP" as the driver path and click "OK" (the lerrer D
   indicates your CD station).
6. Windows will prompt "Jensen USB Fast Ethernet Adapter" in the dialog box.
7. Click "Next >" button and Windows will start to copy necessary files.
8. Follow the instructions to complete driver installation.

Verify the installation in Windows XP
1. After restarting, Start a Control Panel a System, click Hardware Tab, and then 
   click Device Manager.
2. Look for "Jensen USB Fast Ethernet Adapter" in the "Network adapters" list, 
   right click on the adapter, click Properties, and then click General tab. Check 
   the device status "The device is working properly", then close the device manager's 
   dialog box. (Driver was successfully installed)
3. If you find a yellow exclamation mark or a red "X" mark next to the device, please 
   remove it. (Driver was not successfully installed)
3.1. Exit the device manager dialog box, the system will prompt for a restart.
3.2. After rebooting, have your driver reinstall again by following the above instruction.

----------------------------------------------------------------------------
    Driver Installation in Linux
----------------------------------------------------------------------------
Follow the instructions below to install the adapter's driver.
  step 1: compile:
	   gcc -DMODULE -D__KERNEL__ -c rtl8150.c

  step 2: insert the driver as module:
           insmod rtl8150.o        
           (run 'lsmod' to see if the module is inserted)

  step 3: 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')

  step 4: 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 above. Otherwise, you have to 
 upgrade your kernel.



----
All trademarks or brand names mentioned are properties
of their respective companies.
Download Driver Pack

How To Update Drivers Manually

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.

server: web1, load: 0.65