Ubuntu no networking
Go to solution
Solved by vorticalbox,
Ok so this has be fixed and it a problem with 990fx-ud3 by gigabyte. there is some weird issue with a bios feature called IOMMU which is disabled by default. 64 bit linux cannot connect a network with this option disabled but wont boot with it enabled.
first disable IOMMU and install linux, open up terminal
sudo gedit /etc/default/grub
find the line GRUB_CMDLINE_LINUX="" and change it to GRUB_CMDLINE_LINUX="iommu=soft"
sudo update-grub
reboot and disable iommu in the bios and all networking and usb ports work

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now