View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 17 posts ] 
Go to page 1, 2  Next

Print view Previous topic   Next topic  
Author Message
Search for:
 Post subject: R5E50 no sound
PostPosted: Wed Dec 27, 2006 7:42 pm 
Offline
Joined: Tue Sep 26, 2006 9:35 am
Posts: 85
I had sound working with R5D1, but after upgrading to R5E50 I don't have any sound. I tried alsaconf and making sure no sources were muted with alsamixer. That's about the extent of my knowledge. Are there any other tests I could try? Is it possible it's somehow related to udev changes?

_________________
nMediaPC HT100SA ASUS A8N-VM CSM
AMD 3200+ AMPO DDR 3200 512MB RAM
PVR-150 (1062) WD 320 GB SATA-2 HD
NEC OEM ND-3550A DVD burner
D-Link DWL-G510 PCI wireless adapter
MS wireless optical desktop 1000
R5F27 (+ modified sa3250ch)


Top
 Profile  
 
 Post subject:
PostPosted: Wed Dec 27, 2006 7:55 pm 
Offline
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location: Arlington, MA
See the posting by thornsoft on the 2nd page of this thread. http://mysettopbox.tv/phpBB2/viewtopic.php?t=13093


Top
 Profile  
 
 Post subject:
PostPosted: Wed Dec 27, 2006 8:14 pm 
Offline
Joined: Tue Sep 26, 2006 9:35 am
Posts: 85
Don't think that's my issue, didn't have an /etc/asound.conf file in R5D1, but it was worth a shot.


Top
 Profile  
 
 Post subject:
PostPosted: Wed Dec 27, 2006 8:19 pm 
Offline
Joined: Tue Sep 26, 2006 9:35 am
Posts: 85
One thing I notice is that my audio device in setup is /dev/dsp0, mixer device is /dev/mixer (mixer controls: pcm).

When I look in /dev, I don't have either device. There is a /dev/dsp, but no /dev/mixer. A soft link of /dev/dsp0 to /dev/dsp didn't seem to help.


Top
 Profile  
 
 Post subject:
PostPosted: Wed Dec 27, 2006 8:20 pm 
Offline
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location: Arlington, MA
You may need to "modprobe" the appropriate driver module for your sound card... What does this show on your machine?
Code:
root@black2:~# ls -al /dev/ | grep audio
crw-rw----  1 root   audio    14,   12 Dec 23 20:12 adsp
crw-rw----  1 root   audio    14,    4 Dec 23 20:12 audio
crw-rw----  1 root   audio    14,   25 Dec 23 20:12 dmmidi1
crw-rw----  1 root   audio    14,    3 Dec 23 20:12 dsp
crw-rw----  1 root   audio    14,   18 Dec 23 20:12 midi1
crw-rw----  1 root   audio    14,    0 Dec 23 20:12 mixer
crw-rw----  1 root   audio    14,   16 Dec 23 20:12 mixer1
crw-rw----  1 root   audio    10,  135 Dec 23 20:12 rtc

Oh, and this:
Code:
root@black2:~# lsmod | grep snd
snd_mpu401             10216  0
snd_mpu401_uart        10880  1 snd_mpu401
snd_rawmidi            22944  1 snd_mpu401_uart
snd_seq_device         10508  1 snd_rawmidi
snd_intel8x0           32156  0
snd_ac97_codec         94116  1 snd_intel8x0
snd_ac97_bus            6144  1 snd_ac97_codec
snd_pcm_oss            42912  0
snd_mixer_oss          18176  1 snd_pcm_oss
snd_pcm                69380  3 snd_intel8x0,snd_ac97_codec,snd_pcm_oss
snd_timer              22404  1 snd_pcm
snd                    47588  10 snd_mpu401,snd_mpu401_uart,snd_rawmidi,snd_seq_device,snd_intel8x0,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer
soundcore              11360  1 snd
snd_page_alloc         11784  2 snd_intel8x0,snd_pcm


Top
 Profile  
 
 Post subject:
PostPosted: Wed Dec 27, 2006 8:28 pm 
Offline
Joined: Tue Sep 26, 2006 9:35 am
Posts: 85
Yes, that's it I don't have any audio devices!

ls -l /dev/ | grep audio
crw-rw---- 1 root audio 10, 135 Dec 27 19:55 rtc


lsmod | grep snd


Top
 Profile  
 
 Post subject:
PostPosted: Wed Dec 27, 2006 8:31 pm 
Offline
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location: Arlington, MA
Code:
lspci | grep Multimedia


Top
 Profile  
 
 Post subject:
