Need some help installing drivers
Posted: 01 May 2014 17:21
I have a USB 2.0 to Gigabit LAN adapter I would like to add to my N4F server that is using an old laptop. The 100MB LAN of the laptop is the bottleneck in my set up and hopefully the adapter will fix that.
It comes with a set of drivers for Linux, which I assume means they are Generic. I have a question into the company, but they are quoting q 3-day response to emails. {sigh} It looks like this needs to be compiled into an executable but I know nothing of Linux, so some help is definitely needed here.
The CD that came with the adapter has this under the Linux driver section...
1. Platforms and kernel versions supported
- x86 (32 bit PC): Built & minor tested with 2.6.31 and 2.6.32
2. Device support
This release supports:
-LAN7500 (VID = 0x424, PID = 0x7500) USB to Ethernet 10/100/1000 device
3. Driver structure and file description
Driver module: smsc7500.ko: lan7500 driver.
Files:
smsc7500usbnet.h - usbnet header file
smsc7500usbnet.c - usbnet source file
smsclan7500.h - lan7500 hardware specific header file
smsclan7500.c - lan7500 hardware specific source file
ioctl_7500.h - ioctl header file definitions
smsc7500version.h - Driver version number header file.
Makefile - Makefile
readme.txt - This file
4. Building and installing the driver
The following instructions work fine for a PC build environment, embedded
platforms may need slight build modifications, consult your platform documentation.
a. Obtain the kernel source tree for the platform in use and build it.
b. run 'make' command to smsc7500.ko module
c. load the module:
insmod smsc7500.ko
d. Plug in the lan7500 device into the USB port.
e. Configure the ethernet interface eth<n> in the usual way for an ethernet device.
It comes with a set of drivers for Linux, which I assume means they are Generic. I have a question into the company, but they are quoting q 3-day response to emails. {sigh} It looks like this needs to be compiled into an executable but I know nothing of Linux, so some help is definitely needed here.
The CD that came with the adapter has this under the Linux driver section...
1. Platforms and kernel versions supported
- x86 (32 bit PC): Built & minor tested with 2.6.31 and 2.6.32
2. Device support
This release supports:
-LAN7500 (VID = 0x424, PID = 0x7500) USB to Ethernet 10/100/1000 device
3. Driver structure and file description
Driver module: smsc7500.ko: lan7500 driver.
Files:
smsc7500usbnet.h - usbnet header file
smsc7500usbnet.c - usbnet source file
smsclan7500.h - lan7500 hardware specific header file
smsclan7500.c - lan7500 hardware specific source file
ioctl_7500.h - ioctl header file definitions
smsc7500version.h - Driver version number header file.
Makefile - Makefile
readme.txt - This file
4. Building and installing the driver
The following instructions work fine for a PC build environment, embedded
platforms may need slight build modifications, consult your platform documentation.
a. Obtain the kernel source tree for the platform in use and build it.
b. run 'make' command to smsc7500.ko module
c. load the module:
insmod smsc7500.ko
d. Plug in the lan7500 device into the USB port.
e. Configure the ethernet interface eth<n> in the usual way for an ethernet device.