<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
<channel>
  <title>Linux Format forums</title>
  <link>http://www.linuxformat.com/forums/index.php</link>
  <description>Help, discussion, magazine feedback and more</description>
  <language>english</language>
  <copyright>(c) Copyright Wed Jun 19, 2013 1:32 pm by Linux Format forums</copyright>
  <managingEditor>webmaster@linuxformat.com</managingEditor>
  <webMaster>webmaster@linuxformat.com</webMaster>
  <pubDate>Wed Jun 19, 2013 1:32 pm</pubDate>
  <lastBuildDate>Wed Jun 19, 2013 1:32 pm</lastBuildDate>
  <docs>http://backend.userland.com/rss</docs>
  <generator>phpBB2 RSS Syndication Mod by Lucas</generator>
  <ttl>1</ttl>

  <image>
    <title>Linux Format forums</title>
    <url></url>
    <link>http://www.linuxformat.com/forums/</link>
    <description>Help, discussion, magazine feedback and more</description>
  </image>

                                      <item>
                                        <title>Re: Netgear Wireless Cards + Linux?</title>
                                        <link>http://www.linuxformat.com/forums/viewtopic.php?p=4583#4583</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=281'&gt;graham&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Thu Jul 07, 2005 2:45 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      Right. Well this is going to be a baptism of fire! You should really treat this as a last resort in cases where there's no easier way. You could easily mess up your system.&lt;br /&gt;