PostPosted: Wed Dec 27, 2006 8:39 pm 
Offline
Joined: Tue Sep 26, 2006 9:35 am
Posts: 85
Ran alsaconf, changed /dev/dsp0 to /dev/dsp in setup, audio is working again. I think my root problem was the saved audio device name from R5D1 setup (/dev/dsp0).

Thanks for the help.


Top
 Profile  
 
 Post subject:
PostPosted: Wed Dec 27, 2006 8:46 pm 
Offline
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location: Arlington, MA
Updated the hints posting. Thanks for _your_ help. ;-)


Top
 Profile  
 
 Post subject:
PostPosted: Sat Dec 30, 2006 11:57 am 
Offline
Joined: Tue Sep 12, 2006 6:03 am
Posts: 210
Location: Roseville, MI
I am having the same type of problem. I have changed my audio settings to /dev/dsp from /dev/dsp0. Ran alsaconf, selected my audio card, alsaconf went to load the drivers and threw up:

Code:
Fatal: Error inserting snd_had_intel (lib/modules/2.6.18-chw-13/updates/alsa/pci/had/snd-hda-intel.ko): Unknown symbol in module, or unknown parameter (see dmesg)
FATAL: Error running install command for snd_hda_intel
Setting Default volumes...
amixer: Mixer attach default error: No such device.


Code:
ls -l /dev/ | grep audio
crw-rw---- 1 root audio 10, 135 Dec 30 10:50 rtc


Code:
lsmod | grep snd
snd_hda_codec     159232  0
snd_pcm_oss        42912  0
snd_mixer_oss      18176  1 snd_pcm_oss
snd_pcm            69380  2 snd_hda_codec,snd_pcm_oss
snd_timer          22404  1 snd_pcm
snd                47588  5 snd_hda_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer
soundcore          11360  1 snd
snd_page_alloc     11784  1 snd_pcm


Any suggestions. When I upgraded to R5E50, at first the sound worked, now nothing, and I cant access alsamixer.

Thanks in advance.

_________________
-Roseville, Michigan USA
LinHES R8: FE/BE, FE (x2)


Top
 Profile  
 
 Post subject:
PostPosted: Sun Dec 31, 2006 8:37 am 
Offline
Joined: Sat Dec 30, 2006 7:46 am
Posts: 13
I've got the same problem with the E50 frontend. I'm using an IBM thinkpad T43, and when I load the KM frontend there are no sound devices in /dev.

Sound in R5D1 worked without additional setup, right from boot.


Top
 Profile  
 
 Post subject:
PostPosted: Sun Dec 31, 2006 9:24 am 
Offline
Joined: Sat Dec 30, 2006 7:46 am
Posts: 13
more info (sorry, I'm using the same laptop to post as I am to test):

After boot of E50, no sound, no sound devices, 'aumix' command fails. Far fewer files in /dev under E50 than under R5D1. Alsaconf detects the Intel 8xx soundcard, but fails, not finding the device files.

I mknod the various audio *0 devices, and then soft links (like mixer -> mixer0). Alsaconf works better, but still has a few hardware not found errors.

Mixer now will run, in that I can adjust levels of audio in/out devices. However, still no sound.


Top
 Profile  
 
 Post subject:
PostPosted: Sat Jan 06, 2007 5:27 pm 
Offline
Joined: Tue Apr 11, 2006 6:31 pm
Posts: 31
Location: Austin, TX
Quote:
I have changed my audio settings to /dev/dsp from /dev/dsp0
I am not sure where to change those settings. Could someone explain?


Top
 Profile  
 
 Post subject:
PostPosted: Sat Jan 06, 2007 9:51 pm 
Offline
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location: Arlington, MA
From the Main menu in the GUI it's: utilities/setup -> setup -> general -> 3rd screen


Top
 Profile  
 
 Post subject:
PostPosted: Sun Jan 07, 2007 12:38 pm 
Offline
Joined: Tue Apr 11, 2006 6:31 pm
Posts: 31
Location: Austin, TX
http://mysettopbox.tv/phpBB2/viewtopic.php?t=13248&postdays=0&postorder=asc&start=15
Quote:
check out http://www.mail-archive.com/debian-user ... 60405.html
It looks like this is a problem with debian sid itself. I added
Code:
include /etc/modprobe.d
to /etc/modprobe.conf and /dev/dsp shows up on reboot.

Still waiting to see if this is a proper solution, but it fixed all my audio problems.


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 17 posts ] 
Go to page 1, 2  Next



All times are UTC - 6 hours




Who is online

Users browsing this forum: No registered users and 9 guests


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 post attachments in this forum

Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group

Theme Created By ceyhansuyu