Hi All, Unable to get KDE CD Player to recognize a music CD. Get the following message "No matching CDDBentry found" When I run lsmod the following is displayed: Module Size Used by ppp_deflate 40300 0 (autoclean) bsd_comp 4020 0 (autoclean) ppp 20908 0 (autoclean) [ppp_deflate bsd_comp] slhc 4440 0 (autoclean) [ppp] snd-pcm-oss 16680 0 (autoclean) snd-pcm-plugin 12840 0 (autoclean) [snd-pcm-oss] snd-mixer-oss 4244 0 (autoclean) [snd-pcm-oss] snd-card-ens1371 2016 0 (autoclean) snd-ens1371 9404 0 (autoclean) [snd-card-ens1371] snd-pcm 28504 0 (autoclean) [snd-pcm-oss snd-pcm-plugin snd-ens1371] snd-timer 8032 0 (autoclean) [snd-pcm] snd-rawmidi 9432 0 (autoclean) [snd-ens1371] snd-seq-device 3360 0 (autoclean) [snd-rawmidi] snd-ac97-codec 23904 0 (autoclean) [snd-ens1371] snd-mixer 22576 0 (autoclean) [snd-mixer-oss snd-ens1371 snd-ac97-codec] snd 31852 1 [snd-pcm-oss snd-pcm-plugin snd-mixer-oss snd-card-ens1371 snd-ens1371 snd-pcm snd-timer snd-rawmidi snd-seq-device snd-ac97-codec snd-mixer] soundcore 2564 5 [snd] usb-uhci 17000 0 (unused) serial 42612 0 (autoclean) memstat 1476 0 (unused) usbcore 42344 1 [usb-uhci] Have installed ALSA sound and a SoundBlaster 16 sound card. Have read the ALSA Howto. Ran "awk '/^snd/||/^sound/&&($3==0){system("rmmod " $1)}' /proc/modules /proc/modules /proc/modules" three times as suggested an lsmod produced: Module Size Used by ppp_deflate 40300 0 (autoclean) bsd_comp 4020 0 (autoclean) ppp 20908 0 (autoclean) [ppp_deflate bsd_comp] slhc 4440 0 (autoclean) [ppp] usb-uhci 17000 0 (unused) serial 42612 0 (autoclean) memstat 1476 0 (unused) usbcore 42344 1 [usb-uhci] Then ran "/sbin/modprobe snd-card-sb16" which produce: /lib/modules/2.2.14/misc/snd-card-sb16.o: init_module: Device or resource busy /lib/modules/2.2.14/misc/snd-card-sb16.o: insmod /lib/modules/2.2.14/misc /snd-card-sb16.o failed /lib/modules/2.2.14/misc/snd-card-sb16.o: insmod snd-card-sb16 failed My question is what "Device or resource busy" is still busy? Any help will be appricated. TIA Clay Stapleton