cancel
Showing results for 
Search instead for 
Did you mean: 

Maximus VI Impact Linux Driver Support

theoriginalkow
Level 7
I'm having major headaches getting this board set up with Ubuntu 12.04 LTS.

My current kernel version is 3.2.0-57-generic and it's a 32-bit install.

Intel Ethernet Controller: On initial boot linux did not recognize any devices. I googled and actually had some success with this yesterday. I shuttled various packages between my networked windows box and this Maximus IV linux build in preparation of trying to build Intel's e1000e kernel module which I downloaded from their website. I ran through their simple build steps and linux recognized the onboard ethernet and I was able to browse from linux. I decided to run the ubuntu software updater which required a reboot. After the reboot, I was updated to 3.2.0-56-generic from 3.2.0-57-generic and it appears the updater undid my previous work as no ethernet device is acknowledged. Of course if I try to rebuild and reinstall the intel e1000e module the build complains that it cannot find the correct dependencies. Sigh - I will try to shuttle the proper packages from my windows box again.

Broadcom WIFI: No go yesterday. I tried to build and install various kernel modules, including one from Broadcom that claimed it supported BCM4352 (I ran 'lspci' to get that info). Linux would not recognize this hardware.

Logitech K800 wireless keyboard: This worked great out of the box on my old hardware with Ubuntu 12.04 LTS. It also works great when I boot to the BIOS on the Maximus VI Impact. It does not work when Ubuntu 12.04 LTS boots with this mobo. Preliminary googling suggests everyone thinks this should work out of the box, and I don't see any links to try to manually install any drivers.

If anyone else out there has similar issues, please confirm and maybe we can help each other. I will try to post again if I figure anything out.

And of course, if you know how to resolve these issues please let me know. I will probably repost this experience on ubuntu forums as well.
8,780 Views
3 REPLIES 3

theoriginalkow
Level 7
Ok, I knew I should be able to at least get the ethernet working again... I finally did. Even though my kernel version 3.2.0-57-generic (use 'uname -r' to get that info) , I hardcoded intel's Makefile to include 3.2.0-58-generic headers. Specifically, I added this line in the assignment of the KSP Makefile variable:

/usr/src/linux-headers-3.2.0-58-generic

That allows it to build the module again (I probably didn't need to build it again). I am grateful the Makefile is verbose when you run 'make install' because it shows exactly what commands it is using. It wants to install the kernel object in 3.2.0-58-generic module directory, but I want it to install in the 3.2.0-57-generic module directory. So I just hand modified the commands and ran then from the command line ...

install - D -m 644 e1000e.ko /lib/modules/3.2.0-57-generic/kernel/drivers/net/ethernet/intel/e1000e/e1000e.ko
/sbin/depmod -a || true
rmmod e1000e; modprobe e1000e

That was enough to get the onboard ethernet recognized. I apologize if I made any typos or mistakes. Also, I won't claim that these manual steps are the correct way to proceed. I'm not a low-level linux expert. I'll continue looking to see if I can get that Logitech keyboard working. I dunno how quick the Ubuntu community is in updating ubuntu to support these things on this mobo, but hopefully it is sooner than later so people wont have to mess with these involved and error prone processes.

theoriginalkow
Level 7
Ok, the Logitech K800 keyboard is now working ... I came across some documentation on Logitech's website indicating issues when using multiple receivers with some in usb 2.0 ports and others in usb 3.0 ports. For some reason that configuration causes interference issues.

I figured my ASUS Maximus VI Impact only had usb 3.0 but it has a mix of 2.0 and 3.0 ports. I plugged my two wireless input device usb receivers in the usb 2.0 ports and both work as expected. Strange.

theoriginalkow wrote:
Ok, the Logitech K800 keyboard is now working ... I came across some documentation on Logitech's website indicating issues when using multiple receivers with some in usb 2.0 ports and others in usb 3.0 ports. For some reason that configuration causes interference issues.

I figured my ASUS Maximus VI Impact only had usb 3.0 but it has a mix of 2.0 and 3.0 ports. I plugged my two wireless input device usb receivers in the usb 2.0 ports and both work as expected. Strange.

That is perfectly normal, and expected. USB 2.0 is supported (and has been) on the motherboard for a long time, so LINUX has good support for those ports. USB 3.0 hasn't been on the motherboard for that long, so it isn't likely to be well supported in a kernel that old. Have you tried using a more recent LINUX kernel that should have better support for your hardware?
I am disturbed because I cannot break my system...found out there were others trying to cope! We have a support group on here, if your system will not break, please join!
http://rog.asus.com/forum/group.php?groupid=16
We now have 178 people whose systems will not break! Yippee! 🙂
LINUX Users, we have a group!
http://rog.asus.com/forum/group.php?groupid=23