[hsflinux] driver 8086 2486 (fwd)

Eric GRIMMER egrimmer at ac-toulouse.fr
Tue May 14 10:31:49 EDT 2002


I tried.
MDK 's 2.4.18-6mdk kernel won't take the patch...
I downloaded a generic 2.4.18, patched it and it works ! I still have to do
the  pdev->irq=9 thing though. But it works.
For those who use a SonyVAIO gr214mp, generic 2.4.18 won't recognize the
e100 network chipset whereas  MDK 's 2.4.18-6mdk kernel does.
Solution : make one kernel out of the 2 and you'll get all (apart from MDK's
supermount).

Thanx

--------------------------------------------------------------
Eric GRIMMER
Rectorat de l'académie de TOULOUSE
MATICE
Tel : 0562476920
--------------------------------------------------------------

----- Original Message -----
From: "Marc Boucher" <marc at mbsi.ca>
To: "Eric GRIMMER" <egrimmer at ac-toulouse.fr>
Cc: "Sören Vogel" <soeren.vogel at phil.tu-chemnitz.de>; "HSF Linux Driver"
<hsflinux at lists.mbsi.ca>
Sent: Friday, April 26, 2002 10:49 AM
Subject: Re: [hsflinux] driver 8086 2486 (fwd)


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
>
_______________________________________________
hsflinux mailing list
hsflinux at lists.mbsi.ca
http://www.mbsi.ca/mailman/listinfo/hsflinux




More information about the hsflinux mailing list