Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED] Unclaimed hardware in lshw
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
freke
l33t
l33t


Joined: 23 Jan 2003
Posts: 977
Location: Somewhere in Denmark

PostPosted: Mon Jun 19, 2017 6:29 pm    Post subject: [SOLVED] Unclaimed hardware in lshw Reply with quote

Hi,

I'm installing my PCEngines APU2c4 and have the following piece of hw in lshw:
Code:
*-serial UNCLAIMED
             description: SMBus
             product: FCH SMBus Controller
             vendor: Advanced Micro Devices, Inc. [AMD]
             physical id: 14
             bus info: pci@0000:00:14.0
             version: 42
             width: 32 bits
             clock: 66MHz
             configuration: latency=0
It's probably not going to be used anytime soon, but I'd like to have everything up and running.
Any ideas as to what I'm missing in the kernel?

lspci -v
Code:
00:14.0 SMBus: Advanced Micro Devices, Inc. [AMD] FCH SMBus Controller (rev 42)
        Subsystem: Advanced Micro Devices, Inc. [AMD] FCH SMBus Controller
        Flags: 66MHz, medium devsel


Also noticed I have the (more or less) same serial/SMBus unclaimed on my older APU1d4
Code:
00:14.0 SMBus: Advanced Micro Devices, Inc. [AMD/ATI] SBx00 SMBus Controller (rev 42)
        Subsystem: Advanced Micro Devices, Inc. [AMD] SBx00 SMBus Controller
        Flags: 66MHz, medium devsel


Last edited by freke on Tue Jun 20, 2017 1:36 pm; edited 1 time in total
Back to top
View user's profile Send private message
szatox
Advocate
Advocate


Joined: 27 Aug 2013
Posts: 3134

PostPosted: Mon Jun 19, 2017 7:53 pm    Post subject: Reply with quote

Code:
        *-serial
             description: SMBus
             product: FCH SMBus Controller
             vendor: Advanced Micro Devices, Inc. [AMD]
             physical id: 14
             bus info: pci@0000:00:14.0
             version: 13
             width: 32 bits
             clock: 66MHz
             configuration: driver=piix4_smbus latency=0
             resources: irq:0

You're welcome.

I have a different mobo, but linux drivers are reasonably generic, so it should do the trick. Or at least give you a hint on digging through menuconfig.
Back to top
View user's profile Send private message
charles17
Advocate
Advocate


Joined: 02 Mar 2008
Posts: 3664

PostPosted: Tue Jun 20, 2017 4:26 am    Post subject: Re: Unclaimed hardware in lshw Reply with quote

freke wrote:
I'm installing my PCEngines APU2c4 and have the following piece of hw in lshw:
What about running lshw from latest https://sysresccd.org?
Back to top
View user's profile Send private message
PrSo
Tux's lil' helper
Tux's lil' helper


Joined: 01 Jun 2017
Posts: 136

PostPosted: Tue Jun 20, 2017 8:20 am    Post subject: Reply with quote

Code:
00:14.0 SMBus: Advanced Micro Devices, Inc. [AMD] FCH SMBus Controller (rev 42)
        Subsystem: Advanced Micro Devices, Inc. [AMD] FCH SMBus Controller
        Flags: 66MHz, medium devsel


IMHO the "sp5100_tco" kernel module is adequate for this device.
It is AMD/ATI SP5100 Timer/Watchdog, in kernel config:
Device Drivers -> Watchdog Timer Support -> AMD/ATI SP5100 Timer/Watchdog
Back to top
View user's profile Send private message
freke
l33t
l33t


Joined: 23 Jan 2003
Posts: 977
Location: Somewhere in Denmark

PostPosted: Tue Jun 20, 2017 1:36 pm    Post subject: Reply with quote

Thanks :)
Back to top
View user's profile Send private message
Jaglover
Watchman
Watchman


Joined: 29 May 2005
Posts: 8291
Location: Saint Amant, Acadiana

PostPosted: Tue Jun 20, 2017 2:18 pm    Post subject: Reply with quote

Here's how I do install on new unknown to me hardware. First SystemRescueCD as install media, using the latest kernel (alternative kernel from boot menu). From there I run lspci -nnk > /root/lspci to have a record of PCI hardware. When in doubt I will look it up at cateee.net using PCI ID from previous command.
For instance:
Code:
00:1f.4 SMBus [0c05]: Intel Corporation Sunrise Point-H SMBus [8086:a123] (rev 31)
        Subsystem: ASRock Incorporation Sunrise Point-H SMBus [1849:a123]
        Kernel driver in use: i801_smbus

The PCI ID's of interest are obviously 8086:a123 and 1849:a123.

cateee.net tells me 8086:a123 driver has been in kernel since 3.18.
_________________
My Gentoo installation notes.
Please learn how to denote units correctly!
Back to top
View user's profile Send private message
Ant P.
Watchman
Watchman


Joined: 18 Apr 2009
Posts: 6920

PostPosted: Tue Jun 20, 2017 7:26 pm    Post subject: Reply with quote

http://kmuto.jp/debian/hcl/ will tell you what driver a given device uses.
Back to top
View user's profile Send private message
Jaglover
Watchman
Watchman


Joined: 29 May 2005
Posts: 8291
Location: Saint Amant, Acadiana

PostPosted: Fri Jun 23, 2017 4:02 pm    Post subject: Reply with quote

Ant P. wrote:
http://kmuto.jp/debian/hcl/ will tell you what driver a given device uses.

It has been abandoned by maintainer for years. Newer hardware is missing.
_________________
My Gentoo installation notes.
Please learn how to denote units correctly!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum