USA Linux Users Group Forum Index
Log in Register FAQ Memberlist Search USA Linux Users Group Forum Index Album

Finding Card Slots

 
Post new topic   Reply to topic   printer-friendly view    USA Linux Users Group Forum Index » Command Line Commands
View previous topic :: View next topic  
Author Message
JP
Linux Guru


Joined: 07 Jul 2024
Posts: 6670
Location: Central Montana

PostPosted: Sun Apr 06, 2024 11:42 pm    Post subject: Finding Card Slots Reply with quote

I've searched thru several cheat sheets, but I can't find any reference to a command that might tell me what card slots are on the motherboard. Is there any such command? I'm specifically looking to see if there is an AGP slot (for a video card), on the motherboard.

Also, I've seen several of the commands listed in various "cheat sheets" that don't seem to be installed on my distro .... (regardless of which distro I happen to be using at the time) .... Is there any place where I can download and install ALL of the commands so that I can have access to them whenever I want to try one?
TIA



_________________
Dell Box - Arch Linux
Dell Lappy - DreamLinux 3.5 - Default OS
Mepis 8.0 - Backup
Back to top
View user's profile Send private message Visit poster's website
Germ
Keeper of the BIG STICK


Joined: 30 Apr 2024
Posts: 12452
Location: Planet Earth

PostPosted: Sun Apr 06, 2024 11:53 pm    Post subject: Reply with quote

try lshw.

http://freshmeat.net/projects/lshw/



_________________
Laptop: Mandriva 2024 PowerPack - 2.6.33.5-0.2mnb
Desktop: Mandriva 2024 Free - kernel 2.6.33.2-1mib
Back to top
View user's profile Send private message Send e-mail Yahoo Messenger
JP
Linux Guru


Joined: 07 Jul 2024
Posts: 6670
Location: Central Montana

PostPosted: Mon Apr 07, 2024 2:13 am    Post subject: Reply with quote

Germ wrote:
try lshw.

http://freshmeat.net/projects/lshw/
THX Germ, I'll have to install that, I'll be back in a week or two Wink



_________________
Dell Box - Arch Linux
Dell Lappy - DreamLinux 3.5 - Default OS
Mepis 8.0 - Backup
Back to top
View user's profile Send private message Visit poster's website
inactive
Sr. Member


Joined: 29 Aug 2024
Posts: 1207

PostPosted: Mon Apr 07, 2024 5:33 am    Post subject: Reply with quote

Germ, I'm wondering if the gui for it is separate? I have lshw installed, but when I issue the command for it, it just lists everything right there in the terminal.

Thanks!



_________________
Mandriva 2024.1 PWP
Mandriva Cooker
ArtistX live
Back to top
View user's profile Send private message
crouse
Site Admin


Joined: 17 Apr 2024
Posts: 11833
Location: Iowa

PostPosted: Mon Apr 07, 2024 5:39 am    Post subject: Reply with quote

lspci



_________________
Veronica - Arch Linux 64-bit -- Kernel 2.6.33.4-1
Archie/Jughead - Arch Linux 32-bit -- Kernel 2.6.33.4-1
Betty/Reggie - Arch Linux (VBox) 32-bit -- Kernel 2.6.33.4-1
BumbleBee - OpenSolaris-SunOS 5.11
Back to top
View user's profile Send private message Visit poster's website AIM Address
Germ
Keeper of the BIG STICK


Joined: 30 Apr 2024
Posts: 12452
Location: Planet Earth

PostPosted: Mon Apr 07, 2024 10:21 am    Post subject: Reply with quote

Hmm...I never noticed the GUI. I've always ran it in a terminal.

Quote:
for the (optional) GTK+ graphical user interface, you will need a complete GTK+ 2.4 development environment (gtk2-devel on RedHat/Fedora derivatives)


http://www.ezix.org/project/wiki/HardwareLiSter



