Hi again
I've been a bit quiet over the last week as I've been trying out several things.
First of all, I installed Kubuntu 6.10. I tried all the steps on that and it kept failing at the same point. So the new distro didn't really help there. Also, there were several things I quite liked about the interface, sudo for one. and only seeing the home folder and media folder (seemed quite neat and tidy). But it gave me a lot of trouble with things like the nVidia driver (which worked first time in Mandriva) and I missed the Mandriva Control Centre. So for now I'm back with that, although once I've finally found a way to do this internet and managed to leave Windoze for linux, I'll dual boot some distros and properly find out which suits me best.
Whilst on the Ubuntu forums I found a
thread about this very driver. And from this I managed to find out what my main problem was. The driver doesn't work on x86_64! Only 32-Bit distros. There was a link however to a project supposed to bring 64bit support to the driver
here.
I tried the project but it failed to work on my system. But then again it did say that it was mainly untested and never guaranteed to work.
I made the decision to download the 32bit Mandriva finally. It seemed a bit of a waste as I've only recently upgraded to a 64bit processor but I was also having 64bit compatibility issues with some other software I use such as Blender (a 3D rendering and animation program I simply can't do without). Are there any advantages to having a 64bit distro and do the improvements outweigh the problems in your opinion?
Anyway, now I'm using the i586 version I followed the readme instructions and everything went through without a hitch. From iwconfig I now get this:
Code:
[root@localhost priest]# iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
sit0 no wireless extensions.
ra0 RT61 Wireless ESSID:""
Mode:Auto Frequency:1 MHz Bit Rate=54 Mb/s
RTS thr:off Fragment thr:off
Encryption key:off
Link Quality=0/100 Signal level:-121 dBm Noise level:-111 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
Yay! To my untrained eye it looks like it is recognising my card. However I still get the problem of it not loading at boot. Even though it's been added the the /etc/modules file. The next big question is, how do I get it to connect to my network? The wireless configuration in the GUI is not showing my card as an option (just install new with ndiswrapper). I have altered the configuration file the readme directed me to and it now looks like this. (obviously with some of my WEP key hidden (god knows who could be in my drive with a laptop

)):
Code:
[Default]
CountryRegion=0
CountryRegionABand=7
WirelessMode=0
SSID=sharpe
NetworkType=Infra
Channel=0
AuthMode=OPEN
EncrypType=WEP
DefaultKeyID=1
Key1Type=0
Key1Str=9b535f****
Key2Type=0
Key2Str=
Key3Type=0
Key3Str=
Key4Type=0
Key4Str=
WPAPSK=abcdefghijklmnopqrstuvwxyz
TxBurst=0
PktAggregate=0
TurboRate=0
WmmCapable=0
AckPolicy1=0
AckPolicy2=0
AckPolicy3=0
AckPolicy4=0
BGProtection=0
IEEE80211H=0
TxRate=0
RTSThreshold=2347
FragThreshold=2346
RoamThreshold=75
PSMode=CAM
TxPreamble=0
FastRoaming=0
That's as much as I could figure out to enter from the readme and its obviously not connecting as I have no internet and iwconfig says: ESSID="" and not: ESSID="sharpe". Having said that, I don't know if that is the way to test a network connection.
I feel that working internet is so close now I can taste it. I've tried to figure out as much as I can on my own but could you offer any help to get me over this last hurdle?