Go Back   { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Linux > Mandriva

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 06-26-2008, 09:29 AM
Heiko Rompel
 
Posts: n/a
Re: i do all things - Re: No Sound on IMB T23

Hello,

David W. Hodgins wrote:

> lspcidrake -v | fgrep -i AUDIO


snd_intel8x0 : Intel Corporation|82801CA/CAM AC'97 Audio Controller
[MULTIMED
IA_AUDIO] (vendor:8086 device:2485 subv:1014 subd:0222)

> grep sound-slot /etc/modprobe.conf


alias sound-slot-0 snd_intel8x0

> lsmod |grep snd


[root@hauke ~]# lsmod |grep snd
snd_seq_dummy 3524 0
snd_seq_oss 29792 0
snd_seq_midi_event 6944 1 snd_seq_oss
snd_seq 46928 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device 7212 3 snd_seq_dummy,snd_seq_oss,snd_seq
snd_pcm_oss 36864 0
snd_mixer_oss 14656 1 snd_pcm_oss
snd_intel8x0 29372 0
snd_ac97_codec 96036 1 snd_intel8x0
ac97_bus 2624 1 snd_ac97_codec
snd_pcm 67204 3 snd_pcm_oss,snd_intel8x0,snd_ac97_codec
snd_timer 20036 2 snd_seq,snd_pcm
snd 45444 9
snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd _mixer_oss,snd_intel8x0,snd_ac97_codec,snd_pcm,snd _timer
soundcore 6656 1 snd
snd_page_alloc 8456 2 snd_intel8x0,snd_pcm

> /sbin/chkconfig --list sound


/sbin/chkconfig --list sound
sound 0:Aus 1:Aus 2:Ein 3:Ein 4:Ein 5:Ein 6:Aus
[root@hauke ~]#

> /sbin/chkconfig --list alsa


/sbin/chkconfig --list alsa
alsa 0:Aus 1:Aus 2:Ein 3:Ein 4:Ein 5:Ein 6:Aus
[root@hauke ~]#

> aumix -q


aumix -q
-bash: aumix: command not found
[root@hauke ~]#

> lsof|grep /dev/snd



[root@hauke ~]# lsof|grp /dev/snd
-bash: grp: command not found
[root@hauke ~]#

i hope you can find my bug.

greetings from germany
heiko
Reply With Quote
  #2 (permalink)  
Old 06-26-2008, 10:01 AM
Bit Twister
 
Posts: n/a
Re: i do all things - Re: No Sound on IMB T23

On Thu, 26 Jun 2008 11:29:35 +0200, Heiko Rompel wrote:
>
> [root@hauke ~]# lsof|grp /dev/snd
> -bash: grp: command not found


unix is picky about spelling: try again with

lsof|grep /dev/snd
Reply With Quote
  #3 (permalink)  
Old 06-26-2008, 06:57 PM
David W. Hodgins
 
Posts: n/a
Re: i do all things - Re: No Sound on IMB T23

On Thu, 26 Jun 2008 05:29:35 -0400, Heiko Rompel <noreply@heiko-rompel.de> wrote:

> David W. Hodgins wrote:
>> aumix -q


> aumix -q
> -bash: aumix: command not found


Everything up to here, looks ok. Install the rpm package aumix, then try
the "aumix -q" command again.

>> lsof|grep /dev/snd


> [root@hauke ~]# lsof|grp /dev/snd
> -bash: grp: command not found


As Bit Twister already posted, there is a difference between grep and grp.

Regards, Dave Hodgins

--
Change nomail.afraid.org to ody.ca to reply by email.
(nomail.afraid.org has been set up specifically for
use in usenet. Feel free to use it yourself.)
Reply With Quote
  #4 (permalink)  
Old 06-27-2008, 07:11 AM
Heiko Rompel
 
Posts: n/a
Re: i do all things - Re: No Sound on IMB T23

Hello

David W. Hodgins wrote:

> Everything up to here, looks ok. Install the rpm package aumix,


at the mandriva control center i found two entrys about "aumix".
the first is:
aumix
A GTK+/Ncurses audio mixer
Version: 2.8
Release: 18mdv2008.1
Status: green circle with an arrow down

the second is:
aumix-text
An Ncurses audio mixer
Version: 2.8
Release: 18mdv2008.1
Status: a red one-way street traffic sign

> then try the "aumix -q" command again.

[root@hauke ~]# aumix -q
vol 79, 79, R
pcm 77, 77
speaker 80, 80
line 77, 77, P
mic 0, 0, P
cd 77, 77, P
pcm2 77, 77
igain 80, 80
line1 77, 77, P
dig1 0, 0
phin 77, 77, P
phout 77, 77, P
video 77, 77, P
[root@hauke ~]#

>>> lsof|grep /dev/snd


[root@hauke ~]# lsof|grep /dev/snd
pulseaudi 4417 hauke 17u CHR 116,0
4856 /dev/snd/controlC0
pulseaudi 4417 hauke 23u CHR 116,0
4856 /dev/snd/controlC0
kmix 4729 hauke 10u CHR 116,0
4856 /dev/snd/controlC0

before this test i install mandriva new.

i just test it to play a wav and a mp3 but no sound.
what can i to now?

bye
heiko

Reply With Quote
  #5 (permalink)  
Old 06-27-2008, 09:07 PM
David W. Hodgins
 
Posts: n/a
Re: i do all things - Re: No Sound on IMB T23

On Fri, 27 Jun 2008 03:11:04 -0400, Heiko Rompel <noreply@heiko-rompel.de> wrote:

> i just test it to play a wav and a mp3 but no sound.
> what can i to now?


Everything looks good so far. Pulseaudio is running, and the volume settings
look ok.

Run kmix (right click on the speaker icon, and select show mixer window).

At the top, just below the toolbar, there's a setting with the title "Current mixer",
that has a drop down selection box.

What options does the drop down selection box have on your system, and which is
currently selected?

Also, in kmix, select the Switches tab. There should be a button for the Channel
mode. Try each option, 2ch, 4ch, 6ch, and test the sound with each.

Next, run kcontrol, select Sound & Multimedia, then Sound system. Ensure that
the box "Enable the sound system" is selected. Select the "Test Sound" button.
Does the sound work there?

Regards, Dave Hodgins

--
Change nomail.afraid.org to ody.ca to reply by email.
(nomail.afraid.org has been set up specifically for
use in usenet. Feel free to use it yourself.)
Reply With Quote
  #6 (permalink)  
Old 06-28-2008, 01:06 AM
Jim Beard
 
Posts: n/a
Re: i do all things - Re: No Sound on IMB T23

Heiko Rompel wrote:
> before this test i install mandriva new.
>
> i just test it to play a wav and a mp3 but no sound.
> what can i to now?


Which kernel are you using? Post the results of

uname -a

The vmlinuz-2.6.24.5-desktop-2mnb kernel is working fine
for me, but the following three recent kernels all have
varied from glitchy to non-functional on sound.

vmlinuz-2.6.24.5-desktop-1mnb
vmlinuz-2.6.24.7-tmb-desktop-2mdv
vmlinuz-2.6.24.7-tmb-desktop-3mdv

Going into KDE Control Center-->Sound & Multimedia-->
Sound System-->Hardware and changing from the audio
device currently selected to something else (or from
autodetect to Alsa or OSS) may start it working.
Other things that may help figure out the problem:
Omit the " " of course.

"lspcidrake -v | fgrep -i AUDIO" will tell you which driver your card
uses by default

"grep sound-slot /etc/modprobe.conf" will tell you what driver it
currently uses

"/sbin/lsmod" will enable you to check if its module (driver) is
loaded or not

"/sbin/chkconfig --list sound" and "/sbin/chkconfig --list alsa" will
tell you if sound and alsa services are configured to be run on
initlevel 3

"aumix -q" will tell you if the sound volume is muted or not
"/sbin/fuser -v /dev/dsp" will tell which program uses the sound card.

Cheers!

jim b.

--
UNIX is not user unfriendly; it merely
expects users to be computer-friendly.
Reply With Quote
  #7 (permalink)  
Old 06-28-2008, 07:20 AM
santo
 
Posts: n/a
Re: i do all things - Re: No Sound on IMB T23

Jim Beard wrote:

> Heiko Rompel wrote:
>> before this test i install mandriva new.
>>
>> i just test it to play a wav and a mp3 but no sound.
>> what can i to now?

>
> Which kernel are you using? Post the results of
>
> uname -a
>
> The vmlinuz-2.6.24.5-desktop-2mnb kernel is working fine
> for me, but the following three recent kernels all have
> varied from glitchy to non-functional on sound.
>
> vmlinuz-2.6.24.5-desktop-1mnb
> vmlinuz-2.6.24.7-tmb-desktop-2mdv
> vmlinuz-2.6.24.7-tmb-desktop-3mdv
>
> Going into KDE Control Center-->Sound & Multimedia-->
> Sound System-->Hardware and changing from the audio
> device currently selected to something else (or from
> autodetect to Alsa or OSS) may start it working.
> Other things that may help figure out the problem:
> Omit the " " of course.
>
> "lspcidrake -v | fgrep -i AUDIO" will tell you which driver your card
> uses by default
>
> "grep sound-slot /etc/modprobe.conf" will tell you what driver it
> currently uses
>
> "/sbin/lsmod" will enable you to check if its module (driver) is
> loaded or not
>
> "/sbin/chkconfig --list sound" and "/sbin/chkconfig --list alsa" will
> tell you if sound and alsa services are configured to be run on
> initlevel 3
>
> "aumix -q" will tell you if the sound volume is muted or not
> "/sbin/fuser -v /dev/dsp" will tell which program uses the sound card.
>
> Cheers!
>
> jim b.
>


just a thought...

I was previously using the kernel 2.6.22.9 and I had to give up configuring
Kscd ( which was starting by default...) as no matter what, no sound,was
coming out of it,( Kaffeine and Amarok were working fine...), the Cd was
not even spinning; now that I have upgraded to 2.6.25 Kscd work without me
having to configure anything...so you may have a point here, and this is
why, in a previous post in this tread, I was insisting for the OP to write
which program was he using...


santo



Reply With Quote
  #8 (permalink)  
Old 07-01-2008, 08:48 AM
Heiko Rompel
 
Posts: n/a
Re: i do all things - Re: No Sound on IMB T23

Hello,

Jim Beard wrote:

> Which kernel are you using? Post the results of
>
> uname -a


[admin@hauke ~]$ uname -a
Linux hauke 2.6.24.5-laptop-2mnb #1 SMP Thu Jun 12 14:47:38 EDT 2008 i686
Mobile Intel(R) Pentium(R) III CPU - M 1000MHz GNU/Linux
[admin@hauke ~]$

Amarok 1.4 - no sound
Kaffein 0.8.6 - no sound

> Going into KDE Control Center-->Sound & Multimedia-->
> Sound System-->Hardware and changing from the audio
> device currently selected to something else (or from
> autodetect to Alsa or OSS) may start it working.


at the moment their is ALSO selected
i select now OSS and the Soundsystem will x time new started ;-(
then i select "aotodetect" and the new start run.

> Other things that may help figure out the problem:
> Omit the " " of course.


????

>
> "lspcidrake -v | fgrep -i AUDIO" will tell you which driver your card
> uses by default


lspcidrake -v | fgrep -i AUDIO
snd_intel8x0 : Intel Corporation|82801CA/CAM AC'97 Audio Controller
[MULTIMEDIA_AUDIO] (vendor:8086 device:2485 subv:1014 subd:0222)
[root@hauke ~]#

> "grep sound-slot /etc/modprobe.conf" will tell you what driver it
> currently uses


grep sound-slot /etc/modprobe.conf
alias sound-slot-0 snd_intel8x0
[root@hauke ~]#

> "/sbin/lsmod" will enable you to check if its module (driver) is
> loaded or not


/sbin/lsmod
Module Size Used by
ipt_IFWLOG 3716 2
ipt_psd 44424 1
ip_set_iptree 7112 2
iptable_raw 2688 0
xt_comment 2400 0
xt_policy 4320 0
ipt_ULOG 7940 0
ipt_TTL 2688 0
ipt_ttl 2368 0
ipt_TOS 2624 0
ipt_tos 2208 0
ipt_set 2752 2
ipt_SAME 2912 0
ipt_REJECT 4320 4
ipt_REDIRECT 2752 0
ipt_recent 8344 0
ipt_owner 2496 0
ipt_NETMAP 2720 0
ipt_MASQUERADE 3936 0
ipt_LOG 6528 9
ipt_iprange 2368 0
ipt_ECN 3232 0
ipt_ecn 2688 0
ipt_CLUSTERIP 7268 0
ipt_ah 2432 0
ipt_addrtype 2368 4
nf_nat_tftp 2304 0
nf_nat_snmp_basic 9732 0
nf_nat_sip 4864 0
nf_nat_pptp 3680 0
nf_nat_proto_gre 3044 1 nf_nat_pptp
nf_nat_irc 2912 0
nf_nat_h323 6944 0
nf_nat_ftp 3456 0
nf_nat_amanda 2656 0
ts_kmp 2624 5
nf_conntrack_amanda 4416 1 nf_nat_amanda
nf_conntrack_tftp 4852 1 nf_nat_tftp
nf_conntrack_sip 8084 1 nf_nat_sip
nf_conntrack_proto_sctp 8552 0
nf_conntrack_pptp 6208 1 nf_nat_pptp
nf_conntrack_proto_gre 5248 1 nf_conntrack_pptp
nf_conntrack_netlink 24704 0
nf_conntrack_netbios_ns 3104 0
nf_conntrack_irc 5880 1 nf_nat_irc
nf_conntrack_h323 47932 1 nf_nat_h323
nf_conntrack_ftp 7904 1 nf_nat_ftp
ip_set_portmap 4832 0
ip_set_macipmap 4708 0
ip_set_ipmap 4672 0
ip_set_iphash 7940 0
ip_set 17980 11
ip_set_iptree,ipt_set,ip_set_portmap,ip_set_macipm ap,ip_set_ipmap,ip_set_iphash
xt_tcpmss 2784 0
xt_pkttype 2464 0
xt_physdev 3184 0
xt_NFQUEUE 2528 0
xt_NFLOG 2592 0
xt_multiport 3872 4
xt_MARK 2816 0
xt_mark 2432 0
xt_mac 2432 0
xt_limit 2976 0
xt_length 2528 0
xt_helper 2880 0
xt_hashlimit 8716 0
ip6_tables 13060 1 xt_hashlimit
xt_DSCP 2880 0
xt_dscp 2624 0
xt_dccp 3620 0
xt_conntrack 3104 0
xt_CONNMARK 3264 0
xt_connmark 2752 0
xt_CLASSIFY 2432 0
xt_tcpudp 3712 11
xt_state 2784 12
iptable_nat 7236 0
nf_nat 16652 14
ipt_SAME,ipt_REDIRECT,ipt_NETMAP,ipt_MASQUERADE,nf _nat_tftp,nf_nat_sip,nf_nat_pptp,nf_nat_proto_gre, nf_nat_irc,nf_nat_h323,nf_nat_ftp,nf_nat_amanda,nf _conntrack_netlink,iptable_nat
nf_conntrack_ipv4 14664 14 iptable_nat
nf_conntrack 55840 29
ipt_MASQUERADE,ipt_CLUSTERIP,nf_nat_tftp,nf_nat_sn mp_basic,nf_nat_sip,nf_nat_pptp,nf_nat_irc,nf_nat_ h323,nf_nat_ftp,nf_nat_amanda,nf_conntrack_amanda, nf_conntrack_tftp,nf_conntrack_sip,nf_conntrack_pr oto_sctp,nf_conntrack_pptp,nf_conntrack_proto_gre, nf_conntrack_netlink,nf_conntrack_netbios_ns,nf_co nntrack_irc,nf_conntrack_h323,nf_conntrack_ftp,xt_ helper,xt_conntrack,xt_CONNMARK,xt_connmark,xt_sta te,iptable_nat,nf_nat,nf_conntrack_ipv4
iptable_mangle 3008 1
nfnetlink 4280 1 nf_conntrack_netlink
iptable_filter 3136 1
ip_tables 11972 4
iptable_raw,iptable_nat,iptable_mangle,iptable_fil ter
x_tables 11940 49
ipt_IFWLOG,ipt_psd,xt_comment,xt_policy,ipt_ULOG,i pt_TTL,ipt_ttl,ipt_TOS,ipt_tos,ipt_set,ipt_SAME,ip t_REJECT,ipt_REDIRECT,ipt_recent,ipt_owner,ipt_NET MAP,ipt_MASQUERADE,ipt_LOG,ipt_iprange,ipt_ECN,ipt _ecn,ipt_CLUSTERIP,ipt_ah,ipt_addrtype,xt_tcpmss,x t_pkttype,xt_physdev,xt_NFQUEUE,xt_NFLOG,xt_multip ort,xt_MARK,xt_mark,xt_mac,xt_limit,xt_length,xt_h elper,xt_hashlimit,ip6_tables,xt_DSCP,xt_dscp,xt_d ccp,xt_conntrack,xt_CONNMARK,xt_connmark,xt_CLASSI FY,xt_tcpudp,xt_state,iptable_nat,ip_tables
fuse 42292 1
af_packet 17188 0
snd_seq_dummy 3524 0
snd_seq_oss 29792 0
snd_seq_midi_event 6944 1 snd_seq_oss
snd_seq 46928 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device 7212 3 snd_seq_dummy,snd_seq_oss,snd_seq
snd_pcm_oss 36864 0
snd_mixer_oss 14656 1 snd_pcm_oss
ipv6 241604 11 nf_conntrack_h323
binfmt_misc 9352 1
loop 14340 0
dm_mod 51108 0
floppy 53700 0
cpufreq_ondemand 7436 1
cpufreq_conservative 7080 0
cpufreq_powersave 2304 0
acpi_cpufreq 8044 0
freq_table 4512 2 cpufreq_ondemand,acpi_cpufreq
nvram 8392 0
pcmcia 32972 0
nsc_ircc 16176 0
irda 115832 1 nsc_ircc
parport_pc 31716 0
crc_ccitt 2656 1 irda
parport 31592 1 parport_pc
rtc_cmos 7904 0
yenta_socket 23660 2
rsrc_nonstatic 11840 1 yenta_socket
pcmcia_core 32884 3 pcmcia,yenta_socket,rsrc_nonstatic
battery 11300 0
ac 5060 0
video 16816 0
output 3552 1 video
e100 32524 0
mii 5280 1 e100
snd_intel8x0 29372 3
snd_ac97_codec 96036 1 snd_intel8x0
ac97_bus 2624 1 snd_ac97_codec
snd_pcm 67204 3 snd_pcm_oss,snd_intel8x0,snd_ac97_codec
snd_timer 20036 2 snd_seq,snd_pcm
snd 45444 15
snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd _mixer_oss,snd_intel8x0,snd_ac97_codec,snd_pcm,snd _timer
soundcore 6656 1 snd
thermal 13564 0
snd_page_alloc 8456 2 snd_intel8x0,snd_pcm
pcspkr 3296 0
button 7024 0
processor 30280 3 acpi_cpufreq,thermal
i2c_i801 9104 0
i2c_core 19360 1 i2c_i801
ide_cd 35136 0
intel_agp 22548 1
agpgart 27656 1 intel_agp
shpchp 29940 0
iTCO_wdt 10976 0
pci_hotplug 26048 1 shpchp
iTCO_vendor_support 3972 1 iTCO_wdt
evdev 9536 5
piix 7780 0 [permanent]
ide_disk 14176 4
ide_core 98700 3 ide_cd,piix,ide_disk
ext3 120744 2
jbd 41140 1 ext3
uhci_hcd 22992 0
ohci_hcd 21892 0
ehci_hcd 32972 0
usbcore 126860 4 uhci_hcd,ohci_hcd,ehci_hcd
[root@hauke ~]#

> "/sbin/chkconfig --list sound"


/sbin/chkconfig --list sound
sound 0:Aus 1:Aus 2:Ein 3:Ein 4:Ein 5:Ein 6:Aus
[root@hauke ~]#

> and "/sbin/chkconfig --list alsa" will
> tell you if sound and alsa services are configured to be run on
> initlevel 3


/sbin/chkconfig --list alsa
alsa 0:Aus 1:Aus 2:Ein 3:Ein 4:Ein 5:Ein 6:Aus
[root@hauke ~]#

> "aumix -q" will tell you if the sound volume is muted or not


aumix -q
vol 79, 79, R
pcm 77, 77
speaker 80, 80
line 77, 77, P
mic 0, 0, P
cd 77, 77, P
pcm2 77, 77
igain 80, 80
line1 77, 77, P
dig1 100, 100
phin 77, 77, P
phout 77, 77, P
video 77, 77, P
[root@hauke ~]#
> "/sbin/fuser -v /dev/dsp" will tell which program uses the sound card.
>


i started first amarok and then i started "/sbin/fuser -v /dev/dsp"
but no programm is listed - why?

I`m really think to install W2K.

bye
Heiko
Reply With Quote
  #9 (permalink)  
Old 07-01-2008, 08:59 AM
Heiko Rompel
 
Posts: n/a
Re: i do all things - Re: No Sound on IMB T23

Hello,

David W. Hodgins wrote:

> Run kmix (right click on the speaker icon, and select show mixer window).

okay.

> At the top, just below the toolbar, there's a setting with the title
> "Current mixer", that has a drop down selection box.

No, i havend this.
But if i go to help / hardware info kmix show me that it can work with
AlSA+OSS and it use ALSA

> Also, in kmix, select the Switches tab. There should be a button for the
> Channel
> mode. Try each option, 2ch, 4ch, 6ch, and test the sound with each.


my KMIX-Version (2.6.1)(KDE 3.5.9) haven't this options.

>
> Next, run kcontrol, select Sound & Multimedia, then Sound system. Ensure
> that
> the box "Enable the sound system" is selected.

is enabled

> Select the "Test Sound"
> button. Does the sound work there?


No.

and now ?

bye
heiko

Reply With Quote
  #10 (permalink)  
Old 07-01-2008, 01:12 PM
santo
 
Posts: n/a
Re: i do all things - Re: No Sound on IMB T23

I believe there is something wrong/or not plugged or not configured with
your speaker.

.... read here

http://www.vcn.bc.ca/~dugan/t23.html

....the closest link I found which may be helpful

santo






Reply With Quote
Reply

  { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Linux > Mandriva


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are Off
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 04:38 AM.


Powered by vBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.
© 1999-2008 mindfrost82.com v11.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109