- 64 Bit
Yes this makes a big difference. If you are not as experienced with linux then i would recommend that you go back to the 32 bit.
When you know your way around 32 bit, then try the 64 bit.
In terms of speed:When normally working with it, you will not notice the difference between 64 and 32 bit.
The problem with 64 bit is that a lot of things ( example: Flashplayer) are not available in 64 bit.
To get the 32 bit flashplayer to work under 64 bit fedora will require some effort
- Regarding USB wireless stick ( i presume it is a usb-stick)
What you might do is the following:
Disconnect your wireless usb stick.
Do a clean install of fedora. (just to get some old stuff out of the way)
Make sure you install kernel development and the gcc compiler. You will need it to compile ndiswrapper.
Do a complete update (connect your computer via its ethernet cable)
To do the update: Log in as root, open a terminal and run : "yum update"
I don't know your level of expertise, so forgive me if the above line offends...............
When the fedora distribution is completely up to date run the command: dmesg
This will show you the output of the boot,etc,etc
Connect the USB stick. wait 1 minute and rerun the command dmesg.
You should now see something which is talking about usb.
It might be that you also see that a specific module is loaded to accomodate the new hardware.
But you will know that at least the usb stick is attached to the OS and it can be handled.
I also googled something that might be usefull (Thank you Cydork):
-------------------------------------------------------------------
I compiled ndiswrapper using the following instructions
wget
http://belnet.dl.sourceforge.net/sou...er-1.16.tar.gz
make sure that kernel header files are installed. (Spaniel: This is why you should have kernel-devel installed!)
then untar the ndiswrapper...
and do make uninstall
make
make install
Then...
be sure that you have uninstalled all the drivers in ndiswrapper. i.e.:
(in root)
ndiswrapper -e athfmwdl
ndiswrapper -e netwg11t
Then.. download this driver:
http://www.netgear.de/download/WG111...T_GRV1.2.zip96
Unzip it, and cd to the extracted files.
Install the athfmwdl.inf and netwg11t.inf in the normal way. i.e:
(in root)
ndiswrapper -i netwg11t.inf
ndiswrapper -i athfmwdl.inf
modprobe ndiswrapper
-------------------------------------------------------------------
The above looks OK to me so try that. You should then be able to do some iwlist and iwconfig stuf to verify it is there.
Try the above and lets see where it takes you.
When you still want the 64 bit fedora, you will need the 64 bit windows drivers for you stick, otherwise ndiswrapper can't work with it (as far as i know)