<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Vivado 2014.1 / Linux Ubuntu 14.04 license activation notes</title>
	<atom:link href="http://billauer.se/blog/2015/01/vivado-license-activation-ubuntu-linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://billauer.se/blog/2015/01/vivado-license-activation-ubuntu-linux/</link>
	<description>Anything I found worthy to write down.</description>
	<lastBuildDate>Thu, 26 Mar 2026 13:15:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>By: Steve Kerrison</title>
		<link>https://billauer.se/blog/2015/01/vivado-license-activation-ubuntu-linux/comment-page-1/#comment-1135</link>
		<dc:creator>Steve Kerrison</dc:creator>
		<pubDate>Tue, 03 Nov 2015 10:53:02 +0000</pubDate>
		<guid isPermaLink="false">https://billauer.se/blog/?p=4565#comment-1135</guid>
		<description>My Dell XPS13 2015 has no LAN NIC, and VLM wasn&#039;t picking up a MAC address from my wireless card.

I also have KVM installed, so perhaps it was seeing the network device virbr0 and giving up. In any case, wlan0 wasn&#039;t doing the job. I fixed this by renaming the interface in udev, by changing /etc/udev/rules.d/70-persistent-net.rules

from:

SUBSYSTEM==&quot;net&quot;, ACTION==&quot;add&quot;, DRIVERS==&quot;?*&quot;, ATTR{address}==&quot;00:11:22:33:44:55&quot;, ATTR{dev_id}==&quot;0x0&quot;, ATTR{type}==&quot;1&quot;, KERNEL==&quot;wlan*&quot;, NAME=&quot;wlan0&quot;

to:

SUBSYSTEM==&quot;net&quot;, ACTION==&quot;add&quot;, DRIVERS==&quot;?*&quot;, ATTR{address}==&quot;00:11:22:33:44:55&quot;, ATTR{dev_id}==&quot;0x0&quot;, ATTR{type}==&quot;1&quot;, KERNEL==&quot;wlan*&quot;, NAME=&quot;eth0&quot;

So just change the NAME field. That would then generate a type 2 node ID. I also removed some pending license requests using xlic{client,srvr}mgr -l to find the sequence numbers and then xlic{client,srvr}mgr -zz 1234

One or both of these activities fixed the problem!</description>
		<content:encoded><![CDATA[<p>My Dell XPS13 2015 has no LAN NIC, and VLM wasn&#8217;t picking up a MAC address from my wireless card.</p>
<p>I also have KVM installed, so perhaps it was seeing the network device virbr0 and giving up. In any case, wlan0 wasn&#8217;t doing the job. I fixed this by renaming the interface in udev, by changing /etc/udev/rules.d/70-persistent-net.rules</p>
<p>from:</p>
<p>SUBSYSTEM==&#8221;net&#8221;, ACTION==&#8221;add&#8221;, DRIVERS==&#8221;?*&#8221;, ATTR{address}==&#8221;00:11:22:33:44:55&#8243;, ATTR{dev_id}==&#8221;0x0&#8243;, ATTR{type}==&#8221;1&#8243;, KERNEL==&#8221;wlan*&#8221;, NAME=&#8221;wlan0&#8243;</p>
<p>to:</p>
<p>SUBSYSTEM==&#8221;net&#8221;, ACTION==&#8221;add&#8221;, DRIVERS==&#8221;?*&#8221;, ATTR{address}==&#8221;00:11:22:33:44:55&#8243;, ATTR{dev_id}==&#8221;0x0&#8243;, ATTR{type}==&#8221;1&#8243;, KERNEL==&#8221;wlan*&#8221;, NAME=&#8221;eth0&#8243;</p>
<p>So just change the NAME field. That would then generate a type 2 node ID. I also removed some pending license requests using xlic{client,srvr}mgr -l to find the sequence numbers and then xlic{client,srvr}mgr -zz 1234</p>
<p>One or both of these activities fixed the problem!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Uno</title>
		<link>https://billauer.se/blog/2015/01/vivado-license-activation-ubuntu-linux/comment-page-1/#comment-1133</link>
		<dc:creator>Uno</dc:creator>
		<pubDate>Tue, 27 Oct 2015 12:01:22 +0000</pubDate>
		<guid isPermaLink="false">https://billauer.se/blog/?p=4565#comment-1133</guid>
		<description>Fake NIC doesn&#039;t appear to work anymore with Vivado 2015.01 and 2015.02  :(
umn1 through 4 remain empty</description>
		<content:encoded><![CDATA[<p>Fake NIC doesn&#8217;t appear to work anymore with Vivado 2015.01 and 2015.02  :(<br />
umn1 through 4 remain empty</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: xyz</title>
		<link>https://billauer.se/blog/2015/01/vivado-license-activation-ubuntu-linux/comment-page-1/#comment-1128</link>
		<dc:creator>xyz</dc:creator>
		<pubDate>Tue, 20 Oct 2015 06:11:12 +0000</pubDate>
		<guid isPermaLink="false">https://billauer.se/blog/?p=4565#comment-1128</guid>
		<description>Very good information! really helpful</description>
		<content:encoded><![CDATA[<p>Very good information! really helpful</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Gregory</title>
		<link>https://billauer.se/blog/2015/01/vivado-license-activation-ubuntu-linux/comment-page-1/#comment-1125</link>
		<dc:creator>Adam Gregory</dc:creator>
		<pubDate>Thu, 08 Oct 2015 13:37:59 +0000</pubDate>
		<guid isPermaLink="false">https://billauer.se/blog/?p=4565#comment-1125</guid>
		<description>Thanks so much for posting that! I had the same problem activating version 2015.3 on Fedora 22</description>
		<content:encoded><![CDATA[<p>Thanks so much for posting that! I had the same problem activating version 2015.3 on Fedora 22</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christophe Bobda</title>
		<link>https://billauer.se/blog/2015/01/vivado-license-activation-ubuntu-linux/comment-page-1/#comment-1101</link>
		<dc:creator>Christophe Bobda</dc:creator>
		<pubDate>Mon, 13 Jul 2015 16:01:23 +0000</pubDate>
		<guid isPermaLink="false">https://billauer.se/blog/?p=4565#comment-1101</guid>
		<description>Thanks a lot.
I had the same issue and this guide helped me solve it.

C</description>
		<content:encoded><![CDATA[<p>Thanks a lot.<br />
I had the same issue and this guide helped me solve it.</p>
<p>C</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eldar</title>
		<link>https://billauer.se/blog/2015/01/vivado-license-activation-ubuntu-linux/comment-page-1/#comment-1077</link>
		<dc:creator>Eldar</dc:creator>
		<pubDate>Wed, 08 Apr 2015 13:22:23 +0000</pubDate>
		<guid isPermaLink="false">https://billauer.se/blog/?p=4565#comment-1077</guid>
		<description>Wow great thanks for this post!!
Once i had a lxc container. I read that the problem will occur using virtual machine.</description>
		<content:encoded><![CDATA[<p>Wow great thanks for this post!!<br />
Once i had a lxc container. I read that the problem will occur using virtual machine.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