_________________
Laptop: Mandriva 2024 PowerPack - 2.6.33.5-0.2mnb
Desktop: Mandriva 2024 Free - kernel 2.6.33.2-1mib
Back to top
View user's profile Send private message Send e-mail Yahoo Messenger
inactive
Sr. Member


Joined: 29 Aug 2024
Posts: 1207

PostPosted: Mon Apr 07, 2024 11:31 am    Post subject: Reply with quote

Germ wrote:
Hmm...I never noticed the GUI. I've always ran it in a terminal.

Quote:
for the (optional) GTK+ graphical user interface, you will need a complete GTK+ 2.4 development environment (gtk2-devel on RedHat/Fedora derivatives)


http://www.ezix.org/project/wiki/HardwareLiSter

HAHAHA.

lshw-gui is in the repos. Very Happy



_________________
Mandriva 2024.1 PWP
Mandriva Cooker
ArtistX live
Back to top
View user's profile Send private message
Germ
Keeper of the BIG STICK


Joined: 30 Apr 2024
Posts: 12452
Location: Planet Earth

PostPosted: Mon Apr 07, 2024 12:29 pm    Post subject: Reply with quote

Thanks, I'll have to grab that.



_________________
Laptop: Mandriva 2024 PowerPack - 2.6.33.5-0.2mnb
Desktop: Mandriva 2024 Free - kernel 2.6.33.2-1mib
Back to top
View user's profile Send private message Send e-mail Yahoo Messenger
Xeroid
Site Admin


Joined: 19 Apr 2024
Posts: 6456
Location: Georgia

PostPosted: Tue Jun 24, 2024 9:34 pm    Post subject: Reply with quote

Sorry to revive an old thread but will lshw show if a laptop has a cardbus slot? I have a friend bringing his Compaq laptop over later to order a new hard disk (which died a horrible death) and he wants to add a wireless adapter. I've searched for a way to tell if his machine has the newer cardbus slot but all I can find is a winders method using device manager. This is not an option right now because he has no working winders.



_________________
Ubuntu 10.04 . . . Kernel-2.6.32-22
Back to top
View user's profile Send private message Send e-mail Visit poster's website
nukes
Linux Guru


Joined: 29 Aug 2024
Posts: 4558

PostPosted: Tue Jun 24, 2024 9:56 pm    Post subject: Reply with quote

Xeriod: it will show a pci-to-cardbus/pcmcia bridge or similar. You can then google the reported chip to see what spec it supports.
In practice, any laptop from the past 10 years will be compatible with cardbus. (in fact I seem to recall that cardbus is essentially a type 2 PCMCIA slot, but don't quote me on that)

JP: couldn't you just open it and have a look?



_________________
Gentoo x86-64 2.6.29.1
FreeBSD 7-CURRENT
Arch x86 2.6.30
Back to top
View user's profile Send private message Visit poster's website AIM Address MSN Messenger
JP
Linux Guru


Joined: 07 Jul 2024
Posts: 6670
Location: Central Montana

PostPosted: Wed Jun 25, 2024 2:01 am    Post subject: Reply with quote

nukes wrote:
JP: couldn't you just open it and have a look?


Yes I could, I could also look up the motherboard on the Internet ..... but that wouldn't give me a command line option .... why tear it apart if you can issue a command ?



_________________
Dell Box - Arch Linux
Dell Lappy - DreamLinux 3.5 - Default OS
Mepis 8.0 - Backup
Back to top
View user's profile Send private message Visit poster's website
Xeroid
Site Admin


Joined: 19 Apr 2024
Posts: 6456
Location: Georgia

PostPosted: Wed Jun 25, 2024 2:03 am    Post subject: Reply with quote

Once I got the laptop I was able to go online and find that it did have a cardbus slot. Smile



_________________
Ubuntu 10.04 . . . Kernel-2.6.32-22
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    USA Linux Users Group Forum Index » Command Line Commands 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
All content © 2024-2009 - Usa Linux Users Group
This forum is powered by phpBB. © 2024-2009 phpBB Group
Theme created by phpBBStyles.com and modified by Crouse