&lt;br /&gt;
You basically need to install the kernel-source, download the drivers, compile then install them.&lt;br /&gt;
&lt;br /&gt;
I'll try and break it down into small steps, but, if you run into any problems it could get messy. &lt;img src=&quot;images/smiles/icon_wink.gif&quot; alt=&quot;Wink&quot; border=&quot;0&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
Firstly, you need to install the kernel source. Without wanting to state the obvious, your kernel is the heart of your Linux system, and Mandriva/Mandrake's kernel is pre-compiled from this source code, including drivers. The Madwifi driver is a module that connects to the kernel, which is why it needs the kernel source code when we compile it. &lt;br /&gt;
&lt;br /&gt;
From a console, switch to root, and enter the following to install the kernel source, the compiler and the cvs client:&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-weight: bold&quot;&gt;urpmi kernel-source gcc cvs&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
You can also accomplish the same thing from Mandrake's control center. It's fairly large...&lt;br /&gt;
&lt;br /&gt;
Next step is to download the Madwifi drivers. There isn't a package to download, so we need to get them from the development repository. Back at the console, cut and paste the following (ignore my itallics!):&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-weight: bold&quot;&gt;cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/madwifi login&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-style: italic&quot;&gt;Just press return when asked for a password&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-weight: bold&quot;&gt;cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/madwifi co -P madwifi&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
This will then download the source code for the driver. I really hope this isn't putting you off Linux for life... Change to the new &lt;span style=&quot;font-style: italic&quot;&gt;madwifi&lt;/span&gt; directory, build the package and install by typing the following:&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-weight: bold&quot;&gt;&lt;br /&gt;
cd madwifi&lt;br /&gt;
make&lt;br /&gt;
sudo make install&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
As mentioned in my first message, this has placed the drivers in &lt;span style=&quot;font-style: italic&quot;&gt;/lib/modules/2.6[VERSION]mdkcustom/net&lt;/span&gt;. VERSION should look something like '11-6'. We need to move the files to /lib/modules/2.6[VERSION]mdk/. For me, I would use:&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-weight: bold&quot;&gt;cp -rf /lib/modules/2.6.11-6mdkcustom/net/* /lib/modules/2.6.11-6mdk/kernel/net/   &lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
But you may need to change the version number to match your installed kernel. The final step is to make sure the driver is automatically loaded. The following command appends the right line to the module configurating script&amp;#058;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-weight: bold&quot;&gt;cp /etc/modprobe.conf /etc/modprobe.conf_backup&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-weight: bold&quot;&gt;echo &quot;alias ath0 ath_pci&quot; &amp;gt;&amp;gt;/etc/modprobe.conf&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-weight: bold&quot;&gt;depmod -a&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
Finally, load the driver:&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-weight: bold&quot;&gt;modprobe ath_pci&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
You should then be able to configure your wireless card from Mandrake's control center. Good Luck!!!</description>
                                        <comments>http://www.linuxformat.com/forums/viewtopic.php?p=4583#4583</comments>
                                        <author>graham</author>
                                        <pubDate>Thu Jul 07, 2005 2:45 pm</pubDate>
                                        <guid isPermaLink="true">http://www.linuxformat.com/forums/viewtopic.php?p=4583#4583</guid>
                                      </item>
                                      <item>
                                        <title>Re: Netgear Wireless Cards + Linux?</title>
                                        <link>http://www.linuxformat.com/forums/viewtopic.php?p=4544#4544</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=1919'&gt;Philosophicles&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Thu Jul 07, 2005 12:38 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      Lets just say for example that I'm not that familiar with linux yet.  For the sake of argument, I've got less than a week's experience with it &lt;img src=&quot;images/smiles/icon_wink.gif&quot; alt=&quot;Wink&quot; border=&quot;0&quot; /&gt;.  Where is the correct place to untar something like this to, and thus install from?&lt;br /&gt;
&lt;br /&gt;
Also, what do you mean by &lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Quote:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;quote&quot;&gt;&lt;br /&gt;
The only requirement is the pre-installed source code for your kernel. &lt;br /&gt;
&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;?&lt;br /&gt;
&lt;br /&gt;
I'm using mandrake 10.1, as it happens, so I guess it's pretty likely I might get the same problem you had... but I'll cross that bridge when I get to it.</description>
                                        <comments>http://www.linuxformat.com/forums/viewtopic.php?p=4544#4544</comments>
                                        <author>Philosophicles</author>
                                        <pubDate>Thu Jul 07, 2005 12:38 pm</pubDate>
                                        <guid isPermaLink="true">http://www.linuxformat.com/forums/viewtopic.php?p=4544#4544</guid>
                                      </item>
                                      <item>
                                        <title>Re: Netgear Wireless Cards + Linux?</title>
                                        <link>http://www.linuxformat.com/forums/viewtopic.php?p=4541#4541</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=281'&gt;graham&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Thu Jul 07, 2005 10:22 am&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      Another option: I've got one of these, and I managed to get it to work using the Madwifi drivers.&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://sourceforge.net/projects/madwifi/&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;http://sourceforge.net/projects/madwifi/&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
You may be lucky and find a package for your distribution.&lt;br /&gt;
&lt;br /&gt;
Otherwise, if you're familiar with Linux, it's fairly straightforward to install. The only requirement is the pre-installed source code for your kernel. You basically download the madwifi tar file from SourceForge, untar it, change into the directory, &lt;span style=&quot;font-weight: bold&quot;&gt;make&lt;/span&gt; and &lt;span style=&quot;font-weight: bold&quot;&gt;make install&lt;/span&gt; as root. &lt;br /&gt;
&lt;br /&gt;
The only problem I had (using Mandriva 10.2) was that the modules were installed into:&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-style: italic&quot;&gt;/lib/modules/2.6.11-6mdkcustom/net&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
(the installation had assumed I was using a custom kernel). They needed to be moved from there to:&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-style: italic&quot;&gt;/lib/modules/2.6.11-6mdk/kernel/net&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
I also added &lt;span style=&quot;font-weight: bold&quot;&gt;alias ath0 ath_pci&lt;/span&gt; to &lt;span style=&quot;font-style: italic&quot;&gt;/etc/modprobe.conf&lt;/span&gt;, and finally executed &lt;span style=&quot;font-weight: bold&quot;&gt;depmod -a&lt;/span&gt; as root to build the module dependencies.&lt;br /&gt;
&lt;br /&gt;
(you can load the module manually using &lt;span style=&quot;font-weight: bold&quot;&gt;modprobe ath_pci&lt;/span&gt;).&lt;br /&gt;
&lt;br /&gt;
Hope this helps. Let me know if you need some help configuring the card.</description>
                                        <comments>http://www.linuxformat.com/forums/viewtopic.php?p=4541#4541</comments>
                                        <author>graham</author>
                                        <pubDate>Thu Jul 07, 2005 10:22 am</pubDate>
                                        <guid isPermaLink="true">http://www.linuxformat.com/forums/viewtopic.php?p=4541#4541</guid>
                                      </item>
                                      <item>
                                        <title>Re: Netgear Wireless Cards + Linux?</title>
                                        <link>http://www.linuxformat.com/forums/viewtopic.php?p=4528#4528</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=1919'&gt;Philosophicles&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Thu Jul 07, 2005 12:08 am&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      hmm, getting ndiswrapper itself seemed fairly painless.  I now just have to figure out the guy's very long and complicated explanation of how to make the relevant Netgear drivers work right, and how to get ndiswrapper to do the right things with 'em &lt;img src=&quot;images/smiles/icon_smile.gif&quot; alt=&quot;Smile&quot; border=&quot;0&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
Perhaps I'll leave this a few days, ethernet is working fine and I don't *really* mind wires all over my bedroom floor &lt;img src=&quot;images/smiles/icon_wink.gif&quot; alt=&quot;Wink&quot; border=&quot;0&quot; /&gt;</description>
                                        <comments>http://www.linuxformat.com/forums/viewtopic.php?p=4528#4528</comments>
                                        <author>Philosophicles</author>
                                        <pubDate>Thu Jul 07, 2005 12:08 am</pubDate>
                                        <guid isPermaLink="true">http://www.linuxformat.com/forums/viewtopic.php?p=4528#4528</guid>
                                      </item>
                                      <item>
                                        <title>RE: Netgear Wireless Cards + Linux?</title>
                                        <link>http://www.linuxformat.com/forums/viewtopic.php?p=4525#4525</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=1895'&gt;A-Wing&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Wed Jul 06, 2005 11:32 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      I have one of those on a machine at work and use Ndiswrapper on it with the Windows driver.  Ndiswrapper can be found at: &lt;a href=&quot;http://ndiswrapper.sourceforge.net/&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;http://ndiswrapper.sourceforge.net/&lt;/a&gt;&lt;br /&gt;
Quite a few distros have a deb, rpm or whatever package format is used for it.</description>
                                        <comments>http://www.linuxformat.com/forums/viewtopic.php?p=4525#4525</comments>
                                        <author>A-Wing</author>
                                        <pubDate>Wed Jul 06, 2005 11:32 pm</pubDate>
                                        <guid isPermaLink="true">http://www.linuxformat.com/forums/viewtopic.php?p=4525#4525</guid>
                                      </item>
                                      <item>
                                        <title>Netgear Wireless Cards + Linux?</title>
                                        <link>http://www.linuxformat.com/forums/viewtopic.php?p=4524#4524</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=1919'&gt;Philosophicles&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Wed Jul 06, 2005 11:10 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      Does anyone have any experience making Netgear wireless cards work with linux?  Specifically, I have a WG311 v2,  the relevant support page for which does not mention linux at all (or any non-microsoft OSes for that matter).  The fact that it's an internal rather than USB wireless solution does make me think it could be harder to get up and running on linux, perhaps impossible if Netgear don't produce correct drivers, but I'm very much a newb, and would appreciate anybody's experience with similar cards.</description>
                                        <comments>http://www.linuxformat.com/forums/viewtopic.php?p=4524#4524</comments>
                                        <author>Philosophicles</author>
                                        <pubDate>Wed Jul 06, 2005 11:10 pm</pubDate>
                                        <guid isPermaLink="true">http://www.linuxformat.com/forums/viewtopic.php?p=4524#4524</guid>
                                      </item></channel></rss>