Re: [ubuntu-in] Need the distribution store bangalore

2008-12-05 Thread Aswin M. Sahadevan

Hey Veerabasaiah
I am new to this mailing list. I am looking for the Ubuntu 8.10 
desktop edition distribution DVD.

Does any body know where can i buy this in Bangalore.
Firstly, Ubuntu is FREE so you can't buy it anywhere but you can 
download it  or request for a 
copy  by snail mail. If you stay around 
south Bangalore I could burn you a copy.


Cheers,
-Aswin.

-- 
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


Re: [ubuntu-in] ubuntu-in Digest, Vol 23, Issue 12

2008-01-15 Thread Aswin M Sahadevan

>> Have you tried madwifi drivers? Or have you tried using Restricted
>> Drivers Manager from System -> Administration?
>>
>> 
>
> Madwifi site says its not supported.. RDM doesnt work..
>   

The Ubuntu Laptop testing team also apparently gave up, but it works now 
and then with the XP driver, not always. Have a look - 
https://wiki.ubuntu.com/LaptopTestingTeam/AcerAspire5570-2792

If you still want to try and set it up with the XP driver that is flaky, 
here's the how to that my friend Aditya wrote for me ..

Step 1: Disable ath_pci

sudo rmmod ath_pci
sudo gedit /etc/modprobe.d/blacklist-common

Add the following line at the end of the file

blacklist ath_pci

Save and close

Restart computer

step 2. remove any old ndiswrapper by using synaptics or apt-get purge 
ndiswrapper


Step 3: Install the latest  Ndiswrapper.


Step 4: Find your Windows Wifi (Atheros) Driver folder

cd /directory of XP driver/

 

Step 5: Load drivers with ndiswrapper.
sudo ndiswrapper -i net5211.inf


< It should say >


installing net5211 ...

forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
forcing parameter MapRegisters from 256 to 64
 a lot of lines like above...

then do a:
sudo ndiswrapper -l
net5211 : driver installed
device (168C:001C) present (alternate driver: ath_pci)

Step 6: Load ndiswrapper and check if it worked
sudo modprobe ndiswrapper

Check it with :


dmesg (show that the card installed)
iwlist wlan0 scan (will show all APs arround you)

Then I did:

sudo ndiswrapper -m

sudo reboot

And the wireless should work... now and then!




Regards,
-Aswin.

-- 
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in