Project Home
Project Home
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - QNX installation...ethernet card not coming up: (3 Items)
   
QNX installation...ethernet card not coming up  
Hi,

I'm trying to get a PC (running QNX 6.3.2) on the network, using the PCI based Broadcom 5754 NIC. Here is the card 
information as provided by "pci" command:

Class            = Network (Ethernet)
Vendor ID        = 14e4h, Broadcom Corporation
Device ID        = 167ah, NetXtreme BCM5754 Gigabit Ethernet PCI Express
PCI Index        = 0h
PCI Mem Address  = dfaf0000h enabled
PCI Int Pin      = INT A
Interrupt Line   = 11
CPU Interrupt    = bh
 
initially with ifconfig command I am seeing only lo0.I haven't see en0.

I have tried with following commands.
#slay -f io-net
#io-net -d tigon3 vid=0x14e4,did=0x1696 -p tcpip
Now I am seeing en0 also but it doesn't give any IP address.
the en0 section of ifconfig given below.

en0: flags=8842<BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
      capabilities rx=7<IP4CSUM,TCP4CSUM,UDP4CSUM>
      capabilities tx=6<TCP4CSUM,UDP4CSUM>
      enabled=0<>
      address:00:19:b9:1c:9c:f3

I don't know how to install network driver patch in my stand alone system. If installation of  network driver patch  is 
required please let me know the procedure how to install that patch also.
Thanks,
Satyendra.M
RE: QNX installation...ethernet card not coming up  
I presume that the did=0x1696 in your io-net command line is a typo, as the
device ID in the PCI output is 0x167a. It appears that the driver is
running, seeing that you get a MAC address in the ifconfig output. Did you
slay and re-start dhcp.client? If not, you can also assign a static IP
address with the ifconfig command.

Please let me know if the driver works, so that I can add this device ID to
the driver.

-----Original Message-----
From: satyendra marni [mailto:mskdepik@yahoo.co.in] 
Sent: Monday, February 04, 2008 2:53 AM
To: drivers-networking
Subject: QNX installation...ethernet card not coming up

Hi,

I'm trying to get a PC (running QNX 6.3.2) on the network, using the PCI
based Broadcom 5754 NIC. Here is the card 
information as provided by "pci" command:

Class            = Network (Ethernet)
Vendor ID        = 14e4h, Broadcom Corporation
Device ID        = 167ah, NetXtreme BCM5754 Gigabit Ethernet PCI Express
PCI Index        = 0h
PCI Mem Address  = dfaf0000h enabled
PCI Int Pin      = INT A
Interrupt Line   = 11
CPU Interrupt    = bh
 
initially with ifconfig command I am seeing only lo0.I haven't see en0.

I have tried with following commands.
#slay -f io-net
#io-net -d tigon3 vid=0x14e4,did=0x1696 -p tcpip
Now I am seeing en0 also but it doesn't give any IP address.
the en0 section of ifconfig given below.

en0: flags=8842<BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
      capabilities rx=7<IP4CSUM,TCP4CSUM,UDP4CSUM>
      capabilities tx=6<TCP4CSUM,UDP4CSUM>
      enabled=0<>
      address:00:19:b9:1c:9c:f3

I don't know how to install network driver patch in my stand alone system.
If installation of  network driver patch  is required please let me know the
procedure how to install that patch also.
Thanks,
Satyendra.M

_______________________________________________
Networking Drivers
http://community.qnx.com/sf/go/post4758
RE: QNX installation...ethernet card not coming up  
You can use "phlip" to configure the interface once it's up and running.  If
you're logged in as root in photon, you can see a network configuration
entry that brings it up.  If you're not, su to root and run "phlip" and it
will bring up the configuration GUI.

To have the driver mount itself automatically on boot up, you'll have to
modify the enumerators.  To do this, edit /etc/system/enum/devices/net (as
root).  Search for tigon3.  You'll see a number of device entries.  Copy and
paste one and change the "dev=xxxx" to use the device ID reported by your
card.  Next time you boot, the tigon3 driver should be ready to go for you.

	Robert.

-----Original Message-----
From: satyendra marni [mailto:mskdepik@yahoo.co.in] 
Sent: Monday, February 04, 2008 2:53 AM
To: drivers-networking
Subject: QNX installation...ethernet card not coming up

Hi,

I'm trying to get a PC (running QNX 6.3.2) on the network, using the PCI
based Broadcom 5754 NIC. Here is the card 
information as provided by "pci" command:

Class            = Network (Ethernet)
Vendor ID        = 14e4h, Broadcom Corporation
Device ID        = 167ah, NetXtreme BCM5754 Gigabit Ethernet PCI Express
PCI Index        = 0h
PCI Mem Address  = dfaf0000h enabled
PCI Int Pin      = INT A
Interrupt Line   = 11
CPU Interrupt    = bh
 
initially with ifconfig command I am seeing only lo0.I haven't see en0.

I have tried with following commands.
#slay -f io-net
#io-net -d tigon3 vid=0x14e4,did=0x1696 -p tcpip
Now I am seeing en0 also but it doesn't give any IP address.
the en0 section of ifconfig given below.

en0: flags=8842<BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
      capabilities rx=7<IP4CSUM,TCP4CSUM,UDP4CSUM>
      capabilities tx=6<TCP4CSUM,UDP4CSUM>
      enabled=0<>
      address:00:19:b9:1c:9c:f3

I don't know how to install network driver patch in my stand alone system.
If installation of  network driver patch  is required please let me know the
procedure how to install that patch also.
Thanks,
Satyendra.M

_______________________________________________
Networking Drivers
http://community.qnx.com/sf/go/post4758