LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 03-10-2005, 12:50 PM   #1
amer_58
Member
 
Registered: Mar 2004
Distribution: Slackware 10.2
Posts: 213

Rep: Reputation: 30
List of all hardware installed?


What is the command to find all the installed hardware?

I think my Sound card(Motherboard) Is not working?
 
Old 03-10-2005, 01:16 PM   #2
makuyl
Senior Member
 
Registered: Dec 2004
Location: Helsinki
Distribution: Debian Sid
Posts: 1,107

Rep: Reputation: 54
"lspci -v", the v stands for verbose, you can leave it out or if you want, do "lspci -vv"
for usb stuff you can use "lsusb -v"
 
Old 03-10-2005, 01:21 PM   #3
amer_58
Member
 
Registered: Mar 2004
Distribution: Slackware 10.2
Posts: 213

Original Poster
Rep: Reputation: 30
Does that means My audio card is not working
Code:
00:11.5 Multimedia audio controller: VIA Technologies, Inc. VT8233/A/8235/8237 AC97 Audio Controller (rev 50)
        Subsystem: Holco Enterprise Co, Ltd/Shuttle Computer: Unknown device a237
        Flags: medium devsel, IRQ 10
        I/O ports at e000 [size=256]
        Capabilities: [c0] Power Management version 2
 
Old 03-10-2005, 01:35 PM   #4
makuyl
Senior Member
 
Registered: Dec 2004
Location: Helsinki
Distribution: Debian Sid
Posts: 1,107

Rep: Reputation: 54
I don't see why it shouldn't work. Are you using alsa or OSS? Post the output of lsmod
 
Old 03-10-2005, 01:44 PM   #5
amer_58
Member
 
Registered: Mar 2004
Distribution: Slackware 10.2
Posts: 213

Original Poster
Rep: Reputation: 30
Quote:
Originally posted by makuyl
I don't see why it shouldn't work. Are you using alsa or OSS? Post the output of lsmod
I have no idea what you have just asked.
 
Old 03-10-2005, 01:48 PM   #6
makuyl
Senior Member
 
Registered: Dec 2004
Location: Helsinki
Distribution: Debian Sid
Posts: 1,107

Rep: Reputation: 54
Sorry, type "lsmod" without quotes and post the output.
OSS and ALSA are linux sound systems, ALSA is newer and better but OSS is easier to setup.
 
Old 03-10-2005, 01:51 PM   #7
amer_58
Member
 
Registered: Mar 2004
Distribution: Slackware 10.2
Posts: 213

Original Poster
Rep: Reputation: 30
Quote:
Originally posted by makuyl
Sorry, type "lsmod" without quotes and post the output.
OSS and ALSA are linux sound systems, ALSA is newer and better but OSS is easier to setup.
Thanks makuyl... This is the output
Code:
I saw the little runt sitting there on a log
I asked him his name and in a raspy voice he said Yoda
        Y-O-D-A Yoda, Yo-Yo-Yo-Yo Yoda

Well I've been around but I ain't never seen
A guy who looks like a Muppet but he's wrinkled and green
        Oh my Yoda, Yo-Yo-Yo-Yo Yoda
Well I'm not dumb but I can't understand
How he can raise me in the air just by raising his hand
        Oh my Yoda, Yo-Yo-Yo-Yo Yoda, Yo-Yo-Yo-Yo Yoda

root@Admin:~# lsmod
Module                  Size  Used by    Not tainted
appletalk              19972   1  (autoclean)
ipx                    16548   1  (autoclean)
snd-pcm-oss            36704   0
snd-mixer-oss          12152   0  [snd-pcm-oss]
scanner                10720   0  (unused)
uhci                   24284   0  (unused)
ehci-hcd               17516   0  (unused)
usbcore                58860   1  [scanner uhci ehci-hcd]
snd-via82xx            12928   0
gameport                1420   0  [snd-via82xx]
snd-ac97-codec         52472   0  [snd-via82xx]
snd-pcm                54504   0  [snd-pcm-oss snd-via82xx snd-ac97-codec]
snd-timer              13412   0  [snd-pcm]
snd-mpu401-uart         3200   0  [snd-via82xx]
snd-rawmidi            12320   0  [snd-mpu401-uart]
snd-seq-device          3812   0  [snd-rawmidi]
snd                    31268   0  [snd-pcm-oss snd-mixer-oss snd-via82xx snd-ac97-codec snd-pcm snd-timer snd-mpu401-uart snd-rawmidi snd-seq-device]
snd-page-alloc          4712   0  [snd-mixer-oss snd-via82xx snd-pcm snd-timer snd-rawmidi snd-seq-device snd]
soundcore               3396   4  [snd]
via-rhine              12368   1
mii                     2272   0  [via-rhine]
crc32                   2880   0  [via-rhine]
pcmcia_core            39172   0
ntfs                   51232   1  (autoclean)
ide-scsi                9392   0
agpgart                45092   0  (unused)
 
Old 03-10-2005, 01:52 PM   #8
makuyl
Senior Member
 
Registered: Dec 2004
Location: Helsinki
Distribution: Debian Sid
Posts: 1,107

Rep: Reputation: 54
Found a couple howtos: http://wiki.linuxquestions.org/wiki/...lackware_Linux
http://www.linuxinfor.com/english/Al...ndex.html#toc3
 
