On Wednesday 10 December 2008 23:11, sfilippo wrote: > Under F7 I see this: > [sfilippo@localhost [1] ~]$ grep ^Codec /proc/asound/card?/codec* > /proc/asound/card0/codec#0:Codec: Realtek ALC660-VD > /proc/asound/card0/codec#1:Codec: Motorola Si3054 > Under F10 I only see this > [root@localhost [2] ~]# grep ^Codec /proc/asound/card?/codec* > Codec: Motorola Si3054 > Fedora 10 lsmod > [root@localhost [3] ~]# lsmod > Module Size Used by > fuse 49436 2 > i915 53380 2 > drm 158260 3 i915 > i2c_core 21396 1 drm > rfcomm 33936 4 > sco 12932 2 > bridge 43668 0 > stp 6148 1 bridge > bnep 14848 2 > l2cap 21504 16 rfcomm,bnep > sunrpc 155924 3 > ip6t_REJECT 7296 2 > nf_conntrack_ipv6 15864 2 > ip6table_filter 6400 1 > ip6_tables 14736 1 ip6table_filter > ipv6 230132 22 ip6t_REJECT,nf_conntrack_ipv6 > cpufreq_ondemand 9996 2 > acpi_cpufreq 12172 0 > dm_multipath 17164 0 > uinput 10624 0 > snd_hda_intel 351124 0 > snd_seq_dummy 6660 0 > snd_seq_oss 30364 0 > snd_seq_midi_event 9600 1 snd_seq_oss > 8139cp 21504 0 > firewire_ohci 22532 0 > snd_seq 48576 5 > snd_seq_dummy,snd_seq_oss,snd_seq_midi_event snd_seq_device 10124 > 3 snd_seq_dummy,snd_seq_oss,snd_seq > arc4 5760 2 > snd_pcm_oss 42496 0 > snd_mixer_oss 16896 1 snd_pcm_oss > btusb 14360 3 > snd_pcm 65924 2 snd_hda_intel,snd_pcm_oss > ecb 6528 2 > ricoh_mmc 7552 0 > crypto_blkcipher 18052 1 ecb > snd_timer 22024 2 snd_seq,snd_pcm > 8139too 24708 0 > sdhci_pci 10624 0 > bluetooth 48608 11 rfcomm,sco,bnep,l2cap,btusb > firewire_core 35616 1 firewire_ohci > crc_itu_t 5760 1 firewire_core > snd_page_alloc 11016 2 snd_hda_intel,snd_pcm > sdhci 17540 1 sdhci_pci > mmc_core 43676 1 sdhci > snd_hwdep 10500 1 snd_hda_intel > mii 8192 2 8139cp,8139too > snd 50616 10 > snd_hda_intel,snd_seq_dummy,snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss, >snd_mixer_oss,snd_pcm,snd_timer,snd_hwdep gspca_vc032x 19584 0 > soundcore 9416 1 snd > iTCO_wdt 13732 0 > iTCO_vendor_support 6916 1 iTCO_wdt > gspca_main 21504 1 gspca_vc032x > videodev 32000 1 gspca_main > v4l1_compat 15876 1 videodev > iwl3945 129628 0 > rfkill 11288 2 iwl3945 > mac80211 173668 1 iwl3945 > cfg80211 23816 2 iwl3945,mac80211 > serio_raw 8836 0 > pcspkr 6272 0 > joydev 12736 0 > video 20244 0 > output 6528 1 video > asus_laptop 18168 0 > ata_generic 8452 0 > pata_acpi 7680 0 Hi Salvatore. I can't see a modem module in your lsmod output. There appears to be a codec conflict between the Realtek codec (actual soundcard), and the Motorola codec (modem) one. Both appear to be using the snd-hda-intel driver. Ok. Let's go for this. I'm not too used to Gnome, as I use KDE, but let's first create the modprobe.conf file. Open a terminal, type su, then your root password, then type nautilus. You should now have nautilus open in root mode. Right click, and select Create Document > Empty File. name it, modprobe.conf. Right click on the newly created modprobe.conf file, and select Open with text editor, which will open Gedit, which I do use a lot on KDE. Now add the following line to the open Gedit. options snd-hda-intel probe_mask=1 Click on save. Close everything, reboot, and hope for the best. Sometimes this stuff can be a bit hit and miss. Now the sounds are working. Yes? Sorry about that. it's getting a bit late, and I've had a few beers. probe_mask=1 will use the first codec on the list, and this will be set as card0. This should be the Realtek ALC660-VD one in your case, and the Motorola one will be ignored. Over to you, and all the best. Nigel. -- fedora-list mailing list fedora-list@xxxxxxxxxx To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines