I have an Aztech wireless router and Aztech modem in my home connected togather. My connection looks something like below

Internet — Modem — Wireless Router — My Laptop

I have assigned the modem to use PPPoe connection and Dynamic or Static IP for the Wireless Router. That means I am connecting WAN connection through Wireless Router. I have no problem connecting to the internet by using this setting accept a few things. Somehow, I cannot update my windows xp and almost every site with submission button seems not to work. At first, I thougt it was the firewall and firefox that are blocking some of the protocols. After disabling all the firewall, the problem still remains. So, I tried connecting my laptop directly to the modem by using enthernet cable and it worked well.  From the admin panel in the Wireless router, I know I can connect to the internet using PPPoe. After spending several hours on the net, I finally found out on how to connect wan connction frm Wireless Router. The Modem need to be set using bridge connection before we can use the pppoe connection in the Wireless Router. After doing all this, I finnaly solve the problem.


I’m back..

02Oct08

Waa its October! Its been so long since my last post!! My last post is in April so its about 6 months ago. So many things happened during my previous days and l’m now pursuing my study in degree of software engineering. I also bought my first laptop. I wil keep updating this blog as i realized i also got a few readers.


I found the solution at http://www.groupsrv.com/linux/post-856217.html

Here is how I did.

1. Open the Terminal Window

2. Enter commands as below, all must be in super user mode.

su

vi /boot/grub/menu.ls

3. Add psmouse.proto=imps psmouse.resetafter=1 at the boot lines so it will start at boot session.

###Don’t change this comment – YaST2 identifier: Original name: linux###
title openSUSE 10.3 – 2.6.22.17-0.1
root (hd0,0)
kernel /boot/vmlinuz-2.6.22.17-0.1-default root=/dev/sda1 vga=0x317 apm=off acpi=off mce=off barrier=off ide=nodma idewait=50 i8042.nomux psmouse.proto=imps psmouse.resetafter=1 irqpoll pci=nommconf resume=/dev/sda5 splash=silent showopts
initrd /boot/initrd-2.6.22.17-0.1-default

3. Reboot