163ed [Solved] no driver attached - The FreeBSD Forums
The FreeBSD Forums  

Go Back   The FreeBSD Forums > Base System > System Hardware

System Hardware Internal storage, motherboards, PCI cards, stuff inside the case.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old June 10th, 2011, 09:44
heavenboy heavenboy is offline
Junior Member
 
Join Date: Jun 2011
Location: France
Posts: 31
Thanks: 4
Thanked 0 Times in 0 Posts
Default no driver attached

Hello,

I have already looked for information concerning my problem but I didn't find any solutions. When I type
#dmesg | grep "no driver attached"
I have two lines of ouput:

Code:
pci0: <simple comms> at device 22.0 (no driver attached)
pci0: <dasp> at device 31.6 (no driver attached)
What drivers do I have to load in order to make these lines disappear?

#pciconf -lv
Code:
hostb0@pci0:0:0:0:	class=0x060000 card=0x907c104d chip=0x00448086 rev=0x02 hdr=0x00
    vendor     = 'Intel Corporation'
    class      = bridge
    subclass   = HOST-PCI
vgapci0@pci0:0:2:0:	class=0x030000 card=0x907c104d chip=0x00468086 rev=0x02 hdr=0x00
    vendor     = 'Intel Corporation'
    class      = display
    subclass   = VGA
none0@pci0:0:22:0:	class=0x078000 card=0x907c104d chip=0x3b648086 rev=0x06 hdr=0x00
    vendor     = 'Intel Corporation'
    class      = simple comms
ehci0@pci0:0:26:0:	class=0x0c0320 card=0x907c104d chip=0x3b3c8086 rev=0x05 hdr=0x00
    vendor     = 'Intel Corporation'
    class      = serial bus
    subclass   = USB
hdac0@pci0:0:27:0:	class=0x040300 card=0x907c104d chip=0x3b568086 rev=0x05 hdr=0x00
    vendor     = 'Intel Corporation'
    class      = multimedia
    subclass   = HDA
pcib1@pci0:0:28:0:	class=0x060400 card=0x907c104d chip=0x3b428086 rev=0x05 hdr=0x01
    vendor     = 'Intel Corporation'
    class      = bridge
    subclass   = PCI-PCI
pcib2@pci0:0:28:2:	class=0x060400 card=0x907c104d chip=0x3b468086 rev=0x05 hdr=0x01
    vendor     = 'Intel Corporation'
    class      = bridge
    subclass   = PCI-PCI
ehci1@pci0:0:29:0:	class=0x0c0320 card=0x907c104d chip=0x3b348086 rev=0x05 hdr=0x00
    vendor     = 'Intel Corporation'
    class      = serial bus
    subclass   = USB
pcib3@pci0:0:30:0:	class=0x060401 card=0x907c104d chip=0x24488086 rev=0xa5 hdr=0x01
    vendor     = 'Intel Corporation'
    device     = '82801 Family (ICH2/3/4/5/6/7/8/9-M) Hub Interface to PCI Bridge'
    class      = bridge
    subclass   = PCI-PCI
isab0@pci0:0:31:0:	class=0x060100 card=0x907c104d chip=0x3b098086 rev=0x05 hdr=0x00
    vendor     = 'Intel Corporation'
    class      = bridge
    subclass   = PCI-ISA
atapci0@pci0:0:31:2:	class=0x010601 card=0x907c104d chip=0x3b298086 rev=0x05 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'IBEX AHCI Controller(4Port)'
    class      = mass storage
    subclass   = SATA
ichsmb0@pci0:0:31:3:	class=0x0c0500 card=0x907c104d chip=0x3b308086 rev=0x05 hdr=0x00
    vendor     = 'Intel Corporation'
    class      = serial bus
    subclass   = SMBus
none1@pci0:0:31:6:	class=0x118000 card=0x907c104d chip=0x3b328086 rev=0x05 hdr=0x00
    vendor     = 'Intel Corporation'
    class      = dasp
ath0@pci0:2:0:0:	class=0x028000 card=0xe017105b chip=0x002b168c rev=0x01 hdr=0x00
    vendor     = 'Atheros Communications Inc.'
    device     = 'Atheros AR9285 Wireless LAN 802.11 a/b/g/n Controller (AR928x)'
    class      = network
alc0@pci0:3:0:0:	class=0x020000 card=0x907c104d chip=0x10631969 rev=0xc0 hdr=0x00
    vendor     = 'Attansic (Now owned by Atheros)'
    device     = 'Atheros AR8131 PCI-E Gigabit Ethernet Controller (AR8131)'
    class      = network
    subclass   = ethernet
hostb1@pci0:255:0:0:	class=0x060000 card=0x907c104d chip=0x2c628086 rev=0x02 hdr=0x00
    vendor     = 'Intel Corporation'
    class      = bridge
    subclass   = HOST-PCI
hostb2@pci0:255:0:1:	class=0x060000 card=0x907c104d chip=0x2d018086 rev=0x02 hdr=0x00
    vendor     = 'Intel Corporation'
    class      = bridge
    subclass   = HOST-PCI
hostb3@pci0:255:2:0:	class=0x060000 card=0x907c104d chip=0x2d108086 rev=0x02 hdr=0x00
    vendor     = 'Intel Corporation'
    class      = bridge
    subclass   = HOST-PCI
hostb4@pci0:255:2:1:	class=0x060000 card=0x907c104d chip=0x2d118086 rev=0x02 hdr=0x00
    vendor     = 'Intel Corporation'
    class      = bridge
    subclass   = HOST-PCI
hostb5@pci0:255:2:2:	class=0x060000 card=0x907c104d chip=0x2d128086 rev=0x02 hdr=0x00
    vendor     = 'Intel Corporation'
    class      = bridge
    subclass   = HOST-PCI
hostb6@pci0:255:2:3:	class=0x060000 card=0x907c104d chip=0x2d138086 rev=0x02 hdr=0x00
    vendor     = 'Intel Corporation'
    class      = bridge
    subclass   = HOST-PCI
Thanks.

Last edited by DutchDaemon; June 10th, 2011 at 11:52. Reason: Formatting & Style: http://forums.freebsd.org/showthread.php?t=8816 / http://forums.freebsd.org/showthread.php?t=18043
Reply With Quote
 

Tags
dmesg, drivers, hardware, hardware detection

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Load synaptics driver instead of generic mouse driver radmanly X.Org 0 May 7th, 2011 16:59
[Solved] How do I spin down a SAS3081e-r attached 7k2000 drive Dre System Hardware 6 April 5th, 2011 06:45
Network Attached Storage (NAS) Erratus Peripheral Hardware 8 July 14th, 2009 02:15
Installing FreeBSD/amd64: Xorg 'nouveau' driver and Marvell Yukon 'msk0' driver Itzamna Installing & Upgrading 0 June 3rd, 2009 12:38
howto mail an attached file in console ivand58 General 3 March 17th, 2009 23:03


All times are GMT +1. The time now is 23:19.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.
The mark FreeBSD is a registered trademark of The FreeBSD Foundation and is used by The FreeBSD Project with the permission of The FreeBSD Foundation.
Web protection and acceleration provided by CloudFlare
0