Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Kernel & Hardware
  • Search

Gentoo on GA-970A-DS3P

Kernel not recognizing your hardware? Problems with power management or PCMCIA? What hardware is compatible with Gentoo? See here. (Only for kernels supported by Gentoo.)
Post Reply
Advanced search
17 posts • Page 1 of 1
Author
Message
CarterCox
n00b
n00b
User avatar
Posts: 34
Joined: Sun Jan 28, 2018 8:35 pm

Gentoo on GA-970A-DS3P

  • Quote

Post by CarterCox » Fri Apr 27, 2018 3:34 am

Hello. I am trying to install Gentoo on a Gigabyte GA-970a-DS3P (rev 2.0) + AMD FX 8350 and my USB devices (mouse, keyboard, even the installation media) are not recognized. In the past I solved this issue in other distributions (Debian-based and Arch-based, Fedora-based work fine out of the box) by enabling the IOMMU controller in my board's BIOS, but now that doesn't seem to work.

I can get past the kernel selection (by pressing Enter) and then everything goes offline. Any ideas guys?
“Once, my TV didn’t work, so I kicked it. And it started working again.”
Top
bammbamm808
Guru
Guru
User avatar
Posts: 558
Joined: Sun Dec 08, 2002 7:09 am
Location: Hawaii

  • Quote

Post by bammbamm808 » Fri Apr 27, 2018 3:39 am

Install media? You should be using the latest System Rescue CD, which is Gentoo-based. Hopefully that will have a kernel config that works with your hardware, then you can start with that config for your own kernel during the install process.
MSI MAG B550 Tomahawk
Ryzen 3900x
32Gb Samsung B-die (16GB dual rank x2) DDR4 @ 3200MHz, cl14
Geforce RTX 4070S 8GB
Samsung m.2 NVME pcie-3.0
Etc....
Top
CarterCox
n00b
n00b
User avatar
Posts: 34
Joined: Sun Jan 28, 2018 8:35 pm

  • Quote

Post by CarterCox » Fri Apr 27, 2018 3:48 am

