Comment 4 for bug 580548

Revision history for this message
Nikolay Kuchumov (kuchumovn) wrote :

To be more precise:

The ASUS drivers aren't compiling because of the Linux Kernel update:

[CODE]
/home/kuchumovn/LinuxDrivers/Lan/atl1e/src/at_main.c:397: error: ‘struct net_device’ has no member named ‘open’
/home/kuchumovn/LinuxDrivers/Lan/atl1e/src/at_main.c:398: error: ‘struct net_device’ has no member named ‘stop’
/home/kuchumovn/LinuxDrivers/Lan/atl1e/src/at_main.c:399: error: ‘struct net_device’ has no member named ‘hard_start_xmit’
/home/kuchumovn/LinuxDrivers/Lan/atl1e/src/at_main.c:400: error: ‘struct net_device’ has no member named ‘get_stats’
/home/kuchumovn/LinuxDrivers/Lan/atl1e/src/at_main.c:401: error: ‘struct net_device’ has no member named ‘set_multicast_list’
/home/kuchumovn/LinuxDrivers/Lan/atl1e/src/at_main.c:402: error: ‘struct net_device’ has no member named ‘set_mac_address’
/home/kuchumovn/LinuxDrivers/Lan/atl1e/src/at_main.c:403: error: ‘struct net_device’ has no member named ‘change_mtu’
/home/kuchumovn/LinuxDrivers/Lan/atl1e/src/at_main.c:404: error: ‘struct net_device’ has no member named ‘do_ioctl’
/home/kuchumovn/LinuxDrivers/Lan/atl1e/src/at_main.c:415: error: ‘struct net_device’ has no member named ‘tx_timeout’
/home/kuchumovn/LinuxDrivers/Lan/atl1e/src/at_main.c:423: error: ‘struct net_device’ has no member named ‘vlan_rx_register’
/home/kuchumovn/LinuxDrivers/Lan/atl1e/src/at_main.c:426: error: ‘struct net_device’ has no member named ‘poll_controller’
[/CODE]

I've installed drivers from the Atheros site, but it didn't take effect:
http://ubuntuforums.org/showthread.php?p=9257623

(also, the archive is corrupted)