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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
|
12-20-2004, 04:48 PM
|
#1
|
LQ Newbie
Registered: Dec 2004
Distribution: Fedora Core 3
Posts: 17
Rep:
|
no sound card but no sound in linux
Here's what I have in my sony RA826G:
Audio Card Advice
Integrated Audio (7.1 channel capable)
"Integrated audio" refers to audio components that are integrated with the computer's main hardware, as opposed to being part of a separate sound card. Integrating allows the computer to deliver very good sound with relatively little extra cost. In this case, the audio system is capable of delivering "7.1" channel surround sound, an advanced form of surround sound based on eight speakers. In terms of sound quality, unless you are a highly discerning audiophile, you will be unlikely to notice the difference between this and more expensive choices.
As you can see it doesn't have a sound card,...how would I setup linux to work with sound in a situation like this? Any help is greatly appreciated,..thanks in advance!
|
|
|
12-20-2004, 04:54 PM
|
#2
|
Moderator
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
|
Hi and welcome to LQ. Regardless of it being built in, you will still have a sound card. Do you have Windows still installed? If so, go to the device manager and see the spec lised under sound and let us know what the make/model is.
|
|
|
12-20-2004, 04:58 PM
|
#3
|
LQ Newbie
Registered: Dec 2004
Distribution: Fedora Core 3
Posts: 17
Original Poster
Rep:
|
Under "sound" there are a few things:
Audio Codecs
Legacy Audio Drivers
Legacy Video Capture Drivers
Media Control Devices
Realtek High Definition Audio
Sony MPEG RealTime encorder board
Video Codecs
Not sure which one it is you want
Last edited by pragun; 12-20-2004 at 05:09 PM.
|
|
|
12-20-2004, 05:38 PM
|
#4
|
LQ Newbie
Registered: Dec 2004
Distribution: Fedora Core 3
Posts: 17
Original Poster
Rep:
|
anyone?
|
|
|
12-20-2004, 06:15 PM
|
#5
|
LQ Guru
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296
Rep:
|
If you have linux installed on the machine please post the output of the following commands from a terminal or konsole.
/sbin/lspci -v
/sbin/lsmod
good luck.
|
|
|
12-20-2004, 06:40 PM
|
#6
|
LQ Newbie
Registered: Dec 2004
Distribution: Fedora Core 3
Posts: 17
Original Poster
Rep:
|
[root@localhost sbin]# /sbin/lspci -v
bash: /sbin/lspci: No such file or directory
[root@localhost sbin]# /sbin/lsmod
Module Size Used by
vfat 12704 0
fat 41952 1 vfat
parport_pc 32352 0
ppdev 8676 0
parport 35848 2 parport_pc,ppdev
snd-seq-oss 33728 0
snd-seq-midi-event 7328 1 snd-seq-oss
snd-seq 52560 4 snd-seq-oss,snd-seq-midi-event
snd-seq-device 7336 2 snd-seq-oss,snd-seq
snd-pcm-oss 51080 0
snd-pcm 86948 1 snd-pcm-oss
snd-timer 22724 2 snd-seq,snd-pcm
snd-page-alloc 8392 1 snd-pcm
e1000 82500 0
floppy 57168 0
snd-mixer-oss 18592 1 snd-pcm-oss
snd 49028 7 snd-seq-oss,snd-seq,snd-seq-device,snd-pcm-oss,snd-pcm,snd-timer,snd-mixer-oss
soundcore 8288 1 snd
md5 4576 1
ipv6 249412 14
af_packet 17864 2
ide-cd 38528 0
cdrom 38844 1 ide-cd
loop 13896 0
nls_iso8859-1 4672 1
ntfs 149980 1
genrtc 9112 0
ext3 123496 2
jbd 56600 1 ext3
sd_mod 20096 5
ata_piix 7460 4
libata 39300 1 ata_piix
scsi_mod 106788 2 sd_mod,libata
|
|
|
12-21-2004, 03:02 AM
|
#7
|
Moderator
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
|
Iam guessing these 2 are the ones:
Realtek High Definition Audio
Sony MPEG RealTime encorder board
Realtek and/or Sony.
Frankly, I would just grab a recent distro (Mandrake 10 and up have excellent hardware detection) and install away. Most of the time the install will deal with all your hardware, and if it doesn't, post back with any error messages.
|
|
|
12-21-2004, 02:49 PM
|
#8
|
LQ Newbie
Registered: Dec 2004
Distribution: Fedora Core 3
Posts: 17
Original Poster
Rep:
|
I have had Mandrake 10.1 installed, I'm just not sure how to set sound up with this system.
|
|
|
12-21-2004, 05:03 PM
|
#9
|
LQ Guru
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296
Rep:
|
Issue this as root or su - and post the results please.
lspci -v
good luck.
|
|
|
12-21-2004, 05:13 PM
|
#10
|
LQ Newbie
Registered: Dec 2004
Distribution: Fedora Core 3
Posts: 17
Original Poster
Rep:
|
00:00.0 Host bridge: Intel Corp. 915G/P/GV Processor to I/O Controller (rev 04)
Subsystem: Sony Corporation: Unknown device 819b
Flags: bus master, fast devsel, latency 0
Capabilities: [e0] #09 [2109]
00:01.0 PCI bridge: Intel Corp. 915G/P/GV PCI Express Root Port (rev 04) (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
I/O behind bridge: 0000c000-0000cfff
Memory behind bridge: f0000000-fbefffff
Prefetchable memory behind bridge: c0000000-d7ffffff
Capabilities: [88] #0d [0000]
Capabilities: [80] Power Management version 2
Capabilities: [90] Message Signalled Interrupts: 64bit- Queue=0/0 Enable-
Capabilities: [a0] #10 [0141]
00:1b.0 Class 0403: Intel Corp. 82801FB/FBM/FR/FW/FRW (ICH6 Family) High Definition Audio Controller (rev 03)
Subsystem: Sony Corporation: Unknown device 81a0
Flags: bus master, fast devsel, latency 0, IRQ 16
Memory at dfffc000 (64-bit, non-prefetchable) [size=16K]
Capabilities: [50] Power Management version 2
Capabilities: [60] Message Signalled Interrupts: 64bit+ Queue=0/0 Enable-
Capabilities: [70] #10 [0091]
00:1c.0 PCI bridge: Intel Corp. 82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI Express Port 1 (rev 03) (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
I/O behind bridge: 0000d000-0000dfff
Capabilities: [40] #10 [0141]
Capabilities: [80] Message Signalled Interrupts: 64bit- Queue=0/0 Enable-
Capabilities: [90] #0d [0000]
Capabilities: [a0] Power Management version 2
00:1d.0 USB Controller: Intel Corp. 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #1 (rev 03) (prog-if 00 [UHCI])
Subsystem: Sony Corporation: Unknown device 819d
Flags: bus master, medium devsel, latency 0, IRQ 23
I/O ports at b480 [size=32]
00:1d.1 USB Controller: Intel Corp. 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #2 (rev 03) (prog-if 00 [UHCI])
Subsystem: Sony Corporation: Unknown device 819d
Flags: bus master, medium devsel, latency 0, IRQ 19
I/O ports at b800 [size=32]
00:1d.2 USB Controller: Intel Corp. 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #3 (rev 03) (prog-if 00 [UHCI])
Subsystem: Sony Corporation: Unknown device 819d
Flags: bus master, medium devsel, latency 0, IRQ 18
I/O ports at b880 [size=32]
00:1d.3 USB Controller: Intel Corp. 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #4 (rev 03) (prog-if 00 [UHCI])
Subsystem: Sony Corporation: Unknown device 819d
Flags: bus master, medium devsel, latency 0, IRQ 16
I/O ports at bc00 [size=32]
00:1d.7 USB Controller: Intel Corp. 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB2 EHCI Controller (rev 03) (prog-if 20 [EHCI])
Subsystem: Sony Corporation: Unknown device 819d
Flags: bus master, medium devsel, latency 0, IRQ 23
Memory at dfffbc00 (32-bit, non-prefetchable) [size=1K]
Capabilities: [50] Power Management version 2
Capabilities: [58] #0a [20a0]
00:1e.0 PCI bridge: Intel Corp. 82801 PCI Bridge (rev d3) (prog-if 01 [Subtractive decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=03, subordinate=03, sec-latency=32
I/O behind bridge: 0000e000-0000efff
Memory behind bridge: fbf00000-fbffffff
Prefetchable memory behind bridge: 00000000d8000000-00000000def00000
Capabilities: [50] #0d [0000]
00:1f.0 ISA bridge: Intel Corp. 82801FB/FR (ICH6/ICH6R) LPC Interface Bridge (rev 03)
Subsystem: Sony Corporation: Unknown device 819d
Flags: bus master, medium devsel, latency 0
00:1f.1 IDE interface: Intel Corp. 82801FB/FBM/FR/FW/FRW (ICH6 Family) IDE Controller (rev 03) (prog-if 8a [Master SecP PriP])
Subsystem: Sony Corporation: Unknown device 819d
Flags: bus master, medium devsel, latency 0, IRQ 18
I/O ports at <unassigned>
I/O ports at <unassigned>
I/O ports at <unassigned>
I/O ports at <unassigned>
I/O ports at ffa0 [size=16]
00:1f.2 IDE interface: Intel Corp. 82801FB/FW (ICH6/ICH6W) SATA Controller (rev 03) (prog-if 8f [Master SecP SecO PriP PriO])
Subsystem: Sony Corporation: Unknown device 819e
Flags: bus master, 66Mhz, medium devsel, latency 0, IRQ 19
I/O ports at b400 [size=8]
I/O ports at b080 [size=4]
I/O ports at b000 [size=8]
I/O ports at ac00 [size=4]
I/O ports at a880 [size=16]
Capabilities: [70] Power Management version 2
00:1f.3 SMBus: Intel Corp. 82801FB/FBM/FR/FW/FRW (ICH6 Family) SMBus Controller (rev 03)
Subsystem: Sony Corporation: Unknown device 819d
Flags: medium devsel, IRQ 19
I/O ports at 0400 [size=32]
01:00.0 VGA compatible controller: ATI Technologies Inc: Unknown device 3e50 (prog-if 00 [VGA])
Subsystem: Sony Corporation: Unknown device 0002
Flags: bus master, fast devsel, latency 0, IRQ 16
Memory at c0000000 (32-bit, prefetchable) [size=256M]
I/O ports at c000 [size=256]
Memory at f0000000 (32-bit, non-prefetchable) [size=64K]
Expansion ROM at fbee0000 [disabled] [size=128K]
Capabilities: [50] Power Management version 2
Capabilities: [58] #10 [0001]
Capabilities: [80] Message Signalled Interrupts: 64bit+ Queue=0/0 Enable-
03:03.0 FireWire (IEEE 1394): NEC Corporation uPD72874 IEEE1394 OHCI 1.1 3-port PHY-Link Ctrlr (rev 01) (prog-if 10 [OHCI])
Subsystem: Sony Corporation: Unknown device 811e
Flags: bus master, medium devsel, latency 64, IRQ 20
Memory at fbfff000 (32-bit, non-prefetchable) [size=4K]
Capabilities: [60] Power Management version 2
03:04.0 Multimedia video controller: Internext Compression Inc iTVC16 (CX23416) MPEG-2 Encoder (rev 01)
Subsystem: Sony Corporation: Unknown device 813d
Flags: bus master, medium devsel, latency 64, IRQ 16
Memory at d8000000 (32-bit, prefetchable) [size=64M]
Capabilities: [44] Power Management version 2
03:06.0 Ethernet controller: Intel Corp. 82541GI/PI Gigabit Ethernet Controller
Subsystem: Sony Corporation: Unknown device 81a2
Flags: bus master, 66Mhz, medium devsel, latency 64, IRQ 21
Memory at fbfc0000 (32-bit, non-prefetchable) [size=128K]
Memory at fbfa0000 (32-bit, non-prefetchable) [size=128K]
I/O ports at ec00 [size=64]
Expansion ROM at fbf80000 [disabled] [size=128K]
Capabilities: [dc] Power Management version 2
Capabilities: [e4] PCI-X non-bridge device.
|
|
|
12-21-2004, 05:33 PM
|
#11
|
LQ Guru
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296
Rep:
|
Try to modprobe the module like this.
modprobe snd-intel8x0
I'm not sure if the ich6 is supported by alsa, if it is that module should work. If it's not you may have to look at the oss drivers.
http://www.opensound.com/
good luck.
|
|
|
12-21-2004, 06:48 PM
|
#12
|
LQ Newbie
Registered: Dec 2004
Distribution: Fedora Core 3
Posts: 17
Original Poster
Rep:
|
for some reason, if i try to do "alsamixer" this is what i get:
[pragun@localhost pragun]$ alsamixer
alsamixer: function snd_ctl_open failed for default: No such device
|
|
|
12-21-2004, 07:08 PM
|
#13
|
LQ Guru
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296
Rep:
|
Did you try the modprobe, if so did you encounter any errors? I ask this because you're posting info on failed alsamixer errors which should be expected at this point since the modules for the card have not been recognized nor loaded at this point.
If you do not see this module
snd-intel8x0
loaded from the command
lsmod
then basically the driver is not loaded for the card. If the driver/module isn't loaded then no mixer will work. You'll have to get the proper modules loaded before your mixers will do you any good. Hope this helps, I know it's frustrating, hang in there.
good luck.
|
|
|
12-22-2004, 04:29 PM
|
#14
|
LQ Newbie
Registered: Dec 2004
Distribution: Fedora Core 3
Posts: 17
Original Poster
Rep:
|
I've changed distros to Fedora Core 3 as I like it better....what would be the way to get the sound working on FC3?
|
|
|
12-22-2004, 04:34 PM
|
#15
|
LQ Guru
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296
Rep:
|
I believe the tool is system-config-soundcard.
good luck.
|
|
|
All times are GMT -5. The time now is 09:48 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|