[hsflinux] driver 8086 2486 (fwd)

Marc Boucher marc at mbsi.ca
Fri Apr 26 05:49:45 EDT 2002


Get the latest HSF driver, don't modify LinuxGetHwPciRes()
but rebuild your kernel with the latest ACPI patch from
http://sourceforge.net/projects/acpi/ and if it still
doesn't work, try applying the new pci-irq code patch
from http://www.brodo.de/english/pub/acpi/pci_irq/index.html

Marc

On Fri, Apr 26, 2002 at 08:50:27AM +0200, Eric GRIMMER wrote:
> Hi all
> I tried what you suggested but all I get is a seg fault with either kppp or
> minicom though the driver loads allright...
> Any more suggestions ?
> Thanx a million
> 
> Eric
> 
> ----- Original Message -----
> From: "Marc Boucher" <marc at mbsi.ca>
> To: "Sören Vogel" <soeren.vogel at phil.tu-chemnitz.de>;
> <egrimmer at ac-toulouse.fr>
> Cc: "HSF Linux Driver" <hsflinux at lists.mbsi.ca>
> Sent: Friday, April 12, 2002 9:44 PM
> Subject: Re: [hsflinux] driver 8086 2486 (fwd)
> 
> 
> Hi Soeren, Eric,
> 
> let's try something: open /usr/lib/hsf/modules/osspec/linuxres.c
> with a text editor, look for function LinuxGetHwPciRes()
> and go to the following section:
> 
>     pdev = pci_find_device(VendorId, DeviceId, NULL);
>     if (pdev == NULL)
>         return FALSE;
> 
> *pPciDev = pdev;
> 
> just before the this last line add pdev->irq=9;
> 
> the code should now look like:
> 
>     pdev = pci_find_device(VendorId, DeviceId, NULL);
>     if (pdev == NULL)
>         return FALSE;
> 
> pdev->irq=9;
> 
> *pPciDev = pdev;
> 
> then save & rebuild the kernel modules (with hsfconfig --kernel) and reboot.
> 
> You might want to also look under windows which irq is used for
> the modem and use the same value instead of 9 above.
> 
> Let me know the results so that I can implement a proper fix..
> 
> Marc
> 
> On Fri, Apr 12, 2002 at 02:33:09PM +0200, Sören Vogel wrote:
> >
> > ---------- Forwarded message ----------
> > Date: Fri, 12 Apr 2002 11:59:53 +0200
> > From: egrimmer at ac-toulouse.fr
> > To: Sören Vogel <soeren.vogel at phil.tu-chemnitz.de>
> > Subject: Re: [hsflinux] driver 8086 2486
> >
> > I ve got the same modem and changing to pci=biosirq doesn't
> > change anything...
> >
> > There's a message about the system not being able to free
> > irq 0 for the modem...
> >
> > My sony is a PCG-GR214MP and the jogdial works just fine on
> > a mdk82 so it's got nothing to do with it.
> >
> > Could be somme pb with the sound chip maybe ,
> >
> > Does anyone know ?
> >
> > Eric
> >
> > _______________________________________________
> > hsflinux mailing list
> > hsflinux at lists.mbsi.ca
> > http://www.mbsi.ca/mailman/listinfo/hsflinux
> 



More information about the hsflinux mailing list