LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   AudiCD again and again (https://www.linuxquestions.org/questions/linux-newbie-8/audicd-again-and-again-199851/)

araldit 07-01-2004 06:37 AM

AudiCD again and again
 
Ok, Im a newbie, and have read tons of stuff to get my audiocd's working.
Im running Debian as testing, with KDE. Im using ALSA.

I have no problem playing MP3's, but when I insert a music CD in, nothing happens. Its a laptop, so the audiocable should be in place.
I cant even use Konquerer. When I press the search audiocd its just says error reading audiocd:/.

What can I do to solve this.

I just last night tried the new Skype for linux, but no sound from that eighter, so perhaps its all related. I have no Idea how to test it.

My fstab is like this:

# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
/dev/hda6 none swap sw 0 0
/dev/hda1 / ext3 defaults,errors=remount-ro 0 1
/dev/hda5 /home ext3 defaults 0 2
/dev/hdc /media/cdrom iso9660 ro,user,noauto 0 0
/dev/hdc /cdrom iso9660 ro,user,noauto 0 0
/dev/sdb /usbdrive auto defaults,user,noauto 0 0

Please help me. Im pretty new to linux, but I like already very much, if only I could get this last error solved.

the lspci -v for my sound card, if of any help:

0000:00:11.5 Multimedia audio controller: VIA Technologies, Inc. VT8233/A/8235/8237 AC97 Audio Controller (rev 50)
Subsystem: Uniwill Computer Corp: Unknown device 8123
Flags: medium devsel, IRQ 5
I/O ports at d800
Capabilities: [c0] Power Management version 2

and my lsmod:

Module Size Used by
snd_seq 49296 0
fglrx 213636 213
md5 3840 1
ipv6 231008 8
ds 14340 2
af_packet 17160 2
snd_via82xx 22400 5
snd_pcm_oss 49060 1
snd_mixer_oss 17536 1 snd_pcm_oss
snd_pcm 84644 2 snd_via82xx,snd_pcm_oss
snd_timer 21252 2 snd_seq,snd_pcm
snd_ac97_codec 61700 1 snd_via82xx
snd_page_alloc 9220 2 snd_via82xx,snd_pcm
snd_mpu401_uart 6400 1 snd_via82xx
snd_rawmidi 20384 1 snd_mpu401_uart
snd_seq_device 6792 2 snd_seq,snd_rawmidi
snd 45028 18 snd_seq,snd_via82xx,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer,snd_ac97_codec,snd_mpu401_uart,snd_r awmidi,snd_seq_device
soundcore 7648 2 snd
usb_storage 65088 2
usbhid 40384 0
eth1394 18056 0
uhci_hcd 28816 0
ohci1394 31748 0
ieee1394 304696 2 eth1394,ohci1394
shpchp 97388 0
pci_hotplug 32176 1 shpchp
via_agp 5888 1
agpgart 27816 1 via_agp
evdev 7424 0
ehci_hcd 26756 0
usbcore 93404 6 usb_storage,usbhid,uhci_hcd,ehci_hcd
via_rhine 19208 0
mii 4224 1 via_rhine
crc32 4096 1 via_rhine
yenta_socket 18432 0
pcmcia_core 50956 2 ds,yenta_socket
ide_cd 39044 0
rtc 10552 0

qwijibow 07-01-2004 07:59 AM

from your fstab, it looks like you dont have any symbolic links to your cd drive.
no problem, but some people make a symbolic link to /dev/hdx called /dev/cdrom
just to make it easy to remember.

i would guess, that you are using kscd to play cd's and you have not changed its default cd drive from /dev/cdrom to /dev/hdc

or make the symbolic link yourself as root 'ln -s /dev/hdv /dev/cdrom'

araldit 07-01-2004 08:50 AM

from your fstab, it looks like you dont have any symbolic links to your cd drive.
no problem, but some people make a symbolic link to /dev/hdx called /dev/cdrom
just to make it easy to remember.

i would guess, that you are using kscd to play cd's and you have not changed its default cd drive from /dev/cdrom to /dev/hdc

or make the symbolic link yourself as root 'ln -s /dev/hdv /dev/cdrom'

Your right, I have tried kscd, and it is pointing to /dev/cdrom. But nothing happens when I change the location to /dev/hdc. Are you sure thats the correct path?

The symbolic link is supposed to be put where? in /dev?
I guess you mean 'ln -s /dev/hdc /dev/cdrom

In the / i have 2 folders called cdrom and cdrom0, and another in /media/cdrom. What is all this for.. I know I can see datacd's in /cdrom but dont know the rest.

:newbie:

araldit 07-02-2004 12:43 PM

Really????

no one know a solution..:( :( :( :( :( :( :( :( :(

araldit 07-08-2004 11:29 AM

I have just tried to play the cd's as root, and that goes very well, so i guess its some kind of permission I need.. If this is of any help.


All times are GMT -5. The time now is 09:20 PM.