<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Uncertain Binary Thoughts &#187; ndiswrapper</title>
	<atom:link href="http://ankurs.com/tag/ndiswrapper/feed/" rel="self" type="application/rss+xml" />
	<link>http://ankurs.com</link>
	<description>01110100110101010101011101100010</description>
	<lastBuildDate>Mon, 30 Aug 2010 16:51:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Installing Ndiswrapper on Ubuntu 8.04</title>
		<link>http://ankurs.com/2008/04/installing-ndiswrapper-on-ubuntu-804/</link>
		<comments>http://ankurs.com/2008/04/installing-ndiswrapper-on-ubuntu-804/#comments</comments>
		<pubDate>Sun, 27 Apr 2008 17:49:32 +0000</pubDate>
		<dc:creator>Ankur Shrivastava</dc:creator>
				<category><![CDATA[Stuff]]></category>
		<category><![CDATA[8.04]]></category>
		<category><![CDATA[Installing]]></category>
		<category><![CDATA[ndiswrapper]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[WiFi]]></category>

		<guid isPermaLink="false">http://ankurs.com/?p=369</guid>
		<description><![CDATA[I installed Ubuntu 8.04 today and faced this problem of WiFi again but ths time even installing ndiswrapper diddnt worked so had to find a way to make WiFi work on boot and here it is For this First You need to install ndiswrapper, no need for net coz the packages are included in the]]></description>
			<content:encoded><![CDATA[<p>I installed Ubuntu 8.04 today and faced this problem of WiFi again but ths time even installing ndiswrapper diddnt worked so had to find a way to make WiFi work on boot and here it is</p>
<p>For this First You need to install ndiswrapper, no need for net coz the packages are included in the CD / DVD of Ubuntu just go to System&gt;&gt;Administration&gt;&gt;software sources then uncheck all downloadable from internet, Third party and Update repo&#8217;s only select Installable from CD-ROM/DVD. Now open a Add/Remove from Applications&gt;&gt;Add/Remove.. there select all avaliable appliactions in show, now seach for ndis you will see Windows Wireless Drivers select it and click Apply changes it will ask you for the CD insert the CD and it will get installed, now you just have to install the drivers of your card for this open  System&gt;&gt;Administration&gt;&gt;Windows Wireless Drivers and install the windows wireless drivers ( bcmwl5.inf for hp6515b bcm4312) now follow these steps, type<br />
<code>sudo -i</code> now you must be as root then type<br />
<code>nano /etc/rc.local</code> the file should read<br />
<code>rmmod ndiswrapper<br />
rmmod ssb<br />
modprobe ndiswrapper<br />
exit 0<br />
</code><br />
all done now just reboot and enjoy your Linux&#8230;&#8230;..</p>
]]></content:encoded>
			<wfw:commentRss>http://ankurs.com/2008/04/installing-ndiswrapper-on-ubuntu-804/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Fedora 8 on HP 6515b</title>
		<link>http://ankurs.com/2007/12/fedora-8-on-hp-6515b/</link>
		<comments>http://ankurs.com/2007/12/fedora-8-on-hp-6515b/#comments</comments>
		<pubDate>Tue, 04 Dec 2007 18:49:17 +0000</pubDate>
		<dc:creator>Ankur Shrivastava</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Stuff]]></category>
		<category><![CDATA[8]]></category>
		<category><![CDATA[compile]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[gdm]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[ndiswrapper]]></category>
		<category><![CDATA[problems]]></category>
		<category><![CDATA[WiFi]]></category>
		<category><![CDATA[xserver]]></category>

		<guid isPermaLink="false">http://warofwords.wordpress.com/2007/12/05/fedora-8-on-hp-6515b/</guid>
		<description><![CDATA[Well i have installed Fedora 8 now and well i was facing the usual problems, install proceeded well in text mode without any problems but on booting after the ATI driver install i was presented with a console login that is no xserver started and then started the problem with WiFi, ndiswrapper wont install it]]></description>
			<content:encoded><![CDATA[<p>Well i have installed Fedora 8 now and well i was facing the usual problems, install proceeded well in text mode without any problems but on booting after the ATI driver install i was presented with a console login that is no xserver started and then started the problem with WiFi, ndiswrapper wont install it took me no time to find that the kernel version was different of the rpm package of ndiswrapper that i had, so i went about every were searching for it but was not able to find what i was looking for so finally i had to go for compiling of ndiswrapper from source.This done i was left with a text only system i mean i can always start xserver by typing startx after logging in but i wont boot on startup, so i was think a way to get gdm to start on system startup and there i was searching for the rc scripts i remember reading about them in Slack Book, after adding gdm to the rc.local file i was now happily using Laptop with Fedora</p>
<p>ok so lets come to the point how exactly did i solved these problems for installing ATI driver i have already explained it earlier <a href="http://warofwords.wordpress.com/2007/10/07/using-ubuntu-on-hp-6515b-ati-x1250/" target="_blank">here</a> and <a href="http://lug-manipal.manishtech.info/2007/11/20/installing-any-linux-on-hp-compaq-6515b/" target="_blank">here</a> , so now moving to ndiswrapper<br />
you need to download the source code (the .tar.gz file) from <a href="http://ndiswrapper.sourceforge.net" target="_blank">http://ndiswrapper.sourceforge.net</a> well from any other computer if you have net access only by WiFi, after u have the tar.gz file copy it to any folder like your home folder ( /home/&lt;username&gt;/ ) now simply right click on it and select extract here, now you have a directory with all the files of source code but to compile the source you will need to install some more software from the DVD for this go to Add/Remove Software in the Applications menu, enter your root password when it will open it will give you error saying something like Repository could not be updated so go to repositories in that and let the tick be there only in front of Install Media remove that tick from every other option, here select Development then tick Development Tools (remove them after compiling if you wont use them), after that go to Search tab and select All packages, there search for &#8216;Kernel headers&#8217; you will find a package with name of <strong>Kernel-headers &#8211; 2.6.23.1-42</strong> select that, click apply it will ask you for the DVD insert it and packages will be installed, now you can happily compile your ndiswrapper source</p>
<p>For compiling open up a Terminal from Applications &gt;&gt; System Tools &gt;&gt; Terminal type &#8216; su &#8216; , enter your password now type<code><br />
cd /home/&lt;user name&gt;/&lt;name of ndiswrapper directory&gt;/</code><br />
now when in the ndiswraper directory type<br />
<code>make uninstall</code><br />
to remove any previous non working  installs of ndiswrapper, after that type<br />
<code> make </code><br />
here you if you see a error then you probably dont have the correct/complete source or are missing a required package, if it proceeds without a error which it will then you just need to install ndiswrapper type<br />
<code>make install</code><br />
your work is now over you just need to install the windows driver by the method which i have described <a href="http://warofwords.wordpress.com/2007/10/08/using-wifi-in-ubuntu-on-hp-6515b-broadcom/" target="_blank">here</a> all done now let us proceed to the xserver problem</p>
<p>For this just login as root ( which i wont prefer but is best for this time ) and type &#8216; startx &#8216; at the prompt after logging in then go to /etc/ in the file browser there right click on &#8216; inittab &#8216; file and select open with &#8220;Text Editor&#8221; in the file there will be some thing written as<br />
<code> id:3:initdefault: </code><br />
change that to<br />
<code> id:5:initdefault: </code><br />
and save the file, reboot and you will be greeted by a nice Fedora Infinity Screen enjoy!!!!</p>
]]></content:encoded>
			<wfw:commentRss>http://ankurs.com/2007/12/fedora-8-on-hp-6515b/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