bammbamm808 wrote:Install media? You should be using the latest System Rescue CD, which is Gentoo-based. Hopefully that will have a kernel config that works with your hardware, then you can start with that config for your own kernel during the install process.
I downloaded the image ("Minimal Installation CD" and copied it to a flash drive using Rufus, which is how I've always done it. What is the Rescue CD? This : https://wiki.gentoo.org/wiki/LiveUSB ?
“Once, my TV didn’t work, so I kicked it. And it started working again.”
Top
bammbamm808
Guru
Guru
User avatar
Posts: 558
Joined: Sun Dec 08, 2002 7:09 am
Location: Hawaii

  • Quote

Post by bammbamm808 » Fri Apr 27, 2018 7:23 am

https://sourceforge.net/projects/system ... o/download.

Maybe try this. At least as many Gentoo users use this, as the Minimal Install. It works for UEFI booting where the Minimal Install doesnt. Hopefully it does a better job with drivers for your hardware than what you've been using.

There are usb versions there too.
MSI MAG B550 Tomahawk
Ryzen 3900x
32Gb Samsung B-die (16GB dual rank x2) DDR4 @ 3200MHz, cl14
Geforce RTX 4070S 8GB
Samsung m.2 NVME pcie-3.0
Etc....
Top
Torro
n00b
n00b
User avatar
Posts: 18
Joined: Mon Apr 16, 2018 11:24 am
Location: Western Europe

  • Quote

Post by Torro » Fri Apr 27, 2018 7:58 am

I've had trouble with C1E support in the past. If bammbamm808's suggestion doesn't improve things try disabling it in your bios.
Top
CarterCox
n00b
n00b
User avatar
Posts: 34
Joined: Sun Jan 28, 2018 8:35 pm

  • Quote

Post by CarterCox » Fri Apr 27, 2018 9:11 am

Ok I'll try that. In the meantime, I could use another distributions' liveCDs to do this, right?

By the way, is there any way to pass kernel parameters on the liveCD? Usually "iommu=soft" solved the problem for another distros.
“Once, my TV didn’t work, so I kicked it. And it started working again.”
Top
Torro
n00b
n00b
User avatar
Posts: 18
Joined: Mon Apr 16, 2018 11:24 am
Location: Western Europe

  • Quote

Post by Torro » Fri Apr 27, 2018 9:59 am

Sure, both are possible. How to pass kernel parameters to your live kernel depends on your livecd bootloader, I believe.
Top
CarterCox
n00b
n00b
User avatar
Posts: 34
Joined: Sun Jan 28, 2018 8:35 pm

  • Quote

Post by CarterCox » Fri Apr 27, 2018 1:59 pm

I think it's LILO. Typing

Code: Select all

gentoo iommu=soft
sadly doesn't do the trick, and that's how you are supposed to passs kernel parameters to LILO.
“Once, my TV didn’t work, so I kicked it. And it started working again.”
Top
mlybarger
Guru
Guru
User avatar
Posts: 482
Joined: Wed Sep 04, 2002 1:03 am

  • Quote

Post by mlybarger » Fri Apr 27, 2018 5:39 pm

I have the same motherboard. I do not have a special iommu parameter. usb works fine. i use printer, wifi dvd rom via usb and no kernel parameters are needed.

dmesg | grep -i ds3p
[ 0.000000] DMI: Gigabyte Technology Co., Ltd. To be filled by O.E.M./970A-DS3P, BIOS F1 04/08/2013

here is my config:

https://paste.pound-python.org/show/0ZH ... cXgRYSHkU/

I'm using grub2 with kernel 4.9.76-gentoo-r1

snip from grub.cfg:

linux /kernel-genkernel-x86_64-4.9.76-gentoo-r1 root=/dev/sdb4 ro single init=/lib/systemd/systemd fsck.mode=skip
Top
mlybarger
Guru
Guru
User avatar
Posts: 482
Joined: Wed Sep 04, 2002 1:03 am

  • Quote

Post by mlybarger » Fri Apr 27, 2018 5:43 pm

btw, i did my recent install (about 6 weeks ago) using sysrescue cd. gentoo cd gave problems so i ditched it.
Top
CarterCox
n00b
n00b
User avatar
Posts: 34
Joined: Sun Jan 28, 2018 8:35 pm

  • Quote

Post by CarterCox » Sat Apr 28, 2018 12:26 am

mlybarger wrote:btw, i did my recent install (about 6 weeks ago) using sysrescue cd. gentoo cd gave problems so i ditched it.
Is it rev. 2.0? Are you using default BIOS settings?
“Once, my TV didn’t work, so I kicked it. And it started working again.”
Top
mlybarger
Guru
Guru
User avatar
Posts: 482
Joined: Wed Sep 04, 2002 1:03 am

  • Quote

Post by mlybarger » Sat Apr 28, 2018 11:40 am

I'm not sure about rev/bios settings. I did at one point have to use iommu soft. But that was years ago with initial setup.

I hope to replace with a ryzen 8 core 16 thread machine sometime this year.
Top
CarterCox
n00b
n00b
User avatar
Posts: 34
Joined: Sun Jan 28, 2018 8:35 pm

  • Quote

Post by CarterCox » Sun Apr 29, 2018 1:04 am

mlybarger wrote:I'm not sure about rev/bios settings. I did at one point have to use iommu soft. But that was years ago with initial setup.

I hope to replace with a ryzen 8 core 16 thread machine sometime this year.
Yeah you have rev. 1.0. I also noticed you have the oldest BIOS available. This sounds silly but maybe a BIOS downgrade would help? Although I think that's not possible, it won't stop me from trying. Wish me luck.
“Once, my TV didn’t work, so I kicked it. And it started working again.”
Top
bammbamm808
Guru
Guru
User avatar
Posts: 558
Joined: Sun Dec 08, 2002 7:09 am
Location: Hawaii

  • Quote

Post by bammbamm808 » Sun Apr 29, 2018 2:18 am

CarterCox wrote:
mlybarger wrote:I'm not sure about rev/bios settings. I did at one point have to use iommu soft. But that was years ago with initial setup.

I hope to replace with a ryzen 8 core 16 thread machine sometime this year.
Yeah you have rev. 1.0. I also noticed you have the oldest BIOS available. This sounds silly but maybe a BIOS downgrade would help? Although I think that's not possible, it won't stop me from trying. Wish me luck.
Have you tried the System Rescue CD/USB yet? I think that will likely get you started. Sounds like you don't have the necessary kernel drivers loading. I wouldn't waste time with BIOS settings until you have tried that.
MSI MAG B550 Tomahawk
Ryzen 3900x
32Gb Samsung B-die (16GB dual rank x2) DDR4 @ 3200MHz, cl14
Geforce RTX 4070S 8GB
Samsung m.2 NVME pcie-3.0
Etc....
Top
CarterCox
n00b
n00b
User avatar
Posts: 34
Joined: Sun Jan 28, 2018 8:35 pm

  • Quote

Post by CarterCox » Sun Apr 29, 2018 2:32 am

@bammbamm808: Yes. I installed using sysrescuecd. Strangely enough, I didn't need to use iommu=soft to use it properly. But the after reboot, no USB, just like the liveCD. I'm sure I enabled the options I needed. I double checked, and this is not the first time I do it. Tried new BIOS settings, kernel parameters, etc.

However, I don't think that's the problem. Even using "genkernel all" would have the same result since the generated kernel would be the same as the liveCD.
“Once, my TV didn’t work, so I kicked it. And it started working again.”
Top
bammbamm808
Guru
Guru
User avatar
Posts: 558
Joined: Sun Dec 08, 2002 7:09 am
Location: Hawaii

  • Quote

Post by bammbamm808 » Sun Apr 29, 2018 5:00 am

CarterCox wrote:@bammbamm808: Yes. I installed using sysrescuecd. Strangely enough, I didn't need to use iommu=soft to use it properly. But the after reboot, no USB, just like the liveCD. I'm sure I enabled the options I needed. I double checked, and this is not the first time I do it. Tried new BIOS settings, kernel parameters, etc.

However, I don't think that's the problem. Even using "genkernel all" would have the same result since the generated kernel would be the same as the liveCD.
So, the sysrescue cd boots every time and your devices work? And attempting to boot off of a kernel you have compliled manually or with genkernel, from the hard disk doesnt? What gpu are you using? Have you tried the kernel config someone posted above, with changes for diff gpu and any other hardware as needed? Have you tried bokting with "nomodeset"?
MSI MAG B550 Tomahawk
Ryzen 3900x
32Gb Samsung B-die (16GB dual rank x2) DDR4 @ 3200MHz, cl14
Geforce RTX 4070S 8GB
Samsung m.2 NVME pcie-3.0
Etc....
Top
CarterCox
n00b
n00b
User avatar
Posts: 34
Joined: Sun Jan 28, 2018 8:35 pm

  • Quote

Post by CarterCox » Sun Apr 29, 2018 5:13 am

Hmm... I don't think that's the problem at all. I can get to the login prompt just fine, it's just my USB devices are not getting any power (they simply turn off).
“Once, my TV didn’t work, so I kicked it. And it started working again.”
Top
Post Reply

17 posts • Page 1 of 1

Return to “Kernel & Hardware”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic