Announcement

Collapse
No announcement yet.

How to: get list of installed hardware?

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    How to: get list of installed hardware?

    Hello all,

    I've installed Kubuntu 7.10 with a dual boot of Windows XP. I am unable to see my scsi controller or my scsi drives that are formatted with NTFS under Kubuntu. I have an Adaptec AAA131U2W Raid controller installed. Is there a way to view all devices in linux? My be Kubuntu is seeing it and I just need to let it know to use it?

    I use NTFS configuration tool to view the IDE NTFS partitions, just unable to see the scsi drives.

    # /etc/fstab: static file system information.
    #
    # -- This file has been automaticly generated by ntfs-config --
    #
    # <file system> <mount point> <type> <options> <dump> <pass>

    proc /proc proc defaults 0 0
    # Entry for /dev/sda2 :
    UUID=8f37c727-2cae-48f5-bc8d-95f3175b9b76 / ext3 nouser,defaults,errors=remount-ro,atime,auto,rw,dev,exec,suid 0 1
    # Entry for /dev/sda5 :
    UUID=c3d88671-ac2c-4719-b329-6cb398973b5c none swap sw 0 0
    /dev/scd0 /media/cdrom0 auto user,atime,noauto,rw,dev,exec,suid 0 0
    /dev/scd1 /media/cdrom1 auto user,atime,auto,rw,dev,exec,suid 0 0
    /dev/fd0 /media/floppy0 auto user,atime,noauto,rw,dev,exec,suid 0 0
    /dev/sdb1 /media/Data ntfs-3g defaults,locale=en_US.UTF-8 0 0
    /dev/sda1 /media/winsys ntfs-3g defaults,locale=en_US.UTF-8 0 0


    Please help the nub

    #2
    Re: How to: get list of installed hardware?

    One way. Open a console shell. Type:
    Code:
    sudo lshw > hardware.txt
    Open the file with a text editor.
    Windows no longer obstructs my view.
    Using Kubuntu Linux since March 23, 2007.
    "It is a capital mistake to theorize before one has data." - Sherlock Holmes

    Comment

    Working...
    X