From /etc/modprobe.conf: <snip> alias snd-card-0 snd-intel8x0
Happy Birthday to me! My wife couldn't stand me whining about my old machine, so she picked up a demo emachines for my birthday from Best Buy. I just finished installing fedora core 3, and I'm having a few problems with the audio. 1. The audio test worked fine during the installation, and the "soundcard detection" menu pick still works fine. 2. When I play an audio CD, I have a couple of problems. a. There is no /dev/cdrom device. I made a sym link, but that disappears during reboot. What's the right way to get it in place & stay? b. The permissions on the cd player (/dev/hdc) are 600. I changed them to 666 so I could use the player, but, like the symlink (above), this change does not survive the reboot. Again, what's the right solution? Once I do a & b, then I can see that the cd is playing. With "grip", I can see that it's even getting the names of the tracks. Very cool. 3. No sound. I've played plenty with gnome-volume-control, but no sound. I don't even get anything from the headphone jack on the front panel. Some futher diagnostics: From soundcard detection: Detect sound device Vendo: Intel Model: Corp. 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller Module: snd-intel8x0 When I run gnome-cd I get: ** (gnome-cd:3579): WARNING **: Generic IO error options snd-card-0 index=0 install snd-intel8x0 /sbin/modprobe --ignore-install snd-intel8x0 && /usr/sbin/alsactl restore >/dev/null 2>&1 || : remove snd-intel8x0 { /usr/sbin/alsactl store >/dev/null 2>&1 || : ; }; /sbin/m <snip>
lsmod snd_intel8x0 34829 3 snd_ac97_codec 64401 1 snd_intel8x0 snd_pcm_oss 47609 0 snd_mixer_oss 17217 2 snd_pcm_oss snd_pcm 97993 2 snd_intel8x0,snd_pcm_oss snd_timer 29765 1 snd_pcm snd_page_alloc 9673 2 snd_intel8x0,snd_pcm gameport 4801 1 snd_intel8x0 snd_mpu401_uart 8769 1 snd_intel8x0 snd_rawmidi 26725 1 snd_mpu401_uart snd_seq_device 8137 1 snd_rawmidi snd 54053 13 snd_intel8x0,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer,snd_mpu401_uart,snd_rawmidi,snd_seq_device soundcore 9889 2 snd
$ ll mixer crw------- 1 bcurran root 14, 0 Jan 14 22:39 mixer Even after changing these permissions, I get no sound. Can anyone offer suggestions? Thanks, Bill
On Fri, Jan 14, 2005 at 11:37:58PM -0500, Bill Mills-Curran wrote:
a. There is no /dev/cdrom device. I made a sym link, but that disappears during reboot. What's the right way to get it in place & stay?
Is there a /dev/cdrecorder or similar? Something like this should have been created automatically by the scripts in /etc/udev.d. I think you can force manual creation of device nodes my mucking about in /etc/udev.d, but I haven't tried it yet.
b. The permissions on the cd player (/dev/hdc) are 600. I changed them to 666 so I could use the player, but, like the symlink (above), this change does not survive the reboot. Again, what's the right solution?
The owner of the device(s) should be set automatically by pam/consolehelper when a user logs into the console/GDM. This is set in /etc/security/console.perms.
3. No sound. I've played plenty with gnome-volume-control, but no sound. I don't even get anything from the headphone jack on the front panel.
Are you playing the CD with Analog output, or Digital Audio Extraction output? If you are using the former, you might not have an Analog audio cable between your CD drive and the sound card. This is becoming common on newer machines (one less cable == cheaper). Try telling the CD player app to use the Digital method instead. Finally, make sure the channels are unmuted and turned up. It may be as simple as finding the CD slider in the volume control and turning it up (for Analog).
$ ll mixer crw------- 1 bcurran root 14, 0 Jan 14 22:39 mixer
Even after changing these permissions, I get no sound.
No need to change the permissions to 666. See, you own the device, being the currently logged in console user.
On Sat, Jan 15, 2005 at 09:52:52AM -0500, Charles R. Anderson wrote: <snip>
3. No sound. I've played plenty with gnome-volume-control, but no sound. I don't even get anything from the headphone jack on the front panel.
Are you playing the CD with Analog output, or Digital Audio Extraction output? If you are using the former, you might not have an Analog audio cable between your CD drive and the sound card. This is becoming common on newer machines (one less cable == cheaper). Try telling the CD player app to use the Digital method instead.
Where do I find this (the setting to use digital rather than analog)? I gave a quick look at the user controls & did not find it. I inspected the hardware, and you're right -- no audio cable. Maybe the solution is to just get that cable. (?)
Finally, make sure the channels are unmuted and turned up. It may be as simple as finding the CD slider in the volume control and turning it up (for Analog).
I had already tried this with no results. Thanks, Bill
On Sat, Jan 15, 2005 at 11:34:00AM -0500, Bill Mills-Curran wrote:
Where do I find this (the setting to use digital rather than analog)? I gave a quick look at the user controls & did not find it.
Oh yeah, the "CD Player" app in GNOME doesn't support it. I used XMMS instead, whose cd input plugin supports Digital audio extraction.
I inspected the hardware, and you're right -- no audio cable. Maybe the solution is to just get that cable. (?)
If there is a place to plug it into the soundcard (onboard I presume), then yes, that would solve the problem too.
On Sat, Jan 15, 2005 at 01:17:59PM -0500, Charles R. Anderson wrote:
On Sat, Jan 15, 2005 at 11:34:00AM -0500, Bill Mills-Curran wrote:
Where do I find this (the setting to use digital rather than analog)? I gave a quick look at the user controls & did not find it.
Oh yeah, the "CD Player" app in GNOME doesn't support it. I used XMMS instead, whose cd input plugin supports Digital audio extraction.
I inspected the hardware, and you're right -- no audio cable. Maybe the solution is to just get that cable. (?)
If there is a place to plug it into the soundcard (onboard I presume), then yes, that would solve the problem too.
I've always found xmms to be non-intuitive for playing CD's -- I just can't seem to get it to see the CD. I found an audio cable & that fixes the "standard" audio apps. (The only thing I'd like is the equalizer from xmms, but that's just to play with it.) Thanks, Bill
participants (2)
-
Bill Mills-Curran
-
Charles R. Anderson