Skip to main content

Intel 3945 Wifi Card Problem Easy Troubleshoot in Ubuntu 10.10

Recently just change my mind to switch back OS to pure Ubuntu (not its derivative).
I've been using Mint version of Ubuntu derivative for 2 years.
Gradually move with upgrade from Mint 5, Mint 8 to Mint 9 (KDE).

Last upgrade (Mint 9 KDE) was to 64 Bit version about 8 months ago.

Today just upgrade to 10.10 Ubuntu and find out that I couldn't access office wireless network.

After googling, I find out a simple solution from this links

So just type this in your terminal:
sudo rfkill unblock wifi


Type 'dmesg | grep iwl' to see the result that should inform something like this:
iwl3945 0000:07:00.0: loaded firmware version 15.32.2.9

And of course available Wifi Network now should appear in Network Manager applet drop down.

See picture below for more verbose outcome.



After this then I'll applied PAE Kernel to utilized unused 1 GB RAM in my laptop, since 32-bit linux without PAE can only used maximum 3 GB of RAM (mine is 4 GB),... hehehe I'm back to 32-bit world again,... and it's still same old hardware I've got back from 2007 as I blog it here.

Comments

Popular posts from this blog

Sekelumit kisah tentang Nokia N900 - Part I

Bermula dari ketertarikan dengan sebuah perangkat yg menurut review sangat (mungkin paling) mumpuni saat itu, sekitar April - Mei 2010. Setelah baca banyak review juga terhadap perangkat tersebut, akhirnya Saya memutuskan untuk menebus perangkat Nokia N900 tersebut pada 30 Mei 2010 , walaupun untuk mendapatkannya ternyata harus keliling dulu ke beberapa authorized reseller Nokia karena peredarannya agak terbatas. Dan ternyata setelah beberapa waktu menggunakannya memang terbukti sangat mumpuni and the device had satisfied me almost everything I need for a sophisticated device . Setelah hampir 7 bulan menggunakannya (awal Desember 2010), mulai terasa ada keanehan, gejalanya adalah kalo mau dicharge harus dalam posisi berdiri (dimana bagian mini USB Port nya berada diatas) dan kabel chargenya harus diposisikan kebelakang supaya bisa dicharge, kalo tidak begini proses charging nya jadi suka on/off. Waktu itu tidak banyak berprasangka aneh-aneh, cuman berpikiran mungkin emang perlu ada sed...

Sekelumit kisah tentang Nokia N900 - Part III (Happy Ending)

Seperti yg pernah Saya ceritakan pada Sekelumit kisah tentang Nokia N900 - Part II dan Sekelumit kisah tentang Nokia N900 - Part I dimana tersimpulkan bahwa: Respon default NCP terhadap masalah perangkat diluar kemampuan / yg pernah diberitahukan sesuai standard operation repair adalah "Kesalahan User" (User Error). Sebagai contoh masalah yg menimpa perangkat Saya (USB Port nya terlepas) padahal sejak Februari 2010 Nokia sendiri sudah mengakui bahwa ada kemungkinan Port USB N900 bisa terlepas walaupun tidak terjadi mistreatment terhadap perangkat. Ternyata mungkin tidak semua Nokia Care Point (NCP) mendapatkan informasi ini secara lengkap (Entah mungkin saja sebenarnya NCP kebanyakan meningkatkan kompetensinya dengan metode learning by doing & learn by mistake/error) . Setelah melalui proses yg sebenarnya tidak perlu seperti adu mulut, kencengin urat leher, pasang muka seram dsb nya, perangkat Saya sudah diperbaiki sesuai Garansi dan sudah berfungsi normal. Perangkat...

Configure Oracle APEX 3.2.1 using Embedded PL/SQL Gateway (Unsupported Feature)

Just want to share for those who don't want to setup APEX using Apache HTTP Server with mod_plsql (which will be deprecated according to latest SOD Oracle), instead using pre installed Embedded PL/SQL Gateway on top of XML DB Server feature of Oracle Database, but doesn't have the luxury of newest version of Oracle Database (as latest is 11g). Installation step should be followed normally as documented in installation guide. After APEX component installation complete (no error occured during installation) using SQL/Plus Command: SQL> @apexins SYSAUX SYSAUX TEMP /i/ *) SYSAUX should be replace by another target tablespace created earlier (recommended) For normal installation it should move to point 3.3.5 Configure the Embedded PL/SQL Gateway but after several times installation experience this always causing error 404 Unauthorized . I began to examine the instalation script, and found out that there's missing step in creation/configure of DAD (Database Access Descriptor...