Find the answer to your Linux question:
Results 1 to 6 of 6
lspci shows devices "unknown Device:".. in this place is possible to update myname if im a device driver developer....
  1. #1
    Just Joined! rjayavrp's Avatar
    Join Date
    Apr 2009
    Location
    Incredible India
    Posts
    42

    Thumbs up unknown Device

    lspci shows devices "unknown Device:"..
    in this place is possible to update myname if im a device driver developer.

  2. #2
    Linux Guru Rubberman's Avatar
    Join Date
    Apr 2009
    Location
    I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
    Posts
    8,970
    Please be more specific. Is this a device that you are writing a driver for? And what is it?
    Sometimes, real fast is almost as good as real time.
    Just remember, Semper Gumbi - always be flexible!

  3. #3
    Just Joined! rjayavrp's Avatar
    Join Date
    Apr 2009
    Location
    Incredible India
    Posts
    42

    Thumbs up

    ya,

    im writing Drivers for pci devices. when i insert a device in my system,
    lspci command shows "unknown device : Device ID".

    and im able to do all the things i want in that device...

    i would like to know "is there any way to change that "unknown device" to some thing i want like, Device Name/My name..

  4. #4
    Linux User dxqcanada's Avatar
    Join Date
    Sep 2006
    Location
    Canada
    Posts
    259
    Linux should have a list of PCI ID's that lspci will use to convert the hexidecimal Vendor and Device ID values to text.
    If you have a hardware device that appears Unknown, then it is not in the list.

    I think it is called pci.ids



    Men occasionally stumble over the truth,
    but most of them pick themselves up
    and hurry off as if nothing had happened.

    Winston Churchill


    ... then the Unix-Gods created "man" ...

  5. #5
    Linux Guru waterhead's Avatar
    Join Date
    Jul 2004
    Location
    Franklin, Wisconsin
    Posts
    4,577
    You are correct. If the device is listed as Unknown, then the device is newer than the pci.ids file. You can download and install the most current pci.ids file from here:

    The PCI ID Repository

    The location of where you should put it differs depending on the distro you are using. To find the existing file, use this command:
    Code:
    locate pci.ids
    Here is the location of that file on two of my PCs:
    Fedora 10: /usr/share/hwdata/pci.ids
    Mythbuntu: /usr/share/misc/pci.ids
    Paul

    Please do not send Private Messages to me with requests for help. I will not reply.

  6. #6
    Just Joined! rjayavrp's Avatar
    Join Date
    Apr 2009
    Location
    Incredible India
    Posts
    42
    is it possible to add an entry through Device Drivers???

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...