Quote:
Originally Posted by pgpython
It depends on wether you care about that feature. If you need to record sound from a external source then you might want to look at oss to see if it can offer that feature. If OSS can't then unfortunately there is nothing you can do. If all you want to do though is listen to music then your ok. Then all you have to do is make sure that its been loaded:
Become root first by using su - then run lsmod. If the module name you require is there. your just need to unmute the various channels and probably blacklist the module. As I said I would recommend kmixer in kde but easily lets you select cards, channels and features but use whatever you feel comfortable.
If the module you need is not listed then you need to reconfigure your kernel to add support for your card. It sounds a lot more scarier than it is. At least for what you need to do (assuming you do).
To do this as root got /usr/src/linux and run make menuconfig. You will get a blue menu screen. You then select Device Drivers->Sound Support->Alsa-> and then you press y next to your card to have it inbuilt into the kernel and M to have it built sepperately as a module. press escape a few timees and when prompted to save your configuration say yes. Then run make && make modules_install && make install. blacklist the intel module if neccessary Reboot the system unmute the various channels and Job finnished
|
here I got a problem again, I can't find a path /usr/src/linux.. instead I have /usr/src/kernels or /usr/src/redhat So what 'd I do? when I run lsmod commad I got the following output(the part). I hope you might help me this time.
.........
snd_usb_audio 75585 0
snd_usb_lib 17345 1 snd_usb_audio
snd_hda_intel 331001 4
snd_ca0106 32609 2
snd_seq_dummy 6853 0
snd_rawmidi 21441 2 snd_usb_lib,snd_ca0106
snd_ac97_codec 92389 1 snd_ca0106
snd_seq_oss 29633 0
snd_seq_midi_event 9921 1 snd_seq_oss
snd_seq 44913 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device 9933 4 snd_seq_dummy,snd_rawmidi,snd_seq_oss,snd_seq
snd_pcm_oss 37441 0
snd_mixer_oss 16705 3 snd_pcm_oss
snd_pcm 61509 5 snd_usb_audio,snd_hda_intel,snd_ca0106,snd_ac97_codec,snd_pcm_oss
nvidia 7091012 34
iTCO_wdt 13925 0
snd_timer 21065 2 snd_seq,snd_pcm
snd_hwdep 10309 2 snd_usb_audio,snd_hda_intel
e100 33997 0
iTCO_vendor_support 7109 1 iTCO_wdt
ac97_bus 5825 1 snd_ac97_codec
snd 46437 21 snd_usb_audio,snd_hda_intel,snd_ca0106,snd_rawmidi,snd_ac97_codec,snd_seq_oss,snd_seq,snd_seq_device ,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer,snd_hwdep
i2c_i801 11985 0
soundcore 9633 3 snd
mii 8385 1 e100
snd_page_alloc 11337 3 snd_hda_intel,snd_ca0106,snd_pcm
sg 31605 0
i2c_core 20949 2 nvidia,i2c_i801
parport_pc 26725 0
pcspkr 6593 0
parport 32173 1 parport_pc
sr_mod 17541 0
cdrom 33249 1 sr_mod
ata_piix 19397 8
ata_generic 8773 0
pata_acpi 8001 0
libata 132065 3 ata_piix,ata_generic,pata_acpi
sd_mod 26329 10
scsi_mod 123917 8 ib_iser,iscsi_tcp,libiscsi,scsi_transport_iscsi,sg,sr_mod,libata,sd_mod
ext3 110281 1
jbd 41045 1 ext3
mbcache 10309 1 ext3
uhci_hcd 22993 0
..........
now what 'd I do?