Hello Jonathan
I've followed your instructions but they doesn't seem to work, because on
next reboot the problem stills and I must do all those stuffs again. I
suposse there is no trivial solution so what I am asking to you is how to
automatize these commands at every start (I don't know how to make a bash
work):
--(in root shell)
hsfconfig --uninstall
modprobe snd-hda-intel
dpkg -i hsf*.deb
--(where hsf*.deb is the controller I've downloaded)
They work perfectly and this solution would be enough for me instead of
typying the commands over and over in every start. Thank you for your time
Alex
----- Original Message -----
From: "Linuxant support (Jonathan)" <support@xxxxxxxxxxxx>
To: "Alex Vergara Gil" <alex@xxxxxxxxxxx>
Cc: "Linmodems" <discuss@xxxxxxxxxxxxx>
Sent: Monday, October 06, 2008 9:32 AM
Subject: Re: conflicts between the modem and the sound card
[eid-20081006-061]
Hi,
the HSF driver replaces the snd-hda-intel module on your machine in order
to support a possible HDA modem in your system. If you do not have a HDA
modem, you don't need this replacement, please use the following commands
in a root shell:
---
hsfconfig --uninstall
touch /etc/.hsfmodem-hda-disable
---
and then re-install the HSF driver. Hopefully you will not have the same
issue with the original snd-hda-intel module.
Please let us know if you require more assistance.
Regards,
Jonathan
Technical specialist / Linuxant
www.linuxant.com
support@xxxxxxxxxxxx
Alex Vergara Gil wrote:
Dear Jonathan
I have now the problem of a conflict between my modem and my soundcard
(Realtek HDA, which works with the driver snd-hda-intel). I can solve
this problem uninstalling the modem driver, then typiyng sudo modprobe
snd-hda-intel, and finnally reinstalling the modem driver. I must do this
for every start because the system gets crazy and doesn't detect any
sound server. I've seen in the installation of the modem driver that it
overrides certain drivers like snd-intel8x0 but not snd-hda-intel. So,
What the problem here and how can I fix this whitout losing three minutes
(this is the time of whole operation) every time.
Hint: If I type sudo modprobe snd-hda-intel without uninstalling the
driver then the system respond that it cannot add the snd-hda-intel to
the kernel because it have some commands not recognized. The dmesg | grep
snd command says for example snd-ctl : command not defined.
Thankyou very much for your time
Alex