<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to change network Card Hardware Device name in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-to-change-network-card-hardware-device-name/m-p/5123418#M81850</link>
    <description>Look into using udev rules.  In ubuntu the rule is called 70-persistent-net.rules.  You should be able to do something similar in Redhat and SuSE.</description>
    <pubDate>Wed, 06 Aug 2008 14:57:14 GMT</pubDate>
    <dc:creator>Dan Wanek</dc:creator>
    <dc:date>2008-08-06T14:57:14Z</dc:date>
    <item>
      <title>How to change network Card Hardware Device name</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-change-network-card-hardware-device-name/m-p/5123412#M81844</link>
      <description>Hi,&lt;BR /&gt;I have configured one linux box and found that Redhat Linux can not detect onboard card, i found some source and compile for onboard card and its able to detect, but in hardware property its showing un-known device i want to put some word line Intel / 3G something, how to change it, &lt;BR /&gt;&lt;BR /&gt;i have attached here a sample working station network info, i need to change it how. please advice for this. thanks in advance.</description>
      <pubDate>Wed, 06 Aug 2008 08:00:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-change-network-card-hardware-device-name/m-p/5123412#M81844</guid>
      <dc:creator>avizen9</dc:creator>
      <dc:date>2008-08-06T08:00:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to change network Card Hardware Device name</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-change-network-card-hardware-device-name/m-p/5123413#M81845</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;In general it works First in First out.&lt;BR /&gt;&lt;BR /&gt;First device detected is eth0.&lt;BR /&gt;&lt;BR /&gt;The detection order makes little sense if you do the OS install at at time with two NIC cards.&lt;BR /&gt;&lt;BR /&gt;I had an interesting situation in 2005.&lt;BR /&gt;&lt;BR /&gt;I got a couple of Dell systems with internal broadcom cards. Did an OS install with a couple of Intel add in cards which I planned to bond inside.&lt;BR /&gt;&lt;BR /&gt;The Intel Cards came out as eth0/eth1 the internal came up ad eth2.&lt;BR /&gt;&lt;BR /&gt;I needed to redo the install and for grins pulled out the intel cards.&lt;BR /&gt;&lt;BR /&gt;The broadcom card still came up as eth2&lt;BR /&gt;&lt;BR /&gt;It makes no sense but you pretty much need to live with the results from this process.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 06 Aug 2008 10:39:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-change-network-card-hardware-device-name/m-p/5123413#M81845</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2008-08-06T10:39:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to change network Card Hardware Device name</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-change-network-card-hardware-device-name/m-p/5123414#M81846</link>
      <description>HI Thanks for reply,&lt;BR /&gt;erm.. i am not sure what are you talking here.&lt;BR /&gt;&lt;BR /&gt;actuly i want to change the description for this network card, Just for example in attachment file you can see at present its showing "3com corporation" i want to change with "300com cop" something is it possible?&lt;BR /&gt;&lt;BR /&gt;thanks for your next reply.</description>
      <pubDate>Wed, 06 Aug 2008 10:59:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-change-network-card-hardware-device-name/m-p/5123414#M81846</guid>
      <dc:creator>avizen9</dc:creator>
      <dc:date>2008-08-06T10:59:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to change network Card Hardware Device name</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-change-network-card-hardware-device-name/m-p/5123415#M81847</link>
      <description>I don't believe you are going to be able to change that. I believe the info is pulled from lspci. If anything you might just want to document your system so that you have the info you want/need.</description>
      <pubDate>Wed, 06 Aug 2008 12:42:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-change-network-card-hardware-device-name/m-p/5123415#M81847</guid>
      <dc:creator>Court Campbell</dc:creator>
      <dc:date>2008-08-06T12:42:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to change network Card Hardware Device name</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-change-network-card-hardware-device-name/m-p/5123416#M81848</link>
      <description>HI Court Campbell &lt;BR /&gt;i have attached here one file, its having info all .c files through which i generatd network driver. you may go through it and let me know if you will get any idea,&lt;BR /&gt;&lt;BR /&gt;i need to copy this folder in linux box and need to run make install to install driver.</description>
      <pubDate>Wed, 06 Aug 2008 12:51:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-change-network-card-hardware-device-name/m-p/5123416#M81848</guid>
      <dc:creator>avizen9</dc:creator>
      <dc:date>2008-08-06T12:51:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to change network Card Hardware Device name</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-change-network-card-hardware-device-name/m-p/5123417#M81849</link>
      <description>I am not sure what you want me to do. I don;t really have the time to look at this issue in that depth. Try grep'ing for key words in the files and see if you find what it is you want to change.</description>
      <pubDate>Wed, 06 Aug 2008 13:57:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-change-network-card-hardware-device-name/m-p/5123417#M81849</guid>
      <dc:creator>Court Campbell</dc:creator>
      <dc:date>2008-08-06T13:57:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to change network Card Hardware Device name</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-change-network-card-hardware-device-name/m-p/5123418#M81850</link>
      <description>Look into using udev rules.  In ubuntu the rule is called 70-persistent-net.rules.  You should be able to do something similar in Redhat and SuSE.</description>
      <pubDate>Wed, 06 Aug 2008 14:57:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-change-network-card-hardware-device-name/m-p/5123418#M81850</guid>
      <dc:creator>Dan Wanek</dc:creator>
      <dc:date>2008-08-06T14:57:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to change network Card Hardware Device name</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-change-network-card-hardware-device-name/m-p/5123419#M81851</link>
      <description>Dan, he doesn't want to change the device name. He wants to change the device description. It's not going to be that easy.</description>
      <pubDate>Wed, 06 Aug 2008 16:44:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-change-network-card-hardware-device-name/m-p/5123419#M81851</guid>
      <dc:creator>Court Campbell</dc:creator>
      <dc:date>2008-08-06T16:44:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to change network Card Hardware Device name</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-change-network-card-hardware-device-name/m-p/5123420#M81852</link>
      <description>i know we can do this, please work around i remember in past somebody has done this but i forgot how?&lt;BR /&gt;&lt;BR /&gt;please help me for this.</description>
      <pubDate>Thu, 07 Aug 2008 00:55:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-change-network-card-hardware-device-name/m-p/5123420#M81852</guid>
      <dc:creator>avizen9</dc:creator>
      <dc:date>2008-08-07T00:55:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to change network Card Hardware Device name</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-change-network-card-hardware-device-name/m-p/5123421#M81853</link>
      <description>resolved</description>
      <pubDate>Mon, 05 Jan 2009 09:54:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-change-network-card-hardware-device-name/m-p/5123421#M81853</guid>
      <dc:creator>avizen9</dc:creator>
      <dc:date>2009-01-05T09:54:14Z</dc:date>
    </item>
  </channel>
</rss>

