[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Re[2]: Driver for winmodem smartlink Hamr 5600



On Wed, 2002-05-15 at 17:47, Riccardo Gusso wrote:
> On Tuesday 14 May 2002 09:38, Mark Janssen wrote:
> > You could try unloading the module for your soundcard first (in my case
> > trident.o) and check which devices are sharing IRQ's here
> > (lspci and look for what devices use 00:01.4/6 and 00:03.0)
> 
> The  other devices (00:01.6 is the modem) are the cardbus bridge (for pcmcia 
> I suppose) and the sound controller, here's the output of lspci -v:

You should try unloading the pcmcia modules (/etc/init.d/pcmcia stop)
and soundcard modules, and try the following patch for the modem
drivers. (It takes care of stricter checking on what devices the modem
driver tries to handle.)

I received this patch from smartlink tech support, contact them and
maybe they can create a better fix/workaround for your problem.

Mark
--- amrmo_init.c.orig	Tue May 14 17:14:39 2002
+++ amrmo_init.c	Tue May 14 17:15:08 2002
@@ -170,8 +170,8 @@
 	 PCI_ANY_ID, PCI_ANY_ID, 0, 0, VIA3058_CARD},
 	{PCI_VENDOR_ID_SIS, PCI_DEVICE_ID_SIS630,
 	 PCI_ANY_ID, PCI_ANY_ID, 0, 0, SIS630_CARD},
-	{PCI_VENDOR_ID_SIS, PCI_DEVICE_ID_SIS960,
-	 PCI_ANY_ID, PCI_ANY_ID, 0, 0, SIS960_CARD},
+	//{PCI_VENDOR_ID_SIS, PCI_DEVICE_ID_SIS960,
+	// PCI_ANY_ID, PCI_ANY_ID, 0, 0, SIS960_CARD},
 	//  {PCI_VENDOR_ID_ALI, PCI_DEVICE_ID_ALI5450,
 	//PCI_ANY_ID, PCI_ANY_ID, 0, 0, ALI5450_CARD},
 	//  {PCI_VENDOR_ID_ALI, PCI_DEVICE_ID_ALI5451,

Reply to: