1. Store
  2. Apps
  3. Hardware
  4. Support
  5. Solutions

ClearFoundation

Forums
Welcome, Guest
How to compile & install Asix AX88772b NIC driver
(1 viewing) 1 Guest
Go to bottomPage: 1
TOPIC: How to compile & install Asix AX88772b NIC driver
#31511
How to compile & install Asix AX88772b NIC driver 1 Year, 9 Months ago  
Hi.

I recently bought an USB Ethernet adapter with ASIX AX88772b chipset. (this one)

Even though the CleaOS 5.2 didn't recognize it, I was able to compile and install the manufacturer's official driver.

This is a brief How To.

Note, compiling the drivers requires an internet connection in the ClearOS machine. Fortunately, my VIA integrated Ethernet card was recognized by default.

1- Make sure your chipset is the ASIX AX88772B. Your lsusb output with the dongle plugged in will look like this:
Code:

[root@system home]# lsusb
...
Bus 001 Device 003: ID 0b95:772b ASIX Electronics Corp.
...



2-Install the development environment:
Code:

yum groupinstall "Development Tools"



3-Install kernel-source:
Code:

yum install kernel-source



4-You may also need the kernel-headers:
Code:

yum install kernel-headers


I'm not sure if kernel-headers are installed with the development environment or not (I don remember it well).

5-Dowload the manufacturer's official driver:

6-Extract the downloades file by the following command:
Code:

tar -xf AX88772B_772A_760_772_178_LINUX_Driver_v4.1.0_Source.tar.bz2



7-Compile the driver:
Code:

make


If the compilation is well, the asix.ko will be created under the current directory.

8-Install the driver:
Code:

make install



9-Load the driver:
Code:

modprobe asix



10-Reboot the machine.
Code:

reboot



11-If after rebooting does not appear a new ethX device, unplug the USB dongle and plug it again. Next, you can configure the USB network card using WebConfig in order to generate the necessary scripts in the folder /etc/sysconfig/network-scripts/
nacho
Fresh Boarder
Posts: 12
graphgraph
User Offline Click here to see the profile of this user
Last Edit: 2011/08/20 21:01 By nacho.
The administrator has disabled public write access.
 
#31513
Re: How to compile an install Asix AX88772b NIC driver 1 Year, 9 Months ago  
It looks like the kmod driver (v2.6.20) is much older than the driver you linked to (4.1.0). That is probably why Tim's did not work.

P.S. Your "Direct Link" is broken
Nick Howitt
Platinum Boarder
Posts: 4148
graphgraph
User Offline Click here to see the profile of this user
Last Edit: 2011/08/20 16:50 By NickH.
The administrator has disabled public write access.
 
#31529
Re: How to compile an install Asix AX88772b NIC driver 1 Year, 9 Months ago  
Nick Howitt wrote:
It looks like the kmod driver (v2.6.20) is much older than the driver you linked to (4.1.0). That is probably why Tim's did not work.

P.S. Your "Direct Link" is broken


I think this was the problem.

Main post edited. Direct Link fixed
nacho
Fresh Boarder
Posts: 12
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
Go to topPage: 1
  get the latest posts directly to your desktop