Old 03-10-2005, 01:55 PM   #9
makuyl
Senior Member
 
Registered: Dec 2004
Location: Helsinki
Distribution: Debian Sid
Posts: 1,107

Rep: Reputation: 54
Well, the modules look ok to me, although I'm no expert on this.
Does alsa see the card? cat /proc/asound/cards
Can you play any audio? play somefile.wav
Have you ran alsaconf? alsaconf
Tried pumping up the volumes? alsamixer or aumix
 
Old 03-10-2005, 02:01 PM   #10
amer_58
Member
 
Registered: Mar 2004
Distribution: Slackware 10.2
Posts: 213

Original Poster
Rep: Reputation: 30
I am able to paly .avi file ... Video Clip .. but there is no sound.
 
Old 03-10-2005, 02:06 PM   #11
makuyl
Senior Member
 
Registered: Dec 2004
Location: Helsinki
Distribution: Debian Sid
Posts: 1,107

Rep: Reputation: 54
Post the output of: cat /proc/asound/cards
Run "alsamixer" and pump up the volumes
Post also the output of: ls -l /dev/dsp0 /dev/audio /dev/audio0
Try first to get this to work in a console, then GUI
 
Old 03-11-2005, 02:56 PM   #12
amer_58
Member
 
Registered: Mar 2004
Distribution: Slackware 10.2
Posts: 213

Original Poster
Rep: Reputation: 30
Output of cat /proc/asound/cards

Code:
0 [V8235          ]: VIA8233 - VIA 8235
VIA 8235 with VIA1612A at 0xe000, irq 10
Output of ls -l /dev/dsp0 /dev/audio /dev/audio0

Code:
lrwxrwxrwx  1 root root      6 2005-02-15 12:07 /dev/audio -> audio0
crw-rw--w-  1 root audio 14, 4 2003-08-29 10:47 /dev/audio0
crw-rw--w-  1 root audio 14, 3 2003-08-29 10:47 /dev/dsp0
 
Old 03-11-2005, 03:35 PM   #13
Genesee
Member
 
Registered: Dec 2002
Distribution: Slackware
Posts: 927

Rep: Reputation: 30
are you sure the volume isn't muted? have you checked the mixer as makuyl suggested?
 
Old 03-11-2005, 03:41 PM   #14
amer_58
Member
 
Registered: Mar 2004
Distribution: Slackware 10.2
Posts: 213

Original Poster
Rep: Reputation: 30
Yes I am sure, However I have insalled alsa but am stuck on this point:

If you get an "init_module: No such device" error when you run this modprobe command, make sure that you uninstall all the sound related modules first.
When I run lsmod this is the output BUT I am not sure what to uninstall.
Code:
Module                  Size  Used by    Not tainted
appletalk              19972   1  (autoclean)
ipx                    16548   1  (autoclean)
snd-pcm-oss            36704   0  (unused)
snd-mixer-oss          12152   0  [snd-pcm-oss]
scanner                10720   0  (unused)
uhci                   24284   0  (unused)
ehci-hcd               17516   0  (unused)
usbcore                58860   1  [scanner uhci ehci-hcd]
snd-via82xx            12928   1
gameport                1420   0  [snd-via82xx]
snd-ac97-codec         52472   0  [snd-via82xx]
snd-pcm                54504   1  [snd-pcm-oss snd-via82xx snd-ac97-codec]
snd-timer              13412   0  [snd-pcm]
snd-mpu401-uart         3200   0  [snd-via82xx]
snd-rawmidi            12320   0  [snd-mpu401-uart]
snd-seq-device          3812   0  [snd-rawmidi]
snd                    31268   0  [snd-pcm-oss snd-mixer-oss snd-via82xx snd-ac97-codec snd-pcm snd-timer snd-mpu401-uart snd-rawmidi snd-seq-device]
snd-page-alloc          4712   0  [snd-mixer-oss snd-via82xx snd-pcm snd-timer snd-rawmidi snd-seq-device snd]
soundcore               3396   4  [snd]
via-rhine              12368   1
mii                     2272   0  [via-rhine]
crc32                   2880   0  [via-rhine]
pcmcia_core            39172   0
ntfs                   51232   1  (autoclean)
ide-scsi                9392   0
agpgart                45092   0  (unused)
root@Admin:~#
 
Old 03-11-2005, 03:51 PM   #15
perfect_circle
Senior Member
 
Registered: Oct 2004
Location: Athens, Greece
Distribution: Slackware, arch
Posts: 1,783

Rep: Reputation: 53
muted are the bars that have MM on top. you unmute them with m. Are you root and you still cannot output any sound and alsaconf detected your card?

Try to play something from the console, without running KDE.
use mpg123 to play mp3.
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Is there a single command to list all hardware installed (command line)? davee Linux - Hardware 6 02-28-2009 07:19 PM
Ndiswrapper installed driver installed, hardware present, but modprobe doesn't likeit Flukey Linux - Hardware 1 04-14-2007 11:22 AM
Hardware list lrts Linux - Newbie 3 10-05-2005 10:41 AM
I have Redhat 3.0 factory installed on my Dell hardware. I have installed JDK 1.4.2 vcvinith Red Hat 2 04-18-2005 07:09 AM
Where Can I get Hardware List? DavidTempler Fedora 3 01-08-2004 06:46 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 04:05 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration