Project Home
Project Home
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Intel 82579LM network driver support on X86: (9 Items)
   
Intel 82579LM network driver support on X86  
Hi,

    I'm a beginner @ Qnx, trying to explore Qnx build environment and networking.
When I installed Neutrino OS 6.5.0 on my dell optiplex 990, I'm not able to bring up the network interface. I have no 
issues when running the image from VM (same QNX .iso).
After some reading and searching I found that my NIC card is intel 82579M

devid= 1502 and vendor id = 8086

Can some one help in providing the driver for this device?

I tried using devnp-e1000.so available in other forums but not successful.
Thanks.

Rgds,
Praveen.
Re: Intel 82579LM network driver support on X86  
Here is an updated driver.

-- 
Hugh Brown
QNX Software Systems Limited
1001 Farrar Rd.,
Ottawa. ON. K2K 0B3.
Telephone: 613-591-0931







On 12-02-23 4:52 AM, "Praveen Kumar P.S." <community-noreply@qnx.com>
wrote:

>Hi,
>
>    I'm a beginner @ Qnx, trying to explore Qnx build environment and
>networking.
>When I installed Neutrino OS 6.5.0 on my dell optiplex 990, I'm not able
>to bring up the network interface. I have no issues when running the
>image from VM (same QNX .iso).
>After some reading and searching I found that my NIC card is intel 82579M
>
>devid= 1502 and vendor id = 8086
>
>Can some one help in providing the driver for this device?
>
>I tried using devnp-e1000.so available in other forums but not successful.
>Thanks.
>
>Rgds,
>Praveen.
>
>
>
>_______________________________________________
>
>Networking Drivers
>http://community.qnx.com/sf/go/post91729
>

Attachment: Text devnp-e1000.so 269.65 KB
Re: Intel 82579LM network driver support on X86  
Hi Hugh,

    Thx a ton for the prompt reply. It saved my time.

Following are the steps to load this driver (For reference to beginners like me)

1.Copy devnp-e1000.so (posted by Hugh) to /lib/dll
2.chmod a+x devnp-e1000.so (May help some beginners time)
3. io-pkt-v4-hc -de1000
4.ifconfig (Shows the ethernet interface, wm0 on mine)
5.ifconfig wm0 up (link up)
6. configure ip  address (using ifconfig) or use n/w configuration utilities in QNX (GUI -DHCP/Manual)
7. You should be able to ping by now


Rgds,
Praveen.
Re: Intel 82579LM network driver support on X86  
Hi Hugh,

I have installed qnx 6.4.0 into the same dell machine, but it looks like USB devices(Keyboard, mouse and mass storage 
devices) are not detected, Can you help on this?
Re: Intel 82579LM network driver support on X86  
I don't work on USB and this is the wrong forum for USB. This forum is for
network drivers.




On 2012-10-15 8:37 AM, "RANJITH THAVAMANI" <community-noreply@qnx.com>
wrote:

>Hi Hugh,
>
>I have installed qnx 6.4.0 into the same dell machine, but it looks like
>USB devices(Keyboard, mouse and mass storage devices) are not detected,
>Can you help on this?
>
>
>
>_______________________________________________
>
>Networking Drivers
>http://community.qnx.com/sf/go/post96323
>To cancel your subscription to this discussion, please e-mail
>drivers-networking-unsubscribe@community.qnx.com

Re: Intel 82579LM network driver support on X86  
OK, Thanks for the reply
Re: Intel 82579LM network driver support on X86  
Hello,

It seems that successor to this driver made it into latest release. But it seems to me that ../enum/devices/net hasn't 
been updated to start this driver for 8086:1502 device.

PKY

> Here is an updated driver.
> 
> -- 
> Hugh Brown
> QNX Software Systems Limited
> 1001 Farrar Rd.,
> Ottawa. ON. K2K 0B3.
> Telephone: 613-591-0931
> 
> 
> 
> 
> 
> 
> 
> On 12-02-23 4:52 AM, "Praveen Kumar P.S." <community-noreply@qnx.com>
> wrote:
> 
> >Hi,
> >
> >    I'm a beginner @ Qnx, trying to explore Qnx build environment and
> >networking.
> >When I installed Neutrino OS 6.5.0 on my dell optiplex 990, I'm not able
> >to bring up the network interface. I have no issues when running the
> >image from VM (same QNX .iso).
> >After some reading and searching I found that my NIC card is intel 82579M
> >
> >devid= 1502 and vendor id = 8086
> >
> >Can some one help in providing the driver for this device?
> >
> >I tried using devnp-e1000.so available in other forums but not successful.
> >Thanks.
> >
> >Rgds,
> >Praveen.
> >
> >
> >
> >_______________________________________________
> >
> >Networking Drivers
> >http://community.qnx.com/sf/go/post91729
> >
> 


Re: Intel 82579LM network driver support on X86  
Here is the updated net file.



On 2013-04-09 7:43 AM, "Pavol Kycina" <community-noreply@qnx.com> wrote:

>Hello,
>
>It seems that successor to this driver made it into latest release. But
>it seems to me that ../enum/devices/net hasn't been updated to start this
>driver for 8086:1502 device.
>
>PKY
>
>> Here is an updated driver.
>> 
>> -- 
>> Hugh Brown
>> QNX Software Systems Limited
>> 1001 Farrar Rd.,
>> Ottawa. ON. K2K 0B3.
>> Telephone: 613-591-0931
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> On 12-02-23 4:52 AM, "Praveen Kumar P.S." <community-noreply@qnx.com>
>> wrote:
>> 
>> >Hi,
>> >
>> >    I'm a beginner @ Qnx, trying to explore Qnx build environment and
>> >networking.
>> >When I installed Neutrino OS 6.5.0 on my dell optiplex 990, I'm not
>>able
>> >to bring up the network interface. I have no issues when running the
>> >image from VM (same QNX .iso).
>> >After some reading and searching I found that my NIC card is intel
>>82579M
>> >
>> >devid= 1502 and vendor id = 8086
>> >
>> >Can some one help in providing the driver for this device?
>> >
>> >I tried using devnp-e1000.so available in other forums but not
>>successful.
>> >Thanks.
>> >
>> >Rgds,
>> >Praveen.
>> >
>> >
>> >
>> >_______________________________________________
>> >
>> >Networking Drivers
>> >http://community.qnx.com/sf/go/post91729
>> >
>> 
>
>
>
>
>
>
>_______________________________________________
>
>Networking Drivers
>http://community.qnx.com/sf/go/post100398
>To cancel your subscription to this discussion, please e-mail
>drivers-networking-unsubscribe@community.qnx.com

Attachment: Text net 26.61 KB
Re: Intel 82579LM network driver support on X86  
Thanks for prompt reply.

My post was a kind of a reminder, that this file should be updated in "released version". 
I have already updated it myself.

Regards, PKY

> Here is the updated net file.
> 
> 
> 
> On 2013-04-09 7:43 AM, "Pavol Kycina" <community-noreply@qnx.com> wrote:
> 
> >Hello,
> >
> >It seems that successor to this driver made it into latest release. But
> >it seems to me that ../enum/devices/net hasn't been updated to start this
> >driver for 8086:1502 device.
> >
> >PKY
> >
> >> Here is an updated driver.
> >> 
> >> -- 
> >> Hugh Brown
> >> QNX Software Systems Limited
> >> 1001 Farrar Rd.,
> >> Ottawa. ON. K2K 0B3.
> >> Telephone: 613-591-0931
> >> 
> >> 
> >> 
> >> 
> >> 
> >> 
> >> 
> >> On 12-02-23 4:52 AM, "Praveen Kumar P.S." <community-noreply@qnx.com>
> >> wrote:
> >> 
> >> >Hi,
> >> >
> >> >    I'm a beginner @ Qnx, trying to explore Qnx build environment and
> >> >networking.
> >> >When I installed Neutrino OS 6.5.0 on my dell optiplex 990, I'm not
> >>able
> >> >to bring up the network interface. I have no issues when running the
> >> >image from VM (same QNX .iso).
> >> >After some reading and searching I found that my NIC card is intel
> >>82579M
> >> >
> >> >devid= 1502 and vendor id = 8086
> >> >
> >> >Can some one help in providing the driver for this device?
> >> >
> >> >I tried using devnp-e1000.so available in other forums but not
> >>successful.
> >> >Thanks.
> >> >
> >> >Rgds,
> >> >Praveen.
> >> >
> >> >
> >> >
> >> >_______________________________________________
> >> >
> >> >Networking Drivers
> >> >http://community.qnx.com/sf/go/post91729
> >> >
> >> 
> >
> >
> >
> >
> >
> >
> >_______________________________________________
> >
> >Networking Drivers
> >http://community.qnx.com/sf/go/post100398
> >To cancel your subscription to this discussion, please e-mail
> >drivers-networking-unsubscribe@community.qnx.com
>