But I notice my laptop slows down, mouse starts flickering, keyboard
to screen response very slow. It
happends *only* when I run my laptop for few hours or so on wifi.
> Hi All
>
> I am running ubuntu 7.10 on my laptop. It is a HP Compaq nc 6220. Here
> are some hardware specs
>
> - 512M (builtin) + 1G memory chip = 1.5 total ram
> - Intel(R) Pentium(R) M processor 1.60GHz
> - 02:04.0 Network controller: Intel Corporation PRO/Wireless 2200BG
> Network Connection (rev 05)
>
> In ubuntu 7.06 I had no issue with wifi.
>
> But I notice my laptop slows down, mouse starts flickering, keyboard
> to screen response very slow. It
> happends *only* when I run my laptop for few hours or so on wifi.
>
> The only way I fix it is by rebooting the laptop.
>
> Is there a way to fix this issue
>
>
> --
> Asif Iqbal
> PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu
>
> --
> ubuntu-users mailing list
> ubuntu-users@lists.ubuntu.com
> Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
Since you mentioned running laptop few hours or so made your laptop crawl, I would suspect overheating problem. Linux kernel usually logs such incident in kernel dump message so maybe when your laptop starting to crawl, you need to open a terminal console and type:
dmesg
And look in last few lines at bottom of that log.
Regards,
Anthony M. Rasat
IT*Department
Kaltim Post Group
Balikpapan - Indonesia.-
--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
11-19-2007, 02:49 AM
"Asif Iqbal"
Laptop performs really slow when running from wifi
On Nov 18, 2007 10:38 PM, Anthony M. Rasat <anton@kaltimpost.net> wrote:
>
> ------- Original message -------
> From: Asif Iqbal <vadud3@gmail.com>
> Sent: 18.11.'07, 19:07
>
> > Hi All
> >
> > I am running ubuntu 7.10 on my laptop. It is a HP Compaq nc 6220. Here
> > are some hardware specs
> >
> > - 512M (builtin) + 1G memory chip = 1.5 total ram
> > - Intel(R) Pentium(R) M processor 1.60GHz
> > - 02:04.0 Network controller: Intel Corporation PRO/Wireless 2200BG
> > Network Connection (rev 05)
> >
> > In ubuntu 7.06 I had no issue with wifi.
> >
> > But I notice my laptop slows down, mouse starts flickering, keyboard
> > to screen response very slow. It
> > happends *only* when I run my laptop for few hours or so on wifi.
> >
> > The only way I fix it is by rebooting the laptop.
> >
> > Is there a way to fix this issue
> >
> >
> > --
> > Asif Iqbal
> > PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu
> >
> > --
> > ubuntu-users mailing list
> > ubuntu-users@lists.ubuntu.com
> > Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
>
> Since you mentioned running laptop few hours or so made your laptop crawl, I would suspect overheating problem. Linux kernel usually logs such incident in kernel dump message so
It does not make sense. Why would overheating be a problem *only* when
running thru wifi?
maybe when your laptop starting to crawl, you need to open a terminal
console and type:
>
> dmesg
>
> And look in last few lines at bottom of that log.
>
> Regards,
>
> Anthony M. Rasat
> ITDepartment
> Kaltim Post Group
> Balikpapan - Indonesia.-
> --
> ubuntu-users mailing list
> ubuntu-users@lists.ubuntu.com
> Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
>
> On Nov 18, 2007 10:38 PM, Anthony M. Rasat <anton@kaltimpost.net> wrote:
> >
> > ------- Original message -------
> > From: Asif Iqbal <vadud3@gmail.com>
> > Sent: 18.11.'07, 19:07
> >
> > > Hi All
> > >
> > > I am running ubuntu 7.10 on my laptop. It is a HP Compaq nc 6220. Here
> > > are some hardware specs
> > >
> > > - 512M (builtin) + 1G memory chip = 1.5 total ram
> > > - Intel(R) Pentium(R) M processor 1.60GHz
> > > - 02:04.0 Network controller: Intel Corporation PRO/Wireless 2200BG
> > > Network Connection (rev 05)
> > >
> > > In ubuntu 7.06 I had no issue with wifi.
> > >
> > > But I notice my laptop slows down, mouse starts flickering, keyboard
> > > to screen response very slow. It
> > > happends *only* when I run my laptop for few hours or so on wifi.
> > >
> > > The only way I fix it is by rebooting the laptop.
> > >
> > > Is there a way to fix this issue
> > >
> > >
> > > --
> > > Asif Iqbal
> > > PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu
> > >
> > > --
> > > ubuntu-users mailing list
> > > ubuntu-users@lists.ubuntu.com
> > > Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
> >
> > Since you mentioned running laptop few hours or so made your laptop crawl, I would suspect overheating problem. Linux kernel usually logs such incident in kernel dump message so
>
> It does not make sense. Why would overheating be a problem *only* when
> running thru wifi?
>
> maybe when your laptop starting to crawl, you need to open a terminal
> console and type:
> >
> > dmesg
> >
> > And look in last few lines at bottom of that log.
> >
> > Regards,
> >
> > Anthony M. Rasat
> > ITDepartment
> > Kaltim Post Group
> > Balikpapan - Indonesia.-
> > --
> > ubuntu-users mailing list
> > ubuntu-users@lists.ubuntu.com
> > Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
> >
>
>
>
> --
> Asif Iqbal
> PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu
>
> --
> ubuntu-users mailing list
> ubuntu-users@lists.ubuntu.com
> Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
Perhaps you could show us your laptop hardware configuration? You can copy and paste the result of following command*line :
sudo lshw
In case you do not have lshw application in your ubuntu, following command line would install it*from debian repository:
sudo apt-get install lshw
Did you notice anything conspicous from dmesg result last time I ask you? How about paste it here as well?
Regards,
Anthony M. Rasat
IT*Department
Kaltim Post Group
Balikpapan - Indonesia.-
--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
11-19-2007, 12:33 PM
"Asif Iqbal"
Laptop performs really slow when running from wifi
On Nov 19, 2007 2:13 AM, Anthony M. Rasat <anton@kaltimpost.net> wrote:
> ------- Original message -------
> From: Asif Iqbal <vadud3@gmail.com>
>
> Sent: 18.11.'07, 22:49
>
> > On Nov 18, 2007 10:38 PM, Anthony M. Rasat <anton@kaltimpost.net> wrote:
> > >
> > > ------- Original message -------
> > > From: Asif Iqbal <vadud3@gmail.com>
> > > Sent: 18.11.'07, 19:07
> > >
> > > > Hi All
> > > >
> > > > I am running ubuntu 7.10 on my laptop. It is a HP Compaq nc 6220. Here
> > > > are some hardware specs
> > > >
> > > > - 512M (builtin) + 1G memory chip = 1.5 total ram
> > > > - Intel(R) Pentium(R) M processor 1.60GHz
> > > > - 02:04.0 Network controller: Intel Corporation PRO/Wireless 2200BG
> > > > Network Connection (rev 05)
> > > >
> > > > In ubuntu 7.06 I had no issue with wifi.
> > > >
> > > > But I notice my laptop slows down, mouse starts flickering, keyboard
> > > > to screen response very slow. It
> > > > happends *only* when I run my laptop for few hours or so on wifi.
> > > >
> > > > The only way I fix it is by rebooting the laptop.
> > > >
> > > > Is there a way to fix this issue
> > > >
> > > >
> > > > --
> > > > Asif Iqbal
> > > > PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu
> > > >
> > > > --
> > > > ubuntu-users mailing list
> > > > ubuntu-users@lists.ubuntu.com
> > > > Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
> > >
> > > Since you mentioned running laptop few hours or so made your laptop crawl, I would suspect overheating problem. Linux kernel usually logs such incident in kernel dump message so
> >
> > It does not make sense. Why would overheating be a problem *only* when
> > running thru wifi?
> >
> > maybe when your laptop starting to crawl, you need to open a terminal
> > console and type:
> > >
> > > dmesg
> > >
> > > And look in last few lines at bottom of that log.
> > >
> > > Regards,
> > >
> > > Anthony M. Rasat
> > > ITDepartment
> > > Kaltim Post Group
> > > Balikpapan - Indonesia.-
> > > --
> > > ubuntu-users mailing list
> > > ubuntu-users@lists.ubuntu.com
> > > Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
> > >
> >
> >
> >
> > --
> > Asif Iqbal
> > PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu
> >
> > --
> > ubuntu-users mailing list
> > ubuntu-users@lists.ubuntu.com
> > Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
>
> Perhaps you could show us your laptop hardware configuration? You can copy and paste the result of following commandline :
>
> sudo lshw
>
> In case you do not have lshw application in your ubuntu, following command line would install itfrom debian repository:
>
> sudo apt-get install lshw
>
> Did you notice anything conspicous from dmesg result last time I ask you? How about paste it here as well?
It is crawling again, my laptop that is. Here is an exerpt from dmesg
[26814.428000] ipw2200: Failed to send SCAN_ABORT: Command timed out.
[26815.852000] ipw2200: Firmware error detected. Restarting.
[51355.856000] ata1.00: exception Emask 0x10 SAct 0x0 SErr 0x0 action 0x2 frozen
[51355.856000] ata1.00: (ACPI event)
[51355.856000] ata1.00: cmd ca/00:40:47:8c:c6/00:00:00:00:00/e0 tag 0
cdb 0x1e data 32768 out
[51355.856000] res 50/00:40:47:8c:c6/00:00:00:00:00/d0 Emask
0x10 (ATA bus error)
[51355.856000] ata1: soft resetting port
[51359.356000] ata1.01: failed to IDENTIFY (I/O error, err_mask=0x40)
[51359.356000] ata1.01: revalidation failed (errno=-5)
[51359.356000] ata1: failed to recover some devices, retrying in 5 secs
[51364.360000] ata1: soft resetting port
[51364.704000] ata1.00: configured for UDMA/33
[51364.876000] ata1.01: configured for MWDMA2
[51364.876000] ata1: EH pending after completion, repeating EH (cnt=4)
[51364.876000] ata1: exception Emask 0x10 SAct 0x0 SErr 0x0 action 0x1
[51364.876000] ata1: (ACPI event)
[51365.064000] ata1.00: configured for UDMA/33
[51365.236000] ata1.01: configured for MWDMA2
[51365.236000] ata1: EH complete
[51365.236000] sd 0:0:0:0: [sda] 78140160 512-byte hardware sectors (40008 MB)
[51365.240000] sd 0:0:0:0: [sda] Write Protect is off
[51365.240000] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[51365.240000] sd 0:0:0:0: [sda] Write cache: enabled, read cache:
enabled, doesn't support DPO or FUA
[51365.240000] sd 0:0:0:0: [sda] 78140160 512-byte hardware sectors (40008 MB)
[51365.240000] sd 0:0:0:0: [sda] Write Protect is off
[51365.240000] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[51365.244000] sd 0:0:0:0: [sda] Write cache: enabled, read cache:
enabled, doesn't support DPO or FUA
>
> Regards,
>
> Anthony M. Rasat
> ITDepartment
>
> Kaltim Post Group
> Balikpapan - Indonesia.-
> --
> ubuntu-users mailing list
> ubuntu-users@lists.ubuntu.com
> Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
>
--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
11-20-2007, 02:00 PM
AlgoMantra
Laptop performs really slow when running from wifi
On Nov 20, 2007 8:24 PM, Asif Iqbal <vadud3@gmail.com> wrote:
Anyone else have any suggestion as to why my laptop crawls after
running for a while on ONLY wifi?
Should I downgrade it to feisty fawn? I had no problem with wifi there.
What is the simple way to downgrade?
I have the same problem, I think.
Perhaps because I use wifi, my log file of certain networking events is
becoming too big in the RAM? Can anybody here throw some light on
this issue?
--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
11-20-2007, 04:03 PM
David Curtis
Laptop performs really slow when running from wifi
On Nov 20, 2007 8:24 PM, Asif Iqbal <vadud3@gmail.com
> <mailto:vadud3@gmail.com>> wrote:
>
> Anyone else have any suggestion as to why my laptop crawls after
> running for a while on ONLY wifi?
>
> Should I downgrade it to feisty fawn? I had no problem with wifi there.
>
> What is the simple way to downgrade?
>
>
I would assume that since your mouse "flickers" and screen refresh is
slow that something is consuming a large amounts of cpu. Run 'top' or
'htop' in a terminal (or tty, ctrl-alt-f1, ctrl-alt-f7 to return to
Xorg). The offender should be at the top of the list.
Dave
--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
11-20-2007, 08:56 PM
"Asif Iqbal"
Laptop performs really slow when running from wifi
On Nov 20, 2007 12:03 PM, David Curtis <dcurtis@uniserve.com> wrote:
>
>
> On Nov 20, 2007 8:24 PM, Asif Iqbal <vadud3@gmail.com
> > <mailto:vadud3@gmail.com>> wrote:
> >
> > Anyone else have any suggestion as to why my laptop crawls after
> > running for a while on ONLY wifi?
> >
> > Should I downgrade it to feisty fawn? I had no problem with wifi there.
> >
> > What is the simple way to downgrade?
> >
> >
>
> I would assume that since your mouse "flickers" and screen refresh is
> slow that something is consuming a large amounts of cpu. Run 'top' or
> 'htop' in a terminal (or tty, ctrl-alt-f1, ctrl-alt-f7 to return to
> Xorg). The offender should be at the top of the list.
I am almost positive it was X on the top of the htop list. I will run it again
tonight and report back here.
>
> Dave
>
> --
>
> ubuntu-users mailing list
> ubuntu-users@lists.ubuntu.com
> Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
>