LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 03-22-2004, 03:23 PM   #1
Meowatilla
LQ Newbie
 
Registered: Mar 2004
Posts: 29

Rep: Reputation: 15
Suse 9: Only getting sound coming out of one channel! :(


SuSE 9.0 on an MSI K7D Master motherboard/AMD MP-1800x2/1GB RAM
Turtle Beach Santa Cruz PCI sound card

OK,

So I figured out to get sound to come out of my Santa Cruz card and not the onboard audio on the K7D Master, I had to delete both sound cards inside YaST and then re-install just the Santa Cruz.. And it works.. Well, HALF-WAY works-- I can only get audio to come out of the right channel!

I fussed around with the mixer controls.. There are no "Balance" sliders that I can find..

(This is not the speakers, already tried a different pair)

Thanks guys

cat /proc/pci:
Code:
# cat /proc/pci
PCI devices found:
 Bus  0, device   0, function  0:
   Host bridge: Advanced Micro Devices [AMD] AMD-760 MP [IGD4-2P] System Controller (rev 17).
     Master Capable.  Latency=32.
     Prefetchable 32 bit memory at 0xf0000000 [0xf7ffffff].
     Prefetchable 32 bit memory at 0xfc000000 [0xfc000fff].
     I/O at 0xec00 [0xec03].
 Bus  0, device   1, function  0:
   PCI bridge: Advanced Micro Devices [AMD] AMD-760 MP [IGD4-2P] AGP Bridge (rev 0).
     Master Capable.  Latency=32.  Min Gnt=14.
 Bus  0, device   7, function  0:
   ISA bridge: Advanced Micro Devices [AMD] AMD-768 [Opus] ISA (rev 5).
 Bus  0, device   7, function  1:
   IDE interface: Advanced Micro Devices [AMD] AMD-768 [Opus] IDE (rev 4).
     Master Capable.  Latency=32.
     I/O at 0xe000 [0xe00f].
 Bus  0, device   7, function  3:
   Bridge: Advanced Micro Devices [AMD] AMD-768 [Opus] ACPI (rev 3).
     Master Capable.  Latency=32.
 Bus  0, device   7, function  5:
   Multimedia audio controller: Advanced Micro Devices [AMD] AMD-768 [Opus] Audio (rev 3).
     IRQ 17.
     Master Capable.  Latency=32.
     I/O at 0xe400 [0xe4ff].
     I/O at 0xe800 [0xe83f].
 Bus  0, device  16, function  0:
   PCI bridge: Advanced Micro Devices [AMD] AMD-768 [Opus] PCI (rev 5).
     Master Capable.  Latency=32.  Min Gnt=6.
 Bus  1, device   5, function  0:
   VGA compatible controller: PCI device 1002:4150 (ATI Technologies Inc) (rev 0).
     IRQ 17.
     Master Capable.  Latency=255.  Min Gnt=8.
     Prefetchable 32 bit memory at 0xd0000000 [0xdfffffff].
     I/O at 0xc000 [0xc0ff].
     Non-prefetchable 32 bit memory at 0xf9000000 [0xf900ffff].
 Bus  1, device   5, function  1:
   Display controller: PCI device 1002:4170 (ATI Technologies Inc) (rev 0).
     Master Capable.  Latency=32.  Min Gnt=8.
     Prefetchable 32 bit memory at 0xe0000000 [0xefffffff].
     Non-prefetchable 32 bit memory at 0xf9010000 [0xf901ffff].
 Bus  2, device   0, function  0:
   USB Controller: Advanced Micro Devices [AMD] AMD-768 [Opus] USB (rev 7).
     IRQ 19.
     Master Capable.  Latency=32.  Max Lat=80.
     Non-prefetchable 32 bit memory at 0xfb100000 [0xfb100fff].
 Bus  2, device   4, function  0:
   Ethernet controller: National Semiconductor Corporation DP83815 (MacPhyter) Ethernet Controller (rev 0).
     IRQ 16.
     Master Capable.  Latency=32.  Min Gnt=11.Max Lat=52.
     I/O at 0xd000 [0xd0ff].
     Non-prefetchable 32 bit memory at 0xfb102000 [0xfb102fff].
 Bus  2, device   6, function  0:
   Multimedia audio controller: Cirrus Logic CS 4614/22/24 [CrystalClear SoundFusion Audio Accelerator] (rev 1).
     IRQ 18.
     Master Capable.  Latency=32.  Min Gnt=4.Max Lat=24.
     Non-prefetchable 32 bit memory at 0xfb101000 [0xfb101fff].
     Non-prefetchable 32 bit memory at 0xfb000000 [0xfb0fffff].


cat /etc/modules.conf:
CODE
# cat /etc/modules.conf
#
# Copyright (c) 1996-2002 SuSE Linux AG Nuernberg, Germany.
# All rights reserved.
#
# Author: Hubert Mantel <mantel@suse.de>, 1996-2002
#
# Configuration file for loadable modules; used by modprobe
#
#
########################################################################
# Aliases - specify your hardware
########################################################################

alias eth0 natsemi
alias eth1 off
alias tr0 off
alias scsi_hostadapter off
alias fb0 off

########################################################################
# only used for Mylex or Compaq Raid as module
########################################################################

alias block-major-48 off
alias block-major-49 off
alias block-major-72 off
alias block-major-73 off

########################################################################
# only needed for fifth and sixth IDE adaptor
########################################################################

alias block-major-56 off
alias block-major-57 off

########################################################################
# mouse (for older busmice)
########################################################################

alias char-major-10 off

########################################################################
# If you want to use the new autofs4
########################################################################

# alias autofs           autofs4

########################################################################
# For parallel port devices, uncomment the following two lines and
# change "frpw" to the protocol type you use
########################################################################

# post-install paride insmod frpw
# pre-remove paride rmmod frpw

########################################################################
#
# Aliases for OSS
#
# These aliases will be changed by YaST2 sound configurator.
# If you would like to configure OSS drivers by yourself, please
# take a look at the files on /usr/src/linux/Documentation/sound.
#
########################################################################

alias char-major-14 off
alias sound off
alias midi off

########################################################################
# Options; these are examples; uncomment and modify the lines you need
########################################################################

# options cdu31a         cdu31a_port=0x340 cdu31a_irq=0
# options sbpcd          sbpcd=0x230,1
# options aztcd          aztcd=0x320
# options cm206          cm206=0x340,11
# options gscd           gscd=0x340
# options mcd            mcd=0x300,11
# options mcdx           mcdx=0x300,11
# options optcd          optcd=0x340
# options sjcd           sjcd_base=0x340
# options sonycd535      sonycd535=0x340
# options isp16          isp16_cdrom_base=0x340 isp16_cdrom_irq=0 isp16_cdrom_dma=0 isp16_cdrom_type=Sanyo

# options ne             io=0x300 irq=5

# Use this if you have two cards:
# options ne             io=0x300,0x320 irq=5,7

# options tulip          options=0
# options 3c59x          options=0
# options 3c501          io=0x280 irq=5
# options 3c503          io=0x280 irq=5 xcvr=0
# options 3c505          io=0x300 irq=10
# options 3c507          io=0x300 irq=10
# options 3c509          irq=10
# options at1700         io=0x260 irq=10
# options smc-ultra      io=0x200 irq=10
# options wd             io=0x300 irq=10
# options smc9194        io=0x200 irq=10 ifport=0
# options e2100          io=0x300 irq=10 mem=0xd0000 xcvr=0
# options depca          io=0x200 irq=7
# options ewrk3          io=0x300 irq=10
# options eexpress       io=0x300 irq=10
# options hp-plus        io=0x300 irq=10
# options hp             io=0x300 irq=10
# options hp100          hp100_port=0x380
# options apricot        io=0x300 irq=10
# options ac3200         io=0x300 irq=10 mem=0xd0000
# options de620          io=0x378 irq=7 bnc=1
# options ibmtr          io=0xa20
# options arcnet         io=0x300 irq=10 shmem=0xd0000
# options plip           io=0x378 irq=7
# options eepro          io=0x260 irq=10 mem=0x6000
# options eth16i         io=0x2a0 irq=10
# options fmv18x         io=0x220 irq=10
# options ni52           io=0x360 irq=9 memstart=0xd0000 memend=0xd4000
# options bttv    pll=1 radio=0 card=0
# options tuner   type=0
# options msp3400 once=1 simple=1

# post-install bttv /sbin/modprobe "-k" tuner; #                   /sbin/modprobe "-k" msp3400

options dummy0 -o dummy0
options dummy1 -o dummy1

########################################################################
# cipe section
########################################################################

alias cipcb0 cipcb
alias cipcb1 cipcb

options cipcb cipe_debug=0

########################################################################
# block dev aliases
########################################################################

alias block-major-1 rd
alias block-major-2 floppy
alias block-major-3 off
alias block-major-7 loop
alias block-major-8 sd_mod
alias block-major-11 sr_mod
alias block-major-13 xd
alias block-major-15 cdu31a
alias block-major-16 gscd
alias block-major-17 optcd
alias block-major-18 sjcd
alias block-major-20 mcdx
alias block-major-22 off
alias block-major-23 mcd
alias block-major-24 sonycd535
alias block-major-25 sbpcd
alias block-major-26 sbpcd
alias block-major-27 sbpcd
alias block-major-28 sbpcd
alias block-major-29 aztcd
alias block-major-32 cm206
alias block-major-33 off
alias block-major-34 off
# network block device
alias block-major-43 off
alias block-major-45 pd
alias block-major-46 pcd
alias block-major-47 pf
alias block-major-117 evms

########################################################################
# char dev aliases
########################################################################

alias char-major-6 lp
alias char-major-9 st
alias char-major-10-130 softdog
alias char-major-10-134 off
alias char-major-10-135 off
alias char-major-10-175 agpgart
alias char-major-10-181 toshiba
alias char-major-10-240 agpgarti810
alias char-major-10-250 sonypi
options sonypi minor=250
alias char-major-15 off
alias char-major-19 cyclades
alias char-major-20 cyclades
alias char-major-21 sg
alias char-major-27 ftape
# fb
alias char-major-29 off
alias char-major-36 netlink_dev
# alias char-major-43       hisax
# alias char-major-44       hisax
# alias char-major-45       hisax
alias char-major-43 off
alias char-major-44 off
alias char-major-45 off
alias char-major-48 riscom8
alias char-major-49 riscom8
alias char-major-67 coda
alias char-major-75 specialix
alias char-major-76 specialix
alias char-major-81 videodev
alias char-major-81-0 off
alias char-major-81-1 off
alias char-major-81-2 off
alias char-major-81-3 off

alias char-major-83 vtx
options vtx quiet=1

alias char-major-89 i2c-dev
alias char-major-96 pt
alias char-major-97 pg
alias char-major-107 3dfx
alias char-major-109 lvm-mod

# Alsa sound support.
# Warning: please don't modify comments over aliases 'snd-card-#'
alias char-major-116 snd

########################################################################
# ppp over ethernet
# the kernel 2.2 uses pppox
# the kernel 2.4 uses pppoe
########################################################################

if `kernelversion` == "2.2"
alias char-major-144      pppox
post-install pppox insmod mssclampfw
pre-remove   pppox rmmod  mssclampfw
else
alias char-major-108      ppp_generic
alias char-major-144      pppoe
alias net-pf-24           pppoe
endif

########################################################################
# IrDA
########################################################################

alias char-major-161 ircomm-tty

########################################################################
# USB
########################################################################

# done by hotplug
alias char-major-166 off

########################################################################
# Moxa Multiport Serial Boards
########################################################################

alias char-major-172 moxa
alias char-major-173 moxa

# options moxa type=2,,, baseaddr=0xdc000,,, numports=8,,,
alias char-major-174 mxser
alias char-major-175 mxser
# options mxser ioaddr=0x180

#alias char-major-180     usbcore

alias InterMezzo intermezzo
alias char-major-185 intermezzo

alias char-major-188 usbserial

alias char-major-195 NVdriver
alias char-major-206 osst
alias char-major-212 off

alias binfmt-204 binfmt_aout
alias binfmt-263 binfmt_aout
alias binfmt-264 binfmt_aout
alias binfmt-267 binfmt_aout
alias binfmt-0064 binfmt_aout
alias binfmt-0008 binfmt_aout

alias iso9660 isofs
alias tty-ldisc-1 slip
alias tty-ldisc-2 serio
alias tty-ldisc-5 mkiss

# alias tty-ldisc-7       6pack
alias tty-ldisc-7 off

# IrDA
alias tty-ldisc-11 irtty

# alias ax0               mkiss
alias ax0 off
# alias sp0               6pack
alias sp0 off
alias slip0 slip
alias sl0 slip
alias slip1 slip
alias sl1 slip

########################################################################
# the kernel 2.2 uses ppp.o as ppp driver,
# the kernel 2.4 uses ppp_generic.o
########################################################################

if `kernelversion` == "2.2"
alias ppp0                ppp
alias ppp1                ppp
alias tty-ldisc-3         ppp
else
alias ppp0                ppp_generic
alias ppp1                ppp_generic
alias tty-ldisc-3         ppp_async
endif

alias plip0 plip
alias plip1 plip

# Tunnel interfaces
alias sit0 ipv6
alias gre0 ip_gre
alias ipip0 ipip

alias ppp-compress-18 ppp_mppe
alias ppp-compress-21 bsd_comp
alias ppp-compress-24 ppp_deflate
alias ppp-compress-26 ppp_deflate

alias net-pf-1 unix
alias net-pf-3 ax25
# alias net-pf-3            off
alias net-pf-4 ipx
# alias net-pf-4            off
alias net-pf-5 appletalk
# alias net-pf-5            off
alias net-pf-6 netrom
# alias net-pf-6            off
alias net-pf-10 ipv6
# alias net-pf-10           off
alias net-pf-11 rose
# alias net-pf-11           off
alias net-pf-17 af_packet
alias net-pf-31 bluez

alias bt-proto-0 l2cap
alias bt-proto-2 sco
alias bt-proto-3 rfcomm
alias bt-proto-4 bnep

alias md-personality-1 linear
alias md-personality-2 raid0
alias md-personality-3 raid1
alias md-personality-4 raid5
alias md-personality-7 multipath

alias tap0 ethertap
alias tap1 ethertap
alias tap2 ethertap
alias tap3 ethertap
alias tap4 ethertap
alias tap5 ethertap
alias tap6 ethertap
alias tap7 ethertap
alias tap8 ethertap
alias tap9 ethertap
alias tap10 ethertap
alias tap11 ethertap
alias tap12 ethertap
alias tap13 ethertap
alias tap14 ethertap
alias tap15 ethertap

# don't try to reset isa-pnp cards on startup
options isa-pnp isapnp_reset=0

# end of common part for modules.conf
# begin of i386 part for modules.conf

alias char-major-4 serial
alias char-major-5 serial

alias parport_lowlevel parport_pc
# options parport_pc io=0x378 irq=none,none
# If you have multiple parallel ports, specify them this way:
# options parport_pc io=0x378,0x278  irq=none,none

# Linux ACP modem (Mwave)
alias char-major-10-219 mwave
# options mwave dspirq=10 dspio=0x130 uartirq=3 uartio=0x2f8

# nVidia nforce chipset (network + audio)
#alias eth0 nvnet
#alias sound-slot-1 nvaudio
#alias usb-interface usb-ohci

# IBM thinkpad tpctl
# see /usr/share/doc/packages/tpctl/
alias char-major-10-170 thinkpad
# options thinkpad enable_smapi=0

# Linux-ABI
if `kernelversion` == "2.2"
alias char-major-30       iBCS
alias binfmt-332          iBCS
alias binfmt-518          iBCS
alias binfmt-002c         iBCS
else
alias char-major-30       abi-ibcs
alias binfmt-0004         binfmt_coff
alias binfmt-332          abi-ibcs
alias binfmt-518          abi-ibcs
alias binfmt-002c         abi-ibcs
alias personality-1       abi-ibcs
alias personality-2       abi-ibcs
alias personality-3       abi-sco
alias personality-4       abi-wyse
alias personality-5       abi-ibcs
alias personality-7       abi-ibcs
alias personality-13      abi-solaris
alias personality-14      abi-uw7
post-install binfmt_misc mount -t binfmt_misc none /proc/sys/fs/binfmt_misc
pre-remove binfmt_misc umount /proc/sys/fs/binfmt_misc
endif

# required for DRI support on SiS chips
options sisfb mem=12288 mode=none

########################################################################
# AGP
########################################################################

pre-install mga /sbin/modprobe "-k" "agpgart"
pre-install r128 /sbin/modprobe "-k" "agpgart"
pre-install radeon /sbin/modprobe "-k" "agpgart"
options agpgart agp_try_unsupported=1

options snd-cs46xx snd_enable=1 snd_external_amp=0 snd_index=0 snd_mmap_valid=0 snd_thinkpad=0
options snd-intel8x0 snd_ac97_clock=0 snd_enable=1 snd_index=0
options snd snd_cards_limit=1 snd_major=116




# YaST2: sound system dependent part
#
alias sound-slot-0 snd-card-0
alias sound-service-0-0 snd-mixer-oss
alias sound-slot-1 off
alias sound-service-1-0 off
alias sound-slot-2 off
alias sound-service-2-0 off
alias sound-slot-3 off
alias sound-service-3-0 off
# ejN_.r2wSKYSOUwF:CS 4614/22/24 [CrystalClear SoundFusion Audio Accelerator]
alias snd-card-0 snd-cs46xx
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-11 snd-mixer-oss
alias sound-service-0-12 snd-pcm-oss


# end of i386 part for modules.conf
# please keep this at the end and add local modifications to modules.conf.local
include /etc/modules.conf.local

cat /proc/modules:
Code:
# cat /proc/modules
snd-seq                44208   1 (autoclean)
snd-cs46xx             83592   5
snd-pcm                78432   1 [snd-cs46xx]
snd-timer              17984   0 [snd-seq snd-pcm]
snd-ac97-codec         45784   0 [snd-cs46xx]
snd-rawmidi            16416   0 [snd-cs46xx]
snd-seq-device          4660   0 [snd-seq snd-rawmidi]
snd                    43204   4 [snd-seq snd-cs46xx snd-pcm snd-timer snd-ac97-codec snd-rawmidi snd-seq-device]
nls_iso8859-1           2844   1 (autoclean)
nls_cp437               4348   1 (autoclean)
vfat                   11404   1 (autoclean)
fat                    33592   0 (autoclean) [vfat]
fglrx                 178856   9
isa-pnp                33640   0 (unused)
usbserial              21468   0 (autoclean) (unused)
parport_pc             29096   1 (autoclean)
lp                      6912   0 (autoclean)
parport                27144   1 (autoclean) [parport_pc lp]
gameport                1724   0 [snd-cs46xx]
ipv6                  273344  -1 (autoclean)
key                    73808   0 (autoclean) [ipv6]
thermal                 6148   0 (unused)
processor               8460   0 [thermal]
fan                     1472   0 (unused)
button                  2380   0 (unused)
soundcore               4356   0 [snd]
battery                 5600   0 (unused)
snd-page-alloc          7028   0 [snd-cs46xx snd-pcm]
ac                      1696   0 (unused)
st                     30640   0 (autoclean) (unused)
sr_mod                 14488   0 (autoclean)
sg                     36576   0 (autoclean)
keybdev                 2156   0 (unused)
mousedev                4504   0 (unused)
joydev                  5600   0
evdev                   3968   0 (unused)
input                   3808   0 [keybdev mousedev joydev evdev]
usb-ohci               20744   0 (unused)
usbcore                67980   1 [usbserial usb-ohci]
raw1394                19280   0 (unused)
ieee1394              191076   0 [raw1394]
natsemi                17472   1
ide-scsi               11472   0
scsi_mod              104044   4 [st sr_mod sg ide-scsi]
ide-cd                 32512   0
cdrom                  29760   0 [sr_mod ide-cd]
ext3                   93352   1 (autoclean)
jbd                    56356   1 (autoclean) [ext3]
dm-mod                 51164   0 (unused)
reiserfs              228372   5

ls -L -l /dev/dsp*:
Code:
# ls -L -l /dev/dsp*
crw-rw----    1 root     audio     14,   3 2003-10-02 13:45 /dev/dsp
crw-rw----    1 root     audio     14,   3 2003-10-02 13:45 /dev/dsp0
crw-rw----    1 root     audio     14,  19 2003-10-02 13:45 /dev/dsp1
crw-rw----    1 root     audio     14,  35 2003-10-02 13:45 /dev/dsp2
crw-rw----    1 root     audio     14,  51 2003-10-02 13:45 /dev/dsp3
crw-rw----    1 root     root      55,   0 2003-10-02 13:45 /dev/dsp56k
 
Old 03-23-2004, 07:28 AM   #2
njbrain
Member
 
Registered: Jan 2004
Location: Rhinelander, WI, U.S.
Distribution: Slackware
Posts: 416

Rep: Reputation: 30
Could be your sound card. Play a nice long sound, like a song. While it is playing, push down on the speaker cable where it plugs into the sound card. See if sound comes out of the other speaker.
Noah
 
Old 03-23-2004, 12:50 PM   #3
Meowatilla
LQ Newbie
 
Registered: Mar 2004
Posts: 29

Original Poster
Rep: Reputation: 15
It is not the sound card jacks or cabling. I can boot into Windoze and everything is just fine!

I have both a pair of digital speakers plugged in as well as regular (my monitor and headphones) -- both are only playing on the right channel.

Last edited by Meowatilla; 03-23-2004 at 12:51 PM.
 
Old 03-23-2004, 04:43 PM   #4
Meowatilla
LQ Newbie
 
Registered: Mar 2004
Posts: 29

Original Poster
Rep: Reputation: 15
YAY I FIXED IT!!!

OK here's what I did:
First tried upgrading to Kernel 2.6.4 ... Didn't change anything

So I thought of restarting the sound system.. Poked around in /etc/init.d/rc5.d/ and discovered S13alsasound... ah, so my system is using Alsa for sound.. So then I thought to do a "locate alsa" and discovered this program "alsaconf" and voila!

Everything is groovy

 
Old 03-23-2004, 05:05 PM   #5
Pwnz3r
Member
 
Registered: Jan 2004
Location: Lancaster, OH
Distribution: Gentoo
Posts: 393

Rep: Reputation: 30
Geeze, Suse is confuzzling.
 
Old 03-25-2004, 01:49 AM   #6
Meowatilla
LQ Newbie
 
Registered: Mar 2004
Posts: 29

Original Poster
Rep: Reputation: 15
Don't blame SuSE -- also had the exact same problems in Fedora...

Linux is confuzzling!
 
Old 04-01-2004, 01:33 AM   #7
Necromancyr
LQ Newbie
 
Registered: Apr 2004
Posts: 4

Rep: Reputation: 0
I'm running Mandrake 10 (and am a complete newb) and I'm wondering exactly how you got this fixed - there's no alsaconf program anywhere that I can locate in my distro and having sound come out of one speaker just isn't going to work.
 
Old 04-14-2004, 05:46 PM   #8
ltbarcly
LQ Newbie
 
Registered: Apr 2004
Posts: 1

Rep: Reputation: 0
I had a simmilar problem with my Fortissimo 2. In Kmix there is (in output or input, depending on your setup) a slider labeled DAC and one labeled ADC. Play something, and slide these all the way down and back up about 2/3 of the way. Also, I've noticed that I have to have PCM set about 3/4 or less of max or it doesn't work correctly, giving garbled sound or sound from only the right speaker. This is with both a custom plain vanilla kernel, Debian 2.4.25, 2.6.4, 2.6.5 kernels, OSS and ALSA, and all valid permutations thereof.

Justin
 
Old 11-20-2004, 02:49 PM   #9
powdered_finn
LQ Newbie
 
Registered: Nov 2004
Location: Eire
Distribution: SuSE9.1
Posts: 19

Rep: Reputation: 0
Hi,

I had similar problems which were caused by one of the DAC sliders being down as default. Use Kmix like the previous poster did or alternatively Alsamixer to adjust the settings.

Good luck,

P_finn
 
  


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
No sound coming from my sound blaster audigy 2 ZS platinum sound card msab Linux - Hardware 9 12-05-2010 05:10 AM
sound not coming curious_srk Linux - Software 4 01-07-2005 10:23 AM
No sound coming from it Octan Linux - Hardware 1 12-17-2004 05:50 PM
C-Media CMI8738 6 channel sound card in SuSE 9.1 Pro tinkerbell Linux - Hardware 0 07-30-2004 04:44 PM
need help urgently!!! display not coming and error mesage coming when user is logging rddreamz Linux - Newbie 0 08-14-2003 11:11 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 01:23 AM.

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