To compile the module
1) make
To load & unload the module dynamically
1) make load
2) make unload
To load & unload the module statically
1) make install
2) make uninstall
To configure the device
1) ifconfig usbx xxx.xxx.xxx.xxx
To know the speed & mode of the usbx device
1) mii-tool usbx
To change the speed and mode of the usbx device
1) EX:- mii-tool usbx -F 100baseTx-HD (this will switch into 100 half duplex mode)
To switch into Autoconfiguration mode(ie,100 Full) from any mode
1) mii-tool usbx -r
This mcs7830 Linux driver source has support for
1) Internal PHY mode
2) External(INTEL) PHY mode
3) WITHOUT PHY mode (MII mode)
NOTE:
=====
In order to switch to WITHOUT PHY mode, before loading the driver
module we need to set the WITHOUT_PHY flag
ie,
make WITHOUT_PHY = 1 for WITHOUT PHY mode
make WITHOUT_PHY = 0 for ANY PHY (INTERNAL/EXTERNAL) mode.
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.